63 Commits (f37c24d35f26d280631cd0e9d83fe44b04bfd3d5)

Author SHA1 Message Date
Gabor Juhos 169d68c98c ramips: rt305x: add dwc_otg driver 13 years ago
Gabor Juhos 1ebcf03789 ramips: allow to specify port layout for the switch of the RT305x/RT3350 13 years ago
Gabor Juhos 57122e7ccc ramips: add SPI controller driver 13 years ago
Gabor Juhos 381d7f05af ramips: fix a section mismatch warning 13 years ago
Gabor Juhos 16366feafb ramips: add watchdog driver 14 years ago
Gabor Juhos b99a637795 ramips: ramips_esw: fix typos 14 years ago
Gabor Juhos 502d21dc2a ramips: ramips_esw: add more definitions 14 years ago
Gabor Juhos bf58ef7c6d ramips: ramips_esw: add helper function to set pvid 14 years ago
Gabor Juhos 692d379b50 ramips: ramips_esw: add helper function to set vlan members 14 years ago
Gabor Juhos f7c3f91074 ramips: ramips_esw: add helper function to set VLAN id 14 years ago
Gabor Juhos 0d2ad7a816 ramips: ramips_esw: introduce rt305x_esw_rmw{,_raw} function 14 years ago
Gabor Juhos 7b878dde4b ramips: ramips_esw: use rt305x_esw prefix in function names 14 years ago
Gabor Juhos 0fcedc7bda ramips: ramips_esw: coding style cleanup 14 years ago
Gabor Juhos 48e6a31812 ramips: ramips_esw: add defines for switch register offsets 14 years ago
Gabor Juhos 74c13f06df ramips: ramips_esw: don't touch GPIO_PURPOSE register 14 years ago
Gabor Juhos 3b9a6adc7d ramips: ramips_esw: convert it to be a platform driver 14 years ago
Gabor Juhos 889729df01 ramips: ramips_esw: move hardware initialization into a separate function 14 years ago
Gabor Juhos 8957f39064 ramips: ramips_esw: use a private structure for the functions 14 years ago
Gabor Juhos 64b16b9f34 ramips: Use NET_IP_ALIGN instead of hardcoding 2 14 years ago
Gabor Juhos 624cfc5c91 ramips: DMA map the correct RX skb size 14 years ago
Gabor Juhos f833e399f2 ramips: Don't trigger BUG_ON due to skb allocation failure 14 years ago
Gabor Juhos c6e4124855 ramips: Remove unnecessary skb_put 14 years ago
Gabor Juhos 69355ee10e ramips: Allow ethernet interface to be taken down and up again 14 years ago
Gabor Juhos 0d8c036e56 ramips: add mdio_cfg configuration for the ethernet driver 14 years ago
Gabor Juhos d14e9e706e ramips: Fix bridging in ramips ethernet driver 14 years ago
Gabor Juhos 4267623e2e ramips_eth: cleanup mac_address changing 15 years ago
Gabor Juhos b16aaf5fac ramips_eth: update register offsets 15 years ago
Gabor Juhos 72b08b729a ramips_eth: pass sys_clk via platform_data 15 years ago
Gabor Juhos 9ab88ce62d ramips_eth: add helper functions to {ed,dis}able interrupts 15 years ago
Gabor Juhos 224edd2575 ramips_eth: remove unnecessary typecasts 15 years ago
Gabor Juhos 8aceaf96be ramips_eth: simplify tx_next computation 15 years ago
Gabor Juhos 21b06bd2c0 ramips_eth: simplify tx descriptor initialization 15 years ago
Gabor Juhos d0fb66e3a4 ramips_eth: pass 'raeth_priv' struct directly to dma specific functions 15 years ago
Gabor Juhos f0be6ab20c ramips_eth: convert to use netdev_ops 15 years ago
Gabor Juhos d37975f6b2 ramips_eth: fix invalid register writes 15 years ago
Gabor Juhos 43e1dd85c2 ramips_eth: move memset call out from the loop 15 years ago
Gabor Juhos ea4ce3b6fd ramips_eth: header file cleanup 15 years ago
Gabor Juhos 67cd819da6 ramips_eth: coding style cleanup 15 years ago
John Crispin 9364f83dbc missing header file changes, and fix mtu value 15 years ago
John Crispin ff5deeef08 fixes rx path for eth, spinlock it, increases buffer size, board now survives ping -f 15 years ago
John Crispin 135111a05b hopefully fixes dma issues seen on ethernet driver when under high load 15 years ago
Gabor Juhos bc59e3da51 ramips: move 'arch/mips/include/asm/mach-ralink/eth.h' to 'drivers/net/ramips_eth.h' 15 years ago
Gabor Juhos c170980c4f ramips: move ramips_eth_platform_data into a separate file 15 years ago
Gabor Juhos b98fa096a6 ramips: request_irq prior to dma allocation, and handle the case if it fails 15 years ago
Gabor Juhos 08f77d2e7e ramips: add error handling to ramips_alloc_dma 15 years ago
Gabor Juhos 941c1dae2c ramips: free allocated skbs in ramips_cleanup_dma 15 years ago
Gabor Juhos 82cc25d5f0 ramips: add ramips_setup_dma helper to the ethernet driver 15 years ago
Gabor Juhos f69b042df9 ramips: add ramips_cleanup_dma helper 15 years ago
Gabor Juhos defb7c0059 ramips: remove unnecessary includes in the ethernet driver 15 years ago
Gabor Juhos 36cb733d4f ramips: fix dma api usage in the ethernet driver 15 years ago