summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files
Commit message (Expand)AuthorAgeFilesLines
* ramips: initial board support for Aztech HW550-3GGabor Juhos2011-03-134-0/+149
* ramips: register watchdog device on the rt288x boardsGabor Juhos2011-01-262-0/+2
* ramips: add watchdog device for RT288xGabor Juhos2011-01-263-0/+33
* ramips: register watchdog device on the rt305x boardsGabor Juhos2011-01-267-0/+7
* ramips: add watchdog device for RT305xGabor Juhos2011-01-263-0/+34
* ramips: add watchdog driverGabor Juhos2011-01-261-0/+355
* ramips: implement clock API for RT288xGabor Juhos2011-01-267-45/+152
* ramips: implement clock API for RT305XGabor Juhos2011-01-267-41/+148
* ramips: remove extern and __init from function prototypesGabor Juhos2011-01-267-31/+28
* ramips: ramips_esw: fix typosGabor Juhos2011-01-041-2/+2
* ramips: handle OTG interrupt on the RT305x SoCGabor Juhos2010-12-141-0/+3
* ramips: ramips_esw: add more definitionsGabor Juhos2010-12-081-3/+49
* ramips: ramips_esw: add helper function to set pvidGabor Juhos2010-12-081-1/+17
* ramips: ramips_esw: add helper function to set vlan membersGabor Juhos2010-12-081-1/+31
* ramips: ramips_esw: add helper function to set VLAN idGabor Juhos2010-12-081-2/+17
* ramips: ramips_esw: introduce rt305x_esw_rmw{,_raw} functionGabor Juhos2010-12-081-0/+23
* ramips: ramips_esw: use rt305x_esw prefix in function namesGabor Juhos2010-12-081-33/+33
* ramips: ramips_esw: coding style cleanupGabor Juhos2010-12-081-24/+31
* ramips: ramips_esw: add defines for switch register offsetsGabor Juhos2010-12-081-24/+52
* ramips: ramips_esw: don't touch GPIO_PURPOSE registerGabor Juhos2010-12-081-20/+0
* ramips: ramips_esw: convert it to be a platform driverGabor Juhos2010-12-085-13/+134
* ramips: ramips_esw: move hardware initialization into a separate functionGabor Juhos2010-12-081-8/+14
* ramips: ramips_esw: use a private structure for the functionsGabor Juhos2010-12-081-36/+43
* ramips: use tabs instead of spaces in mach-f5d8235-v2.cGabor Juhos2010-12-051-43/+43
* ramips: add support for Belkin F5D8235 v2 boardGabor Juhos2010-11-244-0/+149
* ramips: Use NET_IP_ALIGN instead of hardcoding 2Gabor Juhos2010-11-241-4/+5
* ramips: DMA map the correct RX skb sizeGabor Juhos2010-11-241-2/+2
* ramips: Don't trigger BUG_ON due to skb allocation failureGabor Juhos2010-11-241-16/+19
* ramips: Remove unnecessary skb_putGabor Juhos2010-11-241-1/+1
* ramips: Allow ethernet interface to be taken down and up againGabor Juhos2010-10-051-0/+4
* ramips: Ralink RT305x, support for Prolink PWH2004 (Abocom5205)Gabor Juhos2010-09-274-0/+111
* ramips: add support for Sparklan WCR-150GN boardGabor Juhos2010-08-154-0/+76
* ramips: register ethernet device on the RT-N15Gabor Juhos2010-07-151-0/+8
* ramips: add generic ethernet device for the RT288xGabor Juhos2010-07-152-0/+44
* ramips: add mdio_cfg configuration for the ethernet driverGabor Juhos2010-07-153-0/+86
* ramips: Fix bridging in ramips ethernet driverGabor Juhos2010-07-131-1/+1
* ramips: protect GPIO register access with a spinlockGabor Juhos2010-07-131-1/+11
* Fix ramips build when CONFIG_RALINK_DEV_GPIO_BUTTONS is not set.John Crispin2010-05-311-1/+1
* ramips: merge slab patchGabor Juhos2010-05-282-0/+2
* ramips: use COMMAND_LINE_SIZE directlyGabor Juhos2010-05-281-1/+1
* ramips: use KEY_RESTART and KEY_WPS_BUTTON code for the appropriate buttonsGabor Juhos2010-04-225-9/+9
* ramips: annotate device register function prototypes with __initGabor Juhos2010-03-311-2/+2
* ramips: register wifi device for the RT2880 based boardsGabor Juhos2010-03-312-0/+3
* ramips: add wifi device for the RT2880 as wellGabor Juhos2010-03-312-0/+27
* ramips: register wifi device on the rt305x based boardsGabor Juhos2010-03-304-0/+4
* The ralink rt305x board has a wireless card that can be used with the rt2800p...John Crispin2010-03-302-0/+27
* Fix the base address of the wireless card. Otherwise it is not possible to re...John Crispin2010-03-301-1/+1
* ramips_eth: cleanup mac_address changingGabor Juhos2010-01-311-19/+12
* ramips_eth: update register offsetsGabor Juhos2010-01-311-8/+8
* ramips_eth: pass sys_clk via platform_dataGabor Juhos2010-01-313-2/+5