aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-10-23clk: rockchip: rk3588: support aclk_top_root set 750MElaine Zhang1-2/+8
2023-10-23clk: rk3588: Add 742.5M parameter for PLLGuochun Huang1-0/+1
2023-10-23clk: rockchip: rk3568: support dclk_vop select more parent clksElaine Zhang1-2/+8
2023-10-19serial: sh: Add RZ/G2L SCIF supportPaul Barker2-1/+33
2023-10-19serial: sh: Fix error handlingPaul Barker1-2/+14
2023-10-19wdt: nuvoton: Fix reset/expire function errorJim Liu1-2/+8
2023-10-17lib: acpi: Fix linking SPL when ACPIGEN is enabledSean Anderson2-2/+2
2023-10-17spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same timeSean Anderson4-3/+4
2023-10-17arm: imx: Check header before calling spl_load_imx_containerSean Anderson1-1/+3
2023-10-17Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-shWIP/17Oct2023Tom Rini13-10/+2115
2023-10-17mmc: renesas-sdhi: Initialize module on RZ/G2LPaul Barker1-1/+73
2023-10-17mmc: renesas-sdhi: Refactor probe functionPaul Barker1-5/+4
2023-10-17serial: sh: Sort includesPaul Barker1-5/+5
2023-10-16Merge tag 'u-boot-imx-20231016' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini9-8/+1098
2023-10-16Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini1-1/+7
2023-10-16gpio: Add RZ/G2L GPIO driverPaul Barker4-3/+199
2023-10-16pinctrl: renesas: Add RZ/G2L PFC driverPaul Barker3-0/+617
2023-10-16clk: renesas: Add RZ/G2L & RZ/G2LC CPG driverPaul Barker5-0/+1219
2023-10-16serial: sh: Fix compile error when lacking HSCIF supportPaul Barker1-0/+2
2023-10-16Merge tag 'u-boot-amlogic-20231015' of https://source.denx.de/u-boot/custodia...Tom Rini15-35/+1479
2023-10-16serial: lpuart: Enable IPG clockYe Li1-1/+13
2023-10-16clk: imx: add i.MX93 CCF driverSébastien Szymanski7-0/+1077
2023-10-16arm: mvebu: sata_mv: Add bootstd hook to enable sata_bootdevTony Dinh1-1/+7
2023-10-16usb: ehci: mxs: Use regulator_set_enable_if_allowed()Fabio Estevam1-4/+4
2023-10-16usb: ehci: mxs: Fix the USB node pointer retrievalFabio Estevam1-3/+4
2023-10-15drivers: introduce Meson Secure Monitor driverAlexey Romanov3-0/+206
2023-10-15sandbox: add sandbox sm uclass driverAlexey Romanov2-0/+77
2023-10-15drivers: introduce Secure Monitor uclassAlexey Romanov5-0/+63
2023-10-14Merge tag 'dm-pull-13oct23' of https://source.denx.de/u-boot/custodians/u-boo...WIP/14Oct2023Tom Rini11-68/+110
2023-10-13firmware: scmi: Fix clearing variableFrancois Berder1-1/+1
2023-10-13firmware: scmi: add a check against availability of protocolsAKASHI Takahiro1-3/+38
2023-10-13firmware: scmi: install base protocol to SCMI agentAKASHI Takahiro1-1/+117
2023-10-13test: dm: simplify SCMI unit test on sandboxAKASHI Takahiro1-18/+2
2023-10-13firmware: scmi: fake base protocol commands on sandboxAKASHI Takahiro1-1/+358
2023-10-13firmware: scmi: add a version check against base protocolAKASHI Takahiro1-0/+8
2023-10-13firmware: scmi: implement SCMI base protocolAKASHI Takahiro2-0/+657
2023-10-13firmware: scmi: framework for installing additional protocolsAKASHI Takahiro1-3/+88
2023-10-13firmware: scmi: move scmi_bind_protocols() backwardAKASHI Takahiro1-59/+59
2023-10-13firmware: scmi: support dummy channels for sandbox agentAKASHI Takahiro1-0/+90
2023-10-13firmware: scmi: use a protocol's own channel if assignedAKASHI Takahiro4-9/+13
2023-10-13scmi: refactor the code to hide a channel from devicesAKASHI Takahiro4-83/+94
2023-10-13Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini1-9/+2
2023-10-13treewide: use dev_read_addr_*_ptr() where appropriateMatthias Schiffer8-51/+47
2023-10-13pinctrl: single: fix compile warnings with PHYS_64BIT on 32bitMatthias Schiffer1-15/+19
2023-10-13core: introduce dev_read_addr_name[_size]_ptr() functionsMatthias Schiffer2-0/+42
2023-10-13core: return FDT_ADDR_T_NONE from devfdt_get_addr_[size_]name() on errorsMatthias Schiffer1-2/+2
2023-10-13Merge tag 'xilinx-for-v2024.01-rc1-v3' of https://source.denx.de/u-boot/custo...WIP/13Oct2023Tom Rini5-42/+47
2023-10-13usb: gadget: atmel: fix transfer of queued requestsArtur Rojek1-9/+2
2023-10-13drivers: rng: add support for Meson S4Alexey Romanov1-1/+71
2023-10-13dfu: mtd: mark bad the MTD block on erase errorPatrick Delaunay1-8/+22