Skip to content

Commit

Permalink
ARM: tegra: common device resources
Browse files Browse the repository at this point in the history
Add a common location to register resources for used on-chip devices
that are commonly configured on boards. Devices will be added to this file
as more drivers are added that can make use of them.

This is based on work contributed by several people, most of it from
Colin Cross and Erik Gilling.

Signed-off-by: Olof Johansson <olof@lixom.net>
Acked-by: Colin Cross <ccross@android.com>
  • Loading branch information
Olof Johansson committed Feb 23, 2011
1 parent 0ec1b60 commit 85940b4
Show file tree
Hide file tree
Showing 3 changed files with 552 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-tegra/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
obj-y += common.o
obj-y += devices.o
obj-y += io.o
obj-y += irq.o legacy_irq.o
obj-y += clock.o
Expand Down
Loading

0 comments on commit 85940b4

Please sign in to comment.