linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* dmaengine: ARM pl080 misidentified as Samsung pl080s
@ 2016-03-24 10:56 Johannes Stezenbach
  2016-03-24 15:16 ` Russell King - ARM Linux
  2016-03-25 23:08 ` Tomasz Figa
  0 siblings, 2 replies; 4+ messages in thread
From: Johannes Stezenbach @ 2016-03-24 10:56 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

commit da1b6c05b8b5bd ("dmaengine: PL08x: Add support for PL080S variant")
added this hunk:

 static struct amba_id pl08x_ids[] = {
+       /* Samsung PL080S variant */
+       {
+               .id     = 0x0a141080,
+               .mask   = 0xffffffff,
+               .data   = &vendor_pl080s,
+       },
        /* PL080 */

However, 0x0a141080 happens to be the ID of the
ARM PL080, too:
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0196g/I54627.html

Since the PL080S has the configuration register at a different
address the driver doesn't work for ARM PL080 anymore.


Johannes

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-03-25 23:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-24 10:56 dmaengine: ARM pl080 misidentified as Samsung pl080s Johannes Stezenbach
2016-03-24 15:16 ` Russell King - ARM Linux
2016-03-25 23:08 ` Tomasz Figa
2016-03-25 23:50   ` Johannes Stezenbach

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).