aboutsummaryrefslogtreecommitdiffstats
path: root/include/soc/tegra
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+4
2024-02-26interconnect: constify of_phandle_args in xlateKrzysztof Kozlowski1-3/+4
2024-02-01soc/tegra: fuse: Add support for Tegra241Kartik1-0/+1
2024-02-01soc/tegra: pmc: Remove some old and deprecated functions and constantsChristophe JAILLET1-18/+0
2023-11-21memory: tegra: Add SID override programming for MC clientsAshish Mhetre1-0/+1
2023-11-09Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-26/+0
2023-10-13firmware: tegra: Add suspend hook and reset BPMP IPC early on resumeSumit Gupta1-0/+6
2023-10-11firmware: tegra: Fix a typoDeming Wang1-1/+1
2023-09-25iommu/tegra-gart: Remove tegra-gartJason Gunthorpe1-26/+0
2023-07-10memory: tegra: Add dummy implementation on Tegra194Thierry Reding1-0/+3
2023-06-21Merge tag 'tegra-for-6.5-memory' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann1-0/+8
2023-05-16memory: tegra: Make CPU cluster BW request a multiple of MC channelsSumit Gupta1-0/+1
2023-05-16memory: tegra: Add interconnect support for DRAM scaling in Tegra234Sumit Gupta1-0/+7
2023-05-16soc/tegra: fuse: Add support for Tegra264Stefan Kristiansson1-1/+2
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+11
2022-11-25memory: tegra: Add API for retrieving carveout boundsMikko Perttunen1-0/+11
2022-11-22Merge tag 'tegra-for-6.2-firmware-v2' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann3-449/+1375
2022-11-17firmware: tegra: Update BPMP ABIPeter De Schrijver1-442/+1354
2022-11-17firmware: tegra: include IVC header file only onceManish Bhardwaj1-0/+1
2022-11-11soc/tegra: fuse: Use platform info with SoC revisionKartik1-0/+15
2022-11-10soc/tegra: pmc: Add I/O pad table for Tegra234Petlozu Pravareshwar1-3/+3
2022-10-24firmware: tegra: bpmp: Use iosys-map helpersThierry Reding2-7/+21
2022-09-15soc/tegra: cbb: Add CBB 1.0 driver for Tegra194Sumit Gupta1-0/+47
2022-09-15soc/tegra: Set ERD bit to mask inband errorsSumit Gupta1-0/+6
2022-05-09memory: tegra: Add MC error logging on Tegra186 onwardAshish Mhetre1-1/+4
2022-05-09memory: tegra: Add memory controller channels supportAshish Mhetre1-0/+3
2022-02-25soc/tegra: bpmp: cleanup double word in commentTom Rix1-1/+1
2021-12-16soc/tegra: Add devm_tegra_core_dev_init_opp_table_common()Dmitry Osipenko1-0/+15
2021-10-04soc/tegra: pm: Make stubs usable for compile testingDmitry Osipenko1-1/+1
2021-10-04soc/tegra: irq: Add stubs needed for compile testingDmitry Osipenko1-1/+8
2021-10-04soc/tegra: fuse: Add stubs needed for compile testingDmitry Osipenko1-5/+26
2021-08-18Merge tag 'tegra-for-5.15-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann1-0/+6
2021-08-11soc/tegra: pmc: Prevent racing with cpuilde driverDmitry Osipenko1-0/+6
2021-07-16Merge tag 'memory-controller-drv-tegra-5.14-3' of git://git.kernel.org/pub/sc...Arnd Bergmann1-2/+7
2021-07-10Merge tag 'arm-drivers-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-18/+47
2021-06-20memory: tegra: Add compile-test stub for tegra_mc_probe_device()Thierry Reding1-2/+7
2021-06-03memory: tegra: Implement SID override programmingThierry Reding1-0/+3
2021-06-03memory: tegra: Unify driversThierry Reding1-0/+1
2021-06-03memory: tegra: Parameterize interrupt handlerThierry Reding1-0/+2
2021-06-03memory: tegra: Make per-SoC setup more genericThierry Reding1-1/+5
2021-06-03memory: tegra: Push suspend/resume into SoC driversThierry Reding1-0/+2
2021-06-03memory: tegra: Introduce struct tegra_mc_opsThierry Reding1-2/+5
2021-06-03memory: tegra: Unify struct tegra_mc across SoC generationsThierry Reding1-2/+16
2021-06-03memory: tegra: Consolidate register fieldsThierry Reding1-15/+15
2021-06-02soc/tegra: pmc: Add driver state syncingDmitry Osipenko1-0/+7
2021-06-01soc/tegra: fuse: Add stubs needed for compile-testingDmitry Osipenko1-3/+17
2021-06-01soc/tegra: Add devm_tegra_core_dev_init_opp_table()Dmitry Osipenko1-0/+22
2021-06-01soc/tegra: Add stub for soc_is_tegra()Dmitry Osipenko1-0/+9
2021-04-01memory: tegra20: Add debug statisticsDmitry Osipenko1-0/+7
2021-01-05memory: tegra124-emc: Make driver modularDmitry Osipenko1-16/+0
2020-11-26memory: tegra: Correct stub of devm_tegra_memory_controller_get()Dmitry Osipenko1-1/+1
2020-11-26memory: tegra-mc: Add interconnect frameworkDmitry Osipenko1-0/+17
2020-11-26memory: tegra: Add and use devm_tegra_memory_controller_get()Dmitry Osipenko1-0/+10
2020-11-06soc/tegra: fuse: Add stub for tegra_sku_infoDmitry Osipenko1-0/+4
2020-09-18soc/tegra: fuse: Add Tegra234 supportThierry Reding1-0/+1
2020-09-18soc/tegra: fuse: Implement tegra_is_silicon()Thierry Reding1-0/+1
2020-09-18soc/tegra: fuse: Extract tegra_get_platform()Thierry Reding1-0/+1
2020-07-17Merge tag 'tegra-for-5.9-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann1-0/+2
2020-07-17soc/tegra: fuse: Add Tegra186 and Tegra194 SoC IDsSandipan Patra1-0/+2
2020-07-14firmware: tegra: Update BPMP ABIJon Hunter1-288/+460
2020-07-14firmware: tegra: Add support for in-band debugJon Hunter1-1/+188
2020-04-17soc: tegra: fix tegra_pmc_get_suspend_mode definitionArnd Bergmann1-6/+9
2020-04-03Merge tag 'arm-soc-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds4-2/+47
2020-03-25Merge tag 'tegra-for-5.7-cpuidle' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann1-1/+1
2020-03-25Merge tag 'tegra-for-5.7-arm-core' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2-0/+44
2020-03-13cpuidle: Refactor and move out NVIDIA Tegra20 driver into drivers/cpuidleDmitry Osipenko1-1/+1
2020-03-13ARM: tegra: Rename some of the newly exposed PM functionsDmitry Osipenko1-8/+8
2020-03-13ARM: tegra: Expose PM functions required for new cpuidle driverDmitry Osipenko2-0/+44
2020-03-13soc/tegra: pmc: Add pins for Tegra194Venkat Reddy Talla1-1/+2
2020-03-11soc/tegra: bpmp: Update ABI headerVidya Sagar1-1/+9
2019-11-11memory: tegra: Introduce Tegra30 EMC driverDmitry Osipenko1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner4-16/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner1-12/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner4-36/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2-24/+2
2019-03-10Merge tag 'iommu-updates-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+26
2019-02-15Merge tag 'tegra-for-5.1-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann1-6/+0
2019-01-25firmware: tegra: add bpmp driver for Tegra210Timo Alho1-0/+1
2019-01-25firmware: tegra: Refactor BPMP driverTimo Alho1-6/+6
2019-01-25soc/tegra: pmc: Make tegra_powergate_is_powered() a local functionJon Hunter1-6/+0
2019-01-16iommu/tegra: gart: Integrate with Memory Controller driverDmitry Osipenko1-0/+25
2019-01-16memory: tegra: Adapt to Tegra20 device-tree binding changesDmitry Osipenko1-1/+1
2018-12-31Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-242/+975
2018-12-14soc/tegra: pmc: Drop SMP dependency from CPU APIsJon Hunter1-2/+0
2018-12-12Merge tag 'tegra-for-4.21-firmware' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2-241/+954
2018-11-28soc/tegra: pmc: Add Tegra194 supportThierry Reding1-0/+21
2018-11-13soc/tegra: fuse: Remove duplicated function declarationBo Yan1-1/+0
2018-11-08soc/tegra: bpmp: Update ABI headerTimo Alho1-241/+947
2018-11-08firmware: tegra: Add helper to check for supported MRQsTimo Alho1-0/+7
2018-08-27soc/tegra: pmc: Remove public pad voltage APIsAapo Vienamo1-19/+0
2018-08-27soc/tegra: pmc: Fix pad voltage configuration for Tegra186Aapo Vienamo1-0/+1
2018-06-02ARM: tegra: fix compile-testing PCI host driverArnd Bergmann1-1/+1
2018-04-30memory: tegra: Introduce memory client hot resetDmitry Osipenko1-0/+33
2018-04-30memory: tegra: Squash tegra20-mc into common tegra-mc driverDmitry Osipenko1-1/+1
2018-04-27memory: tegra: Apply interrupts mask per SoCDmitry Osipenko1-0/+2
2018-03-08firmware: tegra: Simplify channel managementMikko Perttunen1-2/+2
2018-02-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+9
2017-12-15memory: tegra: Create SMMU display groupsThierry Reding1-0/+9
2017-12-13soc/tegra: pmc: Consolidate Tegra186 supportThierry Reding1-0/+12
2017-10-19firmware: tegra: Add BPMP debugfs supportTimo Alho1-0/+14
2017-10-19firmware: tegra: Add stubs when BPMP not enabledMikko Perttunen1-3/+39
2017-10-19firmware: tegra: Expose tegra_bpmp_mrq_return()Mikko Perttunen1-0/+2
2017-10-17firmware: tegra: Propagate error code to callerTimo Alho1-0/+1
2017-08-17soc/tegra: Register SoC deviceThierry Reding1-0/+2
2017-06-13soc/tegra: bpmp: Implement generic PM domainsThierry Reding1-0/+12
2017-06-13soc/tegra: bpmp: Update ABI headerThierry Reding1-10/+408
2017-04-04soc/tegra: Move Tegra flowctrl driverJon Hunter1-0/+82
2017-04-04soc/tegra: Fix link errors with PMC disabledArnd Bergmann1-8/+21
2016-11-18Merge tag 'tegra-for-4.10-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson1-31/+95
2016-11-18firmware: tegra: Add BPMP supportThierry Reding2-0/+1742
2016-11-18firmware: tegra: Add IVC libraryThierry Reding1-0/+109
2016-11-15soc/tegra: pmc: Add I/O pad voltage supportLaxman Dewangan1-31/+95
2016-06-30soc/tegra: Stub out PCIe IRQ workaround on 64-bit ARMThierry Reding1-1/+1
2016-05-09Merge tag 'tegra-for-4.7-genpd' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann1-0/+1
2016-05-09Merge tag 'tegra-for-4.7-phy' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann1-0/+1
2016-04-29soc/tegra: pmc: Add generic PM domain supportJon Hunter1-0/+1
2016-04-29phy: tegra: Add Tegra210 supportThierry Reding1-0/+1
2016-04-05soc/tegra: pmc: Change powergate and rail IDs to be an unsigned typeJon Hunter1-17/+18
2015-09-08Merge tag 'iommu-updates-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+1
2015-08-20Merge tag 'tegra-for-4.3-memory' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson1-0/+2
2015-08-13iommu/tegra-smmu: Parameterize number of TLB linesThierry Reding1-0/+1
2015-08-13memory: tegra: Add support for a variable-size client ID bitfieldPaul Walmsley1-0/+2
2015-08-13iommu/tegra-smmu: Move flush_dcache to tegra-smmu.cRussell King1-7/+0
2015-07-16soc/tegra: fuse: Rename core_* to soc_*Thierry Reding1-1/+1
2015-07-16soc/tegra: fuse: Add Tegra210 supportThierry Reding1-1/+3
2015-07-16soc/tegra: pmc: Add Tegra210 supportThierry Reding1-0/+5
2015-06-26Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-1/+39
2015-05-13Merge tag 'tegra-for-4.2-emc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2-1/+32
2015-05-13Merge tag 'tegra-for-4.2-ramcode' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann1-0/+1
2015-05-05memory: tegra: Add EMC (external memory controller) driverMikko Perttunen1-0/+19
2015-05-05memory: tegra: Add API needed by the EMC driverMikko Perttunen1-1/+13
2015-05-04soc/tegra: pmc: move to using a restart handlerDavid Riley1-2/+0
2015-05-04soc/tegra: fuse: Add RAM code reader helperMikko Perttunen1-0/+1
2015-05-04iommu/tegra-smmu: Add debugfs supportThierry Reding1-0/+5
2015-05-04memory: tegra: Add SWGROUP namesThierry Reding1-0/+1
2015-01-09soc/tegra: Add Tegra132 supportThierry Reding1-0/+1
2015-01-09soc/tegra: pmc: restrict compilation of suspend-related support to ARMPaul Walmsley1-1/+1
2014-12-04memory: Add NVIDIA Tegra memory controller supportThierry Reding1-0/+107
2014-07-17ARM: tegra: Convert PMC to a driverThierry Reding2-4/+65
2014-07-17soc/tegra: fuse: Set up in early initcallThierry Reding1-1/+0
2014-07-17soc/tegra: Implement runtime check for Tegra SoCsThierry Reding1-0/+14
2014-07-17soc/tegra: fuse: move APB DMA into Tegra20 fuse driverPeter De Schrijver1-14/+0
2014-07-17soc/tegra: Add efuse driver for TegraPeter De Schrijver1-1/+19
2014-07-17ARM: tegra: move fuse exports to soc/tegra/fuse.hPeter De Schrijver1-0/+16
2014-07-17ARM: tegra: export apb dma readl/writelPeter De Schrijver1-0/+14
2014-07-17ARM: tegra: Use a function to get the chip IDThierry Reding1-0/+10
2014-07-17ARM: tegra: Move includes to include/soc/tegraThierry Reding4-0/+200