Re: [PATCH v1 01/11] ARM: amba: Add Qualcomm vendor ID.

2014-05-22 Thread Linus Walleij
On Fri, May 16, 2014 at 6:43 PM, Stephen Boyd wrote: > On 05/16/14 09:24, Linus Walleij wrote: >> On Wed, May 14, 2014 at 12:13 AM, Stephen Boyd wrote: >> >>> Please add a note that this id is fake in the commit text or in >>> the code as well. >> You just need one of your hardware engineers to a

Re: [PATCH v1 01/11] ARM: amba: Add Qualcomm vendor ID.

2014-05-16 Thread Stephen Boyd
On 05/16/14 09:24, Linus Walleij wrote: > On Wed, May 14, 2014 at 12:13 AM, Stephen Boyd wrote: > >> Please add a note that this id is fake in the commit text or in >> the code as well. > You just need one of your hardware engineers to add is to one instance > of some test chip round so it exists

Re: [PATCH v1 01/11] ARM: amba: Add Qualcomm vendor ID.

2014-05-16 Thread Linus Walleij
On Wed, May 14, 2014 at 12:13 AM, Stephen Boyd wrote: > Please add a note that this id is fake in the commit text or in > the code as well. You just need one of your hardware engineers to add is to one instance of some test chip round so it exists in any hardware whatsoever and it is not "fake"

Re: [PATCH v1 01/11] ARM: amba: Add Qualcomm vendor ID.

2014-05-13 Thread Srinivas Kandagatla
On 13/05/14 23:13, Stephen Boyd wrote: On 05/13, Srinivas Kandagatla wrote: Thanks Linus W, On 13/05/14 08:16, Linus Walleij wrote: On Tue, Apr 29, 2014 at 10:19 AM, wrote: From: Srinivas Kandagatla This patch adds Qualcomm amba vendor Id to the list. This ID is used in mmci driver. S

Re: [PATCH v1 01/11] ARM: amba: Add Qualcomm vendor ID.

2014-05-13 Thread Stephen Boyd
On 05/13, Srinivas Kandagatla wrote: > Thanks Linus W, > > On 13/05/14 08:16, Linus Walleij wrote: > >On Tue, Apr 29, 2014 at 10:19 AM, wrote: > > > >>From: Srinivas Kandagatla > >> > >>This patch adds Qualcomm amba vendor Id to the list. This ID is used in mmci > >>driver. > >> > >>Signed-off-

Re: [PATCH v1 01/11] ARM: amba: Add Qualcomm vendor ID.

2014-05-13 Thread Srinivas Kandagatla
Thanks Linus W, On 13/05/14 08:16, Linus Walleij wrote: On Tue, Apr 29, 2014 at 10:19 AM, wrote: From: Srinivas Kandagatla This patch adds Qualcomm amba vendor Id to the list. This ID is used in mmci driver. Signed-off-by: Srinivas Kandagatla (...) + AMBA_VENDOR_QCOM = 0x51, Ye

Re: [PATCH v1 01/11] ARM: amba: Add Qualcomm vendor ID.

2014-05-13 Thread Linus Walleij
On Tue, Apr 29, 2014 at 10:19 AM, wrote: > From: Srinivas Kandagatla > > This patch adds Qualcomm amba vendor Id to the list. This ID is used in mmci > driver. > > Signed-off-by: Srinivas Kandagatla (...) > + AMBA_VENDOR_QCOM = 0x51, Yeah it's a "Q", like 0x41 is "A" for ARM. You could

[PATCH v1 01/11] ARM: amba: Add Qualcomm vendor ID.

2014-04-29 Thread srinivas . kandagatla
From: Srinivas Kandagatla This patch adds Qualcomm amba vendor Id to the list. This ID is used in mmci driver. Signed-off-by: Srinivas Kandagatla --- 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 63b5ef