summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* watchdog: Don't select CONFIG_WATCHDOG and CONFIG_HW_WATCHDOG at the same timeChristophe Leroy2020-02-281-0/+1
* watchdog: mpc8xx: Revert the 8xx watchdog back to CONFIG_HW_WATCHDOGChristophe Leroy2020-02-282-2/+2
* misc: k3_avs: Fix possible NULL pointer deferenceVignesh Raghavendra2020-02-261-0/+4
* Revert "ata: fsl_ahci: Add sata DM support for Freescale powerpc socs"Peng Ma2020-02-253-1042/+0
* Merge tag 'mmc-2-20-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2020-02-2017-82/+103
|\
| * mmc: sdhci: fix missing cache invalidation after reading by DMAMasahiro Yamada2020-02-201-0/+4
| * mmc: sdhci: use dma_map_single() instead of flush_cache() before DMAMasahiro Yamada2020-02-201-26/+25
| * mmc: sdhci: remove unneeded castsMasahiro Yamada2020-02-201-3/+2
| * mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addrMasahiro Yamada2020-02-201-2/+3
| * mmc: sdhci: reduce code duplication for aligned bufferMasahiro Yamada2020-02-201-14/+8
| * mmc: sdhci: put the aligned buffer pointer to struct sdhci_hostMasahiro Yamada2020-02-201-14/+13
| * dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada2020-02-1912-14/+12
| * dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada2020-02-195-7/+7
| * mmc: fsl_esdhc: actually enable cache snooping on mpc830xRasmus Villemoes2020-02-191-2/+13
| * mmc: remove unneeded forward declarationsMasahiro Yamada2020-02-171-4/+0
| * mmc: check the return value of mmc_select_mode_and_width()Masahiro Yamada2020-02-171-1/+1
| * mmc: sdhci-cadence: send tune request twice to work around errataMasahiro Yamada2020-02-171-4/+17
| * mmc: fix the build error when MMC_WRITE is disabledJaehoon Chung2020-02-171-0/+2
| * drivers: mmc: rpmb: Use R1 responseBharat Kumar Reddy Gooty2020-02-171-0/+5
* | i2c: designware_i2c: Correct the selection of speed modeSimon Glass2020-02-181-2/+2
|/
* Merge tag 'u-boot-stm32-20200214' of https://gitlab.denx.de/u-boot/custodians...WIP/14Feb2020Tom Rini2020-02-142-7/+9
|\
| * clk: stm32mp1: solve type issue in stm32mp1_lse_enable and stm32mp1_clktreePatrick Delaunay2020-02-131-4/+5
| * pinctrl: stmfx: update the result type of dm_i2c_reg_readPatrick Delaunay2020-02-131-3/+4
* | ram: rockchip: Fix Kconfig dependency for RAM_ROCKCHIP_DEBUGMichal Simek2020-02-131-0/+1
* | CLK: HSDK: fix HDMI clock calculationEugeniy Paltsev2020-02-121-10/+21
* | CLK: HSDK: Check for PLL bypass firstlyEugeniy Paltsev2020-02-121-4/+4
|/
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-11474-244/+1300
|\
| * sandbox: Complete migration away from os_malloc()Simon Glass2020-02-051-4/+4
| * dm: core: Drop the inclusion of linux/compat.h in dm.hSimon Glass2020-02-052-0/+2
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-05356-6/+403
| * dm: core: Require users of devres to include the headerSimon Glass2020-02-05179-3/+206
| * sandbox: Support changing the LCD colour depthSimon Glass2020-02-051-5/+3
| * sandbox: sdl: Add an option to double the screen sizeSimon Glass2020-02-051-1/+4
| * sandbox: sound: Handle errors better in sound_beep()Simon Glass2020-02-051-1/+4
| * sound: Add a new stop_play() methodSimon Glass2020-02-052-1/+31
| * mtd: Rename free() to rfree()Simon Glass2020-02-057-8/+8
| * dma: Rename free() to rfree()Simon Glass2020-02-053-6/+6
| * clk: Rename free() to rfree()Simon Glass2020-02-054-5/+5
| * gpio: Rename free() to rfree()Simon Glass2020-02-052-5/+5
| * reset: Rename free() to rfree()Simon Glass2020-02-0518-18/+18
| * power-domain: Rename free() to rfree()Simon Glass2020-02-0511-11/+11
| * mailbox: Rename free() to rfree()Simon Glass2020-02-055-6/+6
| * video: sandbox: Enable all colour depthsSimon Glass2020-02-051-1/+3
| * video: Support truetype fonts on a 32-bit displaySimon Glass2020-02-051-0/+21
| * cmd: Add command to dump drivers and compatible stringsSean Anderson2020-02-051-0/+19
| * tpm2: ftpm: A driver for firmware TPM running inside TEEThirupathaiah Annapureddy2020-02-054-0/+292
| * sandbox: pmic: Correct i2c pmic emulator platdata methodSimon Glass2020-02-051-3/+13
| * dm: core: Drop uclass_find_next_free_req_seq() conditionsSimon Glass2020-02-051-4/+0
| * dm: core: Add a way to iterate through children, probing eachSimon Glass2020-02-051-0/+22
| * dm: core: Add a way to read platdata for all child devicesSimon Glass2020-02-051-0/+36