aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra
AgeCommit message (Expand)AuthorFilesLines
2019-08-09apalis-tk1: remove non-essential power rails on bootDominik Sliwa1-0/+45
2019-08-09apalis-tk1/t30: colibri_t30: display reset reasonDominik Sliwa1-10/+22
2019-07-10arm64: add an option to switch visibility of CONFIG_SYS_INIT_SP_BSS_OFFSETMasahiro Yamada3-6/+1
2019-06-05ARM: tegra: Enable position independent build for 64-bitThierry Reding1-0/+1
2019-06-05ARM: tegra: Import cbootargs value from cboot DTBThierry Reding1-0/+47
2019-06-05ARM: tegra: Implement cboot_get_ethaddr()Thierry Reding1-17/+80
2019-06-05ARM: tegra: Implement cboot_save_boot_params() in CThierry Reding3-21/+13
2019-06-05ARM: tegra: Unify Tegra186 buildsThierry Reding8-234/+234
2019-06-05ARM: tegra: Workaround UDC boot issues only if necessaryThierry Reding1-0/+1
2019-06-05ARM: tegra: Support TZ-only access to PMCThierry Reding8-64/+126
2019-06-05ARM: tegra: Fix save_boot_params() prototypeThierry Reding1-1/+2
2019-06-05ARM: tegra: Guard powergate code with a Kconfig symbolThierry Reding2-1/+6
2019-06-05ARM: tegra: Guard pin controller code with a Kconfig symbolThierry Reding4-1/+14
2019-06-05ARM: tegra: Guard memory controller code with a Kconfig symbolThierry Reding2-0/+12
2019-06-05ARM: tegra: Guard GP pad control code with a Kconfig symbolThierry Reding3-1/+8
2019-06-05ARM: tegra: Guard clock code with a Kconfig symbolThierry Reding4-3/+18
2019-06-05ARM: tegra: Use common header for PMU declarationsThierry Reding2-2/+2
2019-06-05ARM: tegra: Remove disp1 clock initialization on Tegra210Thierry Reding1-1/+0
2019-06-05ARM: tegra: Fix mux type for disp1 and disp2 clocks on Tegra210Thierry Reding1-5/+5
2019-05-24tegra: Add a delay in clock_start_periph_pll()Simon Glass1-0/+1
2019-05-24tegra: Correct tegra124 clock nameSimon Glass1-1/+1
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-1/+1
2019-01-24arm64: zynqmp: Move SoC sources to mach-zynqmpMichal Simek1-1/+1
2018-11-20linux/sizes.h: sync from kernelBaruch Siach1-2/+1
2018-09-23ARM: tegra: reserve unmapped RAM so EFI doesn't use itStephen Warren1-0/+14
2018-08-21ARM: tegra: avoid more operations in non-secure worldStephen Warren2-8/+19
2018-08-01ARM: tegra: align carveout sizeStephen Warren1-1/+1
2018-07-30Kconfig: Sort bool, default, select and imply optionsMichal Simek1-2/+2
2018-07-30dm: Change CMD_DM enablingMichal Simek1-0/+1
2018-07-30Kconfig: Sort bool, default, select and imply optionsMichal Simek1-4/+4
2018-07-26ARM: tegra: avoid using secure carveout RAMStephen Warren1-0/+4
2018-07-26ARM: tegra: implement RAM repairBibek Basu1-2/+40
2018-07-26Revert "tegra: Introduce SRAM repair on tegra124"Stephen Warren1-19/+1
2018-05-07arm: v7: Kconfig: Rename CPU_V7 as CPU_V7ALokesh Vutla1-1/+1
2018-05-07tegra: psci: save context id in cpu_on commandPatrick Delaunay1-1/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini63-133/+66
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2-4/+0
2018-04-27Convert CONFIG_SPI to KconfigAdam Ford1-0/+1
2018-01-29aes: Allow non-zero initialization vectorАндрей Мозжухин1-2/+5
2018-01-12ARM: Tegra186: calculate load addresses at bootStephen Warren1-1/+264
2018-01-12ARM: Tegra186: don't map memory not in RAM banksStephen Warren2-26/+55
2018-01-12ARM: Tegra186: search for best RAM bankStephen Warren1-19/+69
2018-01-12ARM: Tegra186: mem parsing fixes from downstreamStephen Warren1-7/+13
2018-01-12ARM: tegra: use LINUX_KERNEL_IMAGE_HEADERStephen Warren1-0/+6
2018-01-12ARM: tegra: use CONFIG_SYS_INIT_SP_BSS_OFFSETStephen Warren2-0/+6
2017-12-12binman: tegra: Convert to use binmanSimon Glass1-0/+1
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada7-25/+25
2017-09-11dm: core: Add ofnode_for_each_subnode()Simon Glass1-6/+2
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-08-16env: Rename common functions related to setenv()Simon Glass1-1/+1