aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-07-19Merge tag 'ti-v2021.10-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini12-6/+795
2021-07-18pci: Require DM_PCITom Rini4-983/+5
2021-07-18usb: Enforce DM_USB migration for USB_HOST devices.Tom Rini9-25/+36
2021-07-18m68k: Remove M54451EVB boardTom Rini1-6/+0
2021-07-18pci: msc01: convert to driver modelDaniel Schwierzeck1-1/+71
2021-07-18pci: gt64120: convert to driver modelDaniel Schwierzeck1-1/+73
2021-07-18dm: pci: add option to map virtual system memory base addressDaniel Schwierzeck2-3/+19
2021-07-17Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u...WIP/17Jul2021Tom Rini14-31/+867
2021-07-17mx7ulp: wdog: Wait for WDOG unlock and reconfiguration to completeBreno Lima1-14/+25
2021-07-17mx7ulp: Update unlock and refresh sequences in sWDOG driverBreno Lima1-6/+12
2021-07-17phy: phy-imx8mq-usb: Add USB PHY driver for i.MX8MQYe Li3-0/+205
2021-07-16Merge branch '2021-07-15-assorted-fixes'Tom Rini9-14/+27
2021-07-16Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/16Jul2021Tom Rini2-5/+16
2021-07-16drivers: watchdog: wdt-uclass: Use IS_ENABLED for WATCHDOG_AUTOSTARTTeresa Remmet1-1/+1
2021-07-16driver: watchdog: reset watchdog in designware_wdt_stop() functionMengLi1-4/+15
2021-07-16clk: stm32mp1: add support of SYSCFG clockPatrick Delaunay1-0/+1
2021-07-15rtc: m41t62: fix wrong register use for set/reset ST bitMax Yang1-2/+2
2021-07-15clk: Detect failure to set defaultsSimon Glass1-1/+5
2021-07-15pinctrl: Avoid coverity warning when checking widthSimon Glass1-0/+1
2021-07-15sandbox: cros_ec: Update error handling when reading matrixSimon Glass1-5/+7
2021-07-15dm: core: Check uclass_get() return value when dumpingSimon Glass1-3/+4
2021-07-15reset: Avoid a warning in devm_regmap_init()Simon Glass1-0/+1
2021-07-15reset: Avoid a warning in devm_reset_bulk_get_by_node()Simon Glass1-0/+2
2021-07-15video: Check return value in pwm_backlight_of_to_plat()Simon Glass1-2/+4
2021-07-15sandbox: net: Ensure host name is always a valid stringSimon Glass1-1/+1
2021-07-15Merge https://source.denx.de/u-boot/custodians/u-boot-x86WIP/15Jul2021Tom Rini3-8/+37
2021-07-15power: pmic: tps65941: Add compatible for LP876441Gowtham Tammana1-0/+1
2021-07-15remoteproc: pru: Add support for various PRU cores on K3 AM65x SoCsKeerthy3-0/+473
2021-07-15soc: ti: pruss: Add a platform driver for PRUSS in TI SoCsKeerthy3-0/+229
2021-07-15am335x, guardian: software update available status is stored in AM3352 RTC sc...Gireesh Hiremath3-3/+89
2021-07-15drivers: video: hx8238 fix build bugGireesh Hiremath2-3/+3
2021-07-15tpm: cr50: Drop unnecessary coral headersSimon Glass1-2/+0
2021-07-15spi: ich: Don't require the PCHSimon Glass1-2/+2
2021-07-15x86: pci: Allow binding of some devices before relocationSimon Glass1-1/+32
2021-07-15pci: Use const for pci_find_device_id() etc.Simon Glass1-3/+3
2021-07-15mmc: mmc_get_op_cond: Allow quiet detection of eMMCPali Rohár1-3/+4
2021-07-15arm: mvebu: armada-3720: remove unused config optionMarek Behún1-0/+1
2021-07-15arm: a37xx: pci: Fix typo in commentPali Rohár1-1/+1
2021-07-15arm: a37xx: pci: Extend validation for PCIe resources and oubound windowsPali Rohár1-3/+4
2021-07-14lib: move rtc-lib.c to libHeinrich Schuchardt2-78/+0
2021-07-14usb: musb-new: Add glue driver for ST-Ericsson Ux500Stephan Gerhold4-2/+191
2021-07-14phy: Add driver for ST-Ericsson AB8500 USB PHYStephan Gerhold3-0/+59
2021-07-14power: pmic: Add driver for ST-Ericsson AB8500 via PRCMUStephan Gerhold3-0/+279
2021-07-14pci: uniphier: Add UniPhier PCIe controller driverKunihiko Hayashi3-0/+435
2021-07-14phy: socionext: Add UniPhier PCIe PHY driverKunihiko Hayashi5-0/+80
2021-07-14reset: uniphier: Add PCIe reset entryKunihiko Hayashi1-0/+3
2021-07-14clk: uniphier: Add PCIe clock entryKunihiko Hayashi1-0/+3
2021-07-14misc: i2c_eeprom: Add atmel,24c01 to the listMarek Vasut1-0/+1
2021-07-14timer: nomadik-mtu: Use dev_read_addr_ptr()Stephan Gerhold1-5/+2
2021-07-14gpio: Add driver for Nomadik GPIOStephan Gerhold3-0/+134