summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra
AgeCommit message (Expand)AuthorFilesLines
2016-09-27mmc: tegra: move pad_init_mmc() into MMC driverStephen Warren2-34/+0
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2-2/+2
2016-09-17Convert CONFIG_SPL_SERIAL_SUPPORT to KconfigSimon Glass1-0/+3
2016-09-17Convert CONFIG_SPL_LIBGENERIC_SUPPORT to KconfigSimon Glass1-0/+3
2016-09-17Convert CONFIG_SPL_LIBCOMMON_SUPPORT to KconfigSimon Glass1-0/+3
2016-09-17Convert CONFIG_SPL_GPIO_SUPPORT to KconfigSimon Glass1-0/+3
2016-09-07ARM: armv7: move CONFIG_ARMV7_PSCI to KconfigMasahiro Yamada1-0/+1
2016-09-07ARM: tegra: remove wrong dependency on SPL_BUILDMasahiro Yamada1-2/+2
2016-09-01ARM: tegra: Add support for TK1-SOM board from Colorado EngineeringPeter Chubb1-0/+12
2016-08-15ARM: tegra: reduce CSITE clock from 204M to 136MBryan Wu1-1/+1
2016-08-15ARM: tegra: move ft_system_setup()Stephen Warren4-31/+35
2016-08-15reset: add Tegra186 reset driverStephen Warren1-0/+2
2016-08-15clock: add Tegra186 clock driverStephen Warren1-0/+2
2016-08-15misc: add Tegra BPMP driverStephen Warren1-0/+2
2016-08-06Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-1/+6
2016-08-05ARM: Rework and correct barrier definitionsTom Rini1-1/+2
2016-08-04ARM: tegra: call tegra_board_init on Tegra186Stephen Warren1-1/+6
2016-07-21ARM: tegra: pick up actual memory sizeStephen Warren4-12/+110
2016-07-21ARM: tegra: add IVC protocol implementationStephen Warren3-0/+563
2016-07-21ARM: tegra: unify Tegra186 Makefile a bitStephen Warren2-9/+6
2016-07-19Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-2/+4
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day1-1/+1
2016-07-15armv8: mmu: Add support of non-identical mappingYork Sun1-2/+4
2016-07-15ARM: PSCI: Switch to per-CPU target PC storage in secure data sectionChen-Yu Tsai1-5/+6
2016-07-15ARM: PSCI: Remove unused psci_text_end symbolChen-Yu Tsai1-2/+0
2016-07-15ARM: PSCI: Split out common stack setup code from psci_arch_initChen-Yu Tsai1-3/+0
2016-06-20mailbox: add Tegra186 HSP driverStephen Warren1-0/+2
2016-05-31ARM: tegra: add p2771-0000 board supportStephen Warren1-0/+10
2016-05-31ARM: tegra: add core Tegra186 supportStephen Warren5-0/+87
2016-05-31ARM: tegra: convert CONFIG_TEGRA_GPIO to KconfigStephen Warren1-0/+2
2016-05-04ARM: tegra: enable GPU node by compatible valueStephen Warren2-14/+21
2016-03-29ARM: tegra210: set PLLE_PTS bit when enabling PLLEStephen Warren1-0/+2
2016-03-15tegra: Replace home grown mmu code with generic table approachAlexander Graf1-115/+17
2016-02-17video: tegra: Correct a Kconfig warning with VIDCONSOLE_AS_LCDSimon Glass1-1/+1
2016-02-16tegra: video: Clean up the old LCD/PWM driver codeSimon Glass3-115/+2
2016-02-16tegra: video: Move LCD driver to use the DM PWM driverSimon Glass1-0/+1
2016-02-16tegra: video: Merge the display driver into one fileSimon Glass2-380/+0
2016-02-16tegra: video: Rename CONFIG_VIDEO_TEGRA to CONFIG_VIDEO_TEGRA20Simon Glass1-1/+1
2016-02-16tegra: Allow CONFIG_DM_VIDEO to be used as well as CONFIG_LCDSimon Glass1-2/+6
2016-02-16tegra: Allow driver model to be used for the PWMSimon Glass1-1/+2
2016-02-11video: tegra: Enable the 'lcd' env variable work-aroundSimon Glass1-0/+1
2016-01-29ARM: tegra: shut down USB device controller at bootStephen Warren2-1/+22
2016-01-25bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada1-0/+1
2016-01-19Add more SPDX-License-Identifier tagsTom Rini8-88/+8
2016-01-12dm: tegra: net: Convert tegra boards to driver model for EthernetSimon Glass1-0/+1
2015-12-06dm: tegra: Provide serial platform data for SPLSimon Glass1-1/+1
2015-12-01dm: pci: Disable PCI compatibility functions by defaultSimon Glass1-0/+1
2015-12-01dm: tegra: pci: Convert tegra boards to driver model for PCISimon Glass2-0/+5
2015-12-01ARM: tegra: refactor common Kconfig optionsStephen Warren1-18/+20
2015-11-22ns16550: unify serial_tegraThomas Chou1-0/+14