Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | ramips: add sysupgrade and status LED support for HW550-3G | Gabor Juhos | 2011-03-27 | |
| | | | | | | | | | 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-3G | Gabor Juhos | 2011-03-13 | |
| | | | | | | | | | | | 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 rt305x boards | Gabor Juhos | 2011-01-26 | |
| | | | | SVN-Revision: 25128 | |||
* | ramips: add watchdog device for RT305x | Gabor Juhos | 2011-01-26 | |
| | | | | SVN-Revision: 25127 | |||
* | ramips: implement clock API for RT305X | Gabor Juhos | 2011-01-26 | |
| | | | | SVN-Revision: 25124 | |||
* | ramips: remove extern and __init from function prototypes | Gabor Juhos | 2011-01-26 | |
| | | | | SVN-Revision: 25123 | |||
* | ramips: handle OTG interrupt on the RT305x SoC | Gabor Juhos | 2010-12-14 | |
| | | | | SVN-Revision: 24560 | |||
* | ramips: ramips_esw: convert it to be a platform driver | Gabor Juhos | 2010-12-08 | |
| | | | | SVN-Revision: 24331 | |||
* | ramips: use tabs instead of spaces in mach-f5d8235-v2.c | Gabor Juhos | 2010-12-05 | |
| | | | | SVN-Revision: 24268 | |||
* | ramips: add support for Belkin F5D8235 v2 board | Gabor Juhos | 2010-11-24 | |
| | | | | | | | | 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 Juhos | 2010-09-27 | |
| | | | | | | | | | | | 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 board | Gabor Juhos | 2010-08-15 | |
| | | | | | | | | | | | 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: use KEY_RESTART and KEY_WPS_BUTTON code for the appropriate buttons | Gabor Juhos | 2010-04-22 | |
| | | | | SVN-Revision: 21083 | |||
* | ramips: annotate device register function prototypes with __init | Gabor Juhos | 2010-03-31 | |
| | | | | SVN-Revision: 20627 | |||
* | ramips: register wifi device on the rt305x based boards | Gabor Juhos | 2010-03-30 | |
| | | | | SVN-Revision: 20616 | |||
* | The ralink rt305x board has a wireless card that can be used with the ↵ | John Crispin | 2010-03-30 | |
| | | | | | | rt2800pci driver (it does not work yet but basically should). Hence, register the appropriate platform device to allow developing/testing the rt2800pci driver. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 20599 | |||
* | ramips_eth: pass sys_clk via platform_data | Gabor Juhos | 2010-01-31 | |
| | | | | SVN-Revision: 19462 | |||
* | ramips: register gpio buttons on the Fonera 2.0N board | Gabor Juhos | 2010-01-30 | |
| | | | | SVN-Revision: 19413 | |||
* | ramips: register gpio buttons on the WHR-G300N board | Gabor Juhos | 2010-01-30 | |
| | | | | SVN-Revision: 19412 | |||
* | ramips: register gpio buttons on the V22RW-2x2 board | Gabor Juhos | 2010-01-30 | |
| | | | | SVN-Revision: 19411 | |||
* | ramips: register gpio buttons on the DIR-300 revB board | Gabor Juhos | 2010-01-30 | |
| | | | | SVN-Revision: 19410 | |||
* | ramips: include 'linux/leds.h' from 'dev-gpio-leds.h' | Gabor Juhos | 2010-01-30 | |
| | | | | SVN-Revision: 19408 | |||
* | ramips: rename dev_gpio_leds.h to dev-gpio-leds.h | Gabor Juhos | 2010-01-30 | |
| | | | | SVN-Revision: 19407 | |||
* | ramips: update mips multi-machine stuff | Gabor Juhos | 2010-01-30 | |
| | | | | SVN-Revision: 19400 | |||
* | ramips: register ethernet device on the WHR-G300N and V22RW-2x2 boards | Gabor Juhos | 2009-10-30 | |
| | | | | SVN-Revision: 18229 | |||
* | ramips: use definitions from rt305x_regs, and nuke the duplicated ones | Gabor Juhos | 2009-10-26 | |
| | | | | SVN-Revision: 18175 | |||
* | ramips: move ramips_eth_platform_data into a separate file | Gabor Juhos | 2009-10-26 | |
| | | | | SVN-Revision: 18174 | |||
* | ramips: use resource to pass irq and base address to the ethernet driver | Gabor Juhos | 2009-10-26 | |
| | | | | SVN-Revision: 18166 | |||
* | ramips: register ethernet device on the DIR-300 board | Gabor Juhos | 2009-10-25 | |
| | | | | SVN-Revision: 18143 | |||
* | make ethernet a platform device | John Crispin | 2009-10-24 | |
| | | | | SVN-Revision: 18135 | |||
* | adds mach type for fonera20n | John Crispin | 2009-10-24 | |
| | | | | SVN-Revision: 18132 | |||
* | ramips: add preliminary support for the DIR-300 revB board | Gabor Juhos | 2009-10-18 | |
| | | | | SVN-Revision: 18058 | |||
* | add GPIO configuration feature | Gabor Juhos | 2009-09-04 | |
| | | | | SVN-Revision: 17512 | |||
* | initial support for the AP-R3052-V22RW-2X2 board | Gabor Juhos | 2009-09-02 | |
| | | | | SVN-Revision: 17473 | |||
* | use common code for early_serial setup | Gabor Juhos | 2009-09-02 | |
| | | | | SVN-Revision: 17467 | |||
* | share prom code | Gabor Juhos | 2009-09-02 | |
| | | | | SVN-Revision: 17466 | |||
* | remove unused *_MACH_GENERIC config options | Gabor Juhos | 2009-09-01 | |
| | | | | SVN-Revision: 17461 | |||
* | share machine registration code | Gabor Juhos | 2009-08-31 | |
| | | | | SVN-Revision: 17456 | |||
* | use common get_system_type function | Gabor Juhos | 2009-08-31 | |
| | | | | SVN-Revision: 17455 | |||
* | share memory size detection code | Gabor Juhos | 2009-08-31 | |
| | | | | SVN-Revision: 17454 | |||
* | add common setup code | Gabor Juhos | 2009-08-31 | |
| | | | | SVN-Revision: 17453 | |||
* | register GPIO LEDs on the WHR-G300N board | Gabor Juhos | 2009-08-31 | |
| | | | | SVN-Revision: 17449 | |||
* | add common GPIO LED support | Gabor Juhos | 2009-08-31 | |
| | | | | SVN-Revision: 17448 | |||
* | share common INTC code | Gabor Juhos | 2009-08-30 | |
| | | | | SVN-Revision: 17440 | |||
* | initial support for RT288x/RT305x | Gabor Juhos | 2009-08-30 | |
SVN-Revision: 17439 |