On 6/11/24 00:35, Sean Anderson wrote:
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@xxxxxxxxx/ Changes in v3: - Express groups/pins exclusivity using oneOf - Fix zynqmp_pinmux_set_mux and zynqmp_pinconf_group_set not handling "pin" groups (thanks Sai Krishna). 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 | 349 +++++++++--------- drivers/pinctrl/pinctrl-zynqmp.c | 83 +++-- 2 files changed, 234 insertions(+), 198 deletions(-)
Acked-by: Michal Simek <michal.simek@xxxxxxx> Thanks, Michal