aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/soc/tegra/fuse/tegra-apbmisc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-23Merge tag 'tegra-for-6.1-cbb' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/driversArnd Bergmann1-2/+27
2022-09-15soc/tegra: fuse: Add missing of_node_put()Liang He1-2/+5
2022-09-15soc/tegra: Set ERD bit to mask inband errorsSumit Gupta1-2/+27
2020-11-06soc/tegra: fuse: Export tegra_read_ram_code()Dmitry Osipenko1-0/+2
2020-09-18soc/tegra: misc: Add Tegra234 supportThierry Reding1-0/+1
2020-09-18soc/tegra: fuse: Add Tegra234 supportThierry Reding1-0/+1
2020-09-18soc/tegra: fuse: Implement tegra_is_silicon()Thierry Reding1-0/+19
2020-09-18soc/tegra: fuse: Extract tegra_get_platform()Thierry Reding1-0/+5
2020-07-17soc/tegra: fuse: Fix typo in APB MISC warningThierry Reding1-1/+1
2020-04-22soc/tegra: fuse: Trivial clean-up of tegra_init_revision()Jon Hunter1-13/+9
2020-04-22soc/tegra: fuse: Add custom SoC attributesJon Hunter1-0/+10
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-14/+20
2020-01-10soc/tegra: fuse: Unmap registers once they are not needed anymoreDmitry Osipenko1-4/+8
2020-01-10soc/tegra: fuse: Correct straps' address for older Tegra124 device treesDmitry Osipenko1-1/+1
2020-01-10soc/tegra: fuse: Warn if straps are not readyDmitry Osipenko1-1/+3
2020-01-10soc/tegra: fuse: Cache values of straps and Chip ID registersDmitry Osipenko1-11/+10
2020-01-09soc/tegra: fuse: Add Tegra194 supportJC Kuo1-0/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner1-13/+1
2017-12-13soc/tegra: fuse: Add Tegra186 chip ID supportThierry Reding1-0/+1
2017-12-13soc/tegra: fuse: Move register mapping checkThierry Reding1-5/+5
2015-07-16soc/tegra: fuse: Unify Tegra20 and Tegra30 driversThierry Reding1-6/+3
2015-07-16soc/tegra: fuse: Restrict legacy code to 32-bit ARMThierry Reding1-9/+58
2015-05-04soc/tegra: fuse: Add RAM code reader helperMikko Perttunen1-0/+21
2014-07-17soc/tegra: fuse: Set up in early initcallThierry Reding1-2/+5
2014-07-17soc/tegra: Add efuse driver for TegraPeter De Schrijver1-0/+112