aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/tegra (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-29Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-129/+384
2018-10-04soc: Convert to using %pOFn instead of device_node.nameRob Herring1-6/+6
2018-08-27soc/tegra: pmc: Implement pad configuration via pinctrlAapo Vienamo1-2/+185
2018-08-27soc/tegra: pmc: Remove public pad voltage APIsAapo Vienamo1-9/+8
2018-08-27soc/tegra: pmc: Use X macro to generate IO pad tablesAapo Vienamo1-106/+127
2018-08-27soc/tegra: pmc: Implement tegra_io_pad_is_powered()Aapo Vienamo1-0/+15
2018-08-27soc/tegra: pmc: Factor out DPD register bit calculationAapo Vienamo1-3/+17
2018-08-27soc/tegra: pmc: Fix pad voltage configuration for Tegra186Aapo Vienamo1-16/+39
2018-08-27soc/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/clk/linuxLinus 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-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus 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