aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/tegra/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-16soc/tegra: fuse: Register cell lookups for compatibilityThierry Reding3-0/+168
2019-10-16soc/tegra: fuse: Add cell informationThierry Reding1-0/+90
2019-10-16soc/tegra: fuse: Implement nvmem deviceThierry Reding2-47/+38
2019-10-16soc/tegra: fuse: Restore base on sysfs failureThierry Reding1-6/+10
2019-10-01soc/tegra: fuse: Add FUSE clock check in tegra_fuse_readl()Nagarjuna Kristam1-1/+4
2019-07-19Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-2/+4
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+1
2019-06-25Merge tag 'tegra-for-5.3-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/driversOlof Johansson1-2/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-10/+1
2019-06-05soc/tegra: fuse: Do not log error message on deferred probeThierry Reding1-2/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner9-111/+9
2019-05-27soc: tegra: fuse: Use dma_request_channel instead of __dma_request_channel()Baolin Wang1-1/+1
2019-01-25soc/tegra: fuse: Fix typo in tegra210_init_speedo_dataJoseph Lo1-1/+1
2019-01-25soc/tegra: fuse: Fix illegal free of IO base addressTimo Alho1-3/+9
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: 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-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
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 Reding1-2/+46
2017-04-04soc: tegra: make fuse-tegra explicitly non-modularPaul Gortmaker1-2/+2
2015-07-16soc/tegra: fuse: Add spare bit offset for Tegra210Thierry Reding1-0/+1
2015-07-16soc/tegra: fuse: Add spare bit offset for Tegra124Thierry Reding1-0/+1
2015-07-16soc/tegra: fuse: Add spare bit offset for Tegra114Thierry Reding1-0/+1
2015-07-16soc/tegra: fuse: Rename core_* to soc_*Thierry Reding7-44/+44
2015-07-16soc/tegra: fuse: Add Tegra210 supportThierry Reding5-1/+212
2015-07-16soc/tegra: fuse: Unify Tegra20 and Tegra30 driversThierry Reding10-367/+413
2015-07-16soc/tegra: fuse: Restrict legacy code to 32-bit ARMThierry Reding1-9/+58
2015-06-26Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+21
2015-05-04soc/tegra: fuse: Add RAM code reader helperMikko Perttunen1-0/+21
2015-05-04soc/tegra: Watch wait_for_completion_timeout() return typeNicholas Mc Guire1-2/+4
2015-01-09soc/tegra: fuse: Add Tegra132 supportThierry Reding2-0/+2
2015-01-09soc/tegra: fuse: Constify tegra_fuse_info structuresThierry Reding1-4/+4
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+1
2014-12-02soc/tegra: fuse: export tegra_sku_infoVince Hsu1-0/+1
2014-10-20soc: tegra: fuse: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-07-17soc/tegra: fuse: Set up in early initcallThierry Reding2-4/+14
2014-07-17soc/tegra: fuse: fix dummy functionsStephen Warren1-5/+5
2014-07-17soc/tegra: fuse: move APB DMA into Tegra20 fuse driverPeter De Schrijver1-3/+76
2014-07-17soc/tegra: Add efuse driver for TegraPeter De Schrijver10-0/+1389