summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-10-14Merge tag 'dm-pull-13oct23' of https://source.denx.de/u-boot/custodians/u-boo...Tom 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...Tom Rini5-42/+47
2023-10-13usb: gadget: atmel: fix transfer of queued requestsArtur Rojek1-9/+2
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-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
2023-10-11spi: mtk_spim: prevent global pll clock overrideNicolò Veronese1-3/+4
2023-10-11input: avoid NULL dereferenceHeinrich Schuchardt1-10/+15
2023-10-11Merge tag 'fsl-qoirq-2023-10-10' of https://source.denx.de/u-boot/custodians/...Tom Rini2-0/+117
2023-10-10dm: blk: Drop blk_{read,write}_devnum()Bin Meng1-29/+0
2023-10-10dm: blk: Rename get_desc() and make it externally visibleBin Meng1-18/+8
2023-10-10blk: blkmap: Support mapping to device of any block sizeBin Meng1-5/+5
2023-10-10blk: blkmap: Make bind/unbind routines staticBin Meng1-2/+2
2023-10-10blk: host_dev: Sanity check on the size of host backing fileBin Meng1-0/+5
2023-10-10blk: host_dev: Make host_sb_detach_file() and host_sb_ops staticBin Meng1-2/+2
2023-10-10blk: sandbox: Support binding a device with a given logical block sizeBin Meng1-3/+12
2023-10-10blk: Use a macro for the typical block sizeBin Meng8-8/+12
2023-10-10net: phy: xilinx_phy: Get rid of using property xlnx, phy-typeVenkatesh Yadav Abbarapu1-5/+0
2023-10-10spi: nxp_fspi: reset the FLSHxCR1 registersHan Xu1-0/+7
2023-10-10drivers: net: fsl-mc: add support for MC reserved memoryLaurentiu Tudor1-0/+110