summaryrefslogtreecommitdiff
path: root/drivers/soc/tegra
AgeCommit message (Expand)Author
2019-02-12soc/tegra: Don't leak device tree node referenceYangtao Li
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
2017-10-19soc/tegra: bpmp: Check BPMP response return codeTimo Alho
2017-08-23soc/tegra: fuse: Add missing semi-colonThierry Reding
2017-08-23soc/tegra: Restrict SoC device registration to TegraThierry Reding
2017-08-17soc/tegra: Register SoC deviceThierry Reding
2017-07-31soc/tegra: Fix bad of_node_put() in powergate initTuomas Tynkkynen
2017-06-13soc/tegra: flowctrl: Fix error handlingChristophe Jaillet
2017-06-13soc/tegra: bpmp: Implement generic PM domainsThierry Reding
2017-04-04soc/tegra: Add initial flowctrl support for Tegra132/210Jon Hunter
2017-04-04soc/tegra: flowctrl: Add basic platform driverJon Hunter
2017-04-04soc/tegra: Move Tegra flowctrl driverJon Hunter
2017-04-04soc: tegra: make fuse-tegra explicitly non-modularPaul Gortmaker
2017-04-04soc/tegra: Implement Tegra186 PMC supportThierry Reding
2016-11-15soc/tegra: pmc: Use consistent naming for PM domainsThierry Reding
2016-11-15soc/tegra: pmc: Remove genpd when adding provider failsJon Hunter
2016-11-15soc/tegra: pmc: Check return code for pm_genpd_init()Jon Hunter
2016-11-15soc/tegra: pmc: Clean-up I/O rail error messagesThierry Reding
2016-11-15soc/tegra: pmc: Simplify IO rail bit handlingJon Hunter
2016-11-15soc/tegra: pmc: Guard against uninitialised PMC clockJon Hunter
2016-11-15soc/tegra: pmc: Add I/O pad voltage supportLaxman Dewangan
2016-11-15soc/tegra: pmc: Use consistent ordering of bit definitionsThierry Reding
2016-11-15soc/tegra: pmc: Correct type of variable for tegra_pmc_readl()Laxman Dewangan
2016-11-15soc/tegra: pmc: Use BIT macro for register field definitionLaxman Dewangan