From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f42.google.com ([74.125.82.42]:36745 "EHLO mail-wm0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750820AbcGJQ10 (ORCPT ); Sun, 10 Jul 2016 12:27:26 -0400 Received: by mail-wm0-f42.google.com with SMTP id f126so66197069wma.1 for ; Sun, 10 Jul 2016 09:27:15 -0700 (PDT) Received: from debian64.daheim (pD9F8A76B.dip0.t-ipconnect.de. [217.248.167.107]) by smtp.gmail.com with ESMTPSA id g195sm6174434wme.23.2016.07.10.09.27.12 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 10 Jul 2016 09:27:13 -0700 (PDT) From: Christian Lamparter Received: from localhost.daheim ([127.0.0.1] helo=debian64.localnet) by debian64.daheim with esmtps (TLS1.0:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.87) (envelope-from ) id 1bMHZW-0003ER-Qw for stable@vger.kernel.org; Sun, 10 Jul 2016 18:27:10 +0200 To: stable@vger.kernel.org Subject: Add usb: dwc2: fix regression on big-endian PowerPC/ARM systems for 4.4+ Date: Sun, 10 Jul 2016 18:27:10 +0200 Message-ID: <2442156.ELRlzmXfJb@debian64> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: stable-owner@vger.kernel.org List-ID: Hello stable-team, I would like to propose the following patch to be included in -stable for 4.4: Subject: usb: dwc2: fix regression on big-endian PowerPC/ARM systems Commit ID: 23e3439296a55affce3ef0ab78f1c2e03aec8767 [0] This patch fixes an regression which was introduced by: "usb: dwc2: Use platform endianness when accessing registers". It broke the DWC2 USB gadget/host controller on big-endian systems like APM82181 (PowerPC-SoC) and possibly big-endian ARM systems. Regards, Christian [0]