aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-01-27pinctrl: renesas: Drop include common.hMarek Vasut16-16/+0
2024-01-27clk: renesas: Drop include common.hMarek Vasut23-23/+0
2024-01-26smbios: use struct_table_length to get SMBIOS 2.1 total table lengthMasahisa Kojima1-1/+1
2024-01-24reset: reset-hisilicon: also handle #reset-cells = <2>Yang Xiwen1-2/+13
2024-01-22mtd: Make CONFIG_MTD be the gate symbol for the menuTom Rini1-2/+4
2024-01-22clk: altera: n5x: Fix MEMCLKMGR_EXTCNTRST_C0CNTRST to bit(0)Dinesh Maniyam1-2/+2
2024-01-22mtd: nand: raw: atmel: Remove duplicate definitionsAlexander Dahl1-3/+0
2024-01-20Merge patch series "k3-j721e: beagleboneai: Fix USB"Tom Rini1-10/+18
2024-01-20usb: cdns3: avoid error messages if phys don't existRoger Quadros1-10/+18
2024-01-19Merge tag 'u-boot-stm32-20240119' of https://source.denx.de/u-boot/custodians...Tom Rini1-2/+2
2024-01-19Merge branch '2024-01-18-assorted-fixes'Tom Rini3-8/+24
2024-01-19arm: Rename STM32MP15xPatrick Delaunay1-1/+1
2024-01-19arm: Rename STM32MP13xPatrick Delaunay1-1/+1
2024-01-19configs: rockchip: Use dwc3-generic driver on RK3328 and RK3399Jonas Karlman1-1/+0
2024-01-18nvme: Update nvme_scan_namespace to keep trying on busyMoritz Fischer1-1/+3
2024-01-18nvme: Fix error code and log to indicate busyMoritz Fischer1-2/+2
2024-01-18drivers: pci: Fix dm_pci_map_bar() to support 64b BARsMoritz Fischer1-0/+11
2024-01-18iommu: dont fail silentlyCaleb Connolly1-5/+8
2024-01-17Merge tag 'efi-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini3-0/+113
2024-01-17rtc: driver for Goldfish RTCHeinrich Schuchardt3-0/+113
2024-01-16reset: npcm: Add support for Nuvoton NPCM BMC familyJim Liu3-0/+153
2024-01-16smbios: copy QEMU tablesHeinrich Schuchardt3-0/+205
2024-01-16Merge tag 'qcom-2024.04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-bo...WIP/16Jan2024Tom Rini37-336/+2330
2024-01-16pmic: qcom: dont use dev_read_addr to get USIDCaleb Connolly1-4/+11
2024-01-16spmi: msm: fix register range namesCaleb Connolly1-28/+18
2024-01-16gpio: qcom_pmic: drop gpio-count propertyCaleb Connolly1-8/+5
2024-01-16gpio: qcom_pmic: support upstream DTCaleb Connolly1-3/+28
2024-01-16gpio: qcom_pmic: drop pon GPIO driverCaleb Connolly2-107/+2
2024-01-16button: qcom-pmic: introduce Qualcomm PMIC button driverCaleb Connolly3-0/+175
2024-01-16gpio: qcom_pmic: fix silent dev_read_addr downcastCaleb Connolly1-4/+10
2024-01-16serial: msm-geni: handle devm_clk_get() errorsCaleb Connolly1-3/+8
2024-01-16serial: msm-geni: don't rely on parent misc deviceCaleb Connolly5-61/+17
2024-01-16msm_gpio: use unsigned intCaleb Connolly1-4/+4
2024-01-16pinctrl: qcom: make compatible with linux DTsCaleb Connolly8-32/+93
2024-01-16pinctrl: qcom: move ipq4019 driver from mach-ipq40xxCaleb Connolly3-0/+75
2024-01-16pinctrl: qcom: move out of mach-snapdragonCaleb Connolly10-0/+540
2024-01-16clk/qcom: fix rcg divider valueCaleb Connolly6-54/+67
2024-01-16clk/qcom: add mnd_width to clk_rcg_set_rate_mnd()Caleb Connolly6-20/+22
2024-01-16clk/qcom: use function pointers for enable and set_rateCaleb Connolly7-29/+177
2024-01-16clk/qcom: sdm845: add register map for simple gate clocksCaleb Connolly2-12/+101
2024-01-16clk/qcom: handle resets and clocks in one deviceKonrad Dybcio10-226/+337
2024-01-16clk/qcom: move ipq4019 driver from mach-ipq40xxCaleb Connolly4-0/+61
2024-01-16clk/qcom: move from mach-snapdragonCaleb Connolly10-0/+838
2024-01-15mtd: rawnand: omap_gpmc: fix OF based partition parsing for NANDRoger Quadros1-0/+2
2024-01-15mtd: rawnand: omap_gpmc: Use DT provided IO addressRoger Quadros1-5/+14
2024-01-15memory: ti-gpmc: Fix buildRoger Quadros1-1/+1
2024-01-15mtd: rawnand: omap_elm: Fix elm_init definitionRoger Quadros2-8/+2
2024-01-15mtd: nand: omap_gpmc: Fix NAND in SPL for AM335xRoger Quadros1-66/+29
2024-01-15mtd: nand: check nand_mtd_to_devnum() argumentDario Binacchi1-1/+4
2024-01-15mtd: nand: complete nand_register() arguments checkDario Binacchi1-1/+1