Commit Graph

86 Commits (e36eb8579f6d608210b2e8007b00baace97b4de4)

Author SHA1 Message Date
Gabor Juhos 418b0361ea remove invalid GPIO definitions for the RB153
SVN-Revision: 9789
2007-12-17 16:01:51 +00:00
Gabor Juhos 12295e7c0d fix level setup code for GPIO IRQs
SVN-Revision: 9788
2007-12-17 15:45:16 +00:00
Gabor Juhos 3befb653fa add support for LEDs on the NP28G board, thanks to kenny (closes: #2825)
SVN-Revision: 9781
2007-12-16 19:03:40 +00:00
Gabor Juhos fa10728685 use a shadow value for the write-only GPIO_CONF2 register
SVN-Revision: 9715
2007-12-12 12:42:40 +00:00
Gabor Juhos a6a8cb6a55 fix mac address setup on RouterBOARDs
SVN-Revision: 9713
2007-12-12 08:43:41 +00:00
Gabor Juhos 224aaf34ac enable wait state pin for the CF slot on the RB153 board
SVN-Revision: 9709
2007-12-11 17:59:42 +00:00
Gabor Juhos bb6c1aa770 new experimental driver for the CF slot on the RouterBOARD 153
SVN-Revision: 9707
2007-12-11 09:00:06 +00:00
Gabor Juhos 9b9b83976c add support for GPIO IRQs
SVN-Revision: 9700
2007-12-10 14:05:01 +00:00
Florian Fainelli d37e090fe9 Setup MAC addresses for routerboards
SVN-Revision: 9682
2007-12-09 14:43:42 +00:00
Gabor Juhos 7c70e465c7 RB153 must use the generic RB1xx's setup code
SVN-Revision: 9491
2007-11-03 15:35:25 +00:00
Florian Fainelli 647541a1a0 CF driver cleanup
SVN-Revision: 9473
2007-11-01 17:11:16 +00:00
Gabor Juhos 5f122462c0 minor cleanups
SVN-Revision: 9423
2007-10-24 08:19:16 +00:00
Gabor Juhos 71f9b205e4 fix flash driver, it should work on RB150 as well
SVN-Revision: 9418
2007-10-23 12:31:13 +00:00
Florian Fainelli 2514d7f799 The RB513 CF driver is now a module, enable it by default for the RB1xx profile. Fix the membase of the CF driver.
SVN-Revision: 9416
2007-10-23 10:46:19 +00:00
Florian Fainelli 2a0ca50ce2 Add preliminary support for the Routerboard 153 CF slot (#2550)
SVN-Revision: 9403
2007-10-22 20:56:34 +00:00
Gabor Juhos 36a1feebdd add ids for Edimax BR-6104Wg boards
SVN-Revision: 9342
2007-10-18 07:40:01 +00:00
Gabor Juhos 49b631d730 switch driver cleanup, 4th phase
SVN-Revision: 9340
2007-10-17 08:10:47 +00:00
Gabor Juhos 0fa0801a32 coding style fixes
SVN-Revision: 9263
2007-10-11 15:09:50 +00:00
Gabor Juhos a72e25de51 switch to 2.6.23
SVN-Revision: 9260
2007-10-11 09:11:56 +00:00
Gabor Juhos f1e27efedd NAND driver cleanups, thanks to Alexandros C. Couloumbis for testing * use generic NAND driver from now * add experimental support for RouterBOARD 150 NAND device
SVN-Revision: 9118
2007-10-04 10:56:38 +00:00
Gabor Juhos ffec4f2913 prepare trxsplit to support sysupgrade
SVN-Revision: 9085
2007-10-01 09:51:32 +00:00
Gabor Juhos df39c50c9a fix mach_type for the WP54G-WRT board
SVN-Revision: 9040
2007-09-26 17:58:44 +00:00
Gabor Juhos 1c492d9972 add missing PCI irq map for the RouterBOARD 133 (closes #2431)
SVN-Revision: 9039
2007-09-26 17:05:16 +00:00
Gabor Juhos 728ec89e7d fix initcall level of adm5120_board_setup()
SVN-Revision: 9016
2007-09-25 13:42:45 +00:00
Gabor Juhos 6e7fafe998 move pci_irq_map definitions into the board specific files
SVN-Revision: 9009
2007-09-24 16:59:23 +00:00
Gabor Juhos aa372ac901 fix a copy-paste error
SVN-Revision: 8979
2007-09-23 14:04:46 +00:00
Gabor Juhos 66e3ba92bc add preliminary support for the Mikrotik RouterBOARD 192
SVN-Revision: 8978
2007-09-23 13:11:35 +00:00
Gabor Juhos ae0d98552d fix ethernet vlan matrix of the NP28G board (closes: #2387)
SVN-Revision: 8977
2007-09-23 13:05:33 +00:00
Gabor Juhos a34a13c09c checkin a new, experimental USB driver
SVN-Revision: 8905
2007-09-21 07:32:19 +00:00
Gabor Juhos ac15780234 fix memory size detection (#2244)
SVN-Revision: 8728
2007-09-10 09:54:35 +00:00
Gabor Juhos 108723067b remove volatile derefs
SVN-Revision: 8706
2007-09-09 12:54:11 +00:00
Gabor Juhos 187ef4c639 cleanup memory detection code, fix #2244
SVN-Revision: 8705
2007-09-09 12:50:32 +00:00
Gabor Juhos 1937e8382a remove redundant EXTRA_AFLAGS
SVN-Revision: 8703
2007-09-09 12:40:44 +00:00
Gabor Juhos 1665832e68 cleanup IRQ code
SVN-Revision: 8701
2007-09-09 07:33:33 +00:00
Gabor Juhos 73b2555da2 cleanup PCI code
SVN-Revision: 8700
2007-09-09 06:41:19 +00:00
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
2007-09-06 16:27:37 +00:00