net: pcnet: Wrap devbusfn into private data
[platform/kernel/u-boot.git] / drivers / net /
2020-06-18 Marek Vasutnet: pcnet: Wrap devbusfn into private data
2020-06-18 Marek Vasutnet: pcnet: Drop useless forward declarations
2020-06-18 Marek Vasutnet: pcnet: Move initialize function at the end
2020-06-18 Marek Vasutnet: pcnet: Move private data allocation to initialize
2020-06-18 Marek Vasutnet: pcnet: Replace memset+malloc with calloc
2020-06-18 Marek Vasutnet: pcnet: Simplify private data allocation
2020-06-18 Marek Vasutnet: pcnet: Use PCI_DEVICE() to define PCI device compa...
2020-06-18 Marek Vasutnet: pcnet: Drop PCNET_HAS_PROM
2020-06-18 Marek Vasutnet: pcnet: Drop typedef struct pcnet_priv_t
2020-06-18 Marek Vasutnet: eepro100: Add Kconfig entries
2020-06-18 Marek Vasutnet: eepro100: Add DM support
2020-06-18 Marek Vasutnet: eepro100: Split common parts of non-DM functions out
2020-06-18 Marek Vasutnet: eepro100: Drop bd_t pointer from read_hw_addr()
2020-06-18 Marek Vasutnet: eepro100: Add RX/TX rings into the private data
2020-06-18 Marek Vasutnet: eepro100: Pass device private data into mdiobus
2020-06-18 Marek Vasutnet: eepro100: Pass device private data around
2020-06-18 Marek Vasutnet: eepro100: Introduce device private data
2020-06-18 Marek Vasutnet: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_...
2020-06-18 Marek Vasutnet: eepro100: Drop inline keyword
2020-06-18 Marek Vasutnet: eepro100: Fix EE_*_CMD macros
2020-06-18 Marek Vasutnet: eepro100: Factor out MII registration
2020-06-18 Marek Vasutnet: eepro100: Switch from malloc()+memset() to calloc()
2020-06-18 Marek Vasutnet: eepro100: Use PCI_DEVICE() to define PCI device...
2020-06-18 Marek Vasutnet: eepro100: Reorder functions in the driver
2020-06-18 Marek Vasutnet: eepro100: Remove volatile misuse
2020-06-18 Marek Vasutnet: eepro100: Add cache management
2020-06-18 Marek Vasutnet: eepro100: Factor out tx_ring command issuing
2020-06-18 Marek Vasutnet: eepro100: Replace purge_tx_ring() with memset()
2020-06-18 Marek Vasutnet: eepro100: Use standard I/O accessors
2020-06-18 Marek Vasutnet: eepro100: Fix camelcase
2020-06-18 Marek Vasutnet: eepro100: Fix remaining checkpatch issues
2020-06-18 Marek Vasutnet: eepro100: Fix indented label
2020-06-18 Marek Vasutnet: eepro100: Fix pointer location
2020-06-18 Marek Vasutnet: eepro100: Fix parenthesis alignment
2020-06-18 Marek Vasutnet: eepro100: Fix braces
2020-06-18 Marek Vasutnet: eepro100: Fix spacing
2020-06-18 Marek Vasutnet: eepro100: Use plain debug()
2020-06-18 Marek Vasutnet: eepro100: Clean up comments
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
next