All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] pinctrl: bcm2835: Add support for all BCM2711 GPIOs
@ 2020-02-08 13:02 ` Stefan Wahren
  0 siblings, 0 replies; 24+ messages in thread
From: Stefan Wahren @ 2020-02-08 13:02 UTC (permalink / raw)
  To: Nicolas Saenz Julienne, Florian Fainelli, Linus Walleij, Ray Jui,
	Scott Branden
  Cc: linux-gpio, linux-arm-kernel, bcm-kernel-feedback-list,
	devicetree, Stefan Wahren

The BCM2711 supports 58 GPIOs [1] by using the existing BCM2835 GPIO registers
completely. So there is no need to change the binding.

Patch 1 and 2 prepare the pinctrl driver to be extended to 58 GPIOs in Patch 3.
I didn't want to squash them in order to make review as easy as possible.
The final patch 4 assigns all SoC GPIOs a label as we already did for
the older Raspberry Pi boards.

Changes since RFC:
- avoid using memcpy as suggested by Nicolas
- drop unused entry from GPIO label legend

[1] - https://github.com/raspberrypi/linux/issues/3101#issuecomment-573092294

Stefan Wahren (4):
  pinctrl: bcm2835: Drop unused define
  pinctrl: bcm2835: Refactor platform data
  pinctrl: bcm2835: Add support for all GPIOs on BCM2711
  ARM: dts: bcm2711-rpi-4-b: Add SoC GPIO labels

 arch/arm/boot/dts/bcm2711-rpi-4-b.dts |  73 +++++++++++++++++++++++
 drivers/pinctrl/bcm/pinctrl-bcm2835.c | 106 ++++++++++++++++++++++++++--------
 2 files changed, 155 insertions(+), 24 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2020-02-19 11:11 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-08 13:02 [PATCH 0/4] pinctrl: bcm2835: Add support for all BCM2711 GPIOs Stefan Wahren
2020-02-08 13:02 ` Stefan Wahren
2020-02-08 13:02 ` [PATCH 1/4] pinctrl: bcm2835: Drop unused define Stefan Wahren
2020-02-08 13:02   ` Stefan Wahren
2020-02-12 18:33   ` Nicolas Saenz Julienne
2020-02-12 18:33     ` Nicolas Saenz Julienne
2020-02-08 13:02 ` [PATCH 2/4] pinctrl: bcm2835: Refactor platform data Stefan Wahren
2020-02-08 13:02   ` Stefan Wahren
2020-02-12 18:33   ` Nicolas Saenz Julienne
2020-02-12 18:33     ` Nicolas Saenz Julienne
2020-02-14 10:48   ` Linus Walleij
2020-02-14 10:48     ` Linus Walleij
2020-02-08 13:02 ` [PATCH 3/4] pinctrl: bcm2835: Add support for all GPIOs on BCM2711 Stefan Wahren
2020-02-08 13:02   ` Stefan Wahren
2020-02-12 18:34   ` Nicolas Saenz Julienne
2020-02-12 18:34     ` Nicolas Saenz Julienne
2020-02-14 10:50   ` Linus Walleij
2020-02-14 10:50     ` Linus Walleij
2020-02-08 13:02 ` [PATCH 4/4] ARM: dts: bcm2711-rpi-4-b: Add SoC GPIO labels Stefan Wahren
2020-02-08 13:02   ` Stefan Wahren
2020-02-14 10:50   ` Linus Walleij
2020-02-14 10:50     ` Linus Walleij
2020-02-19 11:11   ` Nicolas Saenz Julienne
2020-02-19 11:11     ` Nicolas Saenz Julienne

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.