summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-03-09mmc: am654_sdhci: Implement workaround for card detectFaiz Abbas1-41/+68
2020-03-09mmc: am654_sdhci: Update output tap delay writesFaiz Abbas1-9/+61
2020-03-09mmc: Merge SD_LEGACY and MMC_LEGACY bus modesFaiz Abbas4-12/+7
2020-03-09sdhci: Add sdhci_deferred_probe() APIFaiz Abbas1-0/+15
2020-03-09mmc: Add a deferred_probe() APIFaiz Abbas2-1/+18
2020-03-09mmc: ca_dw_mmc: add DesignWare based DM support for CAxxxx SoCsArthur Li3-0/+193
2020-03-04Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini1-0/+1
2020-03-04Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2-12/+17
2020-03-03video: meson: keep power domain up after bootingAnatolij Gustschin1-1/+1
2020-03-03dm: core: Add a flag for power domain control on device removalAnatolij Gustschin1-2/+3
2020-03-02Merge tag 'u-boot-stm32-20200203' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-1/+1
2020-03-02Merge tag 'xilinx-for-v2020.04-rc4' of https://gitlab.denx.de/u-boot/custodia...Tom Rini4-9/+36
2020-03-02stm32mp1: rng: remove superfluous assignmentHeinrich Schuchardt1-1/+1
2020-03-02rtc: m41t62: add compatible for m41st87Marek Vasut1-0/+1
2020-03-01gadget: f_thor: add missing line breaks for pr_err()Seung-Woo Kim1-12/+12
2020-03-01dfu: Reset timeout in case of DFU requestAndy Shevchenko1-0/+5
2020-02-28watchdog: Don't select CONFIG_WATCHDOG and CONFIG_HW_WATCHDOG at the same timeChristophe Leroy1-0/+1
2020-02-28watchdog: mpc8xx: Revert the 8xx watchdog back to CONFIG_HW_WATCHDOGChristophe Leroy2-2/+2
2020-02-28net: zynq: Free allocated buffers in case of errorMichal Simek1-5/+17
2020-02-28net: phy: dp83867: Clean force link good bitMichal Simek1-0/+4
2020-02-28mtd: nand: Fix on-die ecc issues in arasan_nfc driverT Karthik Reddy1-3/+8
2020-02-28versal: drivers: clk: Fix invalid clock name queriesRajan Vaja1-0/+6
2020-02-28net: zynq_gem: Use ulong instead of u32 data typeT Karthik Reddy1-1/+1
2020-02-26misc: k3_avs: Fix possible NULL pointer deferenceVignesh Raghavendra1-0/+4
2020-02-25Revert "ata: fsl_ahci: Add sata DM support for Freescale powerpc socs"Peng Ma3-1042/+0
2020-02-20Merge tag 'mmc-2-20-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini17-82/+103
2020-02-20mmc: sdhci: fix missing cache invalidation after reading by DMAMasahiro Yamada1-0/+4
2020-02-20mmc: sdhci: use dma_map_single() instead of flush_cache() before DMAMasahiro Yamada1-26/+25
2020-02-20mmc: sdhci: remove unneeded castsMasahiro Yamada1-3/+2
2020-02-20mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addrMasahiro Yamada1-2/+3
2020-02-20mmc: sdhci: reduce code duplication for aligned bufferMasahiro Yamada1-14/+8
2020-02-20mmc: sdhci: put the aligned buffer pointer to struct sdhci_hostMasahiro Yamada1-14/+13
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada12-14/+12
2020-02-19dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada5-7/+7
2020-02-19mmc: fsl_esdhc: actually enable cache snooping on mpc830xRasmus Villemoes1-2/+13
2020-02-18i2c: designware_i2c: Correct the selection of speed modeSimon Glass1-2/+2
2020-02-17mmc: remove unneeded forward declarationsMasahiro Yamada1-4/+0
2020-02-17mmc: check the return value of mmc_select_mode_and_width()Masahiro Yamada1-1/+1
2020-02-17mmc: sdhci-cadence: send tune request twice to work around errataMasahiro Yamada1-4/+17
2020-02-17mmc: fix the build error when MMC_WRITE is disabledJaehoon Chung1-0/+2
2020-02-17drivers: mmc: rpmb: Use R1 responseBharat Kumar Reddy Gooty1-0/+5
2020-02-14Merge tag 'u-boot-stm32-20200214' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2-7/+9
2020-02-13clk: stm32mp1: solve type issue in stm32mp1_lse_enable and stm32mp1_clktreePatrick Delaunay1-4/+5
2020-02-13pinctrl: stmfx: update the result type of dm_i2c_reg_readPatrick Delaunay1-3/+4
2020-02-13ram: rockchip: Fix Kconfig dependency for RAM_ROCKCHIP_DEBUGMichal Simek1-0/+1
2020-02-12CLK: HSDK: fix HDMI clock calculationEugeniy Paltsev1-10/+21
2020-02-12CLK: HSDK: Check for PLL bypass firstlyEugeniy Paltsev1-4/+4
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini474-244/+1300
2020-02-11regulator: fix: Move code to enable gpio regulator to pre_probe from ofdata_t...Lukasz Majewski2-5/+3
2020-02-10Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini13-26/+923