aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/tegra
AgeCommit message (Expand)Author
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2019-02-23soc/tegra: default select TEGRA_TIMER for Tegra210Joseph Lo
2019-01-25soc/tegra: pmc: Support systems where PMC is marked secureMikko Perttunen
2019-01-25soc/tegra: pmc: Explicitly initialize all fieldsThierry Reding
2019-01-25soc/tegra: pmc: Make alignment consistentThierry Reding
2019-01-25soc/tegra: pmc: Pass struct tegra_pmc * where possibleThierry Reding
2019-01-25soc/tegra: pmc: Make tegra_powergate_is_powered() a local functionJon Hunter
2019-01-25soc/tegra: pmc: Add missing kerneldocThierry Reding
2019-01-25soc/tegra: pmc: Sort includes alphabeticallyThierry Reding
2019-01-25soc/tegra: pmc: Use TEGRA186_ prefix for GPIO namesThierry Reding
2019-01-25soc/tegra: fuse: Fix typo in tegra210_init_speedo_dataJoseph Lo
2019-01-25soc/tegra: fuse: Fix illegal free of IO base addressTimo Alho
2018-12-31Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-12-14soc/tegra: pmc: Drop SMP dependency from CPU APIsJon Hunter
2018-11-28soc/tegra: pmc: Add initial Tegra194 wake eventsThierry Reding
2018-11-28soc/tegra: pmc: Add initial Tegra186 wake eventsThierry Reding
2018-11-28soc/tegra: pmc: Add wake event supportThierry Reding
2018-11-28soc/tegra: pmc: Add Tegra194 supportThierry Reding
2018-11-22soc/tegra: pmc: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li
2018-11-22soc/tegra: Don't leak device tree node referenceYangtao Li
2018-11-08soc/tegra: pmc: Drop locking from tegra_powergate_is_powered()Dmitry Osipenko
2018-11-08soc/tegra: pmc: Add sysfs entries for reset infoSandipan Patra
2018-11-08soc/tegra: pmc: Don't power-up XUSB power-domainsJon Hunter
2018-10-29Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-10-04soc: Convert to using %pOFn instead of device_node.nameRob Herring
2018-08-27soc/tegra: pmc: Implement pad configuration via pinctrlAapo Vienamo
2018-08-27soc/tegra: pmc: Remove public pad voltage APIsAapo Vienamo
2018-08-27soc/tegra: pmc: Use X macro to generate IO pad tablesAapo Vienamo
2018-08-27soc/tegra: pmc: Implement tegra_io_pad_is_powered()Aapo Vienamo
2018-08-27soc/tegra: pmc: Factor out DPD register bit calculationAapo Vienamo
2018-08-27soc/tegra: pmc: Fix pad voltage configuration for Tegra186Aapo Vienamo
2018-08-27soc/tegra: pmc: Fix child-node lookupJohan Hovold
2018-06-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2018-05-08soc/tegra: pmc: Don't allocate struct tegra_powergate on stackViresh Kumar
2018-05-02soc/tegra: pmc: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven
2018-03-19soc/tegra: pmc: Use the new reset APIs to manage reset controllersVivek Gautam
2018-03-08soc/tegra: pmc: Pass PMC to tegra_powergate_power_up()Thierry Reding
2018-03-08soc/tegra: pmc: MBIST work around for Tegra210Peter De Schrijver
2018-03-08soc/tegra: pmc: Add Tegra194 compatibility stringMikko Perttunen
2018-03-08soc/tegra: Add Tegra194 SoC configuration optionMikko Perttunen
2017-12-21soc/tegra: fuse: Explicitly request DMA channel from APB DMA driverDmitry Osipenko
2017-12-21soc/tegra: fuse: Fix reading registers using DMA on Tegra20Dmitry Osipenko
2017-12-13soc/tegra: pmc: Consolidate Tegra186 supportThierry Reding
2017-12-13soc/tegra: pmc: Parameterize driverThierry Reding
2017-12-13soc/tegra: fuse: Add Tegra186 chip ID supportThierry Reding
2017-12-13soc/tegra: fuse: Warn if accessing unmapped registersThierry Reding
2017-12-13soc/tegra: fuse: Move register mapping checkThierry Reding
2017-12-13soc/tegra: fuse: Add Tegra186 supportTimo Alho
2017-11-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman