aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/amba/tegra-ahb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose1-10/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2019-06-24driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-10/+1
2019-05-08amba: tegra-ahb: Mark PM functions as __maybe_unusedArnd Bergmann1-4/+2
2015-04-02ARM: 8334/1: amba: tegra-ahb: detect and correct bogus base addressPaul Walmsley1-2/+21
2015-04-02ARM: 8333/1: amba: tegra-ahb: fix register offsets in the macrosPaul Walmsley1-31/+32
2014-10-20amba: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-17ARM: tegra: Move includes to include/soc/tegraThierry Reding1-1/+2
2014-02-05drivers/amba: don't check resource with devm_ioremap_resourceWolfram Sang1-2/+0
2013-03-15ARM: 7675/1: amba: tegra-ahb: Fix build error w/ PM_SLEEP w/o PM_RUNTIMEHiroshi Doyu1-1/+1
2013-03-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+1
2013-02-21ARM: 7640/1: memory: tegra_ahb_enable_smmu() depends on TEGRA_IOMMU_SMMUHiroshi Doyu1-1/+1
2013-01-25amba: Convert to devm_ioremap_resource()Thierry Reding1-3/+4
2013-01-03Drivers: amba: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-12-17Merge tag 'tegra-for-3.8-fixes-for-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into fixesOlof Johansson1-0/+2
2012-11-26amba: tegra-ahb: Fix warning w/o PM_SLEEPHiroshi Doyu1-0/+2
2012-11-05ARM: tegra: move tegra-ahb.h out of arch/arm/mach-tegra/Stephen Warren1-0/+1
2012-06-11amba: tegra-ahb: Remove empty *_remove()hdoyu@nvidia.com1-6/+0
2012-05-08ARM: tegra: Add SMMU enabler in AHBHiroshi DOYU1-0/+32
2012-05-08ARM: tegra: Add Tegra AHB driverHiroshi DOYU1-0/+261