From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BB6B8C352A4 for ; Wed, 12 Feb 2020 18:33:29 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9602A20724 for ; Wed, 12 Feb 2020 18:33:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="cU65pqwB" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9602A20724 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: MIME-Version:References:In-Reply-To:Date:To:From:Subject:Message-ID:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=SYMi5aTpbViiJ9Rf/hzFWG8jYqnV0LXxs8boLUzt5dc=; b=cU65pqwBgCpJ6Mrt065e4L3D6 umIWzpVKQdAr/5R/dtbg46mvQ0freHkl5fDj1QD2dq/1GVZ/ov+PB13WE4wxbJHgWkIc3yZbODHTX MclSRCCZ7ALo0mwByF1TKS7kMtJMT7DSWDChegB3lTOX2Ii+JmEYGHgnZeHVWZ2MjoMxXvhpqwPzQ JCg6Il11woNo3GmRc/sOpKOZSG25/XVK2U2tZDOH8a+TJ0+5MO7ZsS0H5iYmaah3XEO1baNNNNsV4 RlZs6UJtDMH5UxvyC3hFPBPZGB0181v/VRmPP+19oweDJlBz3oK90yJ0Ha6CiTdvskxIxvVRLyIa0 FK7oDObHA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1j1wpF-0003jt-94; Wed, 12 Feb 2020 18:33:29 +0000 Received: from mx2.suse.de ([195.135.220.15]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1j1wpC-0003jW-Dd for linux-arm-kernel@lists.infradead.org; Wed, 12 Feb 2020 18:33:27 +0000 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 20985AFC6; Wed, 12 Feb 2020 18:33:25 +0000 (UTC) Message-ID: Subject: Re: [PATCH 1/4] pinctrl: bcm2835: Drop unused define From: Nicolas Saenz Julienne To: Stefan Wahren , Florian Fainelli , Linus Walleij , Ray Jui , Scott Branden Date: Wed, 12 Feb 2020 19:33:23 +0100 In-Reply-To: <1581166975-22949-2-git-send-email-stefan.wahren@i2se.com> References: <1581166975-22949-1-git-send-email-stefan.wahren@i2se.com> <1581166975-22949-2-git-send-email-stefan.wahren@i2se.com> User-Agent: Evolution 3.34.3 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200212_103326_608088_DFC3A870 X-CRM114-Status: GOOD ( 13.16 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-gpio@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Content-Type: multipart/mixed; boundary="===============1968898611520564384==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============1968898611520564384== Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-ulzXRZjx5UFe2W/mHRRR" --=-ulzXRZjx5UFe2W/mHRRR Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Sat, 2020-02-08 at 14:02 +0100, Stefan Wahren wrote: > There is no usage for this define, so drop it. >=20 > Signed-off-by: Stefan Wahren > --- Reviewed-by: Nicolas Saenz Julienne Thanks! > drivers/pinctrl/bcm/pinctrl-bcm2835.c | 3 --- > 1 file changed, 3 deletions(-) >=20 > diff --git a/drivers/pinctrl/bcm/pinctrl-bcm2835.c > b/drivers/pinctrl/bcm/pinctrl-bcm2835.c > index 0de1a3a..3fc2638 100644 > --- a/drivers/pinctrl/bcm/pinctrl-bcm2835.c > +++ b/drivers/pinctrl/bcm/pinctrl-bcm2835.c > @@ -40,9 +40,6 @@ > #define BCM2835_NUM_BANKS 2 > #define BCM2835_NUM_IRQS 3 > =20 > -#define BCM2835_PIN_BITMAP_SZ \ > - DIV_ROUND_UP(BCM2835_NUM_GPIOS, sizeof(unsigned long) * 8) > - > /* GPIO register offsets */ > #define GPFSEL0 0x0 /* Function Select */ > #define GPSET0 0x1c /* Pin Output Set */ --=-ulzXRZjx5UFe2W/mHRRR Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEErOkkGDHCg2EbPcGjlfZmHno8x/4FAl5ERPMACgkQlfZmHno8 x/7XAgf/e61c0DAwpbRreaAJ033lb5vYCOwBg1og+mB2nUKnUvuCt+VaXLu9joLt 1rmULI6ENxMegyCtvmsUcEFpDcm13mPFM75+FOIOvwGZYP0NoPhNeRCEQqGKK0V9 D7QyMCIgQfREus91+C9a5McL5x+RuXp+HBgE0Pd2IzUKLmHjwyd22sVoWv5jq4QE h7XcacuGLyHtl1YEyg98+FxSxamejERl5/XkKAvw+9mEong4Z9fCrWB7aqeiZzT+ k9y0Gc4Ew+x9u5bGyuuXIP0gTF9OmxVVbgKHw8llmvusPiogkZ+UdpZyKKCkwiWV IHleKsp1NY1uHBmg8wNbo+jRvhmbGA== =SdUw -----END PGP SIGNATURE----- --=-ulzXRZjx5UFe2W/mHRRR-- --===============1968898611520564384== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============1968898611520564384==--