summaryrefslogtreecommitdiffstats
path: root/drivers/soc/tegra
AgeCommit message (Expand)AuthorLines
2016-05-18Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-105/+508
2016-04-29soc/tegra: pmc: Add generic PM domain supportJon Hunter-61/+424
2016-04-12ARM: tegra: Remove redundant ARM_L1_CACHE_SHIFT_6 selectMasahiro Yamada-2/+0
2016-04-05soc/tegra: pmc: Wait for powergate state to changeJon Hunter-1/+8
2016-04-05soc/tegra: pmc: Ensure GPU partition can be toggled on/off by PMCJon Hunter-1/+7
2016-04-05soc/tegra: pmc: Remove additional check for a valid partitionJon Hunter-2/+4
2016-04-05soc/tegra: pmc: Fix verification of valid partitionsJon Hunter-4/+9
2016-04-05soc/tegra: pmc: Fix testing of powergate stateJon Hunter-8/+9
2016-04-05soc/tegra: pmc: Change powergate and rail IDs to be an unsigned typeJon Hunter-18/+18
2016-04-05soc/tegra: pmc: Protect public functions from potential race conditionsJon Hunter-14/+33
2016-04-05soc/tegra: pmc: Restore base address on probe failureJon Hunter-6/+8
2016-04-05soc/tegra: pmc: Remove non-existing L2 partition for Tegra124Jon Hunter-1/+0
2016-04-05soc/tegra: pmc: Remove non-existing power partitions for Tegra210Jon Hunter-4/+0
2016-04-05soc/tegra: pmc: Remove debugfs entry on probe failureJon Hunter-5/+6
2016-04-05soc/tegra: pmc: Fix sparse warning for tegra_pmc_init_tsense_reset()Jon Hunter-1/+1
2016-04-05soc/tegra: pmc: Add missing structure members to kernel-docJon Hunter-0/+2
2015-11-24ARM: tegra: select USB_ULPI from EHCI rather than platformArnd Bergmann-4/+0
2015-11-24soc/tegra: Add Tegra210 supportThierry Reding-0/+18
2015-11-24soc/tegra: Provide per-SoC Kconfig symbolsThierry Reding-0/+69
2015-08-13soc/tegra: pmc: Use existing pclk referenceThierry Reding-9/+7
2015-08-13soc/tegra: pmc: Remove unnecessary return statementThierry Reding-1/+0
2015-08-13soc: tegra: Remove redundant $(CONFIG_ARCH_TEGRA) in MakefileMasahiro Yamada-3/+3
2015-07-16soc/tegra: fuse: Add spare bit offset for Tegra210Thierry Reding-0/+1
2015-07-16soc/tegra: fuse: Add spare bit offset for Tegra124Thierry Reding-0/+1
2015-07-16soc/tegra: fuse: Add spare bit offset for Tegra114Thierry Reding-0/+1
2015-07-16soc/tegra: fuse: Rename core_* to soc_*Thierry Reding-44/+44
2015-07-16soc/tegra: fuse: Add Tegra210 supportThierry Reding-1/+212
2015-07-16soc/tegra: fuse: Unify Tegra20 and Tegra30 driversThierry Reding-367/+413
2015-07-16soc/tegra: fuse: Restrict legacy code to 32-bit ARMThierry Reding-9/+58
2015-07-16soc/tegra: pmc: Add Tegra210 supportThierry Reding-0/+48
2015-07-16soc/tegra: pmc: Restrict legacy code to 32-bit ARMThierry Reding-15/+41
2015-07-16soc/tegra: pmc: Avoid usage of uninitialized variableThierry Reding-2/+2
2015-07-16soc/tegra: Add Tegra210 supportThierry Reding-0/+1
2015-07-16soc/tegra: Add Tegra132 supportThierry Reding-0/+1
2015-07-02Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/li...Linus Torvalds-1/+1
2015-06-26Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+21
2015-06-16drivers/soc: Convert non-modular tegra/pmc to use builtin_platform_driverPaul Gortmaker-1/+1
2015-05-04soc/tegra: pmc: move to using a restart handlerDavid Riley-6/+17
2015-05-04soc/tegra: fuse: Add RAM code reader helperMikko Perttunen-0/+21
2015-05-04soc/tegra: Watch wait_for_completion_timeout() return typeNicholas Mc Guire-2/+4
2015-01-23soc: tegra: Add thermal reset (thermtrip) support to PMCMikko Perttunen-0/+103
2015-01-09soc/tegra: pmc: Add Tegra132 supportThierry Reding-4/+10
2015-01-09soc/tegra: fuse: Add Tegra132 supportThierry Reding-0/+2
2015-01-09soc/tegra: fuse: Constify tegra_fuse_info structuresThierry Reding-4/+4
2015-01-09soc/tegra: pmc: restrict compilation of suspend-related support to ARMPaul Walmsley-2/+5
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-0/+1
2014-12-02soc/tegra: fuse: export tegra_sku_infoVince Hsu-0/+1
2014-10-20soc: tegra: fuse: drop owner assignment from platform_driversWolfram Sang-2/+0
2014-07-17ARM: tegra: Convert PMC to a driverThierry Reding-0/+958
2014-07-17soc/tegra: fuse: Set up in early initcallThierry Reding-4/+14