aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-07-03dm: core: fix typo in SPL_DM_WARN prompt textQuentin Schulz1-1/+1
2024-07-03dm: core: migrate debug() messages to use dm_warnQuentin Schulz10-143/+149
2024-07-03dm: core: fix signedness in debug messagesQuentin Schulz1-5/+5
2024-07-03dm: core: fix misleading debug message when matching compatibleQuentin Schulz1-3/+2
2024-07-01Merge branch 'next'Tom Rini1898-2902/+4604
2024-06-28power: regulator: Handle autoset in regulators_enable_boot_on()Simon Glass1-1/+1
2024-06-26meson: Correct driver declaration for meson_axg_gpioSimon Glass4-6/+6
2024-06-25usb: dwc3: meson-g12a: drop usb.h and make dwc3_meson_g12a_force_mode staticNeil Armstrong1-1/+1
2024-06-25usb: dwc3: meson-gxl: drop usb-gx.h and make dwc3_meson_gxl_force_mode staticNeil Armstrong1-2/+1
2024-06-25phy: meson-gxl-usb2: remove phy_meson_gxl_usb2_set_modeNeil Armstrong1-31/+14
2024-06-25usb: dwc3: meson-gxl: switch to generic_phy_set_modeNeil Armstrong1-6/+9
2024-06-25phy: meson-gxl-usb2: add set_mode callbackNeil Armstrong1-1/+24
2024-06-24Merge tag 'v2024.07-rc5' into nextTom Rini11-61/+266
2024-06-19Merge patch series "Add basic U-Boot Support for J722S-EVM"Tom Rini5-47/+63
2024-06-19firmware: ti_sci_static_data: Add static DMA channelJayesh Choudhary1-1/+1
2024-06-19ram: k3-ddrss: Enable the am62ax's DDR controller for J722SJayesh Choudhary1-1/+1
2024-06-19arm: mach-k3: j722s: introduce clock and device files for wkup splJayesh Choudhary2-0/+12
2024-06-19power: domain: ti: Fix the order for platform data entriesJayesh Choudhary1-18/+18
2024-06-19clk: ti: clk-k3: use IS_ENABLED macro and fix the clock-data orderJayesh Choudhary1-20/+21
2024-06-19soc: add info to identify the J722S SoC familyJayesh Choudhary1-0/+3
2024-06-19soc: ti: k3-socinfo: Fix SOC JTAG entry orderJayesh Choudhary1-14/+14
2024-06-19usb: dwc3: add newlines to dev_vdbg calls in ep0Caleb Connolly1-23/+23
2024-06-19usb: informative message if no controllerHeinrich Schuchardt1-1/+1
2024-06-18net: dwc_eth_qos: add support for phy-reset-gpios propertyHeesub Shin1-1/+22
2024-06-17Merge tag 'xilinx-for-v2024.10-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini10-16/+113
2024-06-17Merge tag 'u-boot-nand-20240617' of https://source.denx.de/u-boot/custodians/...Tom Rini3-0/+176
2024-06-17gpio: Add proper dependency on ZYNQMP_FIRMWAREMichal Simek1-1/+1
2024-06-17spi: versal2: Enable spi drivers for Versal Gen 2Michal Simek3-4/+7
2024-06-17mmc: versal2: Update zynq_sdhci driver to support AMD Versal Gen 2Michal Simek1-8/+14
2024-06-17soc: versal2: Add SoC driver for AMD Versal Gen 2Michal Simek3-0/+86
2024-06-17arm64: versal2: Add support for AMD Versal Gen 2Michal Simek2-2/+2
2024-06-17mtd: spi-nor: Add SPI_NOR_OCTAL_READ flag for mx66uw2g345gx0 flash partPrasad Kummari1-1/+1
2024-06-17sdhci: zynq: Fix tap delay for SD on Versal NETSimek, Michal1-2/+4
2024-06-17mtd: nand: pxa3xx: Incorrect bitflip return on page readRavi Minnikanti1-0/+5
2024-06-17ubi: Depend on MTDJohn Watts1-0/+1
2024-06-17mtd: rawnand: macronix: OTP access for MX30LFxG18ACArseniy Krasnov1-0/+170
2024-06-16Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-watchd...Tom Rini2-39/+26
2024-06-16Merge tag 'u-boot-rockchip-next-20240615' of https://source.denx.de/u-boot/cu...Tom Rini1-3/+3
2024-06-16serial: ns16550: fix comment to mention schedule instead of watchdog_resetRasmus Villemoes1-4/+4
2024-06-16wdt-uclass: watchdog_reset cleanupRasmus Villemoes1-17/+2
2024-06-16cyclic: make clients embed a struct cyclic_info in their own data structureRasmus Villemoes1-18/+15
2024-06-16wdt-uclass: prevent multiple cyclic_register callsRasmus Villemoes1-2/+7
2024-06-14Merge patch series "efi_loader: select BLK not depends on BLK"Tom Rini3-19/+16
2024-06-14block: Update BLK to be def_boolTom Rini3-19/+16
2024-06-14power: rk8xx: properly print all supported PMICs nameQuentin Schulz1-3/+3
2024-06-14pinctrl: rockchip: rk3588: Fix support for rockchip_get_mux()Jonas Karlman1-1/+23
2024-06-14pinctrl: rockchip: rv1126: Fix support for IOMUX_L_SOURCE_PMU flagJonas Karlman1-4/+10
2024-06-14pinctrl: rockchip: rk3188: Fix support for IOMUX_GPIO_ONLY flagJonas Karlman1-1/+1
2024-06-14regulator: rk8xx: clarify operator precedenceQuentin Schulz1-13/+13
2024-06-14regulator: rk8xx: pass pmic udevice instead of regulator to all internal func...Quentin Schulz1-10/+10