summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-08-05clk: zynqmp: Add set_rate support for display clocksVenkatesh Yadav Abbarapu1-0/+1
2024-08-02cpu: imx: implement release_core callbackHou Zhiqiang1-0/+24
2024-08-02cpu: imx: Add i.MX 8M series SoCsHou Zhiqiang1-0/+6
2024-08-02cpu: imx: removed the tail '\n' of the CPU descriptionHou Zhiqiang1-2/+0
2024-08-02cpu: imx: fix the CPU type field widthHou Zhiqiang1-1/+1
2024-08-02cpu: imx: fix the CPU frequency in cpu_imx_get_info()Hou Zhiqiang1-2/+2
2024-08-02cpu: sandbox: implement release_core callbackHou Zhiqiang1-0/+6
2024-08-02cpu: add release_core callbackHou Zhiqiang1-0/+10
2024-08-02clk: imx8m: register ARM A53 core clockHou Zhiqiang3-0/+24
2024-08-01clk: clk-uclass: Print clk name in clk_enable/clk_disableMichael Trimarchi1-2/+2
2024-08-01clk: Fix error message in clk_get_bulkJan Kiszka1-1/+1
2024-08-01Merge patch series "clk: mediatek: add OPs to support OF_UPSTREAM"Tom Rini2-115/+392
2024-08-01clk: mediatek: add support for APMIXED parent in infra MUXChristian Marangi1-0/+4
2024-08-01clk: mediatek: add support for GATEs for APMIXED OPsChristian Marangi1-60/+84
2024-08-01clk: mediatek: implement MUX_FLAGS and MUX_MIXED_FLAGS macroChristian Marangi1-2/+17
2024-08-01clk: mediatek: add support for remapping clock IDChristian Marangi2-35/+80
2024-08-01clk: mediatek: provide common clk init function for infrasysChristian Marangi2-4/+20
2024-08-01clk: mediatek: add support for gate clock to reference topckgen clockChristian Marangi1-2/+15
2024-08-01clk: mediatek: add support for parent mux from different source for topckgenChristian Marangi1-14/+28
2024-08-01clk: mediatek: add support for parent mux from different sourceChristian Marangi2-21/+91
2024-08-01clk: mediatek: add support for gate ID at offsetChristian Marangi1-3/+15
2024-08-01clk: mediatek: add support for gates in clk_tree for infrasysChristian Marangi2-15/+72
2024-08-01clk: mediatek: return XTAL rate for infrasys get_mux_rateChristian Marangi1-1/+1
2024-08-01clk: mediatek: return XTAL rate directly for gates with XTAL parentChristian Marangi1-0/+7
2024-08-01net: dwc_eth_qos: mdio: Implement clause 45Philip Oberfichtner2-26/+49
2024-07-31Merge tag 'video-20240731' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini4-11/+80
2024-07-31Merge patch series "Endian Kconfig improvements"Tom Rini1-1/+1
2024-07-31config: Use CONFIG_SYS_BIG_ENDIAN in code whenever possibleJiaxun Yang1-1/+1
2024-07-31sandbox: Drop video-sync in serial driverSimon Glass1-2/+0
2024-07-31video: Use cyclic to handle video syncSimon Glass2-4/+77
2024-07-31video: Move last_sync to private dataSimon Glass1-7/+3
2024-07-31cyclic: Add a symbol for SPLSimon Glass1-0/+2
2024-07-31dm: use list_count_nodes() for counting list nodesSughosh Ganu1-12/+2
2024-07-30Merge patch series "led: implement software blinking"Tom Rini4-11/+174
2024-07-30led: Add dts property to specify blinking of the ledMichael Polyntsov1-5/+25
2024-07-30led: Implement software led blinkingMichael Polyntsov4-1/+144
2024-07-30led: enable LEDST_BLINK state unconditionallyMikhail Kshevetskiy1-5/+5
2024-07-26Merge branch 'qcom-main' of https://gitlab.denx.de/u-boot/custodians/u-boot-s...Tom Rini17-1/+2974
2024-07-26net: add Qualcomm ESS EDMA adapterRobert Marko4-0/+1399
2024-07-26clock: qcom: ipq4019: add missing networking resetsRobert Marko1-0/+6
2024-07-26clock: qcom: ipq4019: add ESS clockRobert Marko1-0/+3
2024-07-26power: regulator: qcom-rpmh-regulator: add build infraCaleb Connolly2-0/+9
2024-07-26power: regulator: qcom-rpmh-regulator: adjust probe for U-BootCaleb Connolly1-31/+99
2024-07-26power: regulator: qcom-rpmh-regulator: port ops to U-BootCaleb Connolly1-71/+87
2024-07-26power: regulator: qcom-rpmh-regulator: remove unused regulatorsCaleb Connolly1-1281/+0
2024-07-26power: regulator: qcom-rpmh-regulator: adjust structs for U-BootCaleb Connolly1-15/+13
2024-07-26power: regulator: qcom-rpmh-regulator: port over lineage_range helpersCaleb Connolly1-0/+37
2024-07-26power: regulator: qcom-rpmh-regulator: adjust headers for U-BootCaleb Connolly1-9/+6
2024-07-26power: regulator: import qcom-rpmh-regulator from LinuxCaleb Connolly1-0/+1709
2024-07-26soc: qcom: add build infrastructureCaleb Connolly4-0/+33