summaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x/files-3.3/drivers/net/ethernet/mcs8140/nuport_mac.c
Commit message (Expand)AuthorAgeFilesLines
* mcs814x: use devm_request_and_ioremap helper for nuport_mac driverflorian2013-03-171-4/+2
* mcs814x: use the standard device tree binding to represent a PHY nodeflorian2013-03-161-3/+21
* [mcs814x] nuport-mac: various fixesflorian2012-10-151-3/+5
* [mcs814x] more convertions to {read,write}_relaxed I/O accessorsflorian2012-10-031-1/+1
* [mcs814x] use the recommended ARM I/O accessorsflorian2012-09-081-3/+3
* [mcs814x] nuport-mac: disable MAC RX and TX during interface closeflorian2012-09-031-0/+5
* [mcs814x] nuport-mac: delay call to napi_start() until fully able to process RXflorian2012-08-101-2/+2
* [mcs814x] nuport-mac: use dma_mapping_error() instead of checking pointersflorian2012-08-091-2/+2
* [mcs814x] nuport-mac: rework PHY interrupt configuration to avoid racesflorian2012-08-081-7/+7
* [mcs814x] nuport-mac: close possible race condition during startflorian2012-08-081-1/+5
* [mcs814x] nuport-mac: unmap the DMA buffer when closing deviceflorian2012-08-081-0/+4
* [mcs814x] nuport-mac: check dma_map_single address return valuesflorian2012-08-081-0/+4
* [mcs814x] nuport-mac: properly protect the phy interrupt handlerflorian2012-08-021-2/+8
* [mcs814x] assume the link is up and full-duplex by defaultflorian2012-08-011-2/+2
* [mcs814x] make sure we properly unmap DMA mappings we createdflorian2012-07-151-6/+11
* [mcs814x] nuport-mac: add definitions of the various bits/masks usedflorian2012-07-151-24/+67
* [mcs814x] nuport-mac: check netif_receive_skb() return valueflorian2012-07-111-2/+1
* [mcs814x] remove platform specific initialization from ethernet driverflorian2012-06-231-20/+11
* [mcs814x] remove uselss cache invalidationsflorian2012-06-201-22/+0
* [mcs814x] improve ethernet driver debuggingflorian2012-06-201-19/+102
* [mcs814x] add Moschip MSC814x supportflorian2012-06-191-0/+1066