* [PATCH RESEND 8/8] pl022: fix peripheral id for ST vendor
@ 2009-09-23 19:50 srinidhi kasagar
2009-10-01 15:07 ` Russell King - ARM Linux
0 siblings, 1 reply; 2+ messages in thread
From: srinidhi kasagar @ 2009-09-23 19:50 UTC (permalink / raw)
To: linux-arm-kernel
From: srinidhi kasagar <srinidhi.kasagar@stericsson.com>
This fixes ths wrong peripheral id being used
in pl022 driver for ST derivative
Signed-off-by: srinidhi kasagar <srinidhi.kasagar@stericsson.com>
Acked-by: Linus Walleij <linus.walleij@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH RESEND 8/8] pl022: fix peripheral id for ST vendor
2009-09-23 19:50 [PATCH RESEND 8/8] pl022: fix peripheral id for ST vendor srinidhi kasagar
@ 2009-10-01 15:07 ` Russell King - ARM Linux
0 siblings, 0 replies; 2+ messages in thread
From: Russell King - ARM Linux @ 2009-10-01 15:07 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Sep 24, 2009 at 01:20:12AM +0530, srinidhi kasagar wrote:
> From: srinidhi kasagar <srinidhi.kasagar@stericsson.com>
>
> This fixes ths wrong peripheral id being used
> in pl022 driver for ST derivative
Please submit to the patch system, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-01 15:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-23 19:50 [PATCH RESEND 8/8] pl022: fix peripheral id for ST vendor srinidhi kasagar
2009-10-01 15:07 ` Russell King - ARM Linux
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox