summaryrefslogtreecommitdiff
path: root/drivers/net/sh_eth.c
AgeCommit message (Expand)Author
2018-02-18net: sh_eth: Fix DT base address fetchingMarek Vasut
2018-02-18net: sh_eth: Fix checkpatch warningMarek Vasut
2018-02-18net: sh_eth: Return directly from sh_eth_recv_startMarek Vasut
2018-02-18net: sh_eth: Zap port variableMarek Vasut
2018-01-27net: sh_eth: Add DM and DT supportMarek Vasut
2018-01-27net: sh_eth: Clump legacy functions togetherMarek Vasut
2018-01-27net: sh_eth: Split sh_eth_initMarek Vasut
2018-01-27net: sh_eth: Separate out MAC address programmingMarek Vasut
2018-01-27net: sh_eth: Split sh_eth_recvMarek Vasut
2018-01-27net: sh_eth: Pass sh_eth_dev aroundMarek Vasut
2018-01-27net: sh_eth: Unify CONFIG_R8A779[01234] as CONFIG_RCAR_GEN2Marek Vasut
2018-01-15net: sh-eth: Fix misaligned cache operation warningNobuhiro Iwamatsu
2018-01-15net: sh-eth: Change read/write() param to struct sh_eth_infoNobuhiro Iwamatsu
2018-01-15net: sh-eth: Remove bd_t from sh_eth_config()Nobuhiro Iwamatsu
2018-01-15net: sh-eth: Fix coding style checked by checkpatch.plNobuhiro Iwamatsu
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-08-15net: mii: Use spatch to update miiphy_registerJoe Hershberger
2016-05-05Fix various typos, scattered over the code.Robert P. J. Day
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger
2014-11-04net: sh-eth: Add cache writeback control after setting bit of DMA descriptorNobuhiro Iwamatsu
2014-11-04net: sh-eth: Use memalign instead of orignal memroy alignment functionNobuhiro Iwamatsu
2014-11-04net: sh-eth: Remove definition of RX_DESC_SIZE and TX_DESC_SIZENobuhiro Iwamatsu
2014-11-04net: sh-eth: Add support R8A7793Nobuhiro Iwamatsu
2014-07-24net: sh-eth: Add support R8A7794Nobuhiro Iwamatsu
2014-06-10net: sh-eth: Fix coding styleNobuhiro Iwamatsu
2014-06-10net: sh-eth: Add support R7S72100 of rmobileNobuhiro Iwamatsu
2013-11-22net: sh-eth: Add support R8A7791Nobuhiro Iwamatsu
2013-11-22net: sh-eth: Add support R8A7790Nobuhiro Iwamatsu
2013-11-22net: sh-eth: Add invalidate cache control for rmobile (ARM SoC)Nobuhiro Iwamatsu
2013-11-22net: sh-eth: Add control for padding size of packet descriptorNobuhiro Iwamatsu
2013-11-22net: sh-eth: Change cache API of SHNobuhiro Iwamatsu
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2012-12-15net: sh_eth: add support for SH7752Yoshihiro Shimoda
2012-09-24net: sh_eth: Add support R8A7740 of rmobile (arm core)Nobuhiro Iwamatsu
2012-07-23net: sh_eth: modify the definitions of regsiterYoshihiro Shimoda
2012-07-23net: sh_eth: add SH_ETH_TYPE_ conditionYoshihiro Shimoda
2012-07-23net: sh_eth: clean up for the SH7757's codeYoshihiro Shimoda
2012-07-11net: abort network initialization if the PHY driver failsTimur Tabi
2012-05-23net: sh-eth: Add support Gigabit of SH7734Nobuhiro Iwamatsu
2012-05-23net: sh_eth: Add support SH7734 Ethernet deviceNobuhiro Iwamatsu
2012-05-23net: Fix remaining API interface breakageJoe Hershberger
2012-03-08net: sh_eth: Remove unnecessary returnNobuhiro Iwamatsu
2012-03-08net: sh_eth: Collect up EDMR_INIT_CNT to TIMEOUT_CNTNobuhiro Iwamatsu
2012-03-08net: sh_eth: Remove SH_ETH_PHY_DELAYNobuhiro Iwamatsu
2012-03-08sh: sh_eth: Add support SH7724Nobuhiro Iwamatsu
2011-12-02net: sh_eth: use miiphybb instead of own mii functionsYoshihiro Shimoda
2011-03-16net: sh_eth: add support for SH7757's ETHERYoshihiro Shimoda
2011-02-02net: sh_eth: add cache handlingYoshihiro Shimoda