On Fri, Oct 30, 2015 at 01:53:00PM +0100, Arnd Bergmann wrote: > On Tuesday 27 October 2015 16:33:39 Damien Riegel wrote: > > +static void ts4800_write_feed(struct ts4800_wdt *wdt, u16 val) > > +{ > > + __raw_writew(val, wdt->base + TS4800_WTD_FEED); > > +} > > + > > > > Using __raw_writew() is broken when you run a big-endian kernel. Better always > use the normal writew() in device drivers. Noted for future work. Anyway, this has changed in v2 and the driver now uses regmap_write instead of __raw_writew, so the endianess issue should already be taken care of. Damien -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html