summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/drivers
Commit message (Expand)AuthorAgeFilesLines
* ramips: raeth: enable MDIO code for RT3883Gabor Juhos2012-02-131-2/+2
* ramips: add preliminary support for the RT3662/RT3883 SoCsGabor Juhos2012-02-132-0/+323
* ramips: include 'linux/module.h' in the ramips_spi driverGabor Juhos2012-02-121-0/+1
* ramips: add MDIO bus support for RT288XGabor Juhos2012-02-112-2/+154
* ramips: raeth: make debugging messages configurableGabor Juhos2012-02-111-3/+9
* ramips: raeth: use device pointer in DMA API callsGabor Juhos2012-02-111-11/+12
* ramips: raeth: add netdev pointer to private structureGabor Juhos2012-02-112-0/+2
* ramips: raeth: cleanup DMA API usage in ramips_eth_hard_start_xmitGabor Juhos2012-02-111-5/+4
* ramips: raeth: unmap rx DMA address in ramips_cleanup_dmaGabor Juhos2012-02-111-1/+4
* ramips: raeth: add rx_dma array to store the DMA address of the rx packetsGabor Juhos2012-02-112-10/+17
* ramips: raeth: use dma_addr_t for the descriptorsGabor Juhos2012-02-112-9/+10
* ramips: raeth: unmap DMA memory when a packet is receivedGabor Juhos2012-02-111-0/+4
* ramips: raeth: add a temporary pktlen variableGabor Juhos2012-02-111-3/+6
* ramips: raeth: protect macro parametersGabor Juhos2012-02-111-4/+4
* ramips: raeth: indicate dropped packets in statsGabor Juhos2012-02-111-0/+2
* ramips: raeth: use the NUM_TX_DESC for the tx_skb arrayGabor Juhos2012-02-111-1/+1
* ramips: Rework ramips_eth to not require irqsave locking anymoreJohn Crispin2012-01-171-6/+9
* ramips: initial support for Sitecom WL-351 v1 002Gabor Juhos2011-12-231-2/+14
* ramips: add support for the Senao/EnGenius ESR-9753 boardGabor Juhos2011-12-231-0/+12
* ramips: rt305x: add dwc_otg driverGabor Juhos2011-08-1519-0/+24342
* ramips: allow to specify port layout for the switch of the RT305x/RT3350Gabor Juhos2011-08-151-13/+44
* ramips: add SPI controller driverGabor Juhos2011-07-281-0/+558
* ramips: fix a section mismatch warningGabor Juhos2011-07-031-1/+1
* ramips: add watchdog driverGabor Juhos2011-01-261-0/+355
* ramips: ramips_esw: fix typosGabor Juhos2011-01-041-2/+2
* 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-082-11/+91
* 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 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: add mdio_cfg configuration for the ethernet driverGabor Juhos2010-07-152-0/+81
* ramips: Fix bridging in ramips ethernet driverGabor Juhos2010-07-131-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-311-1/+1
* ramips_eth: add helper functions to {ed,dis}able interruptsGabor Juhos2010-01-311-6/+21
* ramips_eth: remove unnecessary typecastsGabor Juhos2010-01-311-2/+2
* ramips_eth: simplify tx_next computationGabor Juhos2010-01-311-5/+2