summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-09-29dm: core: Split ofnode_path_root() into two functionsSimon Glass
2022-09-29dm: core: Allow obtaining a node offset in the same treeSimon Glass
2022-09-29dm: core: Add a way to look up a phandle in an oftreeSimon Glass
2022-09-29dm: core: Add an ofnode function to obtain the flat treeSimon Glass
2022-09-29dm: core: Expand integer-reading testsSimon Glass
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass
2022-09-29dm: core: Avoid creating a name property when unflatteningSimon Glass
2022-09-29dm: core: Rename ofnode_get_property_by_prop()Simon Glass
2022-09-29dm: core: Rename ofnode_get_first/next_property()Simon Glass
2022-09-29dm: core: Reduce code size with dev_of_offset()Simon Glass
2022-09-29dm: core: Drop the const from ofnodeSimon Glass
2022-09-29dm: core: Support writing a property to an empty nodeSimon Glass
2022-09-29dm: core: Allow adding ofnode subnodesSimon Glass
2022-09-29dm: core: Pass a root node to of_find_node_by_phandle()Simon Glass
2022-09-29sandbox: power: Update PMIC driver to use logSimon Glass
2022-09-29treewide: Drop image_header_t typedefSimon Glass
2022-09-26Merge tag 'xilinx-for-v2023.01-rc1-v2' of https://gitlab.denx.de/u-boot/custo...Tom Rini
2022-09-26Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini
2022-09-26reset: zynqmp: Enable reset driver for Versal NETJay Buddhabhatti
2022-09-26mailbox: zynqmp: Enable ipi mailbox driver for Versal NETJay Buddhabhatti
2022-09-26firmware: zynqmp: Add Versal NET compatible stringJay Buddhabhatti
2022-09-26clk: versal: Enable clock driver for Versal NETJay Buddhabhatti
2022-09-26spi: zynqmp_gqspi: Add support for Versal NETMichal Simek
2022-09-26spi: cadence_qspi: Add support for Versal NET platformMichal Simek
2022-09-25sandbox: Convert to use driver model for SCSISimon Glass
2022-09-25sandbox: scsi: Move request-handling code to scsi_emulSimon Glass
2022-09-25sandbox: scsi: Move structs to header fileSimon Glass
2022-09-25sandbox: scsi: Remove setup calls from handle_read()Simon Glass
2022-09-25sandbox: scsi: Move reply setup out of helperSimon Glass
2022-09-25sandbox: scsi: Move file size into shared structSimon Glass
2022-09-25sandbox: scsi: Move block size into shared structSimon Glass
2022-09-25scsi: Move vendor/product info into the shared structSimon Glass
2022-09-25sandbox: Move buffer to scsi_emul_infoSimon Glass
2022-09-25scsi: Move core emulation state into a new structSimon Glass
2022-09-25scsi: Move cmd_phase enum to the headerSimon Glass
2022-09-25sandbox: usb: Rename transfer_len in protocol structSimon Glass
2022-09-25blk: Rename if_type to uclass_idSimon Glass
2022-09-24serial: Call flush() before changing baudratePali Rohár
2022-09-24serial: Implement serial_flush() function for console flush() fallbackPali Rohár
2022-09-24serial: Implement flush callbackPali Rohár
2022-09-23ddr: fsl: Fix re-align of verbose DRAM information for non-SPL buildsPali Rohár
2022-09-23ddr: fsl: Allow to detect 4 GB DDR modules in 32-bit modePali Rohár
2022-09-23ddr: fsl: Fix fsl_ddr_sdram_size() for 4GB modules with 32-bit phys_size_tPali Rohár
2022-09-23ddr: fsl: Fix checking for maximal mappable memoryPali Rohár
2022-09-23cpu: add basic cpu driver for MediaTek ARM chipsWeijie Gao
2022-09-23clk: mediatek: add clock driver support for MediaTek MT7981 SoCWeijie Gao
2022-09-23clk: mediatek: add clock driver support for MediaTek MT7986 SoCWeijie Gao
2022-09-23clk: mediatek: add CLK_XTAL support for clock driverWeijie Gao
2022-09-23clk: mediatek: add infrasys clock mux supportWeijie Gao
2022-09-23clk: mediatek: add support to configure clock driver parentWeijie Gao