summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-06-29Convert CONFIG_CADENCE_QSPI to KconfigTom Rini
2020-06-29spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski
2020-06-29video: rockchip: fix HDMI 4K resolutionAnatolij Gustschin
2020-06-28Merge tag 'fixes-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-...Tom Rini
2020-06-28rockchip: correctly set vop0 or vop1Patrick Wildt
2020-06-28video: orisetech_otm8009a: fill characteristics of DSI data linkYannick Fertre
2020-06-28video: raydium_rm68200: fill characteristics of DSI data linkYannick Fertre
2020-06-28video: stm32: stm32_dsi: copy DSI fieldsYannick Fertre
2020-06-28video: check hardware version of DSIYannick Fertre
2020-06-28video: vidconsole: avoid multiple lines overwrite logoYe Li
2020-06-28video: bmp: support 8bits BMP drawing on 24/32 bpp framebufferYe Li
2020-06-27rockchip: clk: rk3188: change APLL to safe 600MHzAlexander Kochetkov
2020-06-26Convert CONFIG_ATMEL_HLCD to KconfigTom Rini
2020-06-26Convert CONFIG_AT91_GPIO to KconfigTom Rini
2020-06-26Convert CONFIG_ARM_PL180_MMCI to KconfigTom Rini
2020-06-26Convert CONFIG_AM335X_LCD to KconfigTom Rini
2020-06-25bdinfo: dm: Update fb_base when using driver modelSimon Glass
2020-06-25Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-06-24Merge tag 'mmc-2020-6-24' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini
2020-06-24net: xilinx: axi_emac: Fix endless loop when no PHYs are connectedPatrick van Gelder
2020-06-24arm64: xilinx: Print fpga error value in hexT Karthik Reddy
2020-06-24spi: zynq_[q]spi: Convert config's to macro'sAshok Reddy Soma
2020-06-24net: gem: Disable PCS autonegotiation in case of fixed-linkMichal Simek
2020-06-24fpga: zynqpl: Flush dcache only for non-bitstream dataT Karthik Reddy
2020-06-24fpga: zynqpl: Check if aes engine is enabledIbai Erkiaga
2020-06-24fpga: zynqpl: Check fpga config completionT Karthik Reddy
2020-06-24fpga: zynqpl: Correct PL bitstream loading sequence for zynqaesSiva Durga Prasad Paladugu
2020-06-24firmware: zynqmp: Change panic logic in zynqmp_pmufw_load_config_object()Michal Simek
2020-06-24clk: versal: Remove alt_ref_clk from clock sourcesRajan Vaja
2020-06-24mmc: zynq_sdhci: Remove global pointerMichal Simek
2020-06-24mmc: sdhci: Fix HISPD bit handlingJagan Teki
2020-06-24mmc: retry CMD1 in mmc_send_op_cond() until the eMMC is readyHaibo Chen
2020-06-24mmc: fsl_esdhc_imx: disable the CMD CRC check for standard tuningHaibo Chen
2020-06-23nvme: Invalidate dcache before submitting admin cmdJagan Teki
2020-06-23gpio: mxc_gpio: change gpio index for i.MX8Ye Li
2020-06-22net: fec: Allow the PHY node to be retrievedFabio Estevam
2020-06-22phy: atheros: ar8035: Fix clock output calculationFabio Estevam
2020-06-20Merge branch 'net' of https://gitlab.denx.de/u-boot/custodians/u-boot-sh into...Tom Rini
2020-06-19Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into nextTom Rini
2020-06-18Merge tag 'video-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-vid...Tom Rini
2020-06-18firmware: PSCI: Fix PSCI support for OF live treesJon Hunter
2020-06-18video: ipuv3: remove non-DM codeAnatolij Gustschin
2020-06-18net: pcnet: Add Kconfig entriesMarek Vasut
2020-06-18net: pcnet: Add DM supportMarek Vasut
2020-06-18net: pcnet: Split common and non-DM functionsMarek Vasut
2020-06-18net: pcnet: Wrap name and enetaddr into private dataMarek Vasut
2020-06-18net: pcnet: Wrap iobase into private dataMarek Vasut
2020-06-18net: pcnet: Pass private data through dev->privMarek Vasut
2020-06-18net: pcnet: Wrap devbusfn into private dataMarek Vasut
2020-06-18net: pcnet: Drop useless forward declarationsMarek Vasut