summaryrefslogtreecommitdiffstats
path: root/drivers/net/sh_eth.c
Commit message (Expand)AuthorAgeFilesLines
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* net: sh_eth: Fix 64bit build warningsMarek Vasut2019-08-091-12/+12
* net: sh_eth: Add R8A77980 V3H gether supportMarek Vasut2019-08-091-4/+11
* CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2019-05-181-1/+2
* net: sh_eth: Add support for operation without clock frameworkMarek Vasut2019-05-071-0/+9
* sh: 7724: Remove CPU supportMarek Vasut2019-05-071-1/+1
* net: sh_eth: Initialize PHY in probe() onceMarek Vasut2019-04-091-14/+17
* net: sh_eth: Support reset GPIO both in mac and phy nodeMarek Vasut2018-06-191-2/+11
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* net: sh_eth: Add remaining Gen2 DT compatibleMarek Vasut2018-04-131-0/+3
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-081-0/+1
* net: sh_eth: Fix DT base address fetchingMarek Vasut2018-02-181-10/+4
* net: sh_eth: Fix checkpatch warningMarek Vasut2018-02-181-1/+1
* net: sh_eth: Return directly from sh_eth_recv_startMarek Vasut2018-02-181-4/+1
* net: sh_eth: Zap port variableMarek Vasut2018-02-181-18/+16
* net: sh_eth: Add DM and DT supportMarek Vasut2018-01-271-0/+268
* net: sh_eth: Clump legacy functions togetherMarek Vasut2018-01-271-51/+51
* net: sh_eth: Split sh_eth_initMarek Vasut2018-01-271-37/+59
* net: sh_eth: Separate out MAC address programmingMarek Vasut2018-01-271-6/+13
* net: sh_eth: Split sh_eth_recvMarek Vasut2018-01-271-27/+46
* net: sh_eth: Pass sh_eth_dev aroundMarek Vasut2018-01-271-5/+17
* net: sh_eth: Unify CONFIG_R8A779[01234] as CONFIG_RCAR_GEN2Marek Vasut2018-01-271-5/+2
* net: sh-eth: Fix misaligned cache operation warningNobuhiro Iwamatsu2018-01-151-2/+3
* net: sh-eth: Change read/write() param to struct sh_eth_infoNobuhiro Iwamatsu2018-01-151-51/+68
* net: sh-eth: Remove bd_t from sh_eth_config()Nobuhiro Iwamatsu2018-01-151-2/+2
* net: sh-eth: Fix coding style checked by checkpatch.plNobuhiro Iwamatsu2018-01-151-12/+19
* env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass2017-08-161-1/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* net: mii: Use spatch to update miiphy_registerJoe Hershberger2016-08-151-1/+11
* Fix various typos, scattered over the code.Robert P. J. Day2016-05-051-1/+1
* Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-141-1/+1
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-1/+1
* net: sh-eth: Add cache writeback control after setting bit of DMA descriptorNobuhiro Iwamatsu2014-11-041-2/+8
* net: sh-eth: Use memalign instead of orignal memroy alignment functionNobuhiro Iwamatsu2014-11-041-45/+38
* net: sh-eth: Remove definition of RX_DESC_SIZE and TX_DESC_SIZENobuhiro Iwamatsu2014-11-041-8/+12
* net: sh-eth: Add support R8A7793Nobuhiro Iwamatsu2014-11-041-2/+3
* net: sh-eth: Add support R8A7794Nobuhiro Iwamatsu2014-07-241-2/+3
* net: sh-eth: Fix coding styleNobuhiro Iwamatsu2014-06-101-17/+18
* net: sh-eth: Add support R7S72100 of rmobileNobuhiro Iwamatsu2014-06-101-4/+6
* net: sh-eth: Add support R8A7791Nobuhiro Iwamatsu2013-11-221-2/+3
* net: sh-eth: Add support R8A7790Nobuhiro Iwamatsu2013-11-221-1/+4
* net: sh-eth: Add invalidate cache control for rmobile (ARM SoC)Nobuhiro Iwamatsu2013-11-221-5/+26
* net: sh-eth: Add control for padding size of packet descriptorNobuhiro Iwamatsu2013-11-221-5/+8
* net: sh-eth: Change cache API of SHNobuhiro Iwamatsu2013-11-221-1/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-13/+1
* net: sh_eth: add support for SH7752Yoshihiro Shimoda2012-12-151-2/+2
* net: sh_eth: Add support R8A7740 of rmobile (arm core)Nobuhiro Iwamatsu2012-09-241-1/+1
* net: sh_eth: modify the definitions of regsiterYoshihiro Shimoda2012-07-231-56/+52
* net: sh_eth: add SH_ETH_TYPE_ conditionYoshihiro Shimoda2012-07-231-13/+9