summaryrefslogtreecommitdiffstats
path: root/drivers/soc/tegra/fuse
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-07-201-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/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-309-111/+9Star
|/
* 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
* soc/tegra: fuse: Add spare bit offset for Tegra114Thierry Reding2015-07-161-0/+1
* soc/tegra: fuse: Rename core_* to soc_*Thierry Reding2015-07-167-44/+44
* soc/tegra: fuse: Add Tegra210 supportThierry Reding2015-07-165-1/+212
* soc/tegra: fuse: Unify Tegra20 and Tegra30 driversThierry Reding2015-07-1610-367/+413
* soc/tegra: fuse: Restrict legacy code to 32-bit ARMThierry Reding2015-07-161-9/+58
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-06-261-0/+21
|\
| * soc/tegra: fuse: Add RAM code reader helperMikko Perttunen2015-05-041-0/+21
* | soc/tegra: Watch wait_for_completion_timeout() return typeNicholas Mc Guire2015-05-041-2/+4
|/
* soc/tegra: fuse: Add Tegra132 supportThierry Reding2015-01-092-0/+2
* soc/tegra: fuse: Constify tegra_fuse_info structuresThierry Reding2015-01-091-4/+4
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-12-161-0/+1
|\
| * soc/tegra: fuse: export tegra_sku_infoVince Hsu2014-12-021-0/+1
* | soc: tegra: fuse: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0Star
|/
* soc/tegra: fuse: Set up in early initcallThierry Reding2014-07-172-4/+14
* soc/tegra: fuse: fix dummy functionsStephen Warren2014-07-171-5/+5
* soc/tegra: fuse: move APB DMA into Tegra20 fuse driverPeter De Schrijver2014-07-171-3/+76
* soc/tegra: Add efuse driver for TegraPeter De Schrijver2014-07-1710-0/+1389