aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-17kbuild: announce removal of SUBDIRS if usedWIP/kbuild-resync-v5.0Masahiro Yamada1-0/+4
2021-06-17kbuild: Enable dtc graph_port warning by defaultRob Herring1-1/+0
2021-06-17kbuild: disable dtc simple_bus_reg warnings by defaultRob Herring1-1/+1
2021-06-17scripts/kconfig/merge_config: don't redefine 'y' to 'm'Anders Roxell1-8/+29
2021-06-17Makefile: Export clang toolchain variablesJoel Stanley1-0/+1
2021-06-17kbuild: consolidate Clang compiler flagsMasahiro Yamada1-7/+6
2021-06-17kbuild: add -no-integrated-as Clang option unconditionallyMasahiro Yamada1-2/+2
2021-06-17kconfig / kbuild: Re-sync with Linux 4.20Tom Rini12-99/+124
2021-06-17Merge tag 'u-boot-atmel-2021.10-a' of https://source.denx.de/u-boot/custodian...WIP/17Jun2021-nextTom Rini34-161/+109
2021-06-17Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini24-1711/+1437
2021-06-17test: Add K210 PLL tests to sandbox defconfigsSean Anderson3-0/+6
2021-06-17k210: Don't imply CCFSean Anderson2-3/+0
2021-06-17k210: dts: Set PLL1 to the same rate as PLL0Sean Anderson2-0/+3
2021-06-17clk: k210: Move k210 clock out of its own subdirectorySean Anderson6-17/+16
2021-06-17clk: k210: Remove bypass driverSean Anderson3-305/+1
2021-06-17clk: k210: Don't set PLL rates if we are already at the correct rateSean Anderson1-7/+8
2021-06-17clk: k210: Re-add support for setting rateSean Anderson1-5/+84
2021-06-17clk: k210: Implement soc_clk_dumpSean Anderson1-2/+66
2021-06-17clk: k210: Move pll into the rest of the driverSean Anderson5-663/+601
2021-06-17clk: k210: Rewrite to remove CCFSean Anderson5-584/+498
2021-06-17clk: Allow force setting clock defaults before relocationSean Anderson5-17/+46
2021-06-14board: sama5d3_xplained: add Falcon boot supportMichael Opdenacker2-0/+21
2021-06-14configs: sam boards: add hash commandEugen Hristev22-0/+44
2021-06-13Merge tag 'ti-v2021.10-next-v2' of https://source.denx.de/u-boot/custodians/u...WIP/13Jun2021-nextTom Rini83-358/+5167
2021-06-11dma: ti: k3-udma: Add support for native configuration of chan/flowVignesh Raghavendra2-4/+215
2021-06-11soc: ti: k3-navss-ringacc: Add support for native configuration of ringsVignesh Raghavendra2-3/+94
2021-06-11ARM: dts: k3: Add cfg register space for ringacc and udmapVignesh Raghavendra3-0/+54
2021-06-11ARM: dts: j72xx-r5-common-proc-board: Add DM firmware nodeVignesh Raghavendra2-0/+35
2021-06-11firmware: ti_sci: Add support for Resoure Management at R5 SPL stage.Vignesh Raghavendra2-10/+113
2021-06-11firmware: ti_sci: Implement GET_RANGE with static dataVignesh Raghavendra2-0/+128
2021-06-11mailbox: k3-sec-proxy: Add DM to DMSC communication threadVignesh Raghavendra1-1/+1
2021-06-11arm: dts: k3-j72xx: correct MCU timer1 frequencyTero Kristo2-2/+2
2021-06-11board: ti: j72xx: README: update build instructions and image formatsTero Kristo1-3/+6
2021-06-11configs: j7200_evm_r5: Enable raw access power management featuresDave Gerlach1-2/+12
2021-06-11configs: j721e_evm_r5: Enable raw access power management featuresTero Kristo1-2/+10
2021-06-11arm: mach-k3: j721e_init: Force early probe of clk-k3 driverDave Gerlach1-0/+12
2021-06-11arm: mach-k3: sysfw-loader: pass boardcfg to sciserverTero Kristo1-7/+106
2021-06-11arm: mach-k3: common: Drop main r5 startDave Gerlach1-3/+4
2021-06-11arm: mach-k3: do board config for PM only if supportedTero Kristo1-0/+2
2021-06-11arm: mach-k3: add support for detecting firmware images from FITTero Kristo3-10/+78
2021-06-11arm: mach-k3: Add platform data for j721e and j7200Dave Gerlach7-1/+1491
2021-06-11tools: k3_fit_atf: add DM binary to the FIT imageTero Kristo2-1/+22
2021-06-11cmd: ti: pd: Add debug command for K3 power domainsTero Kristo5-3/+206
2021-06-11power: domain: Introduce driver for raw TI K3 PDsTero Kristo4-0/+452
2021-06-11clk: add support for TI K3 SoC clocksTero Kristo4-0/+548
2021-06-11clk: add support for TI K3 SoC PLLTero Kristo4-0/+311
2021-06-11clk: fix set_rate to clean up cached rates for the hierarchyTero Kristo1-0/+19
2021-06-11clk: fix assigned-clocks to pass with deferring providerTero Kristo1-0/+18
2021-06-11clk: sci-clk: fix return value of set_rateTero Kristo1-2/+4
2021-06-11clk: add support for setting clk rate from cmdlineTero Kristo1-2/+51