platform/kernel/u-boot.git
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-16 Harald Seilercommon: hash: Remove a debug printf statement
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 Baruch Siachnet: move random_port() to dns
2020-06-12 Ravik Hasijanet: tftp: fix option validation as per RFCs
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 Ravik Hasijanet: tftp: fix progress marker for file transfer
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 Dan Murphynet: phy: Add helper routines to set and clear bits
2020-06-12 Dan Murphynet: phy: Fix kernel doc issues in phy.h
2020-06-12 Dan Murphynet: phy: Add missing kernel doc to phy functions
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-12 Marek Vasutnet: smc911x: Drop the standalone EEPROM example
2020-06-12 Krebs, Olafnet: Fix error if some network features are disabled
2020-06-12 Denis 'GNUtoo... board: tbs2910: add documentation
2020-06-12 Denis 'GNUtoo... board: tbs2910: Enable distro_boot support.
2020-06-12 Denis 'GNUtoo... board: tbs2910_defconfig: Add support for booting gener...
2020-06-12 Denis 'GNUtoo... board: tbs2910: move CONFIG_BOOTCOMMAND from header...
2020-06-12 Denis 'GNUtoo... board: tbs2910: disable CONFIG_GZIP
2020-06-12 Denis 'GNUtoo... board: tbs2910: disable loadb and loads commands
2020-06-12 Reuben DowleAdd support for SHA384 and SHA512
2020-06-12 Dario Binacchidoc: driver-model: fix typo in design.rst
2020-06-12 Michael Walledm: uclass: don't assign aliased seq numbers
2020-06-12 Michael Walledm: core: fix dev_read_alias_highest_id() without libfdt
2020-06-12 Michael Walleusb: provide a device tree node to USB devices
2020-06-12 Heinrich Schuchardtlog: check argument of 'log level' command
2020-06-12 Heinrich Schuchardtlog: clean up Kconfig
2020-06-12 Heinrich Schuchardtdoc: move README.log to HTML documentation
2020-06-12 Patrick Delaunaydoc: log: correct option name CONFIG_LOG_MAX_LEVEL
2020-06-12 Pratyush Yadavregmap: Check for out-of-range offsets before mapping...
2020-06-12 Marcus Comstedtlibfdt: Remove superfluous NUL character from overlay...
2020-06-12 Heinrich Schuchardtdoc: driver-model: there is no UCLASS_SATA
2020-06-12 Bin Mengfdtdec: Honor #address-cells and #size-cells in fdtdec_...
2020-06-12 Bin Mengfdtdec: Fix the types of addr and size in fdtdec_add_re...
2020-06-12 Ovidiu Panaitbuildman: Remove _of_#_ from results directory paths
2020-06-12 Simon Glasspatman: Complain if a checkpatch line is not understood
2020-06-12 Simon Glasspatman: Support warnings in the patch subject
2020-06-12 Simon Glasspatman: Handle checkpatch output with notes and code
2020-06-12 Simon Glasspatman: Don't try to process checkpatch lines twice
2020-06-12 Simon Glasspatman: Support emacs mode with checkpatch
2020-06-12 Simon Glasspatman: Fix 'warning' typo
2020-06-11 Tom Riniconfigs: Resync with savedefconfig
2020-06-09 Tom RiniMerge tag 'u-boot-imx-20200609' of https://gitlab.denx...
2020-06-09 Stefano BabicRevert "imx: rom api: fix image offset computation"
2020-06-09 Tom RiniPrepare v2020.07-rc4
2020-06-09 Simon Glasscmd: Correct the 'md.q' command
2020-06-08 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-06-08 Tom RiniMerge tag 'u-boot-rockchip-20200607' of https://gitlab...
2020-06-08 Marek VasutARM: dts: imx: m53menlo: Convert to DM_ETH
2020-06-08 Marek VasutARM: imx: m53menlo: Do not fail boot on invalid splash...
2020-06-08 Marek VasutARM: imx: ddr: Add missing PHY reset
2020-06-08 Marek Vasutpower: pmic: Add SPL Kconfig entry for PFUZE100
2020-06-08 Peng Fanimx: imx8mp_evk: fix boot issue
2020-06-08 Peng Fanimx8mp_evk: spl: no need the code since spl framework...
2020-06-08 Peng Fanimx8mp_evk: spl: use spl_early_init
2020-06-08 Peng Fanimx8mp_evk: spl: drop timer_init
2020-06-08 Peng Fanimx8mp_evk: spl: drop useless code
2020-06-08 Lukasz Majewskiimx: Update MTD partitions layout for display5 (i.MX6Q...
next