aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-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-16rng: Add iProc RNG200 driverMatthias Brugger3-0/+193
2021-02-16drivers: net: Add Felix DSA switch driverAlex Marginean4-0/+428
2021-02-16net: Introduce DSA class for Ethernet switchesClaudiu Manoil1-0/+15
2021-02-16net: phy: introduce fixed_phy_create for DSA CPU portsVladimir Oltean1-0/+31
2021-02-16net: phy: fixed: support speeds of 2500 and 10000Vladimir Oltean1-1/+2
2021-02-16drivers: tee: sandbox: add rpc test ta emulationIgor Opaniuk3-4/+149
2021-02-16drivers: tee: i2c trampoline driverJorge Ramirez-Ortiz6-0/+137
2021-02-15image: Adjust the workings of fit_check_format()Simon Glass3-5/+5
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini351-4/+354
2021-02-15sh: Remove sh7757lcr boardTom Rini1-4/+0
2021-02-15sh: Remove r7780mp boardTom Rini3-211/+0
2021-02-15arm: Remove ls2080a_simu boardTom Rini1-2/+2
2021-02-15arm: Remove mx35pdk boardTom Rini1-1/+1
2021-02-12Merge tag 'u-boot-atmel-fixes-2021.04-a' of https://gitlab.denx.de/u-boot/cus...WIP/12Feb2021Tom Rini1-8/+12
2021-02-11clk: at91: compat: partially revert "dm: Remove uses of device_bind_offset()"Eugen Hristev1-8/+12
2021-02-10usb: dwc2: change compatible st,stm32mp1-hsotg to st,stm32mp15-hsotgPatrick Delaunay1-1/+1
2021-02-10usb: xhci: Fix compare to use physical addresses in xhci_bulk_tx()Stefan Roese1-2/+2
2021-02-10usb: xhci-pci: Check for errors from dm_pci_map_bar()Pali Rohár1-3/+12
2021-02-10usb: xhci-mtk: support option to disable portsChunfeng Yun1-3/+20
2021-02-10Merge tag 'u-boot-amlogic-20210210' of https://gitlab.denx.de/u-boot/custodia...WIP/10Feb2021Tom Rini6-0/+824
2021-02-10phy: Add Amlogic AXG MIPI PCIe Analog PHY driverNeil Armstrong3-0/+243
2021-02-10phy: Add Amlogic AXG MIPI D-PHY driverNeil Armstrong3-0/+403
2021-02-10generic-phy: add configure opNeil Armstrong1-0/+11
2021-02-10phy: dphy: Add configuration helpersNeil Armstrong3-0/+167
2021-02-09clk: stm32mp1: add support of I2C6_KPatrick Delaunay1-0/+1
2021-02-09pinctrl: stm32: bind only the enabled GPIO subnodePatrick Delaunay1-0/+3
2021-02-09pinctrl: stm32: correct management pin display of OTYPEPatrick Delaunay1-10/+8