Thread (14 messages) 14 messages, 5 authors, 2012-05-08

[PATCHv5 1/3] ARM: tegra: Add Tegra AHB driver

From: Hiroshi Doyu <hidden>
Date: 2012-05-07 09:23:54
Also in: linux-devicetree, linux-tegra, lkml

From: Arnd Bergmann <arnd@arndb.de>
Subject: Re: [PATCHv5 1/3] ARM: tegra: Add Tegra AHB driver
Date: Mon, 7 May 2012 10:59:28 +0200
Message-ID: [ref]
On Monday 07 May 2012, Hiroshi Doyu wrote:
quoted
quoted
On Mon, May 07, 2012 at 09:43:45AM +0300, Hiroshi DOYU wrote:
quoted
diff --git a/drivers/Makefile b/drivers/Makefile
index 5870322..d97e2e2 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -18,7 +18,7 @@ obj-$(CONFIG_SFI)         += sfi/
 # PnP must come after ACPI since it will eventually need to check if acpi
 # was used and do nothing if so
 obj-$(CONFIG_PNP)          += pnp/
-obj-$(CONFIG_ARM_AMBA)             += amba/
+obj-$(CONFIG_ARM)          += amba/
NAK.  This makes amba only buildable for ARM which is not the intention.
Other architectures do have Primecells.
What about the following?

 +obj-y         += amba/
Looks ok to me, but which problem are you trying to solve anyway? Tegra
always enables ARM_AMBA, so AFAICT there is no difference between this
and the original code.
Tegra doesn't enable ARM_AMBA and Tegra doesn't use the following
"drivers/amba/bus.c" right now. I needed to make this directory
available to ones without ARM_AMBA enabled.

drivers/amba/Makefile:

obj-$(CONFIG_ARM_AMBA)		+= bus.o
obj-$(CONFIG_TEGRA_AHB)		+= tegra-ahb.o
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help