summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaWIP/04Mar2020Tom Rini2020-03-041-0/+1
|\
| * rtc: m41t62: add compatible for m41st87Marek Vasut2020-03-011-0/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2020-03-042-12/+17
|\ \
| * | gadget: f_thor: add missing line breaks for pr_err()Seung-Woo Kim2020-03-011-12/+12
| * | dfu: Reset timeout in case of DFU requestAndy Shevchenko2020-03-011-0/+5
| |/
* | video: meson: keep power domain up after bootingAnatolij Gustschin2020-03-021-1/+1
* | dm: core: Add a flag for power domain control on device removalAnatolij Gustschin2020-03-021-2/+3
* | Merge tag 'u-boot-stm32-20200203' of https://gitlab.denx.de/u-boot/custodians...WIP/02Mar2020Tom Rini2020-03-021-1/+1
|\ \
| * | stm32mp1: rng: remove superfluous assignmentHeinrich Schuchardt2020-03-021-1/+1
| |/
* | Merge tag 'xilinx-for-v2020.04-rc4' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2020-03-024-9/+36
|\ \ | |/ |/|
| * net: zynq: Free allocated buffers in case of errorMichal Simek2020-02-281-5/+17
| * net: phy: dp83867: Clean force link good bitMichal Simek2020-02-281-0/+4
| * mtd: nand: Fix on-die ecc issues in arasan_nfc driverT Karthik Reddy2020-02-281-3/+8
| * versal: drivers: clk: Fix invalid clock name queriesRajan Vaja2020-02-281-0/+6
| * net: zynq_gem: Use ulong instead of u32 data typeT Karthik Reddy2020-02-281-1/+1
* | 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