aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop flash.h from common headerSimon Glass10-0/+10
2020-05-17efi_loader: round the memory area in efi_add_memory_map()Michael Walle3-9/+7
2020-05-15drivers/reset/Kconfig: fix typoTrevor Woerner1-1/+1
2020-05-15rename symbol: CONFIG_STM32 -> CONFIG_ARCH_STM32Trevor Woerner3-3/+3
2020-05-15rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner6-6/+6
2020-05-15rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOODTrevor Woerner8-13/+13
2020-05-15rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5XTrevor Woerner6-6/+6
2020-05-14Merge tag 'u-boot-stm32-20200514' of https://gitlab.denx.de/u-boot/custodians...Tom Rini5-15/+42
2020-05-14Merge tag 'rpi-next-2020.07' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini4-25/+30
2020-05-14clk: stm32mp1: fix CK_MPU calculationLionel Debieve1-3/+4
2020-05-14mmc: stm32_sdmmc2: change the displayed config namePatrick Delaunay1-1/+1
2020-05-14gpio: stm32: support gpio ops in SPLPatrick Delaunay1-6/+1
2020-05-14usb: gadget: g_dnl: add function g_dnl_set_productPatrick Delaunay1-0/+8
2020-05-14ram: stm32mp1: Add support for multiple configsMarek Vasut1-5/+28
2020-05-13CLK: ARC: HSDK: add separate clock map for HSDK-4xDEugeniy Paltsev2-11/+64
2020-05-13CLK: ARC: HSDK: define clock map with DT binding constantsEugeniy Paltsev1-27/+29
2020-05-13CLK: ARC: HSDK: make set_clock optionalEugeniy Paltsev1-1/+4
2020-05-13CLK: ARC: HSDK: prepare for multiple clock maps supportEugeniy Paltsev1-7/+20
2020-05-13CLK: ARC: HSDK: driver cleanupEugeniy Paltsev1-36/+39
2020-05-13CLK: ARC: HSDK: use appropriate config data typesEugeniy Paltsev1-20/+21
2020-05-13CLK: ARC: HSDK: drop unused offsetEugeniy Paltsev1-29/+28
2020-05-13CLK: ARC: HSDK: avoid code duplicationEugeniy Paltsev1-72/+40
2020-05-13mmc: sdhci: Use debug for not supported SDMA info messageMatthias Brugger1-2/+2
2020-05-12Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini3-0/+8
2020-05-12Merge tag 'u-boot-amlogic-20200511' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-0/+15
2020-05-12mmc: sdhci: not return error when SDMA is not supportedJaehoon Chung1-4/+3
2020-05-12mmc: sdhci: use phys2bus macro when dma address is accessedJaehoon Chung1-2/+4
2020-05-12arm: bcm283x: serial: Move ofdata reading to probe() methodSimon Glass2-16/+17
2020-05-12net: bcmgenet: Don't set ID_MODE_DIS when not using RGMIINicolas Saenz Julienne1-1/+4
2020-05-12usb: dwc3: Add versal compatibility string to dwc3 glue idsSiva Durga Prasad Paladugu1-0/+1
2020-05-12usb: dwc3: add dis_del_phy_power_chg_quirkJagan Teki2-0/+7
2020-05-11Merge tag 'ti-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2-4/+8
2020-05-11Merge tag 'u-boot-imx-20200511' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini28-155/+1541
2020-05-11gpio: emulate open drain & open source in dm_gpio_set_value()Neil Armstrong1-0/+15
2020-05-11video: omap: change include orderDario Binacchi1-4/+4
2020-05-11sf: Add Macronix MX25R6435F SPI NOR flash to flash parameters arrayYe Li1-0/+1
2020-05-11spi: fix dev parameter in dev_* callsDario Binacchi1-8/+11
2020-05-11spi: nxp-fspi: Use new readl_poll_sleep_timeout APIKuldeep Singh1-5/+5
2020-05-11phy: Use _nodev naming convention if non-device clientsJagan Teki1-2/+2
2020-05-11spi: Zap lpc32xx_ssp driver-related codeJagan Teki3-141/+0
2020-05-10imx: imx8qm/imx8qxp: Power down the resources before SPL jump to u-bootPeng Fan1-0/+35
2020-05-10mtd: nand: raw: mxs_nand changes for nandbcbHan Xu1-3/+40
2020-05-10imx8: Replace SC_R_LAST with SC_R_NONE in DTBLeonard Crestez1-3/+3
2020-05-10power: imx8: Check owned resource in power onYe Li1-0/+3
2020-05-10power: imx8: remove the resource owned check before power offPeng Fan1-4/+4
2020-05-10power: imx8-power-domain: Set DM_FLAG_DEFAULT_PD_CTRL_OFF flagYe Li1-0/+1
2020-05-10imx8: power: Add PD device lookup interface to power domain uclassPeng Fan1-0/+28
2020-05-10nand: enable the Randomizer module for i.mx7 and i.mx8Alice Guo1-1/+7
2020-05-10mxs_nand: don't check zero count when ECC reading with randomizerHan Xu1-2/+3
2020-05-10MXS_NAND: Add clock support for iMX8Ye Li1-0/+69