summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/include/asm/mach-ralink
Commit message (Collapse)AuthorAgeFilesLines
* ramips: Support for NexAira BC2Gabor Juhos2011-10-241-0/+1
| | | | | | | | | The preconfiguration of the USB LED has benn move to the /etc/uci-defaults/leds script. [juhosg] Signed-off-by: Adam Porter <porter.adam at gmail.com> SVN-Revision: 28571
* ramips: rt305x: add support for the ZyXEL NBG-419N boardGabor Juhos2011-08-221-0/+1
| | | | SVN-Revision: 28078
* ramips: sort RAMIPS_MACH_* definesGabor Juhos2011-08-221-4/+4
| | | | SVN-Revision: 28075
* ramips: rt305x: support for wr512-3gn-like routersGabor Juhos2011-08-191-0/+1
| | | | | | Signed-off-by: Andrew Andrianov <necromant@necromant.ath.cx> SVN-Revision: 28052
* ramips: add support for Argus ATP-52BGabor Juhos2011-08-151-0/+1
| | | | | | | | [The ESW related changes has been removed - juhosg] Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 27991
* ramips: allow to specify port layout for the switch of the RT305x/RT3350Gabor Juhos2011-08-151-0/+7
| | | | | | Based on a patch by Roman Yeryomin <roman@advem.lv> SVN-Revision: 27990
* ramips: rt305x: add support for the Netcore NW718 boardGabor Juhos2011-07-281-0/+1
| | | | SVN-Revision: 27813
* ramips: rt305x: add support for the Asus RT-G32 B1 boardGabor Juhos2011-07-281-0/+1
| | | | | | Based on a patch by: Sergiy <piratfm@gmail.com> SVN-Revision: 27812
* 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-281-0/+2
| | | | SVN-Revision: 27808
* ramips: rt305x: change machine id for DIR-300Gabor Juhos2011-07-281-1/+1
| | | | SVN-Revision: 27807
* ramips: initial board support for MOFI3500-3GNGabor Juhos2011-04-041-0/+1
| | | | | | | | | | 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: define GPIO chips separately for each SoCsGabor Juhos2011-03-274-12/+3
| | | | SVN-Revision: 26326
* ramips: move GPIO definitions into a separate header fileGabor Juhos2011-03-272-1/+48
| | | | SVN-Revision: 26325
* ramips: initial board support for Aztech HW550-3GGabor Juhos2011-03-131-0/+1
| | | | | | | | | | | 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: add watchdog device for RT288xGabor Juhos2011-01-261-0/+4
| | | | SVN-Revision: 25129
* ramips: add watchdog device for RT305xGabor Juhos2011-01-261-0/+5
| | | | SVN-Revision: 25127
* ramips: implement clock API for RT288xGabor Juhos2011-01-261-5/+1
| | | | SVN-Revision: 25125
* ramips: implement clock API for RT305XGabor Juhos2011-01-261-5/+1
| | | | SVN-Revision: 25124
* ramips: remove extern and __init from function prototypesGabor Juhos2011-01-265-21/+20
| | | | SVN-Revision: 25123
* ramips: ramips_esw: convert it to be a platform driverGabor Juhos2010-12-081-0/+18
| | | | SVN-Revision: 24331
* ramips: add support for Belkin F5D8235 v2 boardGabor Juhos2010-11-241-0/+1
| | | | | | | | 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-271-0/+1
| | | | | | | | | | | 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-151-0/+1
| | | | | | | | | | | 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: add mdio_cfg configuration for the ethernet driverGabor Juhos2010-07-151-0/+5
| | | | SVN-Revision: 22211
* 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
* Fix the base address of the wireless card. Otherwise it is not possible to ↵John Crispin2010-03-301-1/+1
| | | | | | register a platform wireless device as it overlaps with something else. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 20596
* ramips_eth: pass sys_clk via platform_dataGabor Juhos2010-01-311-0/+1
| | | | SVN-Revision: 19462
* ramips: fix wrong base addresses for the RT288xGabor Juhos2010-01-301-4/+5
| | | | SVN-Revision: 19409
* ramips: include 'linux/leds.h' from 'dev-gpio-leds.h'Gabor Juhos2010-01-301-2/+2
| | | | SVN-Revision: 19408
* ramips: rename dev_gpio_leds.h to dev-gpio-leds.hGabor Juhos2010-01-301-0/+0
| | | | SVN-Revision: 19407
* ramips: add common gpio-buttons deviceGabor Juhos2010-01-301-0/+31
| | | | SVN-Revision: 19404
* ramips: update mips multi-machine stuffGabor Juhos2010-01-301-2/+2
| | | | SVN-Revision: 19400
* add initial support for the WZR-AGL300NH - patch by Joonas Lahtinen ↵Jo-Philipp Wich2010-01-241-0/+2
| | | | | | <joonas.lahtinen@gmail.com> SVN-Revision: 19321
* ramips: move 'arch/mips/include/asm/mach-ralink/eth.h' to ↵Gabor Juhos2009-10-261-203/+0
| | | | | | 'drivers/net/ramips_eth.h' SVN-Revision: 18176
* ramips: use definitions from rt305x_regs, and nuke the duplicated onesGabor Juhos2009-10-261-3/+0
| | | | SVN-Revision: 18175
* ramips: move ramips_eth_platform_data into a separate fileGabor Juhos2009-10-262-7/+30
| | | | SVN-Revision: 18174
* ramips: use resource to pass irq and base address to the ethernet driverGabor Juhos2009-10-261-2/+0
| | | | SVN-Revision: 18166
* fixes licensesJohn Crispin2009-10-251-2/+1
| | | | SVN-Revision: 18152
* ramips: nuke net_device stats from the private data of the ethernet driverGabor Juhos2009-10-251-1/+0
| | | | SVN-Revision: 18147
* fixes dma hangups in ethJohn Crispin2009-10-251-6/+8
| | | | SVN-Revision: 18139
* make ethernet a platform deviceJohn Crispin2009-10-241-2/+13
| | | | SVN-Revision: 18135
* missing define to make mach for fonera20n workJohn Crispin2009-10-241-0/+1
| | | | SVN-Revision: 18134
* adds mach type for fonera20nJohn Crispin2009-10-241-1/+1
| | | | SVN-Revision: 18132
* adds ethernet driver, esw needs to be moved to swconfig, driver is missing ↵John Crispin2009-10-232-2/+207
| | | | | | rt288x support, not a platform device yet SVN-Revision: 18128
* ramips: add preliminary support for the DIR-300 revB boardGabor Juhos2009-10-181-0/+3
| | | | SVN-Revision: 18058
* ramips: fix RT2880_PCI_BASE definitionGabor Juhos2009-10-051-1/+1
| | | | SVN-Revision: 17917
* ramips: merge ops-rt288x.c and rt288x_pci.h into pci-rt288x.cGabor Juhos2009-10-051-19/+0
| | | | SVN-Revision: 17914
* adds pci support for rt288xJohn Crispin2009-10-041-0/+19
| | | | SVN-Revision: 17855
* add GPIO configuration featureGabor Juhos2009-09-045-1/+89
| | | | SVN-Revision: 17512