aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/drivers
Commit message (Collapse)AuthorAgeFilesLines
...
* [ramips] fixes rx path for eth, spinlock it, increases buffer size, board ↵John Crispin2009-10-291-28/+23
| | | | | | now survives ping -f git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18212 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] hopefully fixes dma issues seen on ethernet driver when under high loadJohn Crispin2009-10-291-2/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18203 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: move 'arch/mips/include/asm/mach-ralink/eth.h' to ↵Gabor Juhos2009-10-262-1/+204
| | | | | | 'drivers/net/ramips_eth.h' git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18176 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: move ramips_eth_platform_data into a separate fileGabor Juhos2009-10-261-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18174 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: request_irq prior to dma allocation, and handle the case if it failsGabor Juhos2009-10-261-2/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18173 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: add error handling to ramips_alloc_dmaGabor Juhos2009-10-261-7/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18172 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: free allocated skbs in ramips_cleanup_dmaGabor Juhos2009-10-261-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18171 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: add ramips_setup_dma helper to the ethernet driverGabor Juhos2009-10-261-6/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18170 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: add ramips_cleanup_dma helperGabor Juhos2009-10-261-4/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18169 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: remove unnecessary includes in the ethernet driverGabor Juhos2009-10-261-6/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18168 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: fix dma api usage in the ethernet driverGabor Juhos2009-10-261-7/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18167 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: use resource to pass irq and base address to the ethernet driverGabor Juhos2009-10-261-2/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18166 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: add error-path handling to the ramips_eth_plat_probeGabor Juhos2009-10-261-6/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18165 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] fixes licensesJohn Crispin2009-10-251-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18152 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] clean up dma api of ethernet driverJohn Crispin2009-10-251-12/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18150 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] fixes dma bug in eth driver, that was caused under high net load. ↵John Crispin2009-10-251-2/+3
| | | | | | the dma ring was not initialized on time git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18149 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: nuke net_device stats from the private data of the ethernet driverGabor Juhos2009-10-251-15/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: remove unnecessary type-castings in the ethernet driverGabor Juhos2009-10-251-13/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18146 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: change debug message levels, and add missing LFsGabor Juhos2009-10-251-4/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18145 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: make ethernet fuctions staticGabor Juhos2009-10-251-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18144 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] fixes dma hangups in ethJohn Crispin2009-10-252-13/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18139 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] make ethernet a platform deviceJohn Crispin2009-10-241-27/+50
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18135 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] make default llll/w vlan setup in eswJohn Crispin2009-10-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18133 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] adds ethernet driver, esw needs to be moved to swconfig, driver is ↵John Crispin2009-10-232-0/+506
missing rt288x support, not a platform device yet git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18128 3c298f89-4303-0410-b956-a3cf2f4a3e73