Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2085020imu; Thu, 17 Jan 2019 08:09:47 -0800 (PST) X-Google-Smtp-Source: ALg8bN5hho7qbfSnnc+iwCQiU78N3eJ5bs1/pmlvnWaSy8/+YmKuIaGivzYB45edZftu6qv29KwX X-Received: by 2002:a17:902:20e9:: with SMTP id v38mr14976268plg.250.1547741387240; Thu, 17 Jan 2019 08:09:47 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547741387; cv=none; d=google.com; s=arc-20160816; b=nOIDF6hsBPXZ6E4CQMQOT/zVARclAUAP0v95iIGs+7As2Y4ev0F16jIUzWj+AyHeQL N3OoBrqh0IGQ7camdG7wWXO/qZYooPoinuRPrC3I79QgylMXpcONFx8qJlbJUmU+zNH5 AvbvflsgyXMA6//H4CQYwNbjM/Kj9NInFo0O014bIbd6oVl69eTXrWyHMVcScWAdkfHj fbTT7YJqxlsadixtAd1X7r9Ql++OADCPw498YLehyp19HfEIfkSoO316AVPVmQHm2h9n VP2Sm14H2YastT8R/rrJwuR4V1P/HvJ15A6bQ0KYCsQBsVmJ300Lsd2+Ioaffqe8lfdG 1f7Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:in-reply-to :subject:cc:to:from:date; bh=Jr2i6fycBsVgJhAdWFVorGYZ27SD1U+elzpwfP5dfBo=; b=KRV9Y+F/it1FnwzOZXzu1fiXazmNTY5PmwxS4Cm0DK5SUE81mHEwcvtb3j0bR4qUDD Q83ZvlKQ0GNRd3iq9TP4s5hi2MIFPmFHbgCbtMZO2b1v61DRn68QxKDX6GcSJ/iniSlO U1+IZdZ6xE7nBFh0GHof52heBL5giwBRJUgiS8a27oVL5q5zJGjAfujdi1iLM/CcIWZZ pG8LfKlzyUP1sHhcypdebbDrfPx0xZbpsbsWX5xxdEH/HoipbyS50rGDc9ZgOmqUwNC9 b6JIYFjP5G7yi6fyd2JR66xGFnPD2wj2LNFARbnnD6AOFCurlivwRsOLpFzFsW0Pvqsw GVQw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 18si1830802pgo.331.2019.01.17.08.09.30; Thu, 17 Jan 2019 08:09:47 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728673AbfAQQIU (ORCPT + 99 others); Thu, 17 Jan 2019 11:08:20 -0500 Received: from iolanthe.rowland.org ([192.131.102.54]:55624 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1728448AbfAQQIS (ORCPT ); Thu, 17 Jan 2019 11:08:18 -0500 Received: (qmail 1747 invoked by uid 2102); 17 Jan 2019 11:08:17 -0500 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 17 Jan 2019 11:08:17 -0500 Date: Thu, 17 Jan 2019 11:08:17 -0500 (EST) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Ran Wang cc: Greg Kroah-Hartman , "linux-usb@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v2 1/3] usb: ehci: fsl: Update register accessing for arm/arm64 platforms In-Reply-To: <20190117091135.44209-1-ran.wang_1@nxp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 17 Jan 2019, Ran Wang wrote: > arm/arm64's io.h doesn't define clrbits32() and clrsetbits_be32(), which > causing compile failure on some Layerscape Platforms (such as LS1021A and > LS2012A which also integrates FSL EHCI controller). So use > ioread32be()/iowrite32be() instead to make it workable on both > powerpc and arm. For patches 1/3 and 3/3: Acked-by: Alan Stern Have you tested these on the Layerscape platforms to make sure they work correctly? Alan Stern