Convert CONFIG_CONS_INDEX to Kconfig
[oweals/u-boot.git] / drivers /
2020-06-26 Tom RiniConvert CONFIG_ATMEL_HLCD to Kconfig
2020-06-26 Tom RiniConvert CONFIG_AT91_GPIO to Kconfig
2020-06-26 Tom RiniConvert CONFIG_ARM_PL180_MMCI to Kconfig
2020-06-26 Tom RiniConvert CONFIG_AM335X_LCD to Kconfig
2020-06-25 Tom RiniMerge branch '2020-06-25-tidy-up-bd-command' into next next
2020-06-25 Simon Glassbdinfo: dm: Update fb_base when using driver model
2020-06-25 Tom RiniMerge tag 'xilinx-for-v2020.10' of https://gitlab.denx...
2020-06-24 Patrick van Geldernet: xilinx: axi_emac: Fix endless loop when no PHYs...
2020-06-24 T Karthik Reddyarm64: xilinx: Print fpga error value in hex
2020-06-24 Ashok Reddy Somaspi: zynq_[q]spi: Convert config's to macro's
2020-06-24 Michal Simeknet: gem: Disable PCS autonegotiation in case of fixed...
2020-06-24 T Karthik Reddyfpga: zynqpl: Flush dcache only for non-bitstream data
2020-06-24 Ibai Erkiagafpga: zynqpl: Check if aes engine is enabled
2020-06-24 T Karthik Reddyfpga: zynqpl: Check fpga config completion
2020-06-24 Siva Durga Prasad... fpga: zynqpl: Correct PL bitstream loading sequence...
2020-06-24 Michal Simekfirmware: zynqmp: Change panic logic in zynqmp_pmufw_lo...
2020-06-24 Rajan Vajaclk: versal: Remove alt_ref_clk from clock sources
2020-06-24 Michal Simekmmc: zynq_sdhci: Remove global pointer
2020-06-23 Tom RiniMerge tag 'u-boot-imx-20200623' of https://gitlab.denx...
2020-06-22 Ye Ligpio: mxc_gpio: change gpio index for i.MX8
2020-06-22 Fabio Estevamnet: fec: Allow the PHY node to be retrieved
2020-06-22 Fabio Estevamphy: atheros: ar8035: Fix clock output calculation
2020-06-20 Tom RiniMerge branch 'net' of https://gitlab.denx.de/u-boot...
2020-06-20 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-sh
2020-06-19 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-06-19 Tom RiniMerge tag 'efi-2020-07-rc5-2' of https://gitlab.denx...
2020-06-19 Tom RiniMerge tag 'u-boot-stm32-20200619' of https://gitlab...
2020-06-19 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-06-18 Tom RiniMerge tag 'video-next' of https://gitlab.denx.de/u...
2020-06-18 Jon Hunterfirmware: PSCI: Fix PSCI support for OF live trees
2020-06-18 Anatolij Gustschinvideo: ipuv3: remove non-DM code
2020-06-18 Marek Vasutnet: pcnet: Add Kconfig entries
2020-06-18 Marek Vasutnet: pcnet: Add DM support
2020-06-18 Marek Vasutnet: pcnet: Split common and non-DM functions
2020-06-18 Marek Vasutnet: pcnet: Wrap name and enetaddr into private data
2020-06-18 Marek Vasutnet: pcnet: Wrap iobase into private data
2020-06-18 Marek Vasutnet: pcnet: Pass private data through dev->priv
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-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
next