summaryrefslogtreecommitdiff
path: root/drivers/soc/tegra
AgeCommit message (Expand)AuthorFilesLines
2020-12-30soc/tegra: fuse: Fix index bug in get_process_idNicolin Chen1-1/+1
2020-03-05soc/tegra: fuse: Fix build with Tegra194 configurationThierry Reding1-1/+2
2020-02-24soc/tegra: fuse: Correct straps' address for older Tegra124 device treesDmitry Osipenko1-1/+1
2019-11-20soc/tegra: pmc: Fix pad voltage configuration for Tegra186Aapo Vienamo1-16/+39
2019-04-20soc/tegra: pmc: Drop locking from tegra_powergate_is_powered()Dmitry Osipenko1-7/+1
2019-04-05soc/tegra: fuse: Fix illegal free of IO base addressTimo Alho1-3/+9
2019-02-12soc/tegra: Don't leak device tree node referenceYangtao Li1-1/+5
2018-11-13soc/tegra: pmc: Fix child-node lookupJohan Hovold1-1/+1
2018-06-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-1/+2
2018-05-08soc/tegra: pmc: Don't allocate struct tegra_powergate on stackViresh Kumar1-7/+13
2018-05-02soc/tegra: pmc: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven1-1/+2
2018-03-19soc/tegra: pmc: Use the new reset APIs to manage reset controllersVivek Gautam1-74/+18
2018-03-08soc/tegra: pmc: Pass PMC to tegra_powergate_power_up()Thierry Reding1-0/+1
2018-03-08soc/tegra: pmc: MBIST work around for Tegra210Peter De Schrijver1-0/+12
2018-03-08soc/tegra: pmc: Add Tegra194 compatibility stringMikko Perttunen1-0/+1
2018-03-08soc/tegra: Add Tegra194 SoC configuration optionMikko Perttunen1-0/+10
2017-12-21soc/tegra: fuse: Explicitly request DMA channel from APB DMA driverDmitry Osipenko1-1/+8
2017-12-21soc/tegra: fuse: Fix reading registers using DMA on Tegra20Dmitry Osipenko2-1/+4
2017-12-13soc/tegra: pmc: Consolidate Tegra186 supportThierry Reding4-175/+131
2017-12-13soc/tegra: pmc: Parameterize driverThierry Reding1-54/+121
2017-12-13soc/tegra: fuse: Add Tegra186 chip ID supportThierry Reding1-0/+1
2017-12-13soc/tegra: fuse: Warn if accessing unmapped registersThierry Reding1-0/+3
2017-12-13soc/tegra: fuse: Move register mapping checkThierry Reding1-5/+5
2017-12-13soc/tegra: fuse: Add Tegra186 supportTimo Alho3-2/+26
2017-11-17Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+13
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-19soc/tegra: bpmp: Check BPMP response return codeTimo Alho1-2/+13
2017-08-23soc/tegra: fuse: Add missing semi-colonThierry Reding1-1/+1
2017-08-23soc/tegra: Restrict SoC device registration to TegraThierry Reding1-0/+8
2017-08-17soc/tegra: Register SoC deviceThierry Reding2-2/+51
2017-07-31soc/tegra: Fix bad of_node_put() in powergate initTuomas Tynkkynen1-3/+1
2017-06-13soc/tegra: flowctrl: Fix error handlingChristophe Jaillet1-1/+1
2017-06-13soc/tegra: bpmp: Implement generic PM domainsThierry Reding3-0/+365
2017-04-04soc/tegra: Add initial flowctrl support for Tegra132/210Jon Hunter2-10/+23
2017-04-04soc/tegra: flowctrl: Add basic platform driverJon Hunter1-4/+30
2017-04-04soc/tegra: Move Tegra flowctrl driverJon Hunter3-0/+195
2017-04-04soc: tegra: make fuse-tegra explicitly non-modularPaul Gortmaker1-2/+2
2017-04-04soc/tegra: Implement Tegra186 PMC supportThierry Reding3-1/+184
2016-11-15soc/tegra: pmc: Use consistent naming for PM domainsThierry Reding1-4/+4
2016-11-15soc/tegra: pmc: Remove genpd when adding provider failsJon Hunter1-8/+15
2016-11-15soc/tegra: pmc: Check return code for pm_genpd_init()Jon Hunter1-1/+6
2016-11-15soc/tegra: pmc: Clean-up I/O rail error messagesThierry Reding1-23/+20
2016-11-15soc/tegra: pmc: Simplify IO rail bit handlingJon Hunter1-10/+10
2016-11-15soc/tegra: pmc: Guard against uninitialised PMC clockJon Hunter1-0/+2
2016-11-15soc/tegra: pmc: Add I/O pad voltage supportLaxman Dewangan1-36/+237
2016-11-15soc/tegra: pmc: Use consistent ordering of bit definitionsThierry Reding1-6/+6
2016-11-15soc/tegra: pmc: Correct type of variable for tegra_pmc_readl()Laxman Dewangan1-3/+3
2016-11-15soc/tegra: pmc: Use BIT macro for register field definitionLaxman Dewangan1-26/+26
2016-11-15soc/tegra: Add Tegra186 supportJoseph Lo1-0/+14
2016-08-16soc/tegra: pmc: Fix incorrect DPD requestVince Hsu1-20/+8