summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/drivers
Commit message (Expand)AuthorAgeFilesLines
* ramips: raeth: separate ring allocation and setupjuhosg2012-02-161-44/+90
* ramips: raeth: add a helper function for skb allocationjuhosg2012-02-151-6/+16
* ramips: raeth: use netdev_alloc_skbjuhosg2012-02-151-2/+3
* ramips: raeth: add '__packed __aligned(4)' annotation to dma descritor struct...juhosg2012-02-151-2/+2
* ramips: raeth: use 're' instead of 'priv' everywherejuhosg2012-02-151-73/+73
* ramips: raeth: force link down in ramips_phy_stopjuhosg2012-02-151-7/+6
* ramips: raeth: serialize ramips_link_adjust callsjuhosg2012-02-151-0/+8
* ramips: raeth: add PHYLIB supportjuhosg2012-02-152-8/+220
* ramips: raeth: enable MDIO code for RT3883juhosg2012-02-131-2/+2
* ramips: add preliminary support for the RT3662/RT3883 SoCsjuhosg2012-02-132-0/+323
* ramips: include 'linux/module.h' in the ramips_spi driverjuhosg2012-02-121-0/+1
* ramips: add MDIO bus support for RT288Xjuhosg2012-02-112-2/+154
* ramips: raeth: make debugging messages configurablejuhosg2012-02-111-3/+9
* ramips: raeth: use device pointer in DMA API callsjuhosg2012-02-111-11/+12
* ramips: raeth: add netdev pointer to private structurejuhosg2012-02-112-0/+2
* ramips: raeth: cleanup DMA API usage in ramips_eth_hard_start_xmitjuhosg2012-02-111-5/+4
* ramips: raeth: unmap rx DMA address in ramips_cleanup_dmajuhosg2012-02-111-1/+4
* ramips: raeth: add rx_dma array to store the DMA address of the rx packetsjuhosg2012-02-112-10/+17
* ramips: raeth: use dma_addr_t for the descriptorsjuhosg2012-02-112-9/+10
* ramips: raeth: unmap DMA memory when a packet is receivedjuhosg2012-02-111-0/+4
* ramips: raeth: add a temporary pktlen variablejuhosg2012-02-111-3/+6
* ramips: raeth: protect macro parametersjuhosg2012-02-111-4/+4
* ramips: raeth: indicate dropped packets in statsjuhosg2012-02-111-0/+2
* ramips: raeth: use the NUM_TX_DESC for the tx_skb arrayjuhosg2012-02-111-1/+1
* ramips: Rework ramips_eth to not require irqsave locking anymoreblogic2012-01-171-6/+9
* 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