From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753400AbcEIWdp (ORCPT ); Mon, 9 May 2016 18:33:45 -0400 Received: from gate.crashing.org ([63.228.1.57]:34573 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751626AbcEIWdo (ORCPT ); Mon, 9 May 2016 18:33:44 -0400 Message-ID: <1462833187.20290.123.camel@kernel.crashing.org> Subject: Re: usb: dwc2: regression on MyBook Live Duo / Canyonlands since 4.3.0-rc4 From: Benjamin Herrenschmidt To: Felipe Balbi , Arnd Bergmann , linuxppc-dev@lists.ozlabs.org, linux-mips@linux-mips.org Cc: a.seppala@gmail.com, johnyoun@synopsys.com, gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Christian Lamparter Date: Tue, 10 May 2016 08:33:07 +1000 In-Reply-To: <8737prikg9.fsf@intel.com> References: <4231696.iL6nGs74X8@debian64> <1908894.Nkk1LXQkFm@debian64> <1462753402.20290.95.camel@au1.ibm.com> <4162108.qmr2GZCaDN@wuerfel> <8737prikg9.fsf@intel.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2 (3.18.5.2-1.fc23) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2016-05-09 at 13:39 +0300, Felipe Balbi wrote: > and patch all drivers similarly? Shouldn't arch/mips itself deal with > it and hide it from drivers ? Not sure what you mean, but we never had "endian neutral" accessors. It would be a bit of an endeavour and we already have so many accessors that adding more need a very strong justification. Most IP blocks have a fixed endian... Ben.