aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-03-10power-domain: fix hang in endless loop on i.MX8Anatolij Gustschin
2020-03-10Merge tag 'u-boot-imx-20200310' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-03-10Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-netTom Rini
2020-03-09net: phy: marvell: Unify 88E151x series phy_driverClemens Gruber
2020-03-09net: phy: dp83867: Add SGMII mode type switchingMichal Simek
2020-03-09net: phy: Fix overlong PHY timeoutAndre Przywara
2020-03-09drivers: net: phy: aquantia: make it less verboseAlex Marginean
2020-03-09drivers: net: phy: aquantia: drop XGMII as a valid system interface protoAlex Marginean
2020-03-09phy: Include NC-SI in phy setupSamuel Mendoza-Jonas
2020-03-09phy: Add support for the NC-SI protocolSamuel Mendoza-Jonas
2020-03-09serial_lpuart: make clock failure less verboseGiulio Benetti
2020-03-05serial: ns16550: Move PCI access from ofdata_to_platdata() to probe()Wolfgang Wallner
2020-03-05x86: remove dead code in intel_clk_get_rate()Heinrich Schuchardt
2020-03-04Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2020-03-04Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2020-03-02video: meson: keep power domain up after bootingAnatolij Gustschin
2020-03-02dm: core: Add a flag for power domain control on device removalAnatolij Gustschin
2020-03-02Merge tag 'u-boot-stm32-20200203' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2020-03-02Merge tag 'xilinx-for-v2020.04-rc4' of https://gitlab.denx.de/u-boot/custodia...Tom Rini
2020-03-02stm32mp1: rng: remove superfluous assignmentHeinrich Schuchardt
2020-03-01rtc: m41t62: add compatible for m41st87Marek Vasut
2020-03-01gadget: f_thor: add missing line breaks for pr_err()Seung-Woo Kim
2020-03-01dfu: Reset timeout in case of DFU requestAndy Shevchenko
2020-02-28watchdog: Don't select CONFIG_WATCHDOG and CONFIG_HW_WATCHDOG at the same timeChristophe Leroy
2020-02-28watchdog: mpc8xx: Revert the 8xx watchdog back to CONFIG_HW_WATCHDOGChristophe Leroy
2020-02-28net: zynq: Free allocated buffers in case of errorMichal Simek
2020-02-28net: phy: dp83867: Clean force link good bitMichal Simek
2020-02-28mtd: nand: Fix on-die ecc issues in arasan_nfc driverT Karthik Reddy
2020-02-28versal: drivers: clk: Fix invalid clock name queriesRajan Vaja
2020-02-28net: zynq_gem: Use ulong instead of u32 data typeT Karthik Reddy
2020-02-26misc: k3_avs: Fix possible NULL pointer deferenceVignesh Raghavendra
2020-02-25Revert "ata: fsl_ahci: Add sata DM support for Freescale powerpc socs"Peng Ma
2020-02-20Merge tag 'mmc-2-20-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini
2020-02-20mmc: sdhci: fix missing cache invalidation after reading by DMAMasahiro Yamada
2020-02-20mmc: sdhci: use dma_map_single() instead of flush_cache() before DMAMasahiro Yamada
2020-02-20mmc: sdhci: remove unneeded castsMasahiro Yamada
2020-02-20mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addrMasahiro Yamada
2020-02-20mmc: sdhci: reduce code duplication for aligned bufferMasahiro Yamada
2020-02-20mmc: sdhci: put the aligned buffer pointer to struct sdhci_hostMasahiro Yamada
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada
2020-02-19dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada
2020-02-19mmc: fsl_esdhc: actually enable cache snooping on mpc830xRasmus Villemoes
2020-02-18i2c: designware_i2c: Correct the selection of speed modeSimon Glass
2020-02-17mmc: remove unneeded forward declarationsMasahiro Yamada
2020-02-17mmc: check the return value of mmc_select_mode_and_width()Masahiro Yamada
2020-02-17mmc: sdhci-cadence: send tune request twice to work around errataMasahiro Yamada
2020-02-17mmc: fix the build error when MMC_WRITE is disabledJaehoon Chung
2020-02-17drivers: mmc: rpmb: Use R1 responseBharat Kumar Reddy Gooty
2020-02-14Merge tag 'u-boot-stm32-20200214' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2020-02-13clk: stm32mp1: solve type issue in stm32mp1_lse_enable and stm32mp1_clktreePatrick Delaunay