net: eepro100: Remove EEPRO100_SROM_WRITE
[platform/kernel/u-boot.git] / drivers / net /
2020-06-18 Marek Vasutnet: eepro100: Remove EEPRO100_SROM_WRITE
2020-06-13 Tom RiniMerge tag 'dm-pull-12jun20' of git://git.denx.de/u...
2020-06-12 Tom RiniMerge branch '2020-06-12-next-net' into next
2020-06-12 Marek Vasutnet: rtl8139: Add DM support
2020-06-12 Marek Vasutnet: rtl8139: Read HW address from EEPROM only on probe
2020-06-12 Marek Vasutnet: rtl8139: Use PCI_DEVICE() to define PCI device...
2020-06-12 Marek Vasutnet: rtl8139: Split out common and non-DM functions
2020-06-12 Marek Vasutnet: rtl8139: Pass private data into rtl8139_eeprom_delay()
2020-06-12 Marek Vasutnet: rtl8139: Introduce device private data
2020-06-12 Marek Vasutnet: rtl8139: Clean up bus_to_phys()/phys_to_bus()...
2020-06-12 Marek Vasutnet: rtl8139: Use dev->iobase instead of custom ioaddr
2020-06-12 Marek Vasutnet: rtl8139: Switch from malloc()+memset() to calloc()
2020-06-12 Marek Vasutnet: rtl8139: Factor out device name assignment
2020-06-12 Dan Murphynet: phy: Add DP8382x phy registration to TI PHY init
2020-06-12 Dan Murphynet: phy: Add support for TI PHY init
2020-06-12 Florin Chiculitanet: phy: add phyid search in vendor specific space
2020-06-12 Tom Warrennet: rt8169: WAR for DHCP not getting IP after kernel...
2020-06-12 Bryan O'Donoghuenet: phy: micrel: ksz8061 implement errata 80000688A fix
2020-06-09 Tom RiniMerge tag 'u-boot-imx-20200609' of https://gitlab.denx...
2020-06-08 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-06-04 Tom RiniMerge tag 'u-boot-atmel-fixes-2020.07-a' of https:...
2020-06-04 Hou Zhiqiangnet: tsec: Access TBI PHY through the corresponding MII
2020-06-04 Hou Zhiqiangnet: tsec: Access eTSEC registers using virtual address
2020-06-04 Madalin Bucurnet: tsec: fsl_mdio: add DM MDIO support
2020-06-03 Tom RiniMerge tag 'efi-2020-07-rc4' of https://gitlab.denx...
2020-06-03 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-spi
2020-06-03 Tom RiniMerge branch 'master' of https://gitlab.denx.de/u-boot...
2020-06-03 Madalin Bucurdrivers: net: e1000: with DM_ETH needs DM_PCI too
2020-06-01 Samuel Hollandnet: sun8i_emac: Add support for the H6 variant
2020-06-01 Samuel Hollandnet: sun8i_emac: Use consistent clock bitfield definitions
2020-05-25 Tom RiniMerge tag 'ti-v2020.07-rc3' of https://gitlab.denx...
2020-05-23 Tom RiniMerge git://git.denx.de/u-boot-usb
2020-05-23 Tom RiniMerge branch 'net' of git://git.denx.de/u-boot-socfpga
2020-05-22 Marek Vasutnet: ks8851: Add Kconfig entries
2020-05-22 Marek Vasutnet: ks8851: Add DM support
2020-05-22 Marek Vasutnet: ks8851: Receive one packet per recv call
2020-05-22 Marek Vasutnet: ks8851: Split non-DM specific bits from common...
2020-05-22 Marek Vasutnet: ks8851: Pass around driver private data
2020-05-22 Marek Vasutnet: ks8851: Checkpatch cleanup
2020-05-22 Marek Vasutnet: ks8851: Clean up chip ID readout
2020-05-22 Marek Vasutnet: ks8851: Remove type_frame_head
2020-05-22 Marek Vasutnet: ks8851: Trim down struct ks_net
2020-05-22 Marek Vasutnet: ks8851: Use 16bit RXQCR access
2020-05-22 Marek Vasutnet: ks8851: Remove RXQCR cache
2020-05-22 Marek Vasutnet: ks8851: Replace malloc()+memset() with calloc()
2020-05-21 Tom RiniMerge git://git.denx.de/u-boot-sh
2020-05-20 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-05-19 Tom RiniMerge branch '2020-05-18-reduce-size-of-common.h'
2020-05-19 Razvan Ionut Cirjannet: fsl-mc: fixup DPC: add /board/ports node if missing
2020-05-19 Laurentiu Tudordrivers: net: fsl-mc: fixup msi-map property
2020-05-19 Madalin Bucurdriver: net: fm: minor fix in DM ETH support
2020-05-19 Simon Glasscommon: Drop linux/bitops.h from common header
2020-05-19 Simon Glasscommon: Drop linux/delay.h from common header
2020-05-19 Simon GlassFix some checkpatch warnings in calls to udelay()
2020-05-19 Simon Glasscommon: Drop linux/bug.h from common header
2020-05-19 Simon Glasscommon: Drop log.h from common header
2020-05-18 Simon Glasscommand: Remove the cmd_tbl_t typedef
2020-05-18 Simon Glasscommon: Drop image.h from common header
2020-05-18 Simon Glasscommon: Drop part.h from common header
2020-05-18 Simon Glasscommon: Drop net.h from common header
2020-05-15 Tom RiniMerge branch '2020-05-15-misc-bugfixes'
2020-05-15 Trevor Woernerrename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOOD
2020-05-15 Trevor Woernerrename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5X
2020-05-14 Tom RiniMerge tag 'u-boot-stm32-20200514' of https://gitlab...
2020-05-14 Tom RiniMerge tag 'rpi-next-2020.07' of https://gitlab.denx...
2020-05-12 Tom RiniMerge tag 'u-boot-amlogic-20200511' of https://gitlab...
2020-05-12 Nicolas Saenz Juliennenet: bcmgenet: Don't set ID_MODE_DIS when not using...
2020-05-11 Tom RiniMerge tag 'efi-2020-07-rc2-4' of https://gitlab.denx...
2020-05-11 Tom RiniMerge tag 'ti-v2020.07-rc2' of https://gitlab.denx...
2020-05-11 Tom RiniMerge tag 'u-boot-imx-20200511' of https://gitlab.denx...
2020-05-10 Ye LieQos: Implement the read_rom_hwaddr callback
2020-05-10 Ye Lifec: Move imx_get_mac_from_fuse declare to imx file
2020-05-10 Fugang Duannet: eqos: implement callbaks to get interface and...
2020-05-10 Fugang Duannet: dwc_eth_qos: add dwc eqos for imx support
2020-05-10 Fugang Duannet: phy: realtek: add rx delay support for RTL8211F
2020-05-10 Ye Linet: Update eQos driver and FEC driver to use eth phy...
2020-05-10 Ye Linet: Add eth phy generic driver for shared MDIO
2020-05-10 Peng Fannet: fec: add fuse check
2020-05-10 Stefano BabicMerge branch 'master' of git://git.denx.de/u-boot
2020-05-09 Murali Karicherinet: ethernet: ti: am65-cpsw-nuss: enable 10Mbps link...
2020-05-08 Tom RiniMerge tag 'efi-2020-07-rc2-3' of https://gitlab.denx...
2020-05-07 Tom RiniMerge branch '2020-05-07-atheros-phy-improvements'
2020-05-07 Michael Wallephy: atheros: consolidate {ar8031|ar8035}_config()
2020-05-07 Michael Wallephy: atheros: ar8035: remove static clock config
2020-05-07 Michael Wallephy: atheros: add device tree bindings and config
2020-05-07 Michael Wallephy: atheros: move delay config to common function
2020-05-07 Michael Wallephy: atheros: introduce debug read and write functions
2020-05-07 Michael Wallephy: atheros: use defines for PHY IDs
2020-05-07 Michael Wallephy: atheros: fix AR8021 PHY ID mask
2020-05-07 Vladimir Olteanphy: atheros: Clarify the intention of ar8021_config
2020-05-07 Vladimir Olteanphy: atheros: Explicitly disable RGMII delays
2020-05-07 Vladimir Olteanphy: atheros: Clarify the configuration of the CLK_25M...
2020-05-07 Vladimir Olteanphy: atheros: Use common functions for RGMII internal...
2020-05-07 Vladimir Olteanphy: atheros: Make RGMII Tx delays actually configurabl...
2020-05-05 Tom RiniMerge git://git.denx.de/u-boot-usb
2020-05-05 Tom RiniMerge tag 'efi-2020-07-rc2-2' of https://gitlab.denx...
2020-05-05 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-05-04 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2020-05-04 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-05-04 Tom RiniMerge tag 'u-boot-imx-20200502' of https://gitlab.denx...
next