summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* ramips: initial support for Sitecom WL-351 v1 002juhosg2011-12-231-2/+14
* ramips: add support for the Senao/EnGenius ESR-9753 boardjuhosg2011-12-231-0/+12
* ramips: rt305x: add dwc_otg driverjuhosg2011-08-1519-0/+24342
* ramips: allow to specify port layout for the switch of the RT305x/RT3350juhosg2011-08-151-13/+44
* ramips: add SPI controller driverjuhosg2011-07-281-0/+558
* ramips: fix a section mismatch warningjuhosg2011-07-031-1/+1
* ramips: add watchdog driverjuhosg2011-01-261-0/+355
* ramips: ramips_esw: fix typosjuhosg2011-01-041-2/+2
* ramips: ramips_esw: add more definitionsjuhosg2010-12-081-3/+49
* ramips: ramips_esw: add helper function to set pvidjuhosg2010-12-081-1/+17
* ramips: ramips_esw: add helper function to set vlan membersjuhosg2010-12-081-1/+31
* ramips: ramips_esw: add helper function to set VLAN idjuhosg2010-12-081-2/+17
* ramips: ramips_esw: introduce rt305x_esw_rmw{,_raw} functionjuhosg2010-12-081-0/+23
* ramips: ramips_esw: use rt305x_esw prefix in function namesjuhosg2010-12-081-33/+33
* ramips: ramips_esw: coding style cleanupjuhosg2010-12-081-24/+31
* ramips: ramips_esw: add defines for switch register offsetsjuhosg2010-12-081-24/+52
* ramips: ramips_esw: don't touch GPIO_PURPOSE registerjuhosg2010-12-081-20/+0
* ramips: ramips_esw: convert it to be a platform driverjuhosg2010-12-082-11/+91
* ramips: ramips_esw: move hardware initialization into a separate functionjuhosg2010-12-081-8/+14
* ramips: ramips_esw: use a private structure for the functionsjuhosg2010-12-081-36/+43
* ramips: Use NET_IP_ALIGN instead of hardcoding 2juhosg2010-11-241-4/+5
* ramips: DMA map the correct RX skb sizejuhosg2010-11-241-2/+2
* ramips: Don't trigger BUG_ON due to skb allocation failurejuhosg2010-11-241-16/+19
* ramips: Remove unnecessary skb_putjuhosg2010-11-241-1/+1
* ramips: Allow ethernet interface to be taken down and up againjuhosg2010-10-051-0/+4
* ramips: add mdio_cfg configuration for the ethernet driverjuhosg2010-07-152-0/+81
* ramips: Fix bridging in ramips ethernet driverjuhosg2010-07-131-1/+1
* ramips_eth: cleanup mac_address changingjuhosg2010-01-311-19/+12
* ramips_eth: update register offsetsjuhosg2010-01-311-8/+8
* ramips_eth: pass sys_clk via platform_datajuhosg2010-01-311-1/+1
* ramips_eth: add helper functions to {ed,dis}able interruptsjuhosg2010-01-311-6/+21
* ramips_eth: remove unnecessary typecastsjuhosg2010-01-311-2/+2
* ramips_eth: simplify tx_next computationjuhosg2010-01-311-5/+2
* ramips_eth: simplify tx descriptor initializationjuhosg2010-01-311-3/+2
* ramips_eth: pass 'raeth_priv' struct directly to dma specific functionsjuhosg2010-01-311-39/+35
* ramips_eth: convert to use netdev_opsjuhosg2010-01-311-6/+12
* ramips_eth: fix invalid register writesjuhosg2010-01-301-4/+5
* ramips_eth: move memset call out from the loopjuhosg2010-01-301-1/+1
* ramips_eth: header file cleanupjuhosg2010-01-301-144/+146
* ramips_eth: coding style cleanupjuhosg2010-01-301-54/+66
* [ramips] missing header file changes, and fix mtu valueblogic2009-10-302-1/+2
* [ramips] fixes rx path for eth, spinlock it, increases buffer size, board now...blogic2009-10-291-28/+23
* [ramips] hopefully fixes dma issues seen on ethernet driver when under high loadblogic2009-10-291-2/+7
* ramips: move 'arch/mips/include/asm/mach-ralink/eth.h' to 'drivers/net/ramips...juhosg2009-10-262-1/+204
* ramips: move ramips_eth_platform_data into a separate filejuhosg2009-10-261-0/+1
* ramips: request_irq prior to dma allocation, and handle the case if it failsjuhosg2009-10-261-2/+10
* ramips: add error handling to ramips_alloc_dmajuhosg2009-10-261-7/+29
* ramips: free allocated skbs in ramips_cleanup_dmajuhosg2009-10-261-0/+5
* ramips: add ramips_setup_dma helper to the ethernet driverjuhosg2009-10-261-6/+15
* ramips: add ramips_cleanup_dma helperjuhosg2009-10-261-4/+13