aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* i2c: Drop reference to SYS_I2C_INIT_BOARDSimon Glass2024-08-131-11/+0
* fsl: mxc: Drop legacy I2cSimon Glass2024-08-132-2/+2
* i2c: Remove IC2_xxx enumSimon Glass2024-08-131-4/+0
* sandbox: Return error code from read/write/seekSimon Glass2024-08-092-3/+3
* Merge patch series "Bug-fixes for a few boards"Tom Rini2024-08-051-22/+30
|\
| * rockchip: Avoid #ifdefs in RK3399 SPLSimon Glass2024-08-051-19/+21
| * rockchip: Ensure memory size is available in RK3399 SPLSimon Glass2024-08-051-8/+14
* | cpu: imx: implement release_core callbackHou Zhiqiang2024-08-021-0/+24
* | cpu: imx: Add i.MX 8M series SoCsHou Zhiqiang2024-08-021-0/+6
* | cpu: imx: removed the tail '\n' of the CPU descriptionHou Zhiqiang2024-08-021-2/+0
* | cpu: imx: fix the CPU type field widthHou Zhiqiang2024-08-021-1/+1
* | cpu: imx: fix the CPU frequency in cpu_imx_get_info()Hou Zhiqiang2024-08-021-2/+2
* | cpu: sandbox: implement release_core callbackHou Zhiqiang2024-08-021-0/+6
* | cpu: add release_core callbackHou Zhiqiang2024-08-021-0/+10
* | clk: imx8m: register ARM A53 core clockHou Zhiqiang2024-08-023-0/+24
* | clk: clk-uclass: Print clk name in clk_enable/clk_disableWIP/01Aug2024Michael Trimarchi2024-08-011-2/+2
* | clk: Fix error message in clk_get_bulkJan Kiszka2024-08-011-1/+1
* | Merge patch series "clk: mediatek: add OPs to support OF_UPSTREAM"Tom Rini2024-08-012-115/+392
|\ \
| * | clk: mediatek: add support for APMIXED parent in infra MUXChristian Marangi2024-08-011-0/+4
| * | clk: mediatek: add support for GATEs for APMIXED OPsChristian Marangi2024-08-011-60/+84
| * | clk: mediatek: implement MUX_FLAGS and MUX_MIXED_FLAGS macroChristian Marangi2024-08-011-2/+17
| * | clk: mediatek: add support for remapping clock IDChristian Marangi2024-08-012-35/+80
| * | clk: mediatek: provide common clk init function for infrasysChristian Marangi2024-08-012-4/+20
| * | clk: mediatek: add support for gate clock to reference topckgen clockChristian Marangi2024-08-011-2/+15
| * | clk: mediatek: add support for parent mux from different source for topckgenChristian Marangi2024-08-011-14/+28
| * | clk: mediatek: add support for parent mux from different sourceChristian Marangi2024-08-012-21/+91
| * | clk: mediatek: add support for gate ID at offsetChristian Marangi2024-08-011-3/+15
| * | clk: mediatek: add support for gates in clk_tree for infrasysChristian Marangi2024-08-012-15/+72
| * | clk: mediatek: return XTAL rate for infrasys get_mux_rateChristian Marangi2024-08-011-1/+1
| * | clk: mediatek: return XTAL rate directly for gates with XTAL parentChristian Marangi2024-08-011-0/+7
* | | net: dwc_eth_qos: mdio: Implement clause 45Philip Oberfichtner2024-08-012-26/+49
* | | Merge tag 'video-20240731' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini2024-07-314-11/+80
|\ \ \ | |_|/ |/| |
| * | sandbox: Drop video-sync in serial driverSimon Glass2024-07-311-2/+0
| * | video: Use cyclic to handle video syncSimon Glass2024-07-312-4/+77
| * | video: Move last_sync to private dataSimon Glass2024-07-311-7/+3
| * | cyclic: Add a symbol for SPLSimon Glass2024-07-311-0/+2
* | | Merge patch series "Endian Kconfig improvements"Tom Rini2024-07-311-1/+1
|\ \ \
| * | | config: Use CONFIG_SYS_BIG_ENDIAN in code whenever possibleJiaxun Yang2024-07-311-1/+1
* | | | dm: use list_count_nodes() for counting list nodesSughosh Ganu2024-07-311-12/+2
| |/ / |/| |
* | | Merge patch series "led: implement software blinking"WIP/30Jul2024Tom Rini2024-07-304-11/+174
|\ \ \
| * | | led: Add dts property to specify blinking of the ledMichael Polyntsov2024-07-301-5/+25
| * | | led: Implement software led blinkingMichael Polyntsov2024-07-304-1/+144
| * | | led: enable LEDST_BLINK state unconditionallyMikhail Kshevetskiy2024-07-301-5/+5
* | | | Merge branch 'qcom-main' of https://gitlab.denx.de/u-boot/custodians/u-boot-s...Tom Rini2024-07-2617-1/+2974
|\ \ \ \
| * | | | net: add Qualcomm ESS EDMA adapterRobert Marko2024-07-264-0/+1399
| * | | | clock: qcom: ipq4019: add missing networking resetsRobert Marko2024-07-261-0/+6
| * | | | clock: qcom: ipq4019: add ESS clockRobert Marko2024-07-261-0/+3
| * | | | power: regulator: qcom-rpmh-regulator: add build infraCaleb Connolly2024-07-262-0/+9
| * | | | power: regulator: qcom-rpmh-regulator: adjust probe for U-BootCaleb Connolly2024-07-261-31/+99
| * | | | power: regulator: qcom-rpmh-regulator: port ops to U-BootCaleb Connolly2024-07-261-71/+87