riscv: cpu: correctly handle the setting of CPU_FEAT_MMU bit
[platform/kernel/u-boot.git] / drivers /
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-18 Anatolij Gustschinvideo: extend stdout video console work-around for...
2020-06-18 Anatolij Gustschinvideo: ipuv3: remove some useless code to reduce binary...
2020-06-18 Anatolij Gustschinvideo: make backlight and panel drivers optional
2020-06-18 Anatolij Gustschinvideo: ipuv3: fix building with disabled panel driver
2020-06-18 Anatolij Gustschinvideo: make vidconsole commands optional
2020-06-18 Chuanhua Handm: spi: Convert Freescale ESPI driver to driver model
2020-06-18 Tom RiniMerge tag 'ti-v2020.10-next' of https://gitlab.denx...
2020-06-16 Tom RiniMerge tag 'u-boot-stm32-20200616' of https://gitlab...
2020-06-16 Tom Rininet: cpsw: Add __maybe_unused to generated inlines
2020-06-16 Tom Rinimmc: omap_hsmmc: Add guards around omap_hsmmc_get_cfg()
2020-06-16 Tom Rinigpio: omap_gpio: Fix unused function warning in non...
2020-06-16 Bin Liuphy: omap-usb2-phy: disable phy charger detect
2020-06-15 Tom RiniMerge tag 'efi-2020-07-rc5' of https://gitlab.denx...
2020-06-15 Mark Kettenisregulator: fix: enable gpio when requested
2020-06-15 Tom RiniMerge branch '2020-06-15-misc-bugfixes'
2020-06-15 Tom RiniMerge tag 'mmc-2020-6-15' of https://gitlab.denx.de...
2020-06-15 Marek Vasutmmc: fsl_esdhc: Gracefully fail on unsupported voltage...
2020-06-15 Marek Vasutmmc: fsl_esdhc: Fix SDR104 and HS200 support
2020-06-15 Arthur Limmc: ca_dw_mmc: Misc cleanup of driver
2020-06-15 Yangbo Lummc: fsl_esdhc: workaround for hardware 3.3v IO reliabi...
2020-06-15 Yangbo Lummc: fsl_esdhc: read register once for card inserted...
2020-06-14 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-usb
2020-06-14 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-06-14 Hayes Wangeth/r8152: update the firmware
2020-06-13 Faiz Abbasmmc: davinci_mmc: Cleanup to use dt in U-boot and stati...
2020-06-13 Tom RiniMerge tag 'dm-pull-12jun20' of git://git.denx.de/u...
2020-06-12 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-spi
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-12 Michael Walledm: uclass: don't assign aliased seq numbers
2020-06-12 Michael Walleusb: provide a device tree node to USB devices
2020-06-12 Pratyush Yadavregmap: Check for out-of-range offsets before mapping...
2020-06-11 Jagan Tekispi: davinci: Drop non-dm code
2020-06-11 Jagan Tekispi: atmel: Drop atmel_spi.h
2020-06-11 Jagan Tekispi: atmel: Remove nondm code
2020-06-11 Jagan Tekispi: atmel: Drop CONFIG_SYS_SPI_WRITE_TOUT
2020-06-11 Jagan Tekispi: fsl_dspi: Drop nondm code
2020-06-11 Jagan Tekispi: Zap SOFT_SPI (non-dm)
2020-06-11 Jagan Tekispi: mxs: Code cleanup
2020-06-11 Jagan Tekispi: mxs: Drop nondm code
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-08 Tom RiniMerge tag 'u-boot-rockchip-20200607' of https://gitlab...
2020-06-08 Marek Vasutpower: pmic: Add SPL Kconfig entry for PFUZE100
2020-06-06 Tom RiniMerge tag 'efi-2020-07-rc4-2' of https://gitlab.denx...
2020-06-05 Heinrich Schuchardtvirtio: VIRTIO_RNG depends on DM_RNG
2020-06-04 Tom RiniMerge branch '2020-06-04-misc-bugfixes'
2020-06-04 Michal Simekserial: Add missing Kconfig dependencies for debug...
2020-06-04 Tom Riniserial: Convert ARM_DCC to Kconfig
2020-06-04 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 Jaiprakash Singhddr: Rework errata A008109, A008378, 009942 workaround
2020-06-04 Joakim Tjernlundddr: fsl: Impl. Erratum A008109
next