summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-12board: ti: am64x: Add support for detecting multiple device treesLokesh Vutla1-4/+9
2021-05-12board: ti: am64x: Enable support for reading EEPROM in R5 SPLLokesh Vutla1-0/+3
2021-05-12board: ti: am64x: Add support for reading eeprom dataLokesh Vutla2-0/+95
2021-05-12soc: ti: k3-socinfo: Add entry for AM64X SoC familyLokesh Vutla1-0/+4
2021-05-12configs: am64x_evm_r5: Enable GPIO regulatorNishanth Menon1-0/+8
2021-05-12arm: dts: k3-am642-r5-evm: Add GPIO DDR VTT regulatorNishanth Menon1-0/+28
2021-05-12arm: dts: k3-am64-main: Add GPIO nodesNishanth Menon1-0/+44
2021-05-12arm: mach-k3: am642: Add support for triggering ddr init from SPLDave Gerlach2-0/+9
2021-05-12arm: dts: k3-am642: Add ddr nodeDave Gerlach3-0/+4394
2021-05-12ram: k3-ddrss: Enable vtt regulator if presentLokesh Vutla1-0/+14
2021-05-12ram: k3-ddrss: Introduce support for AM642 SoCsDave Gerlach20-0/+23490
2021-05-12ram: k3-ddrss: Introduce common driver with J7 SoC supportDave Gerlach27-3849/+3675
2021-05-12ram: k3-ddrss: Introduce top-level CONFIG_K3_DDRSSDave Gerlach3-4/+13
2021-05-12ram: k3-j721e: Rename to k3-ddrssDave Gerlach20-1/+1
2021-05-12ram: k3-j721e: lpddr4_ctl_regs: Fix checkpatch issue for typesDave Gerlach1-1514/+1514
2021-05-12ram: k3-j721e: lpddr4_pi_macros: Fix indentation issuesDave Gerlach1-2801/+2801
2021-05-12ram: k3-j721e: lpddr4_phy_core_macros: Fix indentation issuesDave Gerlach1-694/+694
2021-05-12ram: k3-j721e: lpddr4_ddr_controller_macros: Fix indentation issuesDave Gerlach1-3681/+3681
2021-05-12ram: k3-j721e: lpddr4_data_slice_3_macros: Fix indentation issuesDave Gerlach1-677/+677
2021-05-12ram: k3-j721e: lpddr4_data_slice_2_macros: Fix indentation issuesDave Gerlach1-677/+677
2021-05-12ram: k3-j721e: lpddr4_data_slice_1_macros: Fix indentation issuesDave Gerlach1-677/+677
2021-05-12ram: k3-j721e: lpddr4_data_slice_0_macros: Fix indentation issuesDave Gerlach1-717/+717
2021-05-12ram: k3-j721e: lpddr4_address_slice_0_macros: Fix indentation issuesDave Gerlach1-167/+167
2021-05-12dt-bindings: memory-controller: Add K3 AM64 DDRSS compatibleDave Gerlach1-1/+2
2021-05-12configs: am64x_evm_a53: Add Initial supportDave Gerlach2-0/+97
2021-05-12configs: am64x_evm_r5: Add Initial supportDave Gerlach2-0/+98
2021-05-12arm: dts: k3-am642: Add r5 specific dt supportDave Gerlach3-1/+229
2021-05-12arm: dts: k3-am642: Add initial support for EVMDave Gerlach2-0/+247
2021-05-12arm: dts: ti: Add Support for AM642 SoCDave Gerlach4-0/+649
2021-05-12dt-bindings: pinctrl: k3: Introduce pinmux definitions for AM64Dave Gerlach1-1/+4
2021-05-12board: ti: am64x: Add board support for am64x evmDave Gerlach5-0/+215
2021-05-12mailbox: k3-sec-proxy: Extend valid thread IDsDave Gerlach1-9/+1
2021-05-12mmc: sdhci_am654: Add Support for TI's AM642 SoCDave Gerlach1-0/+18
2021-05-12armv8: mach-k3: am642: Add custom MMU supportKeerthy1-0/+41
2021-05-12arm: mach-k3: am642: Shut down R5 core after ATF startup on A53Suman Anna1-0/+51
2021-05-12arm: mach-k3: am642: Use mmc start and stop callbacksDave Gerlach1-1/+33
2021-05-12arm: mach-k3: am642: Load SYSFW binary and config from boot mediaDave Gerlach1-0/+37
2021-05-12arm: mach-k3: am642: Store boot info from ROMDave Gerlach2-0/+23
2021-05-12arm: mach-k3: am642: Unlock all applicable control MMR registersDave Gerlach2-4/+22
2021-05-12arm: mach-k3: am642: Add support for boot device detectionKeerthy5-0/+198
2021-05-12arm: mach-k3: Add basic support for AM642 SoC definitionDave Gerlach3-4/+39
2021-05-12Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi9-141/+15
2021-05-12clk: ti: am3-dpll: use custom API for memory accessDario Binacchi1-33/+53
2021-05-12clk: ti: gate: use custom API for memory accessDario Binacchi1-11/+12
2021-05-12clk: ti: change clk_ti_latch() signatureDario Binacchi4-24/+28
2021-05-12clk: ti: add custom API for memory accessDario Binacchi2-0/+98
2021-05-11Merge tag 'u-boot-imx-20210502' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini79-260/+16163
2021-05-11configs: Resync with savedefconfigTom Rini538-545/+0
2021-05-11Merge branch 'finish-DM_MMC-migration'Tom Rini25-373/+29
2021-05-11DM: DM_MMC migration is now mandatory for non-SPLTom Rini14-3/+24