Florian Fainelli
84ee093574
Add basic 2.6.24 support for rb532, korina napi code has to be adapted to work
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11844 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-15 17:18:28 +00:00
Florian Fainelli
b83064f4e2
Fix the CF serial number byteswapping ( #3133 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11837 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-15 10:22:28 +00:00
Gabor Juhos
4e9682caac
[rb532] make use the chip_fixup function of the plat_nand driver
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11377 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-06 09:04:14 +00:00
Felix Fietkau
dfd186b861
fix gpio on rb532 - fixes the cf driver
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10888 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-20 16:32:28 +00:00
Florian Fainelli
616fdf7c8f
GPIO code updates, make the cf-mips driver compile against this gpio version
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10768 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-07 21:49:05 +00:00
Florian Fainelli
7cd6f7edd6
Allow S1 button to be controlled using gpio-keys
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10172 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-11 10:59:56 +00:00
Florian Fainelli
b406aa9d57
Upgrade rb532 to .23, provide generic GPIO API to this board
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10171 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-11 10:42:06 +00:00
Felix Fietkau
ad1b5ad15e
watchdog driver for RB 532
...
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9896 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-24 22:47:27 +00:00
Florian Fainelli
38f940437e
Fix tx stats ( #2705 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9570 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-16 07:31:28 +00:00
Florian Fainelli
02ee102b22
Resync kernel config, put back yellow led registration ( #2607 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9458 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-29 10:03:14 +00:00
Florian Fainelli
91298e7d33
Remove the old rbmipsnand driver, we now use the plat_nand driver
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9188 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-08 09:39:38 +00:00
Florian Fainelli
a62d171e54
Clean up the prom code / board detection (thanks Gabor), fix some warnings
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9136 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-05 11:39:32 +00:00
Florian Fainelli
74bdbebc87
Finally fix the rb500 boot ( #2436 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9133 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-05 10:37:35 +00:00
Florian Fainelli
c6967664a5
Fix board_type allocation (again)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9074 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-29 19:05:23 +00:00
Florian Fainelli
473f0e3adc
Fix board type allocation
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9071 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-29 17:09:04 +00:00
Florian Fainelli
474b9a449e
Use the generic NAND driver
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9049 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-27 15:02:41 +00:00
Florian Fainelli
01beccbac4
prom_free_memory should be __init
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9011 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-24 21:21:18 +00:00
Florian Fainelli
686d2fdae3
Fix rb535 revision 5 detection
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9008 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-24 15:09:10 +00:00
Felix Fietkau
92558d67a4
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.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-06 16:27:37 +00:00