summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch
Commit message (Collapse)AuthorAgeFilesLines
* ramips: rt305x: add support for the Asus RT-G32 B1 boardGabor Juhos2011-07-284-0/+122
| | | | | | Based on a patch by: Sergiy <piratfm@gmail.com> SVN-Revision: 27812
* ramips: rt305x: introduce rt305x_register_spi helperGabor Juhos2011-07-282-0/+24
| | | | | | Based on a patch by Sergiy <piratfm@gmail.com> SVN-Revision: 27810
* ramips: add SPI controller driverGabor Juhos2011-07-281-0/+1
| | | | | | Based on a patch by Sergiy <piratfm@gmail.com> SVN-Revision: 27809
* ramips: rt305x: add support for the DIR-600 B1,B2 boardsGabor Juhos2011-07-282-0/+8
| | | | SVN-Revision: 27808
* ramips: rt305x: change machine id for DIR-300Gabor Juhos2011-07-282-2/+2
| | | | SVN-Revision: 27807
* ramips: rt305x: rename LEDs on the DIR-300-B1Gabor Juhos2011-07-281-3/+3
| | | | SVN-Revision: 27806
* ramips: rt305x: sort Kconfig/Makefile entriesGabor Juhos2011-07-282-19/+19
| | | | SVN-Revision: 27805
* rtl8366: unify rtl8366s and rtl8366rb platform dataFelix Fietkau2011-07-242-4/+4
| | | | SVN-Revision: 27754
* ramips: merge 2.6.39 patchesGabor Juhos2011-07-031-10/+11
| | | | SVN-Revision: 27399
* ramips: specify eeprom file name on RT305XGabor Juhos2011-07-031-1/+4
| | | | SVN-Revision: 27392
* ramips: specify eeprom file name on RT288XGabor Juhos2011-07-031-1/+4
| | | | SVN-Revision: 27391
* ramips: use lowercase partiion names on the WCR150GN boardGabor Juhos2011-07-031-4/+4
| | | | SVN-Revision: 27387
* ramips: update partition map for DIR-300-B1Gabor Juhos2011-07-031-4/+4
| | | | | | Patch by Layne Edwards from #9252. SVN-Revision: 27384
* ramips: consistently use 'firmware' name for sysupgrade partitionsGabor Juhos2011-07-036-6/+6
| | | | SVN-Revision: 27383
* ramips: remove unused include from the common GPIO codeGabor Juhos2011-07-031-1/+0
| | | | SVN-Revision: 27381
* ramips: update HW550-3G mtd partitionsGabor Juhos2011-07-031-8/+4
| | | | | | | | This patch updates the mtd partitions for the Aztech HW550-3G Signed-off-by: Layne Edwards <ledwards@astrumtech.net> SVN-Revision: 27378
* ramips: set cp0_perfcount_irq for RT305XGabor Juhos2011-07-031-0/+5
| | | | SVN-Revision: 27377
* ramips: initial board support for MOFI3500-3GNGabor Juhos2011-04-044-0/+149
| | | | | | | | | | This patch adds initial board support for the MoFi Network MOFI3500-3GN (Ralink RT3052F SoC, 8MB flash, 32MB ram, wireless N, USB-OTG). This router is basically the NA version of the HW550-3G. Signed-off-by: Layne Edwards <ledwards76@gmail.com> SVN-Revision: 26466
* ramips: UPF_FIXED_TYPE must be set for the serial portsGabor Juhos2011-03-271-1/+1
| | | | SVN-Revision: 26327
* ramips: define GPIO chips separately for each SoCsGabor Juhos2011-03-277-84/+152
| | | | SVN-Revision: 26326
* ramips: move GPIO definitions into a separate header fileGabor Juhos2011-03-275-63/+52
| | | | SVN-Revision: 26325
* ramips: setup GPIO chip functions on the flyGabor Juhos2011-03-271-12/+5
| | | | SVN-Revision: 26324
* ramips: use separate register base for GPIO chipsGabor Juhos2011-03-271-8/+16
| | | | SVN-Revision: 26323
* ramips: fix dir-300 mtd layoutGabor Juhos2011-03-271-1/+1
| | | | | | Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> SVN-Revision: 26322
* ramips: enable MDIO on the HW550-3G boardGabor Juhos2011-03-271-1/+5
| | | | SVN-Revision: 26321
* ramips: add sysupgrade and status LED support for HW550-3GGabor Juhos2011-03-271-10/+10
| | | | | | | | | This patch adds sysupgrade and status LED support for the Aztech HW550-3G. Some LED GPIOs were changed for clarity. Signed-off-by: Layne Edwards <ledwards76@gmail.com> SVN-Revision: 26320
* ramips: initial board support for Aztech HW550-3GGabor Juhos2011-03-134-0/+149
| | | | | | | | | | | This patch adds initial support for the Aztech HW550-3G (Ralink RT3052f SoC, 8MB flash, 32MB dram). Ethernet is not working yet. Wireless appears to work fine. USB does not work yet (as with other Ralink boards). Signed-off-by: Layne Edwards <ledwards76@gmail.com> SVN-Revision: 26123
* ramips: register watchdog device on the rt288x boardsGabor Juhos2011-01-262-0/+2
| | | | SVN-Revision: 25130
* ramips: add watchdog device for RT288xGabor Juhos2011-01-263-0/+33
| | | | SVN-Revision: 25129
* ramips: register watchdog device on the rt305x boardsGabor Juhos2011-01-267-0/+7
| | | | SVN-Revision: 25128
* ramips: add watchdog device for RT305xGabor Juhos2011-01-263-0/+34
| | | | SVN-Revision: 25127
* ramips: implement clock API for RT288xGabor Juhos2011-01-267-45/+152
| | | | SVN-Revision: 25125
* ramips: implement clock API for RT305XGabor Juhos2011-01-267-41/+148
| | | | SVN-Revision: 25124
* ramips: remove extern and __init from function prototypesGabor Juhos2011-01-267-31/+28
| | | | SVN-Revision: 25123
* ramips: handle OTG interrupt on the RT305x SoCGabor Juhos2010-12-141-0/+3
| | | | SVN-Revision: 24560
* ramips: ramips_esw: convert it to be a platform driverGabor Juhos2010-12-083-2/+43
| | | | SVN-Revision: 24331
* ramips: use tabs instead of spaces in mach-f5d8235-v2.cGabor Juhos2010-12-051-43/+43
| | | | SVN-Revision: 24268
* ramips: add support for Belkin F5D8235 v2 boardGabor Juhos2010-11-244-0/+149
| | | | | | | | No support for usb for now. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 24126
* ramips: Ralink RT305x, support for Prolink PWH2004 (Abocom5205)Gabor Juhos2010-09-274-0/+111
| | | | | | | | | | | The attached patch adds a preliminary support for Prolink PWH2004 board (Ralink RT305x based). LAN and flash appear to work. However, the USB port and WLAN I have not managed to activate properly yet, but that problem appears to be present with other rt305x targets as well(?). Signed-off-by: Esa Hyytia <esa at netlab.tkk.fi> SVN-Revision: 23129
* ramips: add support for Sparklan WCR-150GN boardGabor Juhos2010-08-154-0/+76
| | | | | | | | | | | This patch adds support for Sparklan WCR-150GN board. Network configuration should be tweaked to make it work fully. The reason it's not in this patch is that ramips target should be modified to support different /etc/config/network files for different boards. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 22658
* ramips: register ethernet device on the RT-N15Gabor Juhos2010-07-151-0/+8
| | | | SVN-Revision: 22213
* ramips: add generic ethernet device for the RT288xGabor Juhos2010-07-152-0/+44
| | | | SVN-Revision: 22212
* ramips: add mdio_cfg configuration for the ethernet driverGabor Juhos2010-07-151-0/+5
| | | | SVN-Revision: 22211
* ramips: protect GPIO register access with a spinlockGabor Juhos2010-07-131-1/+11
| | | | SVN-Revision: 22171
* Fix ramips build when CONFIG_RALINK_DEV_GPIO_BUTTONS is not set.John Crispin2010-05-311-1/+1
| | | | | | Signed-off-by: Helmut Schaa SVN-Revision: 21643
* ramips: merge slab patchGabor Juhos2010-05-282-0/+2
| | | | SVN-Revision: 21607
* ramips: use COMMAND_LINE_SIZE directlyGabor Juhos2010-05-281-1/+1
| | | | SVN-Revision: 21606
* ramips: use KEY_RESTART and KEY_WPS_BUTTON code for the appropriate buttonsGabor Juhos2010-04-225-9/+9
| | | | SVN-Revision: 21083
* ramips: annotate device register function prototypes with __initGabor Juhos2010-03-311-2/+2
| | | | SVN-Revision: 20627
* ramips: register wifi device for the RT2880 based boardsGabor Juhos2010-03-312-0/+3
| | | | SVN-Revision: 20625