aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/moxa
Commit message (Collapse)AuthorAge
* ethernet: moxa: remove unnecessary platform_set_drvdata()Jingoo Han2013-08-22
| | | | | | | | | The driver core clears the driver data to NULL after device_release or on probe failure. Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* moxa: fix missing unlock on error in moxart_mac_start_xmit()Wei Yongjun2013-08-20
| | | | | | | | Add the missing unlock before return from function moxart_mac_start_xmit() in the error handling case. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: David S. Miller <davem@davemloft.net>
* net: Add MOXA ART SoCs ethernet driverJonas Jensen2013-08-12
The MOXA UC-711X hardware(s) has an ethernet controller that seem to be developed internally. The IC used is "RTL8201CP". Since there is no public documentation, this driver is mostly the one published by MOXA that has been heavily cleaned up / ported from linux 2.6.9. Signed-off-by: Jonas Jensen <jonas.jensen@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>