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
/
sun8i_emac.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: sun8i-emac: Fix pinmux setup for Allwinner H5
Andre Przywara
2021-04-26
1
-2
/
+6
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
1
-0
/
+1
*
net: sun8i-emac: Determine pinmux based on SoC, not EMAC type
Andre Przywara
2021-01-31
1
-8
/
+20
*
net: sun8i-emac: Always clear syscon EPHY register
Andre Przywara
2021-01-31
1
-18
/
+13
*
net: sun8i-emac: Allow all RGMII PHY modes
Andre Przywara
2021-01-25
1
-0
/
+3
*
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
1
-2
/
+2
*
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
1
-4
/
+4
*
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
1
-1
/
+1
*
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
1
-2
/
+2
*
net: sun8i-emac: Lower MDIO frequency
Andre Przywara
2020-10-21
1
-0
/
+17
*
net: sun8i-emac: Make internal PHY handling more robust
Andre Przywara
2020-10-21
1
-32
/
+15
*
net: sun8i_emac: Simplify and fix error handling for RX
Andre Przywara
2020-10-21
1
-26
/
+30
*
net: sun8i_emac: Fix MAC soft reset
Andre Przywara
2020-10-21
1
-14
/
+7
*
net: sun8i_emac: Fix overlong lines
Andre Przywara
2020-10-21
1
-12
/
+10
*
net: sun8i_emac: Wrap and simplify cache maintenance operations
Andre Przywara
2020-10-21
1
-19
/
+14
*
net: sun8i_emac: Drop unneeded cache invalidation before sending
Andre Przywara
2020-10-21
1
-3
/
+0
*
net: sun8i_emac: Reduce cache maintenance on TX descriptor init
Andre Przywara
2020-10-21
1
-2
/
+2
*
net: sun8i_emac: Improve cache maintenance on RX descriptor init
Andre Przywara
2020-10-21
1
-4
/
+9
*
net: sun8i_emac: Name magic bits and simplify read-modify-write calls
Andre Przywara
2020-10-21
1
-52
/
+61
*
net: sun8i_emac: Remove pointless wrapper functions
Andre Przywara
2020-10-21
1
-46
/
+16
*
net: sun8i_emac: Simplify mdio_read/mdio_write functions
Andre Przywara
2020-10-21
1
-41
/
+22
*
net: sun8i_emac: Don't hand out TX descriptor too early
Andre Przywara
2020-10-21
1
-1
/
+1
*
net: sun8i-emac: Bail out on PHY error
Andre Przywara
2020-10-21
1
-1
/
+4
*
net: sun8i_emac: Fix not calling dev_xxx with a device
Sean Anderson
2020-09-30
1
-4
/
+5
*
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-25
1
-1
/
+1
*
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-24
1
-1
/
+1
*
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-20
1
-1
/
+1
*
net: sun8i_emac: Add support for the H6 variant
Samuel Holland
2020-06-01
1
-4
/
+10
*
net: sun8i_emac: Use consistent clock bitfield definitions
Samuel Holland
2020-06-01
1
-3
/
+3
*
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop log.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop net.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
1
-0
/
+1
*
dm: gpio: Allow control of GPIO uclass in SPL
Simon Glass
2019-12-15
1
-6
/
+6
*
common: Move ARM cache operations out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
net: sun8i_emac: Test the correct phy
Emmanuel Vadot
2019-07-25
1
-8
/
+21
*
net: sun8i_emac: Add EPHY CLK and RESET support
Jagan Teki
2019-05-09
1
-17
/
+57
*
net: sun8i_emac: Add CLK and RESET support
Jagan Teki
2019-04-16
1
-15
/
+42
*
net: sun8i_emac: Retrieve GMAC clock via 'syscon' phandle
Jagan Teki
2019-04-16
1
-28
/
+27
*
sun8i_emac: add support for setting EMAC TX/RX delay
Icenowy Zheng
2018-11-23
1
-3
/
+31
*
net: sun8i-emac: support R40 GMAC
Lothar Felten
2018-07-16
1
-26
/
+53
*
net: sun8i-emac: set mux and clock by driver data
Lothar Felten
2018-07-16
1
-15
/
+20
*
net: sun8i-emac: fix printing NULL character
Lothar Felten
2018-07-16
1
-2
/
+1
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
net: sun8i-emac: remove support for old binding
Andre Przywara
2018-04-04
1
-53
/
+25
*
net: sun8i-emac: add support for new EMAC DT binding
Andre Przywara
2018-04-04
1
-8
/
+51
*
net: sun8i-emac: support new pinctrl DT bindings
Andre Przywara
2018-04-04
1
-13
/
+39
*
net: sun8i_emac: Fix PHY initialization
Samuel Holland
2018-03-13
1
-1
/
+1
*
net: sun8i_emac: Fix build for non-H3/H5 SoCs
Chen-Yu Tsai
2017-11-10
1
-0
/
+3
[next]