Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | only use trxsplit on NOR flash devices | Gabor Juhos | 2007-11-04 | 1 | -0/+6 | |
| | | | | SVN-Revision: 9497 | |||||
* | fix flash driver fixes, call request_mem_region/ioremap_nocache with the ↵ | Gabor Juhos | 2007-11-04 | 1 | -2/+3 | |
| | | | | | | correct arguments SVN-Revision: 9496 | |||||
* | RB153 must use the generic RB1xx's setup code | Gabor Juhos | 2007-11-03 | 1 | -1/+1 | |
| | | | | SVN-Revision: 9491 | |||||
* | fix USB driver to compile even if USB_DEBUG is disabled | Gabor Juhos | 2007-11-02 | 1 | -2/+4 | |
| | | | | SVN-Revision: 9483 | |||||
* | Fix typo | Florian Fainelli | 2007-11-02 | 1 | -1/+1 | |
| | | | | SVN-Revision: 9482 | |||||
* | cleanup USB driver, it's still experimental | Gabor Juhos | 2007-11-01 | 5 | -767/+604 | |
| | | | | SVN-Revision: 9480 | |||||
* | CF driver cleanup | Florian Fainelli | 2007-11-01 | 3 | -10/+32 | |
| | | | | SVN-Revision: 9473 | |||||
* | reduce wasted flash space by ~56K on Edimax devices, thanks to Bernhard Held ↵ | Gabor Juhos | 2007-10-26 | 1 | -7/+2 | |
| | | | | | | (closes: #2549) SVN-Revision: 9450 | |||||
* | Fix another wrong shitfing | Florian Fainelli | 2007-10-25 | 1 | -1/+1 | |
| | | | | SVN-Revision: 9447 | |||||
* | Wrong bit shifting for the cfrdy function, will always return cf-mips busy | Florian Fainelli | 2007-10-25 | 1 | -1/+1 | |
| | | | | SVN-Revision: 9446 | |||||
* | minor cleanups | Gabor Juhos | 2007-10-24 | 8 | -228/+135 | |
| | | | | SVN-Revision: 9423 | |||||
* | fix flash driver, it should work on RB150 as well | Gabor Juhos | 2007-10-23 | 3 | -6/+16 | |
| | | | | SVN-Revision: 9418 | |||||
* | The RB513 CF driver is now a module, enable it by default for the RB1xx ↵ | Florian Fainelli | 2007-10-23 | 3 | -3/+7 | |
| | | | | | | profile. Fix the membase of the CF driver. SVN-Revision: 9416 | |||||
* | Add preliminary support for the Routerboard 153 CF slot (#2550) | Florian Fainelli | 2007-10-22 | 7 | -2/+1047 | |
| | | | | SVN-Revision: 9403 | |||||
* | add LEDs trigger for switch port states, thanks to Bernhard Held (closes: #2153) | Gabor Juhos | 2007-10-20 | 1 | -0/+149 | |
| | | | | SVN-Revision: 9362 | |||||
* | fix typos in the switch driver, thanks to Bernhard Held (closes: #2573) | Gabor Juhos | 2007-10-20 | 1 | -2/+2 | |
| | | | | SVN-Revision: 9361 | |||||
* | add ids for Edimax BR-6104Wg boards | Gabor Juhos | 2007-10-18 | 2 | -8/+31 | |
| | | | | SVN-Revision: 9342 | |||||
* | fix initcall level in i2c-gpio-custom driver if not built as a module | Gabor Juhos | 2007-10-17 | 1 | -3/+10 | |
| | | | | SVN-Revision: 9341 | |||||
* | switch driver cleanup, 4th phase | Gabor Juhos | 2007-10-17 | 5 | -154/+227 | |
| | | | | SVN-Revision: 9340 | |||||
* | switch driver cleanup, 3rd phase | Gabor Juhos | 2007-10-16 | 1 | -160/+214 | |
| | | | | SVN-Revision: 9334 | |||||
* | switch driver cleanup, 2nd phase | Gabor Juhos | 2007-10-16 | 1 | -147/+332 | |
| | | | | SVN-Revision: 9330 | |||||
* | switch driver cleanup, 1st phase | Gabor Juhos | 2007-10-15 | 3 | -418/+606 | |
| | | | | SVN-Revision: 9324 | |||||
* | coding style fixes | Gabor Juhos | 2007-10-11 | 21 | -308/+303 | |
| | | | | SVN-Revision: 9263 | |||||
* | fix LED driver, update kernel config | Gabor Juhos | 2007-10-11 | 1 | -0/+1 | |
| | | | | SVN-Revision: 9261 | |||||
* | switch to 2.6.23 | Gabor Juhos | 2007-10-11 | 3 | -239/+28 | |
| | | | | SVN-Revision: 9260 | |||||
* | enhance the custom i2c-gpio driver (supports 4 buses from now on), update ↵ | Gabor Juhos | 2007-10-10 | 1 | -25/+144 | |
| | | | | | | kernel configuration SVN-Revision: 9244 | |||||
* | add custom GPIO-based I2C driver | Gabor Juhos | 2007-10-09 | 1 | -0/+71 | |
| | | | | SVN-Revision: 9218 | |||||
* | NAND driver cleanups, thanks to Alexandros C. Couloumbis for testing * use ↵ | Gabor Juhos | 2007-10-04 | 6 | -36/+290 | |
| | | | | | | generic NAND driver from now * add experimental support for RouterBOARD 150 NAND device SVN-Revision: 9118 | |||||
* | prepare trxsplit to support sysupgrade | Gabor Juhos | 2007-10-01 | 2 | -47/+64 | |
| | | | | SVN-Revision: 9085 | |||||
* | make morse LED trigger available for all platforms | Gabor Juhos | 2007-09-28 | 1 | -294/+0 | |
| | | | | SVN-Revision: 9055 | |||||
* | morse LED trigger cleanups | Gabor Juhos | 2007-09-28 | 1 | -20/+30 | |
| | | | | SVN-Revision: 9054 | |||||
* | add morse LED trigger, will be used for diagnostic, update kernel config | Gabor Juhos | 2007-09-28 | 1 | -0/+284 | |
| | | | | SVN-Revision: 9053 | |||||
* | fix mach_type for the WP54G-WRT board | Gabor Juhos | 2007-09-26 | 1 | -1/+1 | |
| | | | | SVN-Revision: 9040 | |||||
* | add missing PCI irq map for the RouterBOARD 133 (closes #2431) | Gabor Juhos | 2007-09-26 | 1 | -0/+2 | |
| | | | | SVN-Revision: 9039 | |||||
* | remove unused PCI externs | Gabor Juhos | 2007-09-25 | 1 | -3/+0 | |
| | | | | SVN-Revision: 9017 | |||||
* | fix initcall level of adm5120_board_setup() | Gabor Juhos | 2007-09-25 | 1 | -1/+1 | |
| | | | | SVN-Revision: 9016 | |||||
* | move pci_irq_map definitions into the board specific files | Gabor Juhos | 2007-09-24 | 12 | -113/+112 | |
| | | | | SVN-Revision: 9009 | |||||
* | fix a copy-paste error | Gabor Juhos | 2007-09-23 | 1 | -1/+1 | |
| | | | | SVN-Revision: 8979 | |||||
* | add preliminary support for the Mikrotik RouterBOARD 192 | Gabor Juhos | 2007-09-23 | 2 | -1/+18 | |
| | | | | SVN-Revision: 8978 | |||||
* | fix ethernet vlan matrix of the NP28G board (closes: #2387) | Gabor Juhos | 2007-09-23 | 1 | -3/+1 | |
| | | | | SVN-Revision: 8977 | |||||
* | rename NAND driver | Gabor Juhos | 2007-09-21 | 1 | -0/+0 | |
| | | | | SVN-Revision: 8932 | |||||
* | checkin a new, experimental USB driver | Gabor Juhos | 2007-09-21 | 15 | -850/+4280 | |
| | | | | SVN-Revision: 8905 | |||||
* | fix memory size detection (#2244) | Gabor Juhos | 2007-09-10 | 2 | -7/+11 | |
| | | | | SVN-Revision: 8728 | |||||
* | use the global register access macros in the flash driver | Gabor Juhos | 2007-09-09 | 1 | -14/+13 | |
| | | | | SVN-Revision: 8707 | |||||
* | remove volatile derefs | Gabor Juhos | 2007-09-09 | 1 | -5/+8 | |
| | | | | SVN-Revision: 8706 | |||||
* | cleanup memory detection code, fix #2244 | Gabor Juhos | 2007-09-09 | 2 | -47/+32 | |
| | | | | SVN-Revision: 8705 | |||||
* | define more SWITCH/MPMC constants | Gabor Juhos | 2007-09-09 | 2 | -40/+177 | |
| | | | | SVN-Revision: 8704 | |||||
* | remove redundant EXTRA_AFLAGS | Gabor Juhos | 2007-09-09 | 1 | -2/+0 | |
| | | | | SVN-Revision: 8703 | |||||
* | cleanup IRQ code | Gabor Juhos | 2007-09-09 | 1 | -42/+23 | |
| | | | | SVN-Revision: 8701 | |||||
* | cleanup PCI code | Gabor Juhos | 2007-09-09 | 3 | -332/+283 | |
| | | | | SVN-Revision: 8700 |