Patch "pinctrl: bcm2835: Drop unused define" has been added to the 5.4-stable tree

gregkh at linuxfoundation.org gregkh at linuxfoundation.org
Thu Jan 27 08:01:49 PST 2022


This is a note to let you know that I've just added the patch titled

    pinctrl: bcm2835: Drop unused define

to the 5.4-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     pinctrl-bcm2835-drop-unused-define.patch
and it can be found in the queue-5.4 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable at vger.kernel.org> know about it.


>From foo at baz Thu Jan 27 04:40:37 PM CET 2022
From: Florian Fainelli <f.fainelli at gmail.com>
Date: Tue, 25 Jan 2022 11:42:16 -0800
Subject: pinctrl: bcm2835: Drop unused define
To: stable at vger.kernel.org
Cc: Stefan Wahren <stefan.wahren at i2se.com>, Nicolas Saenz Julienne <nsaenzjulienne at suse.de>, Linus Walleij <linus.walleij at linaro.org>, Florian Fainelli <f.fainelli at gmail.com>, Rob Herring <robh+dt at kernel.org>, Mark Rutland <mark.rutland at arm.com>, Ray Jui <rjui at broadcom.com>, Scott Branden <sbranden at broadcom.com>, bcm-kernel-feedback-list at broadcom.com (maintainer:BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITE...), Eric Anholt <eric at anholt.net>, Stefan Wahren <wahrenst at gmx.net>, Nicolas Saenz Julienne <nsaenz at kernel.org>, Phil Elwell <phil at raspberrypi.com>, devicetree at vger.kernel.org (open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS), linux-kernel at vger.kernel.org (open list), linux-gpio at vger.kernel.org (open list:PIN CONTROL SUBSYSTEM), linux-rpi-kernel at lists.infradead.org (moderated list:BROADCOM BCM2711/BCM2835 ARM ARCHITECTURE), linux-arm-kernel at lists.infradead.org (moderated list:BROADCOM BCM2711/BCM2835 ARM ARCHITECTURE)
Message-ID: <20220125194222.12783-2-f.fainelli at gmail.com>

From: Stefan Wahren <stefan.wahren at i2se.com>

commit be30d5de0a5a52c6ee2cc453a51301037ab94aa upstream

There is no usage for this define, so drop it.

Signed-off-by: Stefan Wahren <stefan.wahren at i2se.com>
Link: https://lore.kernel.org/r/1580148908-4863-2-git-send-email-stefan.wahren@i2se.com
Reviewed-by: Nicolas Saenz Julienne <nsaenzjulienne at suse.de>
Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
Signed-off-by: Florian Fainelli <f.fainelli at gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
---
 drivers/pinctrl/bcm/pinctrl-bcm2835.c |    3 ---
 1 file changed, 3 deletions(-)

--- 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
 
-#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 */


Patches currently in stable-queue which might be from f.fainelli at gmail.com are

queue-5.4/pinctrl-bcm2835-drop-unused-define.patch
queue-5.4/arm-dts-gpio-ranges-property-is-now-required.patch
queue-5.4/pinctrl-bcm2835-add-support-for-wake-up-interrupts.patch
queue-5.4/pinctrl-bcm2835-change-init-order-for-gpio-hogs.patch
queue-5.4/pinctrl-bcm2835-refactor-platform-data.patch
queue-5.4/pinctrl-bcm2835-match-bcm7211-compatible-string.patch
queue-5.4/pinctrl-bcm2835-add-support-for-all-gpios-on-bcm2711.patch



More information about the linux-arm-kernel mailing list