summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ram: cadence: add driver for Cadence EDACRalph Siemsen2023-05-135-0/+430
* pinctrl: renesas: add R906G032 driverRalph Siemsen2023-05-134-0/+388
* clk: renesas: add R906G032 driverRalph Siemsen2023-05-133-0/+1110
* clk: renesas: prepare for non R-Car clock driversRalph Siemsen2023-05-132-2/+9
* x86: sysreset: Set up LPC only after relocationSimon Glass2023-05-111-2/+7
* sf: Rename spi-nor-tiny functionsSimon Glass2023-05-111-8/+8
* sf: Guard against zero erasesizeSimon Glass2023-05-111-1/+2
* dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass2023-05-112-3/+3
* nvme: Enable PCI bus masteringSimon Glass2023-05-111-0/+5
* pci: coreboot: Don't read regions when bootingSimon Glass2023-05-111-0/+4
* x86: Allow locating the UART from ACPI tablesSimon Glass2023-05-112-8/+116
* acpi: Create a new Kconfig for ACPISimon Glass2023-05-111-0/+1
* input: Flush the keyboard buffer before resetting itSimon Glass2023-05-111-0/+19
* Merge tag 'u-boot-rockchip-20230509' of https://source.denx.de/u-boot/custodi...Tom Rini2023-05-0997-250/+318
|\
| * clk: rockchip: rk3588: add hardcoded assigned clocks valuesEugen Hristev2023-05-091-0/+22
| * reset: reset-rockchip: fix trivial line spacing alignmentEugen Hristev2023-05-091-2/+2
| * clk: rockchip: correct trivial typo in debug messageEugen Hristev2023-05-0913-16/+16
| * pci: pcie_dw_rockchip: release resources on failing probeEugen Hristev2023-05-091-11/+30
| * drivers: fix debug string with fdt_addr_t inputJohan Jonker2023-05-062-6/+7
| * drivers: use devfdt_get_addr_ptr when cast to pointerJohan Jonker2023-05-064-4/+4
| * drivers: use devfdt_get_addr_index_ptr when cast to pointerJohan Jonker2023-05-0610-33/+33
| * drivers: use devfdt_get_addr_size_index_ptr when cast to pointerJohan Jonker2023-05-062-5/+4
| * drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker2023-05-0645-72/+72
| * drivers: use dev_read_addr_index_ptr when cast to pointerJohan Jonker2023-05-066-19/+19
| * spi: spi-aspeed-smc: use devfdt_get_addr_index_ptrJohan Jonker2023-05-061-9/+8
| * core: read: add dev_read_addr_index_ptr functionJohan Jonker2023-05-061-1/+14
| * core: fdtaddr: add devfdt_get_addr_size_index_ptr functionJohan Jonker2023-05-061-0/+8
| * core: remap: fix regmap_init_mem_plat() reg size handelingJohan Jonker2023-05-068-15/+43
| * rockchip: spi: rk_spi: use base variable with uintptr_t sizeJohan Jonker2023-05-061-1/+1
| * rockchip: pwm: rk_pwm: use base variable with uintptr_t sizeJohan Jonker2023-05-061-1/+1
| * rockchip: timer: dw-apb-timer: use regs variable with uintptr_t sizeJohan Jonker2023-05-061-1/+1
| * rockchip: adc: rockchip-saradc: use dev_read_addr_ptrJohan Jonker2023-05-061-3/+3
| * mtd: nand: add support for the Sandisk SDTNQGAMA chipJohan Jonker2023-05-061-0/+3
| * mtd: nand: raw: rockchip_nfc: fix oobfree offset and descriptionJohan Jonker2023-05-061-4/+4
| * mtd: nand: raw: rockchip_nfc: add flash_node to chip structureJohan Jonker2023-05-061-0/+1
| * mtd: nand: raw: rockchip_nfc: add layout structureJohan Jonker2023-05-061-41/+20
| * mtd: nand: raw: rockchip_nfc: remove the compatible string "rockchip,rk3308-nfc"Johan Jonker2023-05-061-4/+0
| * mtd: nand: raw: rockchip_nfc: use dev_read_addr_ptrJohan Jonker2023-05-061-3/+3
* | Merge branch 'for-2023.07-2' of https://source.denx.de/u-boot/custodians/u-bo...Tom Rini2023-05-072-15/+17
|\ \
| * | serial, mpc8xx: Take parameter RAM relocation into accountChristophe Leroy2023-05-051-11/+11
| * | spi, mpc8xx: Take parameter RAM relocation into accountChristophe Leroy2023-05-051-2/+4
| * | powerpc: mpc8xx: CPM parameter RAM can be anywhereChristophe Leroy2023-05-042-2/+2
* | | net: phy: Request rgmii-id phy reset gpio as outputStefan Herbrechtsmeier2023-05-051-1/+1
* | | net: rtl8169: add minimal support for 8125B variantEugen Hristev2023-05-051-15/+37
* | | net: phy: dp83867: Explicitly check against sgmiiNishanth Menon2023-05-051-1/+1
* | | net: share fastboot boot handle logic between transportsDmitrii Merkurev2023-05-051-0/+32
* | | net: add fastboot TCP supportDmitrii Merkurev2023-05-052-1/+14
* | | phy: realtek: don't duplicate genphy_startupRasmus Villemoes2023-05-051-13/+2
* | | phy: broadcom: don't duplicate genphy_startupRasmus Villemoes2023-05-051-13/+1
* | | net: phy: gmii2rgmii: Support external rgmii-id phyStefan Herbrechtsmeier2023-05-051-1/+8