On May 2, 2008, at 13:07, Scott Wood wrote:
Andy Fleming wrote:
+ struct qe_iram __iomem iram; /* I-RAM */
+ struct qe_ic_regs __iomem ic; /* Interrupt Controller */
+ struct cp_qe __iomem cp; /* Communications Processor */
+ struct qe_mux __iomem qmx; /* QE Multiplexer */
+ struct qe_timers __iomem qet; /* QE Timers */
+ struct spi __iomem spi[0x2]; /* spi */
+ struct mcc __iomem mcc; /* mcc */
+ struct qe_brg __iomem brg; /* brg */
+ struct usb_ctlr __iomem usb; /* USB */
+ struct si1 __iomem si1; /* SI */
Why not just set __iomem on qe_immap references?
Does that work? I'm not quite clear on how the scope for __iomem works.
I can definitely do that, though.
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev