Received: by 10.223.176.5 with SMTP id f5csp2652221wra; Thu, 1 Feb 2018 04:01:54 -0800 (PST) X-Google-Smtp-Source: AH8x226rSoTrecpX00WdkKBShU2bXzZkH4Z/6jmbAALsI1tMCM/BVxfrPLNcBFHDUfGWrzj+MQH6 X-Received: by 10.99.4.211 with SMTP id 202mr1898932pge.77.1517486513889; Thu, 01 Feb 2018 04:01:53 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517486513; cv=none; d=google.com; s=arc-20160816; b=l8qyGZt/UAv4Jw9aH1+BUwxo7yftO2Ky5Z0nOoDx6IAFfs2U0ptzMoXshLG0CHzj76 Z2WvaQ8AD+/RC5RozqaVJzl21vX/TZoHse0GLjXCAWybXc/FfLlKpIkfXTuVjRmcZrrW PLXMwjQELBMZuSPRHPeTS3AJOw43MkPqfvL8KF+6xmBRS5TEu8hWgARt9R8Hs7WgHTM9 Jt8hPWmIs2q7duSI8WpSWwlnzWOIrKAfG2qImwhT6gIMcuwDnoYu84jKn0GodQlFRZDJ SC/MhAnuIaoY1sDw4EMoRzKwd35Gd8TQtByXJHK7VHNbtbgMR8RlzcRkptjFhRKiiF08 WNtw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:dmarc-filter:arc-authentication-results; bh=D2ShRvBLJ1+wA39RhATnZu/Kf/oZJeK+gSBrjNWKabs=; b=bj6Zou0e2cp8+7Ire4SWNshqdbBhHOUd4YWKq5bDwghg6zHsEZWJRaZj6uUpviGuId ZQaTtwYGk0tttsFovUQL9t2GhbFMttkglx20+9E3ivjhQoZ4i6FnXQw9XzU7dMPuBuPl CtgIYPcv6mvy5haCtYjYxmwZub17Cxn4iJXyMSeC3voQDyiI8Y7+lb8VEE1wNaw6dtmT jg3RcIIZrDHPuihg7yoQk8AWaq4ErqTUzk/7gXUhuTbILCo9bZhn3BU1PkwMZEdOxq0n nN8gsP/yjaLFwmAG5kxtJSVRmTb/Br5tE3+TNPRkfLBmddBKv3FNs8VJxw2eqZ9tFBIz DDHw== 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 89-v6si1764894plb.612.2018.02.01.04.01.38; Thu, 01 Feb 2018 04:01:53 -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 S1752472AbeBAMBC (ORCPT + 99 others); Thu, 1 Feb 2018 07:01:02 -0500 Received: from mail.kernel.org ([198.145.29.99]:40866 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752164AbeBAMA7 (ORCPT ); Thu, 1 Feb 2018 07:00:59 -0500 Received: from saruman (jahogan.plus.com [212.159.75.221]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1903421748; Thu, 1 Feb 2018 12:00:57 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1903421748 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=jhogan@kernel.org Date: Thu, 1 Feb 2018 12:00:29 +0000 From: James Hogan To: Corentin Labbe Cc: ralf@linux-mips.org, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org Subject: Re: [PATCH] MIPS: fix typo BIG_ENDIAN to CPU_BIG_ENDIAN Message-ID: <20180201120028.GG7637@saruman> References: <20180117185638.22426-1-clabbe.montjoie@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="DO5DiztRLs659m5i" Content-Disposition: inline In-Reply-To: <20180117185638.22426-1-clabbe.montjoie@gmail.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --DO5DiztRLs659m5i Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 17, 2018 at 07:56:38PM +0100, Corentin Labbe wrote: > MIPS_GENERIC select some options with condition on BIG_ENDIAN which do > not exists. > Replace BIG_ENDIAN by CPU_BIG_ENDIAN which is the correct kconfig name. > Note that BMIP_GENERIC do the same which confirm that this patch is > needed. >=20 > Fixes: eed0eabd12ef0 ("MIPS: generic: Introduce generic DT-based board su= pport") > Signed-off-by: Corentin Labbe I've already applied this to my 4.16 branch, with minor commit message tweaks. Thanks James > --- > arch/mips/Kconfig | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) >=20 > diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig > index 13c6e5cb6055..504e78ff0b00 100644 > --- a/arch/mips/Kconfig > +++ b/arch/mips/Kconfig > @@ -119,12 +119,12 @@ config MIPS_GENERIC > select SYS_SUPPORTS_MULTITHREADING > select SYS_SUPPORTS_RELOCATABLE > select SYS_SUPPORTS_SMARTMIPS > - select USB_EHCI_BIG_ENDIAN_DESC if BIG_ENDIAN > - select USB_EHCI_BIG_ENDIAN_MMIO if BIG_ENDIAN > - select USB_OHCI_BIG_ENDIAN_DESC if BIG_ENDIAN > - select USB_OHCI_BIG_ENDIAN_MMIO if BIG_ENDIAN > - select USB_UHCI_BIG_ENDIAN_DESC if BIG_ENDIAN > - select USB_UHCI_BIG_ENDIAN_MMIO if BIG_ENDIAN > + select USB_EHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN > + select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN > + select USB_OHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN > + select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN > + select USB_UHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN > + select USB_UHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN > select USE_OF > help > Select this to build a kernel which aims to support multiple boards, > --=20 > 2.13.6 >=20 >=20 --DO5DiztRLs659m5i Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEd80NauSabkiESfLYbAtpk944dnoFAlpzAVwACgkQbAtpk944 dnrH7Q/+Lp4UzuPKR6f5I35cJB+hJGjkAepslzexB7fXOUptOsMr7R5ufxkDrntF TGIB/OHDlmgvDF5gU2J3pBa4EdulLi+Pe/zU63qSZy2eug+1qzcqcvYGQMJ2V5uZ X7R50fZ0XfvRCgmQkXcVkY74uzeL3CZR16jHtZqlELOorEPtPN/qBgebLNWwRL2p IVoWIgio6h2ajeNAi5QUQHyNCi3iaQhovDEgfJsZ/6ShZKA/dP1DnUjBGnxDqzE3 +oPPRc368hPDIglwogM4pqCI7a+v2sdIYiCH2TioW9qSk4SdxtsKTld49s+c9lci F/II4s4N9MjIiev0AkeAy+JfuZyqEPo7FJzhLSW87LZBaSEPdepeFCLZ6DIfHHo0 UwgReUlaegaWvtwH0CBnnLGOCN3uNlqqgYn13sBME8/y+Fo9Dj5KK/5/LWygo11b MAj2aR9Oaetp9kS9ZZbaHb+qCMbToFOA+J/xVC/ssnF1yqW3BfsW2qEfuPs4yuda HDB4BhSn4ih0nnqNsthZNqA/RTpUN0+Lt004zFJY+C5g4HVg6LSpBhoOsfHfmKey NmpZPgtSxFPEbD+ZVEjQPPTiMgKOQuk75ZSosGwuXSxc9tc8CSMgXEVLEnjkCeD/ yGhqQa35Ljd7arUim8/iRrgKvJDv7M9N1HBDBKZpO2QHd2fwVIc= =yxLU -----END PGP SIGNATURE----- --DO5DiztRLs659m5i--