This branch adds the Tegra AHB driver. I meant to send this with the other two pull requests this morning, but forgot:-( This is the last pull request I intend to send for 3.5, except for any bugs that crop up. ---------------------------------------------------------------- The following changes since commit e816b57a337ea3b755de72bec38c10c864f23015: Linux 3.4-rc3 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git for-3.5/ahb for you to fetch changes up to 89c788bab1f0374ae05aef7560066442ceb55384: ARM: tegra: Add SMMU enabler in AHB ---------------------------------------------------------------- Hiroshi DOYU (2): ARM: tegra: Add Tegra AHB driver ARM: tegra: Add SMMU enabler in AHB .../bindings/arm/tegra/nvidia,tegra20-ahb.txt | 11 + arch/arm/mach-tegra/Kconfig | 8 + arch/arm/mach-tegra/include/mach/tegra-ahb.h | 19 + drivers/Makefile | 2 +- drivers/amba/Makefile | 4 +- drivers/amba/tegra-ahb.c | 293 +++++++++++++++ 6 files changed, 334 insertions(+), 3 deletions(-) create mode 100644 Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-ahb.txt create mode 100644 arch/arm/mach-tegra/include/mach/tegra-ahb.h create mode 100644 drivers/amba/tegra-ahb.c -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html