On Thu, May 28, 2015 at 3:35 PM, Ross Zwisler <[email protected]> wrote: > Fix a couple of sparse warnings (duplicate const, incorrect address > space), and go back to using memcpy() instead of memcpy_toio() and > memcpy_fromio() when talking to our block apertures. Instead, include a > union to alias mmio->base and mmio->aperture so that we can continue to > reuse common code for ioremapping and deinterleaving. mmio->base still > has the __iomem annotation and is used via readq() and writeq() for the > control and status registers. mmio->aperture is used via normal > memcpy() for aperture I/O. > > Signed-off-by: Ross Zwisler <[email protected]> > Cc: Dan Williams <[email protected]> > Cc: "Rafael J. Wysocki" <[email protected]> > Cc: [email protected] > Cc: [email protected]
Folded into libnd-for-next. Thanks Ross! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

