summaryrefslogtreecommitdiffstats
path: root/target/linux/rb532
Commit message (Collapse)AuthorAgeFilesLines
* refresh kernel patchesGabor Juhos2008-05-199-87/+106
| | | | SVN-Revision: 11203
* upgrade to latest kernel versions (2.6.25.4; 2.6.24.7; 2.6.23.17; 2.6.22.19)Gabor Juhos2008-05-181-1/+1
| | | | SVN-Revision: 11184
* enable proper PCI & USB support detection at config-time by disabling ↵Nicolas Thill2008-05-091-1/+2
| | | | | | CONFIG_PCI & CONFIG_USB entries in generic/config and enabling them on targets where appropriate SVN-Revision: 11097
* properly disable CONFIG_CRYPTO_HWNicolas Thill2008-04-271-1/+0
| | | | SVN-Revision: 10952
* Re-enabled the CompactFlash driver for rb532Florian Fainelli2008-04-261-1/+1
| | | | SVN-Revision: 10950
* fix gpio on rb532 - fixes the cf driverFelix Fietkau2008-04-201-3/+3
| | | | SVN-Revision: 10888
* GPIO code updates, make the cf-mips driver compile against this gpio versionFlorian Fainelli2008-04-074-166/+106
| | | | SVN-Revision: 10768
* upgrade & standardize kernel versionsImre Kaloz2008-02-111-1/+1
| | | | SVN-Revision: 10443
* bump to 2.6.23.14 on x86, ixp4xx, rb532, adm5120Gabor Juhos2008-01-161-3/+3
| | | | SVN-Revision: 10208
* Allow S1 button to be controlled using gpio-keysFlorian Fainelli2008-01-111-1/+26
| | | | SVN-Revision: 10172
* Upgrade rb532 to .23, provide generic GPIO API to this boardFlorian Fainelli2008-01-1115-209/+554
| | | | SVN-Revision: 10171
* add cf2nand fixes from #2892Felix Fietkau2007-12-281-3/+3
| | | | SVN-Revision: 9985
* enable watchdog driver for rb532 by defaultFelix Fietkau2007-12-241-0/+1
| | | | SVN-Revision: 9897
* watchdog driver for RB 532Felix Fietkau2007-12-243-0/+359
| | | | | | | | | | | | Here is the driver for the hardware watchdog timer integrated in RB 532 (as part of the SoC IDT 79RC32434). File include/asm-mips/rc32434/integ.h is taken from Mikrotik RB 532 kernel patch. Signed-off-by: Ondrej Zajicek <santiago@crfreenet.org> SVN-Revision: 9896
* Fix tx stats (#2705)Florian Fainelli2007-11-161-0/+1
| | | | SVN-Revision: 9570
* make the image filenames a bit shorterFelix Fietkau2007-11-101-3/+3
| | | | SVN-Revision: 9533
* Resync kernel config, put back yellow led registration (#2607)Florian Fainelli2007-10-292-2/+8
| | | | SVN-Revision: 9458
* Remove the old rbmipsnand driver, we now use the plat_nand driverFlorian Fainelli2007-10-082-248/+0
| | | | SVN-Revision: 9188
* Clean up the prom code / board detection (thanks Gabor), fix some warningsFlorian Fainelli2007-10-055-26/+48
| | | | SVN-Revision: 9136
* Finally fix the rb500 boot (#2436)Florian Fainelli2007-10-052-14/+14
| | | | SVN-Revision: 9133
* Fix board_type allocation (again)Florian Fainelli2007-09-291-1/+1
| | | | SVN-Revision: 9074
* Fix board type allocationFlorian Fainelli2007-09-291-0/+1
| | | | SVN-Revision: 9071
* get rid of per-profile base-filesGabor Juhos2007-09-294-0/+0
| | | | SVN-Revision: 9069
* Use the generic NAND driverFlorian Fainelli2007-09-272-75/+134
| | | | SVN-Revision: 9049
* prom_free_memory should be __initFlorian Fainelli2007-09-241-2/+2
| | | | SVN-Revision: 9011
* Fix rb535 revision 5 detectionFlorian Fainelli2007-09-242-4/+4
| | | | SVN-Revision: 9008
* clean up jffs2 config optionsFelix Fietkau2007-09-191-1/+0
| | | | SVN-Revision: 8848
* adapt profiles for subtarget changesFelix Fietkau2007-09-081-3/+0
| | | | SVN-Revision: 8695
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-082-2/+2
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-0648-0/+6857
(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