aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-10-16Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/16Oct2023Tom Rini1-1/+7
2023-10-16Merge tag 'u-boot-amlogic-20231015' of https://source.denx.de/u-boot/custodia...Tom Rini15-35/+1479
2023-10-16arm: mvebu: sata_mv: Add bootstd hook to enable sata_bootdevTony Dinh1-1/+7
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
2023-10-13dfu: mtd: fix the trace when limit is reachedPatrick Delaunay1-2/+2
2023-10-13mtd: spinand: winbond: add Winbond W25N02KV flash supportMikhail Kshevetskiy1-0/+76
2023-10-13mtd: spinand: winbond: fix flash identificationMikhail Kshevetskiy1-2/+2
2023-10-13mtd/spinand: sync supported devices with linux-5.15.43Mikhail Kshevetskiy8-101/+591
2023-10-13mtd/spinand: sync core spinand code with linux-5.10.118Mikhail Kshevetskiy1-10/+14
2023-10-13mtd/spinand: rework detect procedure for different READ_ID operationMikhail Kshevetskiy6-186/+143
2023-10-12clk: ti: clk-sci: Notify AVS driver based upon clock rateUdit Kumar1-3/+6
2023-10-12clk: ti: clk-k3: Notify AVS driver upon setting clock rateUdit Kumar1-0/+9
2023-10-12dwc3: add support for Amlogic A1 familyAlexey Romanov1-10/+69
2023-10-12a1: clk: Add missing USB_PHY_IN and USB_PHY gatesIgor Prusov1-0/+6
2023-10-12phy: support Amlogic A1 familyAlexey Romanov2-15/+66
2023-10-12phy: move clk enable/disable in init/exitAlexey Romanov1-7/+12
2023-10-12phy: get rid of raw hex valuesAlexey Romanov1-8/+153
2023-10-12reset: add support for Amlogic A1 familyAlexey Romanov1-6/+36
2023-10-12clk: Add clock driver for Amlogic A1Igor Prusov3-0/+732
2023-10-11video: Mark truetype_measure() staticSimon Glass1-2/+2
2023-10-11video: Support showing a cursorSimon Glass5-0/+202
2023-10-11video: Export vidconsole_entry_start()Simon Glass1-1/+1
2023-10-11video: Allow saving and restoring text-entry stateSimon Glass2-0/+85
2023-10-11video: Allow obtaining the nominal size of a string sizeSimon Glass2-0/+53
2023-10-11misc: fs_loader: Fix alignment of fs_loader driverSean Anderson1-1/+1
2023-10-11driver: rng: Add DM_RNG interface for ARMv8.5 RNDR registersAndre Przywara3-0/+89