summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-02-23Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini12-126/+200
2021-02-23spi: zynqmp_gqspi: fix set_speed bug on multiple runsBrandon Maier1-12/+11
2021-02-23net: gem: Fix error path in zynq_gem_probeMichal Simek1-4/+4
2021-02-23net: gem: Enable ethernet rx clock for versalT Karthik Reddy1-6/+27
2021-02-23i2c: i2c_cdns: Enable i2c clockT Karthik Reddy1-0/+7
2021-02-23clk: versal: Add support to enable clocksT Karthik Reddy1-0/+11
2021-02-23clk: zynqmp: Add support to enable clocksT Karthik Reddy1-0/+49
2021-02-23clk: zynq: Add dummy clock enable functionMichal Simek8-9/+18
2021-02-23fpga: zynqpl: fix buffer alignmentMichael Walle1-1/+1
2021-02-22Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodia...Tom Rini4-0/+176
2021-02-22Merge tag 'ti-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-2/+2
2021-02-22Merge tag 'video-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodian...Tom Rini6-490/+213
2021-02-22clk: ti: improve debug messages for clkctrl driverDario Binacchi1-2/+2
2021-02-22uec.h: fix COFIG_DM typoRasmus Villemoes1-1/+1
2021-02-22dm_qe_uec.c: fix indentation in uec_set_mac_if_mode()Rasmus Villemoes1-2/+2
2021-02-21Merge tag 'for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2cTom Rini24-81/+109
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk19-71/+71
2021-02-21dm: i2c: allow disabling driver model in SPLIgor Opaniuk3-3/+24
2021-02-21i2c: at91: fix crash when using 'i2c probe'Eugen Hristev1-0/+4
2021-02-21i2c: i2c-gpio: Fix GPIO outputHarm Berntsen1-7/+10
2021-02-21pci: renesas: Fix BAR mapping on Gen3Marek Vasut1-3/+3
2021-02-21pci: renesas: Make map address and mask power of two on Gen3Marek Vasut1-3/+6
2021-02-21pci: renesas: Add root bus handling on Gen3Marek Vasut1-1/+14
2021-02-20drivers: video: Add Support for Himax HX8238D PanelMoses Christopher3-0/+208
2021-02-20Replace video_uc_platdata with video_uc_platDario Binacchi2-3/+3
2021-02-20video: eliminate unused drivers/video/mb862xx.cHeinrich Schuchardt2-487/+0
2021-02-20video: simple_panel: Add boe,nv101wxmn51 displayAlper Nebi Yasak1-0/+1
2021-02-20video: simple_panel: Add sharp,lq123p1jx31 displayAlper Nebi Yasak1-0/+1
2021-02-19mmc: rockchip_dw_mmc: use mmc_pwrseq instead of rockchip_mmc_pwrseqJaehoon Chung1-39/+3
2021-02-19mmc: meson_gx_mmc: use mmc_pwrseq instead of meson_mmc_pwrseqJaehoon Chung1-42/+3
2021-02-19mmc: pwrseq: add mmc-pwrseq file to provide a generic interfaceJaehoon Chung3-0/+59
2021-02-19mmc: mmc_spi: Document the 3 local functionsBin Meng1-1/+35
2021-02-19mmc: mmc_spi: Fix potential spec violation in receiving card responseBin Meng1-15/+17
2021-02-19mmc: mmc_spi: Move argument check to the beginning of mmc_spi_sendcmd()Bin Meng1-3/+3
2021-02-19mmc: mmc_spi: Print verbose debug output when crc16 check failsBin Meng1-2/+4
2021-02-19mmc: fix response timeout after switch commandStefan Bosch1-1/+2
2021-02-19mmc: sdhci: skip cache invalidation if DMA is not usedYuezhang.Mo@sony.com1-0/+2
2021-02-19mmc: initialize an err variableJaehoon Chung1-1/+1
2021-02-18video: arm: rpi: Add brcm,bcm2711-hdmi0 compatibleNicolas Saenz Julienne1-0/+1
2021-02-18mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()Nicolas Saenz Julienne1-4/+6
2021-02-18xhci: translate virtual addresses into the bus's address spaceNicolas Saenz Julienne3-28/+34
2021-02-18dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne2-0/+51
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne3-0/+93
2021-02-18pci: pcie-brcmstb: Fix inbound window configurationsNicolas Saenz Julienne1-7/+5
2021-02-18pci: brcmstb: Cleanup controller state before handoverNicolas Saenz Julienne1-0/+20
2021-02-18usb: xhci-pci: Add DM_FLAG_OS_PREPARE flagNicolas Saenz Julienne1-1/+1
2021-02-18config: Enable iProc RNG200 driver in RPi4 configsMatthias Brugger1-1/+0
2021-02-18adc: meson-saradc: add support for getting reference voltage valueMarek Szyprowski1-0/+21
2021-02-18button: add a simple Analog to Digital Converter device based button driverMarek Szyprowski3-0/+155
2021-02-17rng: Add iProc RNG200 driverMatthias Brugger3-0/+193