aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-07-16Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2021-07-16drivers: watchdog: wdt-uclass: Use IS_ENABLED for WATCHDOG_AUTOSTARTTeresa Remmet
2021-07-16driver: watchdog: reset watchdog in designware_wdt_stop() functionMengLi
2021-07-16clk: stm32mp1: add support of SYSCFG clockPatrick Delaunay
2021-07-15rtc: m41t62: fix wrong register use for set/reset ST bitMax Yang
2021-07-15clk: Detect failure to set defaultsSimon Glass
2021-07-15pinctrl: Avoid coverity warning when checking widthSimon Glass
2021-07-15sandbox: cros_ec: Update error handling when reading matrixSimon Glass
2021-07-15dm: core: Check uclass_get() return value when dumpingSimon Glass
2021-07-15reset: Avoid a warning in devm_regmap_init()Simon Glass
2021-07-15reset: Avoid a warning in devm_reset_bulk_get_by_node()Simon Glass
2021-07-15video: Check return value in pwm_backlight_of_to_plat()Simon Glass
2021-07-15sandbox: net: Ensure host name is always a valid stringSimon Glass
2021-07-15Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini
2021-07-15power: pmic: tps65941: Add compatible for LP876441Gowtham Tammana
2021-07-15remoteproc: pru: Add support for various PRU cores on K3 AM65x SoCsKeerthy
2021-07-15soc: ti: pruss: Add a platform driver for PRUSS in TI SoCsKeerthy
2021-07-15am335x, guardian: software update available status is stored in AM3352 RTC sc...Gireesh Hiremath
2021-07-15drivers: video: hx8238 fix build bugGireesh Hiremath
2021-07-15tpm: cr50: Drop unnecessary coral headersSimon Glass
2021-07-15spi: ich: Don't require the PCHSimon Glass
2021-07-15x86: pci: Allow binding of some devices before relocationSimon Glass
2021-07-15pci: Use const for pci_find_device_id() etc.Simon Glass
2021-07-15mmc: mmc_get_op_cond: Allow quiet detection of eMMCPali Rohár
2021-07-15arm: mvebu: armada-3720: remove unused config optionMarek Behún
2021-07-15arm: a37xx: pci: Fix typo in commentPali Rohár
2021-07-15arm: a37xx: pci: Extend validation for PCIe resources and oubound windowsPali Rohár
2021-07-14lib: move rtc-lib.c to libHeinrich Schuchardt
2021-07-14usb: musb-new: Add glue driver for ST-Ericsson Ux500Stephan Gerhold
2021-07-14phy: Add driver for ST-Ericsson AB8500 USB PHYStephan Gerhold
2021-07-14power: pmic: Add driver for ST-Ericsson AB8500 via PRCMUStephan Gerhold
2021-07-14pci: uniphier: Add UniPhier PCIe controller driverKunihiko Hayashi
2021-07-14phy: socionext: Add UniPhier PCIe PHY driverKunihiko Hayashi
2021-07-14reset: uniphier: Add PCIe reset entryKunihiko Hayashi
2021-07-14clk: uniphier: Add PCIe clock entryKunihiko Hayashi
2021-07-14misc: i2c_eeprom: Add atmel,24c01 to the listMarek Vasut
2021-07-14timer: nomadik-mtu: Use dev_read_addr_ptr()Stephan Gerhold
2021-07-14gpio: Add driver for Nomadik GPIOStephan Gerhold
2021-07-14gpio: Drop long unused DB8500 GPIO driverStephan Gerhold
2021-07-10spi: mxc_spi: fix warnings if CLK_ENABLED not setStefano Babic
2021-07-10net: add support for KSZ9477/KSZ9897/KSZ9567 GbE switchTim Harvey
2021-07-10net: fec: add set_promisc functionTim Harvey
2021-07-10net: fec: set phy_of_node properly for fixed-link phyTim Harvey
2021-07-10net: fec: use device sequence vs index when fetching fecTim Harvey
2021-07-10spi: fsl_qspi: Build driver only if DM_SPI is availableFrieder Schrempf
2021-07-10pci: imx: use reset-gpios if defined by device-treeTim Harvey
2021-07-10clk: imx8mm: Add SPI clocksFrieder Schrempf
2021-07-10mtd: spi-nor-ids: Add support for Macronix MX25V8035F and MX25R1635FFrieder Schrempf
2021-07-09Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2021-07-10mmc: sunxi: Use mmc_of_parse()Andre Przywara