Matteo Croce
|
09b45caf09
|
more AR7 cleanups & fixes
SVN-Revision: 8758
|
17 years ago |
Matteo Croce
|
1349562f8d
|
no memset after kzalloc
SVN-Revision: 8757
|
17 years ago |
Matteo Croce
|
0efffbaf30
|
AR7: Cleanups (closes: #2323)
SVN-Revision: 8756
|
17 years ago |
Gabor Juhos
|
ddec515a09
|
rewrite image generation
SVN-Revision: 8755
|
17 years ago |
Nicolas Thill
|
2ef23a0fd9
|
disable dsp freq use for vlynq bus clock init, disable external clocking (it locks up on c54apra2+) and revert to internal clocking trying various clock divisors. cleanup: * remove volative and use readl & writel accessors instead * use set_irq_chip & friends for irq setup * use kzalloc instead of kmalloc * secure VINT_VECTOR macro argument * remove unused vlynq_local_id function
SVN-Revision: 8750
|
17 years ago |
Nicolas Thill
|
a6cda9c4bc
|
fix target names in image options (closes: #2357)
SVN-Revision: 8749
|
17 years ago |
Nicolas Thill
|
6fcca3ff7e
|
fix typo
SVN-Revision: 8747
|
17 years ago |
Eugene Konev
|
46dc089d5e
|
Style cleanup
SVN-Revision: 8746
|
17 years ago |
Eugene Konev
|
7b30c695dd
|
Style cleanup
SVN-Revision: 8744
|
17 years ago |
Eugene Konev
|
65235a2bb9
|
AR7: IRQ handlng cleanup
SVN-Revision: 8743
|
17 years ago |
Florian Fainelli
|
042186d5ab
|
AR7 will also be running in big-endian on zyxel devices
SVN-Revision: 8741
|
17 years ago |
Florian Fainelli
|
58c85a4be7
|
Remove useless EXTRA_CFLAGS stuff
SVN-Revision: 8740
|
17 years ago |
Florian Fainelli
|
ba9fafe6eb
|
Fix comments to the mtd driver (see http://www.linux-mips.org/archives/linux-mips/2007-09/msg00064.html)
SVN-Revision: 8738
|
17 years ago |
Florian Fainelli
|
114a03a429
|
Rearrange patches
SVN-Revision: 8729
|
17 years ago |
Gabor Juhos
|
ac15780234
|
fix memory size detection (#2244)
SVN-Revision: 8728
|
17 years ago |
Florian Fainelli
|
1d7dc11649
|
Add preliminary support for sysupgrade on brcm
SVN-Revision: 8718
|
17 years ago |
Florian Fainelli
|
27cbbe847d
|
Add Merlin XU870 (#1303)
SVN-Revision: 8715
|
17 years ago |
John Crispin
|
b9eaeeaf99
|
fixes menuconfig selection of grub for x86 targets
SVN-Revision: 8713
|
17 years ago |
Gabor Juhos
|
741c1f7997
|
use the global register access macros in the flash driver
SVN-Revision: 8707
|
17 years ago |
Gabor Juhos
|
108723067b
|
remove volatile derefs
SVN-Revision: 8706
|
17 years ago |
Gabor Juhos
|
187ef4c639
|
cleanup memory detection code, fix #2244
SVN-Revision: 8705
|
17 years ago |
Gabor Juhos
|
6ea4ccc158
|
define more SWITCH/MPMC constants
SVN-Revision: 8704
|
17 years ago |
Gabor Juhos
|
1937e8382a
|
remove redundant EXTRA_AFLAGS
SVN-Revision: 8703
|
17 years ago |
Gabor Juhos
|
1665832e68
|
cleanup IRQ code
SVN-Revision: 8701
|
17 years ago |
Gabor Juhos
|
73b2555da2
|
cleanup PCI code
SVN-Revision: 8700
|
17 years ago |
Felix Fietkau
|
af21798b77
|
more config changes
SVN-Revision: 8699
|
17 years ago |
Felix Fietkau
|
d17745e679
|
oops. forgot to move the config around for x86
SVN-Revision: 8698
|
17 years ago |
Felix Fietkau
|
87a88cebc7
|
adapt profiles for subtarget changes
SVN-Revision: 8695
|
17 years ago |
Felix Fietkau
|
a9d683ca91
|
major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets
SVN-Revision: 8694
|
17 years ago |
Felix Fietkau
|
75f1024d48
|
fix pci init for brcm-2.4 with atheros wifi cards
SVN-Revision: 8690
|
17 years ago |
Florian Fainelli
|
8505138db8
|
Add some EHCI related symbols when usb is selected
SVN-Revision: 8686
|
17 years ago |
Eugene Konev
|
538479305e
|
Use PHYS_OFFSET.
SVN-Revision: 8685
|
17 years ago |
Eugene Konev
|
3520251c21
|
Add TNETW1350 to known devices. Style cleanups.
SVN-Revision: 8684
|
17 years ago |
Gabor Juhos
|
9af990b12a
|
fix the symlink of the lzma-loader
SVN-Revision: 8683
|
17 years ago |
Nicolas Thill
|
929f86c30e
|
cosmetic fixes for ar7: indent, use lowercase hex notation, format
SVN-Revision: 8656
|
17 years ago |
Felix Fietkau
|
22742b2d7e
|
remove some obsolete files
SVN-Revision: 8654
|
17 years ago |
Felix Fietkau
|
56231056ea
|
strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles.
SVN-Revision: 8653
|
17 years ago |
Florian Fainelli
|
d2216f3da3
|
Disable the USB clock for now, will be used later for the AR7-HCD driver, which is not ready (#1858)
SVN-Revision: 8649
|
17 years ago |
Nicolas Thill
|
3abffae7fb
|
suppress warning in gcd()
SVN-Revision: 8609
|
17 years ago |
Nicolas Thill
|
f0715bbde9
|
use kernel abs(), remove recursion in gcd() (closes: #2307)
SVN-Revision: 8608
|
17 years ago |
Nicolas Thill
|
5956d4bfc2
|
use constant for clock values (closes: #2306)
SVN-Revision: 8607
|
17 years ago |
Nicolas Thill
|
62637bcce1
|
rename 2.6 high-speed usb serial fix to match 2.4 one
SVN-Revision: 8574
|
17 years ago |
Nicolas Thill
|
9f70a0f15c
|
add high-speed usb serial fix from Junxion to 2.4 kernel too (closes: #2274)
SVN-Revision: 8573
|
17 years ago |
Nicolas Thill
|
ef9d118359
|
small rdc-2.6 fixes (from sn9, thanks!)
SVN-Revision: 8568
|
17 years ago |
Nicolas Thill
|
939c7224a2
|
build eeprom_93cx6 as a module, add a KernelPackage for it and for crc-itu-t
SVN-Revision: 8559
|
17 years ago |
Nicolas Thill
|
a28a3e814b
|
add high-speed usb serial fix from Junxion (closes: #2274)
SVN-Revision: 8549
|
17 years ago |
Gabor Juhos
|
4f4a3e5e40
|
I have new e-mail address. Thanks to Kaloz ;)
SVN-Revision: 8538
|
17 years ago |
Gabor Juhos
|
87fee19144
|
simplified image file generation
SVN-Revision: 8537
|
17 years ago |
Florian Fainelli
|
83c0618a0f
|
Fix the comment
SVN-Revision: 8506
|
17 years ago |
Florian Fainelli
|
022e20b2a4
|
Add a watchdog driver for rdc321x (needs testing) and try to detect the rdc cpu
SVN-Revision: 8505
|
17 years ago |