aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-04clk/qcom: sdm845: add USB clocksCaleb Connolly1-0/+25
2024-04-04clk/qcom: sdm845: add gdscsCaleb Connolly1-0/+18
2024-04-04clk/qcom: use offsets for RCG registersCaleb Connolly6-204/+39
2024-04-04mach-snapdragon: disable power-domains for pre-reloc driversCaleb Connolly3-2/+4
2024-04-04phy: qcom: Add SNPS femto v2 USB HS phyBhupesh Sharma3-0/+225
2024-04-04phy: qcom: add Qualcomm QUSB2 USB PHY driverBhupesh Sharma3-0/+437
2024-04-04mailmap: update Bhupesh's email addressCaleb Connolly1-0/+1
2024-04-04pinctrl: qcom: pass pin number to get_function_mux callbackVolodymyr Babchuk7-8/+14
2024-04-04clk: qcom: add support for power domains uclassVolodymyr Babchuk4-14/+127
2024-04-04clk: qcom: clear div mask before assigning a new dividerVolodymyr Babchuk1-1/+2
2024-04-04qcom: board: validate fdt before trying to use itVolodymyr Babchuk1-1/+4
2024-04-04qcom_defconfig: Enable ethernet and I2C supportSumit Garg1-1/+23
2024-04-04arm: mvebu: turris_omnia: Enable rng command in defconfigMarek Behún1-0/+1
2024-04-04misc: turris_omnia_mcu: Add support for rng provided by MCUMarek Behún3-0/+59
2024-04-04cmd: rng: Print "Abort" on -EINTRMarek Behún1-3/+4
2024-04-04arm: mvebu: turris_omnia: Enable poweroff command via sysreset in defconfigMarek Behún1-0/+2
2024-04-04gpio: turris_omnia_mcu: Add support for system power off via sysresetMarek Behún6-50/+120
2024-04-04gpio: turris_omnia_mcu: Update firmware features readingMarek Behún1-10/+22
2024-04-04gpio: turris_omnia_mcu: Use byteorder conversion functionsMarek Behún1-34/+46
2024-04-04arm: mvebu: system-controller: Add support for SYSRESETMarek Behún4-7/+90
2024-04-04arm: mvebu: system-controller: Select mvebu-reset if DM_RESET && PCI_MVEBUMarek Behún1-1/+1
2024-04-04arm: mvebu: system-controller: Rework to use UCLASS_SYSCONMarek Behún3-35/+54
2024-04-04arm: mvebu: spl: Do not build mvebu-reset in SPLMarek Behún1-1/+2
2024-04-04arm: mvebu: turris_omnia: Disable Atmel SHA node if not presentMarek Behún1-0/+23
2024-04-04arm: mvebu: turris_omnia: Print board ECDSA public key if availableMarek Behún1-1/+24
2024-04-04arm: mvebu: turris_omnia: Implement getting board information from MCUMarek Behún5-30/+145
2024-04-04arm: mvebu: turris_omnia: Update MCU status and features readingMarek Behún1-32/+68
2024-04-04arm: mvebu: turris_{omnia, mox}: Don't print model two timesMarek Behún2-5/+1
2024-04-04arm: mvebu: turris_omnia: Add header containing MCU command interface and use itMarek Behún3-111/+272
2024-04-04arm: mvebu: turris_omnia: Enable LTO by default on Turris OmniaMarek Behún1-0/+1
2024-04-04arm: dts: kirkwood: Remove DTS files for Kirkwood boardsTony Dinh40-5488/+1
2024-04-04arm: dts: kirkwood: Enable upstream DT on Kirkwood boardsTony Dinh33-30/+52
2024-04-02Merge tag 'u-boot-dfu-next-20240402' of https://source.denx.de/u-boot/custodi...WIP/02Apr2024Tom Rini15-95/+178
2024-04-02Merge tag 'u-boot-dfu-20240402' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-52/+45
2024-04-02Merge branch 'next'Tom Rini12487-26931/+2240523
2024-04-02Prepare v2024.04v2024.04Tom Rini3-12/+892
2024-04-02android_ab: Fix ANDROID_AB_BACKUP_OFFSETColin McAllister1-52/+45
2024-04-02android_ab: Add missing semicolonColin McAllister1-1/+1
2024-04-02usb: udc: dwc3: Fold dwc3_uboot_handle_interrupt into dm_usb_gadget_handle_in...Marek Vasut2-17/+11
2024-04-02usb: udc: dwc3: Fold board dm_usb_gadget_handle_interrupts() into DWC3 gadgetMarek Vasut8-36/+24
2024-04-01Subtree merge tag 'v6.8-dts' of devicetree-rebasing repo [1] into dts/upstreamTom Rini1311-8539/+67670
2024-04-01Squashed 'dts/upstream/' changes from aaba2d45dc2a..b35b9bd1d4eeTom Rini1311-8539/+67670
2024-03-30Merge tag 'u-boot-imx-next-20240330' of https://gitlab.denx.de/u-boot/custodi...WIP/30Mar2024-nextTom Rini41-2551/+149
2024-03-30config: xea: Add limits for SPL and u-boot proper sizesLukasz Majewski1-0/+3
2024-03-30arm: xea: Add support for reading SoM (CPU) board HW revisionLukasz Majewski4-0/+62
2024-03-30arm: spl: Add definition for PHY reset GPIO for XEA HW rev. 2Lukasz Majewski1-1/+2
2024-03-30arm: spl: xea: Remove I2S pins configuration from early initializationLukasz Majewski1-7/+0
2024-03-30imx8mq_evk: Remove FEC and Ethernet PHY board codeFabio Estevam1-30/+0
2024-03-30net: fec_mxc: Avoid enable regulator failureYe Li1-1/+1
2024-03-30image-container: Fix incorrect return valueYe Li1-1/+1