* [PATCH] pl022: fix id for ST vendor
[not found] <747C1E83C744F44E9ACFB89FAEEC2C7B11BA7DD366@EXDCVYMBSTM005.EQ1STM.local>
@ 2009-09-07 10:53 ` srinidhi kasagar
2009-09-08 22:02 ` Linus Walleij
0 siblings, 1 reply; 2+ messages in thread
From: srinidhi kasagar @ 2009-09-07 10:53 UTC (permalink / raw)
To: linux-arm-kernel
This fixes the wrong id being used for ST derivative in PL022 driver.
Signed-off-by: srinidhi kasagar <srinidhi.kasagar@stericsson.com>
---
drivers/spi/amba-pl022.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/spi/amba-pl022.c b/drivers/spi/amba-pl022.c
index da76797..1d51b49 100644
--- a/drivers/spi/amba-pl022.c
+++ b/drivers/spi/amba-pl022.c
@@ -1828,7 +1828,7 @@ static struct amba_id pl022_ids[] = {
* ST Micro derivative, this has 32bit wide
* and 32 locations deep TX/RX FIFO
*/
- .id = 0x00108022,
+ .id = 0x01080022,
.mask = 0xffffffff,
.data = &vendor_st,
},
--
1.6.3.GIT
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20090907/b1351be0/attachment.htm>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] pl022: fix id for ST vendor
2009-09-07 10:53 ` [PATCH] pl022: fix id for ST vendor srinidhi kasagar
@ 2009-09-08 22:02 ` Linus Walleij
0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2009-09-08 22:02 UTC (permalink / raw)
To: linux-arm-kernel
2009/9/7 srinidhi kasagar <srinidhikasagar@gmail.com>:
> This fixes the wrong id being used for ST derivative in PL022 driver.
>
> Signed-off-by: srinidhi kasagar <srinidhi.kasagar@stericsson.com>
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Linus Walleij
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-09-08 22:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <747C1E83C744F44E9ACFB89FAEEC2C7B11BA7DD366@EXDCVYMBSTM005.EQ1STM.local>
2009-09-07 10:53 ` [PATCH] pl022: fix id for ST vendor srinidhi kasagar
2009-09-08 22:02 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).