aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/sh_eth.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-08-09net: sh_eth: Fix 64bit build warningsMarek Vasut1-12/+12
2019-08-09net: sh_eth: Add R8A77980 V3H gether supportMarek Vasut1-4/+11
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-1/+2
2019-05-07net: sh_eth: Add support for operation without clock frameworkMarek Vasut1-0/+9
2019-05-07sh: 7724: Remove CPU supportMarek Vasut1-1/+1
2019-04-09net: sh_eth: Initialize PHY in probe() onceMarek Vasut1-14/+17
2018-06-19net: sh_eth: Support reset GPIO both in mac and phy nodeMarek Vasut1-2/+11
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-13net: sh_eth: Add remaining Gen2 DT compatibleMarek Vasut1-0/+3
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2018-02-18net: sh_eth: Fix DT base address fetchingMarek Vasut1-10/+4
2018-02-18net: sh_eth: Fix checkpatch warningMarek Vasut1-1/+1
2018-02-18net: sh_eth: Return directly from sh_eth_recv_startMarek Vasut1-4/+1
2018-02-18net: sh_eth: Zap port variableMarek Vasut1-18/+16
2018-01-27net: sh_eth: Add DM and DT supportMarek Vasut1-0/+268
2018-01-27net: sh_eth: Clump legacy functions togetherMarek Vasut1-51/+51
2018-01-27net: sh_eth: Split sh_eth_initMarek Vasut1-37/+59
2018-01-27net: sh_eth: Separate out MAC address programmingMarek Vasut1-6/+13
2018-01-27net: sh_eth: Split sh_eth_recvMarek Vasut1-27/+46
2018-01-27net: sh_eth: Pass sh_eth_dev aroundMarek Vasut1-5/+17
2018-01-27net: sh_eth: Unify CONFIG_R8A779[01234] as CONFIG_RCAR_GEN2Marek Vasut1-5/+2
2018-01-15net: sh-eth: Fix misaligned cache operation warningNobuhiro Iwamatsu1-2/+3
2018-01-15net: sh-eth: Change read/write() param to struct sh_eth_infoNobuhiro Iwamatsu1-51/+68
2018-01-15net: sh-eth: Remove bd_t from sh_eth_config()Nobuhiro Iwamatsu1-2/+2
2018-01-15net: sh-eth: Fix coding style checked by checkpatch.plNobuhiro Iwamatsu1-12/+19
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass1-1/+1
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