summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra
AgeCommit message (Expand)Author
2019-08-11env: Move env_set_hex() to env.hSimon Glass
2019-08-09apalis-tk1: remove non-essential power rails on bootDominik Sliwa
2019-08-09apalis-tk1/t30: colibri_t30: display reset reasonDominik Sliwa
2019-07-10arm64: add an option to switch visibility of CONFIG_SYS_INIT_SP_BSS_OFFSETMasahiro Yamada
2019-06-05ARM: tegra: Enable position independent build for 64-bitThierry Reding
2019-06-05ARM: tegra: Import cbootargs value from cboot DTBThierry Reding
2019-06-05ARM: tegra: Implement cboot_get_ethaddr()Thierry Reding
2019-06-05ARM: tegra: Implement cboot_save_boot_params() in CThierry Reding
2019-06-05ARM: tegra: Unify Tegra186 buildsThierry Reding
2019-06-05ARM: tegra: Workaround UDC boot issues only if necessaryThierry Reding
2019-06-05ARM: tegra: Support TZ-only access to PMCThierry Reding
2019-06-05ARM: tegra: Fix save_boot_params() prototypeThierry Reding
2019-06-05ARM: tegra: Guard powergate code with a Kconfig symbolThierry Reding
2019-06-05ARM: tegra: Guard pin controller code with a Kconfig symbolThierry Reding
2019-06-05ARM: tegra: Guard memory controller code with a Kconfig symbolThierry Reding
2019-06-05ARM: tegra: Guard GP pad control code with a Kconfig symbolThierry Reding
2019-06-05ARM: tegra: Guard clock code with a Kconfig symbolThierry Reding
2019-06-05ARM: tegra: Use common header for PMU declarationsThierry Reding
2019-06-05ARM: tegra: Remove disp1 clock initialization on Tegra210Thierry Reding
2019-06-05ARM: tegra: Fix mux type for disp1 and disp2 clocks on Tegra210Thierry Reding
2019-05-24tegra: Add a delay in clock_start_periph_pll()Simon Glass
2019-05-24tegra: Correct tegra124 clock nameSimon Glass
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner
2019-01-24arm64: zynqmp: Move SoC sources to mach-zynqmpMichal Simek
2018-11-20linux/sizes.h: sync from kernelBaruch Siach
2018-09-23ARM: tegra: reserve unmapped RAM so EFI doesn't use itStephen Warren
2018-08-21ARM: tegra: avoid more operations in non-secure worldStephen Warren
2018-08-01ARM: tegra: align carveout sizeStephen Warren
2018-07-30Kconfig: Sort bool, default, select and imply optionsMichal Simek
2018-07-30dm: Change CMD_DM enablingMichal Simek
2018-07-30Kconfig: Sort bool, default, select and imply optionsMichal Simek
2018-07-26ARM: tegra: avoid using secure carveout RAMStephen Warren
2018-07-26ARM: tegra: implement RAM repairBibek Basu
2018-07-26Revert "tegra: Introduce SRAM repair on tegra124"Stephen Warren
2018-05-07arm: v7: Kconfig: Rename CPU_V7 as CPU_V7ALokesh Vutla
2018-05-07tegra: psci: save context id in cpu_on commandPatrick Delaunay
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-27Convert CONFIG_SPI to KconfigAdam Ford
2018-01-29aes: Allow non-zero initialization vectorАндрей Мозжухин
2018-01-12ARM: Tegra186: calculate load addresses at bootStephen Warren
2018-01-12ARM: Tegra186: don't map memory not in RAM banksStephen Warren
2018-01-12ARM: Tegra186: search for best RAM bankStephen Warren
2018-01-12ARM: Tegra186: mem parsing fixes from downstreamStephen Warren
2018-01-12ARM: tegra: use LINUX_KERNEL_IMAGE_HEADERStephen Warren
2018-01-12ARM: tegra: use CONFIG_SYS_INIT_SP_BSS_OFFSETStephen Warren
2017-12-12binman: tegra: Convert to use binmanSimon Glass
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-09-11dm: core: Add ofnode_for_each_subnode()Simon Glass
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass