Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
9cf2aa369ab11faf6d812cc5296fd2ee2829d8bd
/
drivers
/
net
a50bca1
net: mvpp2: fix second cp110 initialization
by Sven Auhagen
· Wed Jul 01 17:43:43 2020 +0200
240bfb1
net: smc911x: Properly handle EEPROM MAC address
by Andre Przywara
· Thu Jun 11 12:03:17 2020 +0100
03d6edb
net: designware: s700: Add glue code for S700 mac
by Amit Singh Tomar
· Sat May 09 19:55:12 2020 +0530
4f21b2a
net: phy: realtek: Introduce PHY_RTL8201F_S700_RMII_TIMINGS to adjust rx/tx timings
by Amit Singh Tomar
· Sat May 09 19:55:11 2020 +0530
7e7c105
net: phy: realtek: Add support for RTL8201F PHY module.
by Amit Singh Tomar
· Sat May 09 19:55:10 2020 +0530
a0466f6
net: dwc_eth_qos: update the compatible supported for STM32
by Patrick Delaunay
· Thu May 14 15:00:23 2020 +0200
d434b1f
Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips into next
by Tom Rini
· Tue Jun 30 11:43:18 2020 -0400
b1f83a6
net: pcnet: Add Kconfig entries
by Marek Vasut
· Sun May 17 18:24:25 2020 +0200
978733b
net: pcnet: Add DM support
by Marek Vasut
· Sun May 17 18:24:24 2020 +0200
0bc035f
net: pcnet: Split common and non-DM functions
by Marek Vasut
· Sun May 17 18:24:23 2020 +0200
c48ad6f
net: pcnet: Wrap name and enetaddr into private data
by Marek Vasut
· Sun May 17 18:24:22 2020 +0200
0a042d1
net: pcnet: Wrap iobase into private data
by Marek Vasut
· Sun May 17 18:24:21 2020 +0200
292cf50
net: pcnet: Pass private data through dev->priv
by Marek Vasut
· Sun May 17 18:24:20 2020 +0200
fd899d2
net: pcnet: Wrap devbusfn into private data
by Marek Vasut
· Sun May 17 18:24:19 2020 +0200
9250b37
net: pcnet: Drop useless forward declarations
by Marek Vasut
· Sun May 17 18:24:18 2020 +0200
34c00e9
net: pcnet: Move initialize function at the end
by Marek Vasut
· Sun May 17 18:24:17 2020 +0200
017fe00
net: pcnet: Move private data allocation to initialize
by Marek Vasut
· Sun May 17 18:24:16 2020 +0200
9b2f30c
net: pcnet: Replace memset+malloc with calloc
by Marek Vasut
· Sun May 17 18:24:15 2020 +0200
1fbd423
net: pcnet: Simplify private data allocation
by Marek Vasut
· Sun May 17 18:24:14 2020 +0200
ab3be70
net: pcnet: Use PCI_DEVICE() to define PCI device compat list
by Marek Vasut
· Sun May 17 18:24:13 2020 +0200
08aac4b
net: pcnet: Drop PCNET_HAS_PROM
by Marek Vasut
· Sun May 17 18:24:12 2020 +0200
e549f0f
net: pcnet: Drop typedef struct pcnet_priv_t
by Marek Vasut
· Sun May 17 18:24:11 2020 +0200
76f44298
spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*
by Lukasz Majewski
· Thu Jun 04 23:11:53 2020 +0800
3114d21
Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next
by Tom Rini
· Thu Jun 25 09:33:39 2020 -0400
70ab943
net: xilinx: axi_emac: Fix endless loop when no PHYs are connected
by Patrick van Gelder
· Wed Jun 03 14:18:04 2020 +0200
43d9972
net: gem: Disable PCS autonegotiation in case of fixed-link
by Michal Simek
· Wed May 13 08:05:01 2020 -0600
c9eb520
net: fec: Allow the PHY node to be retrieved
by Fabio Estevam
· Thu Jun 18 20:21:18 2020 -0300
8b10c00
phy: atheros: ar8035: Fix clock output calculation
by Fabio Estevam
· Thu Jun 18 20:21:17 2020 -0300
f0151a9
Merge branch 'net' of https://gitlab.denx.de/u-boot/custodians/u-boot-sh into next
by Tom Rini
· Sat Jun 20 18:52:51 2020 -0400
7275b62
net: pcnet: Add Kconfig entries
by Marek Vasut
· Sun May 17 18:14:17 2020 +0200
cf8ec98
net: pcnet: Add DM support
by Marek Vasut
· Sun May 17 17:43:22 2020 +0200
03304cc
net: pcnet: Split common and non-DM functions
by Marek Vasut
· Sun May 17 17:28:31 2020 +0200
5cfe7be
net: pcnet: Wrap name and enetaddr into private data
by Marek Vasut
· Sun May 17 17:04:19 2020 +0200
f7377ad
net: pcnet: Wrap iobase into private data
by Marek Vasut
· Sun May 17 17:00:42 2020 +0200
f387771
net: pcnet: Pass private data through dev->priv
by Marek Vasut
· Sun May 17 16:47:07 2020 +0200
2b1c26a
net: pcnet: Wrap devbusfn into private data
by Marek Vasut
· Sun May 17 16:31:04 2020 +0200
47b2357
net: pcnet: Drop useless forward declarations
by Marek Vasut
· Sun May 17 16:28:41 2020 +0200
2ba0a68
net: pcnet: Move initialize function at the end
by Marek Vasut
· Sun May 17 16:31:41 2020 +0200
ff69987
net: pcnet: Move private data allocation to initialize
by Marek Vasut
· Sun May 17 16:26:00 2020 +0200
3587d0b
net: pcnet: Replace memset+malloc with calloc
by Marek Vasut
· Sun May 17 16:26:57 2020 +0200
60675d4
net: pcnet: Simplify private data allocation
by Marek Vasut
· Sun May 17 16:16:45 2020 +0200
e2ea361
net: pcnet: Use PCI_DEVICE() to define PCI device compat list
by Marek Vasut
· Sun May 17 17:33:17 2020 +0200
0c6a775
net: pcnet: Drop PCNET_HAS_PROM
by Marek Vasut
· Sun May 17 18:12:19 2020 +0200
b346e1b
net: pcnet: Drop typedef struct pcnet_priv_t
by Marek Vasut
· Sun May 17 15:10:41 2020 +0200
2dcaf85
net: eepro100: Add Kconfig entries
by Marek Vasut
· Sat May 23 18:07:53 2020 +0200
cbc44b8
net: eepro100: Add DM support
by Marek Vasut
· Sat May 23 16:26:20 2020 +0200
0ea22ba
net: eepro100: Split common parts of non-DM functions out
by Marek Vasut
· Sat May 23 17:28:20 2020 +0200
addde61
net: eepro100: Drop bd_t pointer from read_hw_addr()
by Marek Vasut
· Sat May 23 17:20:39 2020 +0200
d443d2d
net: eepro100: Add RX/TX rings into the private data
by Marek Vasut
· Sat May 23 17:13:26 2020 +0200
4448e60
net: eepro100: Pass device private data into mdiobus
by Marek Vasut
· Sat May 23 17:55:50 2020 +0200
3334669
net: eepro100: Pass device private data around
by Marek Vasut
· Sat May 23 17:10:03 2020 +0200
13beaa8
net: eepro100: Introduce device private data
by Marek Vasut
· Sat May 23 16:49:07 2020 +0200
c62e024
net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus()
by Marek Vasut
· Sat May 23 16:38:41 2020 +0200
8784dd3
net: eepro100: Drop inline keyword
by Marek Vasut
· Sat May 23 16:27:37 2020 +0200
f9cc66a
net: eepro100: Fix EE_*_CMD macros
by Marek Vasut
· Sat May 23 16:23:28 2020 +0200
d68d272
net: eepro100: Factor out MII registration
by Marek Vasut
· Sat May 23 16:20:25 2020 +0200
e6ad81c
net: eepro100: Switch from malloc()+memset() to calloc()
by Marek Vasut
· Sat May 23 16:13:30 2020 +0200
f7fee91
net: eepro100: Use PCI_DEVICE() to define PCI device compat list
by Marek Vasut
· Sat May 23 15:11:30 2020 +0200
2110c65
net: eepro100: Reorder functions in the driver
by Marek Vasut
· Sat May 23 15:07:30 2020 +0200
7ad665f
net: eepro100: Remove volatile misuse
by Marek Vasut
· Sat May 23 15:02:47 2020 +0200
7efcae4
net: eepro100: Add cache management
by Marek Vasut
· Sat May 23 14:55:26 2020 +0200
d2139bb
net: eepro100: Factor out tx_ring command issuing
by Marek Vasut
· Sat May 23 14:30:31 2020 +0200
4020a8e
net: eepro100: Replace purge_tx_ring() with memset()
by Marek Vasut
· Sat May 23 14:26:16 2020 +0200
d1c5f31
net: eepro100: Use standard I/O accessors
by Marek Vasut
· Sat May 23 14:14:45 2020 +0200
447271b
net: eepro100: Fix camelcase
by Marek Vasut
· Sat May 23 13:52:50 2020 +0200
c035910
net: eepro100: Fix remaining checkpatch issues
by Marek Vasut
· Sat May 23 13:45:41 2020 +0200
a2cf21c
net: eepro100: Fix indented label
by Marek Vasut
· Sat May 23 13:26:50 2020 +0200
1189341
net: eepro100: Fix pointer location
by Marek Vasut
· Sat May 23 13:23:13 2020 +0200
60560d0
net: eepro100: Fix parenthesis alignment
by Marek Vasut
· Sat May 23 13:21:43 2020 +0200
323b64b
net: eepro100: Fix braces
by Marek Vasut
· Sat May 23 13:20:14 2020 +0200
e4211ed
net: eepro100: Fix spacing
by Marek Vasut
· Sat May 23 13:17:03 2020 +0200
6659920
net: eepro100: Use plain debug()
by Marek Vasut
· Sat May 23 13:11:48 2020 +0200
dc83bfe
net: eepro100: Clean up comments
by Marek Vasut
· Sat May 23 12:49:16 2020 +0200
4b097d0
net: eepro100: Remove EEPRO100_SROM_WRITE
by Marek Vasut
· Sat May 23 13:06:48 2020 +0200
28a5a74
Merge tag 'ti-v2020.10-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti into next
by Tom Rini
· Thu Jun 18 10:07:49 2020 -0400
f4a0948
net: cpsw: Add __maybe_unused to generated inlines
by Tom Rini
· Thu Jun 04 16:05:32 2020 -0400
922a9ca
net: rtl8139: Add DM support
by Marek Vasut
· Sat May 09 22:34:44 2020 +0200
fce51f2
net: rtl8139: Read HW address from EEPROM only on probe
by Marek Vasut
· Sat May 09 22:34:43 2020 +0200
ac3f000
net: rtl8139: Use PCI_DEVICE() to define PCI device compat list
by Marek Vasut
· Sat May 09 22:34:42 2020 +0200
d9dd2a8
net: rtl8139: Split out common and non-DM functions
by Marek Vasut
· Sat May 09 22:34:41 2020 +0200
a7c1295
net: rtl8139: Pass private data into rtl8139_eeprom_delay()
by Marek Vasut
· Sat May 09 22:34:40 2020 +0200
775b067
net: rtl8139: Introduce device private data
by Marek Vasut
· Sat May 09 22:34:39 2020 +0200
b1d652f
net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macros
by Marek Vasut
· Sat May 09 22:34:38 2020 +0200
6826194
net: rtl8139: Use dev->iobase instead of custom ioaddr
by Marek Vasut
· Sat May 09 22:34:37 2020 +0200
c4840a0
net: rtl8139: Switch from malloc()+memset() to calloc()
by Marek Vasut
· Sat May 09 22:34:36 2020 +0200
66ed9fc
net: rtl8139: Factor out device name assignment
by Marek Vasut
· Sat May 09 22:34:35 2020 +0200
3434cd7
net: phy: Add DP8382x phy registration to TI PHY init
by Dan Murphy
· Mon May 04 16:14:40 2020 -0500
8b8d73a
net: phy: Add support for TI PHY init
by Dan Murphy
· Mon May 04 16:14:39 2020 -0500
0439bee
net: phy: add phyid search in vendor specific space
by Florin Chiculita
· Wed Apr 29 14:25:48 2020 +0300
f9f4a1c
net: rt8169: WAR for DHCP not getting IP after kernel boot/reboot
by Tom Warren
· Thu Mar 26 15:59:13 2020 -0700
a8267d4
net: phy: micrel: ksz8061 implement errata 80000688A fix
by Bryan O'Donoghue
· Thu Mar 26 03:54:01 2020 +0000
7e069ee
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx
by Tom Rini
· Mon Jun 08 08:51:59 2020 -0400
53907d5
net: tsec: Access TBI PHY through the corresponding MII
by Hou Zhiqiang
· Sun May 03 22:48:43 2020 +0800
7b69ce7
net: tsec: Access eTSEC registers using virtual address
by Hou Zhiqiang
· Sun May 03 22:48:42 2020 +0800
dbfdad6
net: tsec: fsl_mdio: add DM MDIO support
by Madalin Bucur
· Thu Apr 30 15:59:59 2020 +0300
5fd3ff7
drivers: net: e1000: with DM_ETH needs DM_PCI too
by Madalin Bucur
· Wed Apr 29 08:26:17 2020 +0300
3386e9a
net: sun8i_emac: Add support for the H6 variant
by Samuel Holland
· Thu May 07 18:10:51 2020 -0500
97f2cf1
net: sun8i_emac: Use consistent clock bitfield definitions
by Samuel Holland
· Thu May 07 18:10:50 2020 -0500
f462228
net: ks8851: Add Kconfig entries
by Marek Vasut
· Wed Mar 25 19:08:59 2020 +0100
f5d054b
net: ks8851: Add DM support
by Marek Vasut
· Wed Mar 25 18:00:35 2020 +0100
Next »