summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/drivers
Commit message (Expand)AuthorAgeFilesLines
* ramips: ramips_eth: use Kconfig definition to enable debugjuhosg2012-11-251-1/+1
* [ramips] move ethernet hw init to init/uninit functionsblogic2012-11-121-17/+29
* [ramips] add ethernet support for rt5350blogic2012-09-252-18/+106
* [ramips] make ramips ethernet use a register mapping tableblogic2012-09-251-29/+79
* ramips: Add missing andmask to ramips_esw register read for recv_good value.juhosg2012-09-051-1/+3
* ramips: Use doubletagging to disable ramips_esw vlan by default, it seems mor...juhosg2012-09-051-1/+1
* ramips: Power down phy on disabled switch portsjuhosg2012-08-291-5/+67
* ramips: Rename POC registersjuhosg2012-08-291-31/+31
* ramips: Minor ramips_esw.c cleanupjuhosg2012-08-291-59/+3
* ramips: Add swconfig support to ramips_esw.cjuhosg2012-08-292-35/+755
* ramips: ramips_esw.c indentation cleanupjuhosg2012-08-291-11/+11
* ramips: watchdog: use maximum possible timeout by defaultjuhosg2012-08-121-6/+6
* [ramips] DWC otg usb: compilation fixes and trivial bugfix in slave modeblogic2012-07-245-5/+45
* ramips: Add byte queue limits support to net/ethernet/ramips_main.cjuhosg2012-05-231-0/+8
* ramips: don't read RAMIPS_RX_CALC_IDX0 register in the loopjuhosg2012-02-261-1/+3
* ramips: raeth: add rx_info structurejuhosg2012-02-262-24/+57
* ramips: raeth: add tx_info structurejuhosg2012-02-262-19/+55
* ramips: raeth: don't process disabled interruptsjuhosg2012-02-251-5/+11
* ramips: raeth: show interrupt statistics in debugfsjuhosg2012-02-223-0/+105
* ramips: raeth: add debugfs supportjuhosg2012-02-225-1/+91
* ramips: raeth: rename main source filejuhosg2012-02-222-0/+2
* ramips: raeth: add missing Kconfig and Makefilejuhosg2012-02-212-0/+18
* ramips: move the ethernet driver into a separate directoryjuhosg2012-02-213-0/+0
* ramips: rename the spi driverjuhosg2012-02-211-0/+0
* ramips: merge 3.2 fixesjuhosg2012-02-191-1/+1
* 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