summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-03-03video: omap: fix pixel-per-line bitfield settingDario Binacchi
2020-03-03video: omap: add support for DM/DTSDario Binacchi
2020-03-03video: omap: create two routines to set the pixel clock rateDario Binacchi
2020-03-03video: omap: add loop exit conditions to the dpll setupDario Binacchi
2020-03-03video: omap: fix debug messageDario Binacchi
2020-03-03video: omap: rename LCD controller registersDario Binacchi
2020-03-03video: omap: fix bitfields orderDario Binacchi
2020-03-03video: omap: fix coding style on use of spacesDario Binacchi
2020-03-03video: omap: add missing bitfield masksDario Binacchi
2020-03-03video: omap: use BIT() and GENMASK() macrosDario Binacchi
2020-03-03power: mfd: k3_avs: update am65xx MPU_VDD voltage valuesTero Kristo
2020-03-03misc: pmic_esm: Add support for PMIC ESM driverTero Kristo
2020-03-03misc: k3_esm: Add support for Texas Instruments K3 ESM driverTero Kristo
2020-03-03power: pmic: tps65941: Add support for probing the child devicesTero Kristo
2020-03-03drivers: Descend to drivers/soc unconditionallyVignesh 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
2020-02-13pinctrl: stmfx: update the result type of dm_i2c_reg_readPatrick Delaunay
2020-02-13ram: rockchip: Fix Kconfig dependency for RAM_ROCKCHIP_DEBUGMichal Simek
2020-02-12CLK: HSDK: fix HDMI clock calculationEugeniy Paltsev
2020-02-12CLK: HSDK: Check for PLL bypass firstlyEugeniy Paltsev
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini
2020-02-10regulator: fix: Move code to enable gpio regulator to pre_probe from ofdata_t...Lukasz Majewski
2020-02-10Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini
2020-02-10Merge tag 'fixes-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-...Tom Rini
2020-02-09misc: i2c_eeprom: set offset len and chip addr offset maskRobert Beckett
2020-02-09gpio: Let DM_74X164 be built without CONFIG_SPL_GPIOFabio Estevam
2020-02-07serial: serial_cortina: add UART DM driver for CAxxxx SoCsJason Li
2020-02-07watchdog: cortina_wdt: add support for HW WDT on CAxxxx SoCsJason Li
2020-02-07gpio: cortina_gpio: add DM_GPIO driver for CAxxxx SoCsJason Li
2020-02-07eth: mtk-eth: aarch64: fix build warnings on ethernet-driverFrank Wunderlich
2020-02-07eth: mtk-eth: add mt7622 support in mediatek eth driverMarkLee
2020-02-07eth: mtk-eth: add sgmii mode support in mediatek eth driverMarkLee