aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/tegra (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-16soc/tegra: pmc: Fix incorrect DPD requestVince Hsu1-20/+8
2016-06-30soc/tegra: pmc: Enable XUSB partitions on bootJon Hunter1-0/+12
2016-06-30soc/tegra: pmc: Initialise power partitions earlyJon Hunter1-9/+17
2016-06-30soc/tegra: pmc: Add specific error messagesJon Hunter1-9/+21
2016-06-30soc/tegra: pmc: Use whitespace more consistentlyThierry Reding1-0/+6
2016-06-30soc/tegra: pmc: Don't probe PMC if early initialisation failsJon Hunter1-0/+8
2016-06-30soc/tegra: pmc: Add missing of_node_put()Jon Hunter1-0/+4
2016-06-30soc/tegra: pmc: Ensure mutex is always initialisedJon Hunter1-2/+2
2016-06-30soc/tegra: pmc: Don't populate SoC data until register space is mappedJon Hunter1-2/+2
2016-06-30soc/tegra: pmc: Fix early initialisation of PMCJon Hunter1-16/+18
2016-06-30soc/tegra: pmc: Ensure powergate is available when powering onJon Hunter1-0/+3
2016-06-30soc/tegra: pmc: Initialise resets associated with a power partitionJon Hunter1-4/+14
2016-06-10soc/tegra: pmc: Use register definitions instead of magic valuesThierry Reding1-3/+13
2016-05-18Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-105/+508
2016-04-29soc/tegra: pmc: Add generic PM domain supportJon Hunter1-61/+424
2016-04-12ARM: tegra: Remove redundant ARM_L1_CACHE_SHIFT_6 selectMasahiro Yamada1-2/+0
2016-04-05soc/tegra: pmc: Wait for powergate state to changeJon Hunter1-1/+8
2016-04-05soc/tegra: pmc: Ensure GPU partition can be toggled on/off by PMCJon Hunter1-1/+7
2016-04-05soc/tegra: pmc: Remove additional check for a valid partitionJon Hunter1-2/+4
2016-04-05soc/tegra: pmc: Fix verification of valid partitionsJon Hunter1-4/+9
2016-04-05soc/tegra: pmc: Fix testing of powergate stateJon Hunter1-8/+9
2016-04-05soc/tegra: pmc: Change powergate and rail IDs to be an unsigned typeJon Hunter1-18/+18
2016-04-05soc/tegra: pmc: Protect public functions from potential race conditionsJon Hunter1-14/+33
2016-04-05soc/tegra: pmc: Restore base address on probe failureJon Hunter1-6/+8
2016-04-05soc/tegra: pmc: Remove non-existing L2 partition for Tegra124Jon Hunter1-1/+0
2016-04-05soc/tegra: pmc: Remove non-existing power partitions for Tegra210Jon Hunter1-4/+0
2016-04-05soc/tegra: pmc: Remove debugfs entry on probe failureJon Hunter1-5/+6
2016-04-05soc/tegra: pmc: Fix sparse warning for tegra_pmc_init_tsense_reset()Jon Hunter1-1/+1
2016-04-05soc/tegra: pmc: Add missing structure members to kernel-docJon Hunter1-0/+2
2015-11-24ARM: tegra: select USB_ULPI from EHCI rather than platformArnd Bergmann1-4/+0
2015-11-24soc/tegra: Add Tegra210 supportThierry Reding1-0/+18
2015-11-24soc/tegra: Provide per-SoC Kconfig symbolsThierry Reding1-0/+69
2015-08-13soc/tegra: pmc: Use existing pclk referenceThierry Reding1-9/+7
2015-08-13soc/tegra: pmc: Remove unnecessary return statementThierry Reding1-1/+0
2015-08-13soc: tegra: Remove redundant $(CONFIG_ARCH_TEGRA) in MakefileMasahiro Yamada1-3/+3
2015-07-16soc/tegra: fuse: Add spare bit offset for Tegra210Thierry Reding1-0/+1
2015-07-16soc/tegra: fuse: Add spare bit offset for Tegra124Thierry Reding1-0/+1
2015-07-16soc/tegra: fuse: Add spare bit offset for Tegra114Thierry Reding1-0/+1
2015-07-16soc/tegra: fuse: Rename core_* to soc_*Thierry Reding7-44/+44
2015-07-16soc/tegra: fuse: Add Tegra210 supportThierry Reding5-1/+212
2015-07-16soc/tegra: fuse: Unify Tegra20 and Tegra30 driversThierry Reding10-367/+413
2015-07-16soc/tegra: fuse: Restrict legacy code to 32-bit ARMThierry Reding1-9/+58
2015-07-16soc/tegra: pmc: Add Tegra210 supportThierry Reding1-0/+48
2015-07-16soc/tegra: pmc: Restrict legacy code to 32-bit ARMThierry Reding1-15/+41
2015-07-16soc/tegra: pmc: Avoid usage of uninitialized variableThierry Reding1-2/+2
2015-07-16soc/tegra: Add Tegra210 supportThierry Reding1-0/+1
2015-07-16soc/tegra: Add Tegra132 supportThierry Reding1-0/+1
2015-07-02Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2015-06-26Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+21
2015-06-16drivers/soc: Convert non-modular tegra/pmc to use builtin_platform_driverPaul Gortmaker1-1/+1