aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/sh_eth.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-08-15net: mii: Use spatch to update miiphy_registerJoe Hershberger1-1/+11
2016-05-05Fix various typos, scattered over the code.Robert P. J. Day1-1/+1
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten1-1/+1
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-1/+1
2014-11-04net: sh-eth: Add cache writeback control after setting bit of DMA descriptorNobuhiro Iwamatsu1-2/+8
2014-11-04net: sh-eth: Use memalign instead of orignal memroy alignment functionNobuhiro Iwamatsu1-45/+38
2014-11-04net: sh-eth: Remove definition of RX_DESC_SIZE and TX_DESC_SIZENobuhiro Iwamatsu1-8/+12
2014-11-04net: sh-eth: Add support R8A7793Nobuhiro Iwamatsu1-2/+3
2014-07-24net: sh-eth: Add support R8A7794Nobuhiro Iwamatsu1-2/+3
2014-06-10net: sh-eth: Fix coding styleNobuhiro Iwamatsu1-17/+18
2014-06-10net: sh-eth: Add support R7S72100 of rmobileNobuhiro Iwamatsu1-4/+6
2013-11-22net: sh-eth: Add support R8A7791Nobuhiro Iwamatsu1-2/+3
2013-11-22net: sh-eth: Add support R8A7790Nobuhiro Iwamatsu1-1/+4
2013-11-22net: sh-eth: Add invalidate cache control for rmobile (ARM SoC)Nobuhiro Iwamatsu1-5/+26
2013-11-22net: sh-eth: Add control for padding size of packet descriptorNobuhiro Iwamatsu1-5/+8
2013-11-22net: sh-eth: Change cache API of SHNobuhiro Iwamatsu1-1/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-13/+1
2012-12-15net: sh_eth: add support for SH7752Yoshihiro Shimoda1-2/+2
2012-09-24net: sh_eth: Add support R8A7740 of rmobile (arm core)Nobuhiro Iwamatsu1-1/+1
2012-07-23net: sh_eth: modify the definitions of regsiterYoshihiro Shimoda1-56/+52
2012-07-23net: sh_eth: add SH_ETH_TYPE_ conditionYoshihiro Shimoda1-13/+9
2012-07-23net: sh_eth: clean up for the SH7757's codeYoshihiro Shimoda1-8/+1
2012-07-11net: abort network initialization if the PHY driver failsTimur Tabi1-1/+5
2012-05-23net: sh-eth: Add support Gigabit of SH7734Nobuhiro Iwamatsu1-1/+10
2012-05-23net: sh_eth: Add support SH7734 Ethernet deviceNobuhiro Iwamatsu1-8/+9
2012-05-23net: Fix remaining API interface breakageJoe Hershberger1-4/+4
2012-03-08net: sh_eth: Remove unnecessary returnNobuhiro Iwamatsu1-1/+0
2012-03-08net: sh_eth: Collect up EDMR_INIT_CNT to TIMEOUT_CNTNobuhiro Iwamatsu1-4/+5
2012-03-08net: sh_eth: Remove SH_ETH_PHY_DELAYNobuhiro Iwamatsu1-2/+0
2012-03-08sh: sh_eth: Add support SH7724Nobuhiro Iwamatsu1-19/+23
2011-12-02net: sh_eth: use miiphybb instead of own mii functionsYoshihiro Shimoda1-190/+103
2011-03-16net: sh_eth: add support for SH7757's ETHERYoshihiro Shimoda1-1/+36
2011-02-02net: sh_eth: add cache handlingYoshihiro Shimoda1-0/+9
2009-07-22sh: sh_eth: Remove garbage from printfNobuhiro Iwamatsu1-1/+1
2009-03-20sh_eth: get mac address from environmentMike Frysinger1-22/+6
2009-03-20net: sh_eth: Remove sh_eth_reset() from halt functionNobuhiro Iwamatsu1-2/+0
2009-01-24sh: sh_eth: Change new network APINobuhiro Iwamatsu1-130/+225
2008-07-06net: sh: Renesas SH7763 Ethernet device supportNobuhiro Iwamatsu1-0/+603