summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-02-23Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini
2021-02-23spi: zynqmp_gqspi: fix set_speed bug on multiple runsBrandon Maier
2021-02-23net: gem: Fix error path in zynq_gem_probeMichal Simek
2021-02-23net: gem: Enable ethernet rx clock for versalT Karthik Reddy
2021-02-23i2c: i2c_cdns: Enable i2c clockT Karthik Reddy
2021-02-23clk: versal: Add support to enable clocksT Karthik Reddy
2021-02-23clk: zynqmp: Add support to enable clocksT Karthik Reddy
2021-02-23clk: zynq: Add dummy clock enable functionMichal Simek
2021-02-23fpga: zynqpl: fix buffer alignmentMichael Walle
2021-02-22Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodia...Tom Rini
2021-02-22Merge tag 'ti-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-02-22Merge tag 'video-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodian...Tom Rini
2021-02-22clk: ti: improve debug messages for clkctrl driverDario Binacchi
2021-02-21uec.h: fix COFIG_DM typoRasmus Villemoes
2021-02-21dm_qe_uec.c: fix indentation in uec_set_mac_if_mode()Rasmus Villemoes
2021-02-21Merge tag 'for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2cTom Rini
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk
2021-02-21dm: i2c: allow disabling driver model in SPLIgor Opaniuk
2021-02-21i2c: at91: fix crash when using 'i2c probe'Eugen Hristev
2021-02-21i2c: i2c-gpio: Fix GPIO outputHarm Berntsen
2021-02-20pci: renesas: Fix BAR mapping on Gen3Marek Vasut
2021-02-20pci: renesas: Make map address and mask power of two on Gen3Marek Vasut
2021-02-20pci: renesas: Add root bus handling on Gen3Marek Vasut
2021-02-19drivers: video: Add Support for Himax HX8238D PanelMoses Christopher
2021-02-19Replace video_uc_platdata with video_uc_platDario Binacchi
2021-02-19video: eliminate unused drivers/video/mb862xx.cHeinrich Schuchardt
2021-02-19video: simple_panel: Add boe,nv101wxmn51 displayAlper Nebi Yasak
2021-02-19video: simple_panel: Add sharp,lq123p1jx31 displayAlper Nebi Yasak
2021-02-19mmc: rockchip_dw_mmc: use mmc_pwrseq instead of rockchip_mmc_pwrseqJaehoon Chung
2021-02-19mmc: meson_gx_mmc: use mmc_pwrseq instead of meson_mmc_pwrseqJaehoon Chung
2021-02-19mmc: pwrseq: add mmc-pwrseq file to provide a generic interfaceJaehoon Chung
2021-02-19mmc: mmc_spi: Document the 3 local functionsBin Meng
2021-02-19mmc: mmc_spi: Fix potential spec violation in receiving card responseBin Meng
2021-02-19mmc: mmc_spi: Move argument check to the beginning of mmc_spi_sendcmd()Bin Meng
2021-02-19mmc: mmc_spi: Print verbose debug output when crc16 check failsBin Meng
2021-02-19mmc: fix response timeout after switch commandStefan Bosch
2021-02-19mmc: sdhci: skip cache invalidation if DMA is not used[email protected]
2021-02-19mmc: initialize an err variableJaehoon Chung
2021-02-18video: arm: rpi: Add brcm,bcm2711-hdmi0 compatibleNicolas Saenz Julienne
2021-02-18mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()Nicolas Saenz Julienne
2021-02-18xhci: translate virtual addresses into the bus's address spaceNicolas Saenz Julienne
2021-02-18dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne
2021-02-18pci: pcie-brcmstb: Fix inbound window configurationsNicolas Saenz Julienne
2021-02-18pci: brcmstb: Cleanup controller state before handoverNicolas Saenz Julienne
2021-02-18usb: xhci-pci: Add DM_FLAG_OS_PREPARE flagNicolas Saenz Julienne
2021-02-18config: Enable iProc RNG200 driver in RPi4 configsMatthias Brugger
2021-02-18adc: meson-saradc: add support for getting reference voltage valueMarek Szyprowski
2021-02-18button: add a simple Analog to Digital Converter device based button driverMarek Szyprowski
2021-02-16rng: Add iProc RNG200 driverMatthias Brugger