summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-03-16Merge https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini4-10/+157
2022-03-16Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini5-15/+38
2022-03-16rockchip: sdhci: Add HS400 Enhanced Strobe support for RK3568Alper Nebi Yasak1-6/+58
2022-03-16rockchip: sdhci: Add HS400 Enhanced Strobe support for RK3399Alper Nebi Yasak1-0/+53
2022-03-16mmc: sdhci: Add HS400 Enhanced Strobe supportAlper Nebi Yasak1-0/+18
2022-03-16mmc: xenon_sdhci: remove wait_dat0 SDHCI OPRobert Marko1-1/+6
2022-03-16mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON when necessaryHaibo Chen1-3/+22
2022-03-15Merge tag 'u-boot-stm32-20220315' of https://source.denx.de/u-boot/custodians...Tom Rini4-5/+46
2022-03-15pinctrl: k210: Fix bias-pull-upNiklas Cassel1-1/+1
2022-03-15pinctrl: k210: Fix loop in k210_pc_get_drive()Niklas Cassel1-1/+1
2022-03-15spi: dw: Actually mask interruptsSean Anderson1-1/+1
2022-03-15spi: dw: Force set K210 fifo length to 31Damien Le Moal1-1/+15
2022-03-15k210: dts: align fpioa node with LinuxDamien Le Moal1-5/+14
2022-03-15k210: use the board vendor name rather than the marketing nameDamien Le Moal5-9/+9
2022-03-15ram: stm32mp1: Unconditionally enable ASRMarek Vasut2-0/+31
2022-03-15video: stm32: stm32_ltdc: fix the check of return value of clk_set_rate()Gabriel Fernandez1-5/+6
2022-03-15mtd: rawnand: stm32_fmc2: add NAND Write Protect supportChristophe Kerello1-0/+9
2022-03-15Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini1-2/+3
2022-03-15Merge tag 'video-20220314' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini2-15/+62
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-14usb: dwc2: handle return code of dev_read_size() in of to, plat functionWolfgang Grandegger1-2/+3
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-09video: Allow drivers to allocate the frame buffer themselvesPali Rohár1-1/+6
2022-03-09video: bmp: Support x2r10g10b10 pixel formatJanne Grunau1-14/+56
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-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-03Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini9-0/+403
2022-03-01phy: nop-phy: Fix phy reset if no reset-gpio definedTim Harvey1-5/+7
2022-02-28gpio: add sl28cpld driverMichael Walle3-0/+172
2022-02-28watchdog: add sl28cpld watchdog driverMichael Walle3-0/+117
2022-02-28misc: add sl28cpld base driverMichael Walle3-0/+114
2022-02-25net: ravb: Add tx/rx delay flag checks and support for rgmii-rxidAdam Ford1-3/+31
2022-02-25clk: ccf: correct the test on the parent uclass in clk_enable/clk_disablePatrick Delaunay1-2/+2
2022-02-25clk: Add clk_get_by_name_optionalSean Anderson2-4/+5
2022-02-25clk: Inline clk_get_*_optionalSean Anderson1-22/+0
2022-02-25clk: Rename clk_get_optional_nodevSean Anderson2-5/+6
2022-02-25clk: cdce9xx: Convert .of_xlate to .requestSean Anderson1-9/+3
2022-02-25clk: versaclock: Remove xlate functionSean Anderson1-19/+0
2022-02-25clk: Remove no-op request and rfree callbacksSean Anderson3-29/+0
2022-02-25clk: Rename ICS8N3QV01 to CLK_ICS8N3QV01Sean Anderson2-2/+2
2022-02-25clk: Alphabetize KconfigSean Anderson1-91/+91