aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-10Merge tag 'ti-v2021.10-next' of https://source.denx.de/u-boot/custodians/u-bo...WIP/10Jun2021-nextTom Rini83-341/+5158
2021-06-10Merge https://source.denx.de/u-boot/custodians/u-boot-marvell into nextTom Rini28-1141/+2206
2021-06-10arm64: mvebu: correct Armada 8K addressesHeinrich Schuchardt1-5/+5
2021-06-10arm: mvebu: turris_mox: enable options for Turris network bootMarek Behún1-0/+8
2021-06-10arm: mvebu: dts: turris_mox: add nodes for SPI NOR partitionsMarek Behún1-0/+31
2021-06-10arm: mvebu: configs: turris_mox: add fdtfile default env variableMarek Behún1-0/+1
2021-06-10arm: mvebu: turris_mox: start blinking PHY LEDs when entering rescueMarek Behún1-0/+35
2021-06-10arm: mvebu: turris_mox: add support for board rescue modeMarek Behún3-0/+86
2021-06-10arm: mvebu: dts: turris_mox: add button and LED nodesMarek Behún1-0/+24
2021-06-09fs/squashfs: fix reading of fragmented filesJoao Marcos Costa1-10/+6
2021-06-09dma: ti: k3-udma: Add support for native configuration of chan/flowVignesh Raghavendra2-4/+215
2021-06-09soc: ti: k3-navss-ringacc: Add support for native configuration of ringsVignesh Raghavendra2-3/+94
2021-06-09ARM: dts: k3: Add cfg register space for ringacc and udmapVignesh Raghavendra3-0/+56
2021-06-09ARM: dts: j72xx-r5-common-proc-board: Add DM firmware nodeVignesh Raghavendra2-0/+35
2021-06-09firmware: ti_sci: Add support for Resoure Management at R5 SPL stage.Vignesh Raghavendra2-10/+113
2021-06-09firmware: ti_sci: Implement GET_RANGE with static dataVignesh Raghavendra2-0/+128
2021-06-09mailbox: k3-sec-proxy: Add DM to DMSC communication threadVignesh Raghavendra1-1/+1
2021-06-09arm: dts: k3-j72xx: correct MCU timer1 frequencyTero Kristo2-2/+2
2021-06-09board: ti: j72xx: README: update build instructions and image formatsTero Kristo1-3/+6
2021-06-09configs: j7200_evm_r5: Enable raw access power management featuresDave Gerlach1-2/+12
2021-06-09configs: j721e_evm_r5: Enable raw access power management featuresTero Kristo1-2/+10
2021-06-09arm: mach-k3: j721e_init: Force early probe of clk-k3 driverDave Gerlach1-0/+12
2021-06-09arm: mach-k3: sysfw-loader: pass boardcfg to sciserverTero Kristo1-0/+103
2021-06-09arm: mach-k3: common: Drop main r5 startDave Gerlach1-3/+4
2021-06-09arm: mach-k3: do board config for PM only if supportedTero Kristo1-0/+2
2021-06-09arm: mach-k3: add support for detecting firmware images from FITTero Kristo3-9/+77
2021-06-09arm: mach-k3: Add platform data for j721e and j7200Dave Gerlach7-1/+1491
2021-06-09tools: k3_fit_atf: add DM binary to the FIT imageTero Kristo2-1/+22
2021-06-09cmd: ti: pd: Add debug command for K3 power domainsTero Kristo5-3/+206
2021-06-09power: domain: Introduce driver for raw TI K3 PDsTero Kristo4-0/+452
2021-06-09clk: add support for TI K3 SoC clocksTero Kristo4-0/+549
2021-06-09clk: add support for TI K3 SoC PLLTero Kristo4-0/+311
2021-06-09clk: fix set_rate to clean up cached rates for the hierarchyTero Kristo1-0/+19
2021-06-09clk: fix assigned-clocks to pass with deferring providerTero Kristo1-0/+18
2021-06-09clk: sci-clk: fix return value of set_rateTero Kristo1-2/+4
2021-06-09clk: add support for setting clk rate from cmdlineTero Kristo1-2/+51
2021-06-09clk: do not attempt to fetch clock pointer with null deviceTero Kristo1-0/+2
2021-06-09clk: fix clock tree dump to properly dump out every registered clockTero Kristo1-8/+19
2021-06-09clk: fixed_rate: add API for directly registering fixed rate clocksTero Kristo2-0/+48
2021-06-09common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla10-10/+20
2021-06-09remoteproc: k3-r5: remove sysfw PM calls if not supportedTero Kristo1-0/+9
2021-06-09arm: mach-k3: introduce new config option for sysfw splitTero Kristo1-0/+11
2021-06-09lib: rational: copy the rational fraction lib routines from LinuxTero Kristo4-0/+128
2021-06-09rtc: davinci: fix date loaded on resetDario Binacchi1-0/+10
2021-06-09rtc: davinci: add driver model supportDario Binacchi1-61/+367
2021-06-09arm: dts: sync rtc node of am335x boards with Linux 5.9-rc7Dario Binacchi4-0/+21
2021-06-09rtc: davinci: use unlock/lock mechanismDario Binacchi1-0/+14
2021-06-09rtc: davinci: check BUSY bit before set TC registersDario Binacchi1-9/+36
2021-06-09rtc: davinci: replace 32bit access with 8bit accessDario Binacchi1-16/+16
2021-06-09rtc: davinci: fix compiler errorsDario Binacchi1-3/+8