summaryrefslogtreecommitdiffstats
path: root/drivers/soc/tegra/fuse
Commit message (Expand)AuthorAgeFilesLines
* soc/tegra: fuse: Fix Tegra234-only buildsThierry Reding2021-06-111-1/+2
* soc/tegra: fuse: Don't return -ENOMEM when allocate lookups failedYang Yingliang2021-06-021-4/+2
* Merge tag 'tegra-for-5.11-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2020-11-272-21/+8
|\
| * soc/tegra: fuse: Fix index bug in get_process_idNicolin Chen2020-11-191-1/+1
| * soc: tegra: fuse: speedo-tegra210: Remove a group of set but unused variablesLee Jones2020-11-101-5/+1
| * soc: tegra: fuse: speedo-tegra124: Remove some set but unused variablesLee Jones2020-11-101-15/+6
* | soc/tegra: fuse: Export tegra_read_ram_code()Dmitry Osipenko2020-11-061-0/+2
|/
* soc/tegra: misc: Add Tegra234 supportThierry Reding2020-09-181-0/+1
* soc/tegra: fuse: Add Tegra234 supportThierry Reding2020-09-184-2/+45
* soc/tegra: fuse: Implement tegra_is_silicon()Thierry Reding2020-09-181-0/+19
* soc/tegra: fuse: Extract tegra_get_platform()Thierry Reding2020-09-182-1/+6
* soc/tegra: fuse: Fix typo in APB MISC warningThierry Reding2020-07-171-1/+1
* soc/tegra: fuse: Update the SoC revision attribute to display a nameJon Hunter2020-04-221-1/+2
* soc/tegra: fuse: Trivial clean-up of tegra_init_revision()Jon Hunter2020-04-221-13/+9
* soc/tegra: fuse: Add custom SoC attributesJon Hunter2020-04-225-0/+79
* soc/tegra: fuse: Fix build with Tegra194 configurationThierry Reding2020-02-111-1/+2
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-02-084-14/+56
|\
| * soc/tegra: fuse: Unmap registers once they are not needed anymoreDmitry Osipenko2020-01-101-4/+8
| * soc/tegra: fuse: Correct straps' address for older Tegra124 device treesDmitry Osipenko2020-01-101-1/+1
| * soc/tegra: fuse: Warn if straps are not readyDmitry Osipenko2020-01-101-1/+3
| * soc/tegra: fuse: Cache values of straps and Chip ID registersDmitry Osipenko2020-01-101-11/+10
| * soc/tegra: fuse: Add Tegra194 supportJC Kuo2020-01-094-0/+37
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-062-3/+3
|/
* soc/tegra: fuse: Register cell lookups for compatibilityThierry Reding2019-10-163-0/+168
* soc/tegra: fuse: Add cell informationThierry Reding2019-10-161-0/+90
* soc/tegra: fuse: Implement nvmem deviceThierry Reding2019-10-162-47/+38
* soc/tegra: fuse: Restore base on sysfs failureThierry Reding2019-10-161-6/+10
* soc/tegra: fuse: Add FUSE clock check in tegra_fuse_readl()Nagarjuna Kristam2019-10-011-1/+4
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-07-191-2/+4
|\
| * Merge tag 'tegra-for-5.3-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2019-06-251-2/+4
| |\
| | * soc/tegra: fuse: Do not log error message on deferred probeThierry Reding2019-06-051-2/+4
* | | Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-07-171-1/+1
|\ \ \ | |/ / |/| |
| * | soc: tegra: fuse: Use dma_request_channel instead of __dma_request_channel()Baolin Wang2019-05-271-1/+1
| |/
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-10/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-309-111/+9
|/
* soc/tegra: fuse: Fix typo in tegra210_init_speedo_dataJoseph Lo2019-01-251-1/+1
* soc/tegra: fuse: Fix illegal free of IO base addressTimo Alho2019-01-251-3/+9
* soc/tegra: fuse: Explicitly request DMA channel from APB DMA driverDmitry Osipenko2017-12-211-1/+8
* soc/tegra: fuse: Fix reading registers using DMA on Tegra20Dmitry Osipenko2017-12-212-1/+4
* soc/tegra: fuse: Add Tegra186 chip ID supportThierry Reding2017-12-131-0/+1
* soc/tegra: fuse: Warn if accessing unmapped registersThierry Reding2017-12-131-0/+3
* soc/tegra: fuse: Move register mapping checkThierry Reding2017-12-131-5/+5
* soc/tegra: fuse: Add Tegra186 supportTimo Alho2017-12-133-2/+26
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* soc/tegra: fuse: Add missing semi-colonThierry Reding2017-08-231-1/+1
* soc/tegra: Restrict SoC device registration to TegraThierry Reding2017-08-231-0/+8
* soc/tegra: Register SoC deviceThierry Reding2017-08-171-2/+46
* soc: tegra: make fuse-tegra explicitly non-modularPaul Gortmaker2017-04-041-2/+2
* soc/tegra: fuse: Add spare bit offset for Tegra210Thierry Reding2015-07-161-0/+1
* soc/tegra: fuse: Add spare bit offset for Tegra124Thierry Reding2015-07-161-0/+1