summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-03-19Merge tag 'dm-pull-18mar22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2-4/+9
2022-03-19sandbox: Slow down the LCD sync rateSimon Glass1-1/+1
2022-03-19sandbox: Open host file for read-only access if neededSimon Glass1-3/+8
2022-03-18net: fec_mxc: Drop CONFIG_FEC_XCV_TYPETom Rini1-7/+3
2022-03-18net: fec_mxc: Remove non-DM_ETH codeTom Rini1-245/+0
2022-03-16Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini22-41/+1206
2022-03-15Merge tag 'v2022.04-rc4' into nextTom Rini26-159/+1176
2022-03-14phy: cadence: Sierra: Move the link operations from serdes phy to link deviceAswath Govindraju1-39/+20
2022-03-14rockchip: sdhci: Fix RK3399 eMMC PHY power cyclingAlper Nebi Yasak1-10/+66
2022-03-14pinctrl: zynqmp: Add pinctrl driverAshok Reddy Soma3-0/+655
2022-03-12Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini7-9/+594
2022-03-11mtd: spi-nor-ids: Enable quad read for Gigadevice gd25lq128Niklas Cassel1-1/+1
2022-03-10ram: aspeed: Rework kconfig optionsJoel Stanley1-40/+51
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass1-0/+5
2022-03-10event: Add events for device probe/removeSimon Glass3-0/+27
2022-03-09net: phy: Add support for ethernet-phy-id with gpio resetMichal Simek4-0/+83
2022-03-09net: phy: Remove static return type for phy_device_create()Michal Simek1-3/+3
2022-03-09net: phy: Add new read ethernet phy id functionMichal Simek1-0/+36
2022-03-09i2c: i2c-cdns: Prevent early termination of writeSai Pavan Boddu1-4/+6
2022-03-09i2c: i2c-cdns: Fix write transaction stateSai Pavan Boddu1-0/+6
2022-03-09i2c: i2c-cdns: Start read transaction after write to transfer_size regSai Pavan Boddu1-1/+1
2022-03-09dma: xilinx: Add Display Port DMA driverMichal Simek3-0/+51
2022-03-09video: Add skeleton driver for ZynqMP Display port driverMichal Simek3-0/+75
2022-03-09mmc: zynq_sdhci: Add support for dynamic configurationAshok Reddy Soma1-2/+99
2022-03-09firmware: zynqmp: Add support for set sd config and is function supportedAshok Reddy Soma1-0/+51
2022-03-08Merge branch '2022-03-08-assorted-fixes'Tom Rini1-1/+2
2022-03-08drivers: serial: Make sure we really return a serial deviceMark Kettenis1-1/+2
2022-03-08watchdog: rti_wdt: Add 10% safety margin to clock frequencyJan Kiszka1-3/+11
2022-03-08watchdog: armada_37xx: Probe driver also when watchdog is already runningPali Rohár1-14/+3
2022-03-08drivers: watchdog: wdt-uclass.c: add a property u-boot, noautostartPhilippe Reynes1-1/+6
2022-03-07gpio: Add Aspeed GPIO driverAndrew Jeffery3-0/+307
2022-03-07arm: mmc: Add "ti, am335-sdhci" compatible for TI's omap_hsmmc driverLukasz Majewski1-0/+1
2022-03-07drivers: led: led_bcm6753: initial supportPhilippe Reynes3-0/+278
2022-03-07watchdog: bcm6345: allow to use this driver on arm bcm6753Philippe Reynes1-1/+2
2022-03-07nand: brcmnand: add bcm6753 supportPhilippe Reynes3-0/+131
2022-03-07gpio: bcm6345: allow to use this driver on arm bcm6753Philippe Reynes1-1/+2
2022-03-07power: zynqmp: Use zynqmp_pmufw_node() from firmwareMichal Simek1-24/+5
2022-03-07gpio: slg7xl45106: Add support for slg7xl45106 i2c gpo expanderT Karthik Reddy3-0/+124
2022-03-07mmc: zynq_sdhci: Enable card detect workaround for ZynqMPAshok Reddy Soma1-1/+1
2022-03-07mmc: zynq_sdhci: Change granularity of timeout to 1usAshok Reddy Soma1-2/+2
2022-03-07mmc: zynq_sdhci: Fix timeout issueAshok Reddy Soma1-1/+2
2022-03-07mtd: nand: Update driver to match new DT bindingMichal Simek1-3/+6
2022-03-04arm64: a37xx: pinctrl: Fix PWM pins indexesMarek Behún1-3/+3
2022-03-04drivers: rtc: fix null pointer access in armada38x_rtc_resetFrancois Berder1-1/+1
2022-03-04pci: pci_mvebu: Cleanup macro namesPali Rohár1-70/+60
2022-03-04pci: pci_mvebu: Remove unused SELECT and lane_maskPali Rohár1-3/+0
2022-03-04Convert CONFIG_CHIP_SELECTS_PER_CTRL to KconfigTom Rini1-0/+4
2022-03-04Convert CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS to KconfigTom Rini1-0/+7
2022-03-04powerpc: Remove unused MPC8540/60ADS codeTom Rini1-1/+0
2022-03-03Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini9-0/+403