index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
sh_eth.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: sh_eth: Support reset GPIO both in mac and phy node
Marek Vasut
2018-06-19
1
-2
/
+11
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
net: sh_eth: Add remaining Gen2 DT compatible
Marek Vasut
2018-04-13
1
-0
/
+3
*
net: Move enetaddr env access code to env config instead of net config
Alex Kiernan
2018-04-08
1
-0
/
+1
*
net: sh_eth: Fix DT base address fetching
Marek Vasut
2018-02-18
1
-10
/
+4
*
net: sh_eth: Fix checkpatch warning
Marek Vasut
2018-02-18
1
-1
/
+1
*
net: sh_eth: Return directly from sh_eth_recv_start
Marek Vasut
2018-02-18
1
-4
/
+1
*
net: sh_eth: Zap port variable
Marek Vasut
2018-02-18
1
-18
/
+16
*
net: sh_eth: Add DM and DT support
Marek Vasut
2018-01-27
1
-0
/
+268
*
net: sh_eth: Clump legacy functions together
Marek Vasut
2018-01-27
1
-51
/
+51
*
net: sh_eth: Split sh_eth_init
Marek Vasut
2018-01-27
1
-37
/
+59
*
net: sh_eth: Separate out MAC address programming
Marek Vasut
2018-01-27
1
-6
/
+13
*
net: sh_eth: Split sh_eth_recv
Marek Vasut
2018-01-27
1
-27
/
+46
*
net: sh_eth: Pass sh_eth_dev around
Marek Vasut
2018-01-27
1
-5
/
+17
*
net: sh_eth: Unify CONFIG_R8A779[01234] as CONFIG_RCAR_GEN2
Marek Vasut
2018-01-27
1
-5
/
+2
*
net: sh-eth: Fix misaligned cache operation warning
Nobuhiro Iwamatsu
2018-01-15
1
-2
/
+3
*
net: sh-eth: Change read/write() param to struct sh_eth_info
Nobuhiro Iwamatsu
2018-01-15
1
-51
/
+68
*
net: sh-eth: Remove bd_t from sh_eth_config()
Nobuhiro Iwamatsu
2018-01-15
1
-2
/
+2
*
net: sh-eth: Fix coding style checked by checkpatch.pl
Nobuhiro Iwamatsu
2018-01-15
1
-12
/
+19
*
env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()
Simon Glass
2017-08-16
1
-1
/
+1
*
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-09-23
1
-1
/
+1
*
net: mii: Use spatch to update miiphy_register
Joe Hershberger
2016-08-15
1
-1
/
+11
*
Fix various typos, scattered over the code.
Robert P. J. Day
2016-05-05
1
-1
/
+1
*
Fix GCC format-security errors and convert sprintfs.
Ben Whitten
2016-01-14
1
-1
/
+1
*
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
2015-04-18
1
-1
/
+1
*
net: sh-eth: Add cache writeback control after setting bit of DMA descriptor
Nobuhiro Iwamatsu
2014-11-04
1
-2
/
+8
*
net: sh-eth: Use memalign instead of orignal memroy alignment function
Nobuhiro Iwamatsu
2014-11-04
1
-45
/
+38
*
net: sh-eth: Remove definition of RX_DESC_SIZE and TX_DESC_SIZE
Nobuhiro Iwamatsu
2014-11-04
1
-8
/
+12
*
net: sh-eth: Add support R8A7793
Nobuhiro Iwamatsu
2014-11-04
1
-2
/
+3
*
net: sh-eth: Add support R8A7794
Nobuhiro Iwamatsu
2014-07-24
1
-2
/
+3
*
net: sh-eth: Fix coding style
Nobuhiro Iwamatsu
2014-06-10
1
-17
/
+18
*
net: sh-eth: Add support R7S72100 of rmobile
Nobuhiro Iwamatsu
2014-06-10
1
-4
/
+6
*
net: sh-eth: Add support R8A7791
Nobuhiro Iwamatsu
2013-11-22
1
-2
/
+3
*
net: sh-eth: Add support R8A7790
Nobuhiro Iwamatsu
2013-11-22
1
-1
/
+4
*
net: sh-eth: Add invalidate cache control for rmobile (ARM SoC)
Nobuhiro Iwamatsu
2013-11-22
1
-5
/
+26
*
net: sh-eth: Add control for padding size of packet descriptor
Nobuhiro Iwamatsu
2013-11-22
1
-5
/
+8
*
net: sh-eth: Change cache API of SH
Nobuhiro Iwamatsu
2013-11-22
1
-1
/
+2
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
1
-13
/
+1
*
net: sh_eth: add support for SH7752
Yoshihiro Shimoda
2012-12-15
1
-2
/
+2
*
net: sh_eth: Add support R8A7740 of rmobile (arm core)
Nobuhiro Iwamatsu
2012-09-24
1
-1
/
+1
*
net: sh_eth: modify the definitions of regsiter
Yoshihiro Shimoda
2012-07-23
1
-56
/
+52
*
net: sh_eth: add SH_ETH_TYPE_ condition
Yoshihiro Shimoda
2012-07-23
1
-13
/
+9
*
net: sh_eth: clean up for the SH7757's code
Yoshihiro Shimoda
2012-07-23
1
-8
/
+1
*
net: abort network initialization if the PHY driver fails
Timur Tabi
2012-07-11
1
-1
/
+5
*
net: sh-eth: Add support Gigabit of SH7734
Nobuhiro Iwamatsu
2012-05-23
1
-1
/
+10
*
net: sh_eth: Add support SH7734 Ethernet device
Nobuhiro Iwamatsu
2012-05-23
1
-8
/
+9
*
net: Fix remaining API interface breakage
Joe Hershberger
2012-05-23
1
-4
/
+4
*
net: sh_eth: Remove unnecessary return
Nobuhiro Iwamatsu
2012-03-08
1
-1
/
+0
*
net: sh_eth: Collect up EDMR_INIT_CNT to TIMEOUT_CNT
Nobuhiro Iwamatsu
2012-03-08
1
-4
/
+5
*
net: sh_eth: Remove SH_ETH_PHY_DELAY
Nobuhiro Iwamatsu
2012-03-08
1
-2
/
+0
[next]