All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: amba: Add Qualcomm vendor ID.
@ 2014-05-15 10:22 srinivas.kandagatla
  0 siblings, 0 replies; only message in thread
From: srinivas.kandagatla @ 2014-05-15 10:22 UTC (permalink / raw)
  To: patches; +Cc: Russell King, linus.walleij, linux-arm-msm, Srinivas Kandagatla

From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>

This patch adds Qualcomm amba vendor Id to the list. This ID is used in mmci
driver. The ID selected in same lines like 0x41 is "A" for ARM, 0x51 is
"Q" for Qualcomm.

As there are no physical register on Qcom SOC for amba vendor id, this is a
fake ID assigned based on "Q" prefix from Qualcomm.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
---
 include/linux/amba/bus.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/amba/bus.h b/include/linux/amba/bus.h
index 63b5eff..fdd7e1b 100644
--- a/include/linux/amba/bus.h
+++ b/include/linux/amba/bus.h
@@ -47,6 +47,7 @@ struct amba_driver {
 enum amba_vendor {
 	AMBA_VENDOR_ARM = 0x41,
 	AMBA_VENDOR_ST = 0x80,
+	AMBA_VENDOR_QCOM = 0x51,
 };
 
 extern struct bus_type amba_bustype;
-- 
1.9.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-15 10:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-15 10:22 [PATCH] ARM: amba: Add Qualcomm vendor ID srinivas.kandagatla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.