summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-05-21imx9: add i.MX93 variants supportPeng Fan
2023-05-21watchdog: ulp_wdog: guard reset_cpu with condition checkPeng Fan
2023-05-21imx: imx8_cpu: print cpu grade temperaturePeng Fan
2023-05-21imx: imx8_cpu: support get temperature for i.MX9Peng Fan
2023-05-21imx: imx8_cpu: support i.MX9Peng Fan
2023-05-21imx: imx8_cpu: use static for local functionsPeng Fan
2023-05-21imx: move imx8 sci header file to include/firmware/imxPeng Fan
2023-05-21thermal: imx_tmu: Update TMU driver to support iMX93Ye Li
2023-05-21thermal: imx_tmu: Move architecture code into driverMarek Vasut
2023-05-21thermal: imx_tmu: Clean up all printsMarek Vasut
2023-05-16Merge branch '2023-05-15-assorted-bugfixes'Tom Rini
2023-05-16Merge tag 'xilinx-for-v2023.07-rc3' of https://source.denx.de/u-boot/custodia...Tom Rini
2023-05-15core: fdtaddr: use map_sysmem() as cast for the return (part 2)Johan Jonker
2023-05-15drivers: core: ofnode: fix typo in panel timing decodeRaphael Gallais-Pou
2023-05-15Revert "mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1B"Henrik Grimler
2023-05-15video: tweak CONFIG_SPL_VIDEO descriptionJohn Keeping
2023-05-15Merge https://source.denx.de/u-boot/custodians/u-boot-cfi-flashTom Rini
2023-05-15mtd: cfi: respect reg address lengthNuno Sá
2023-05-15Revert "spi: zynq_qspi: Use dummy buswidth in dummy byte calculation"Stefan Herbrechtsmeier
2023-05-14Merge branch 'master_rzn1/rzn1' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2023-05-13bootstd: usb: Avoid initing USB twiceSimon Glass
2023-05-13usb: Tidy up the usb_start flagSimon Glass
2023-05-13board: schneider: add RZN1 board supportRalph Siemsen
2023-05-13ram: cadence: add driver for Cadence EDACRalph Siemsen
2023-05-13pinctrl: renesas: add R906G032 driverRalph Siemsen
2023-05-13clk: renesas: add R906G032 driverRalph Siemsen
2023-05-13clk: renesas: prepare for non R-Car clock driversRalph Siemsen
2023-05-11x86: sysreset: Set up LPC only after relocationSimon Glass
2023-05-11sf: Rename spi-nor-tiny functionsSimon Glass
2023-05-11sf: Guard against zero erasesizeSimon Glass
2023-05-11dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass
2023-05-11nvme: Enable PCI bus masteringSimon Glass
2023-05-11pci: coreboot: Don't read regions when bootingSimon Glass
2023-05-11x86: Allow locating the UART from ACPI tablesSimon Glass
2023-05-11acpi: Create a new Kconfig for ACPISimon Glass
2023-05-11input: Flush the keyboard buffer before resetting itSimon Glass
2023-05-09Merge tag 'u-boot-rockchip-20230509' of https://source.denx.de/u-boot/custodi...Tom Rini
2023-05-09clk: rockchip: rk3588: add hardcoded assigned clocks valuesEugen Hristev
2023-05-09reset: reset-rockchip: fix trivial line spacing alignmentEugen Hristev
2023-05-09clk: rockchip: correct trivial typo in debug messageEugen Hristev
2023-05-09pci: pcie_dw_rockchip: release resources on failing probeEugen Hristev
2023-05-07Merge branch 'for-2023.07-2' of https://source.denx.de/u-boot/custodians/u-bo...Tom Rini
2023-05-06drivers: fix debug string with fdt_addr_t inputJohan Jonker
2023-05-06drivers: use devfdt_get_addr_ptr when cast to pointerJohan Jonker
2023-05-06drivers: use devfdt_get_addr_index_ptr when cast to pointerJohan Jonker
2023-05-06drivers: use devfdt_get_addr_size_index_ptr when cast to pointerJohan Jonker
2023-05-06drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker
2023-05-06drivers: use dev_read_addr_index_ptr when cast to pointerJohan Jonker
2023-05-06spi: spi-aspeed-smc: use devfdt_get_addr_index_ptrJohan Jonker
2023-05-06core: read: add dev_read_addr_index_ptr functionJohan Jonker