All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] pinctrl: zynqmp: Support muxing individual pins
@ 2024-05-20 15:04 ` Sean Anderson
  0 siblings, 0 replies; 12+ messages in thread
From: Sean Anderson @ 2024-05-20 15:04 UTC (permalink / raw)
  To: Linus Walleij, Michal Simek, linux-gpio
  Cc: Krishna Potthuri, linux-kernel, Andy Shevchenko, linux-arm-kernel,
	Sean Anderson, Conor Dooley, Krzysztof Kozlowski, Rob Herring,
	devicetree

This series adds support for muxing individual pins, instead of
requiring groups to be muxed together. See [1] for additional
discussion.

[1] https://lore.kernel.org/linux-arm-kernel/5bb0dc7e-4c89-4f3d-abc6-41ae9ded5ae9@linux.dev/

Changes in v2:
- Use __set_bit instead of set_bit
- Use size_add when calculating the number of kcalloc members
- Expand commit message with some more motivation

Sean Anderson (2):
  dt-bindings: pinctrl: xilinx: Add support for function with pins
  pinctrl: zynqmp: Support muxing individual pins

 .../bindings/pinctrl/xlnx,zynqmp-pinctrl.yaml | 344 +++++++++---------
 drivers/pinctrl/pinctrl-zynqmp.c              |  61 +++-
 2 files changed, 219 insertions(+), 186 deletions(-)

-- 
2.35.1.1320.gc452695387.dirty


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

end of thread, other threads:[~2024-06-10 16:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-20 15:04 [PATCH v2 0/2] pinctrl: zynqmp: Support muxing individual pins Sean Anderson
2024-05-20 15:04 ` Sean Anderson
2024-05-20 15:04 ` [PATCH v2 1/2] dt-bindings: pinctrl: xilinx: Add support for function with pins Sean Anderson
2024-05-20 15:04   ` Sean Anderson
2024-05-22 14:48   ` Rob Herring
2024-05-22 14:48     ` Rob Herring
2024-05-20 15:04 ` [PATCH v2 2/2] pinctrl: zynqmp: Support muxing individual pins Sean Anderson
2024-05-20 15:04   ` Sean Anderson
2024-06-10 12:16   ` Potthuri, Sai Krishna
2024-06-10 12:16     ` Potthuri, Sai Krishna
2024-06-10 16:59     ` Sean Anderson
2024-06-10 16:59       ` Sean Anderson

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.