From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> Hi All, This patch series updates and reorganizes several macros in the Renesas RZ/G2L pinctrl driver to enhance clarity, align with the current configuration requirements, and address code structure improvements. Cheers, Prabhakar Lad Prabhakar (4): pinctrl: renesas: rzg2l: Update PIN_CFG_MASK() macro to be 32-bit wide pinctrl: renesas: rzg2l: Adjust bit masks for PIN_CFG_VARIABLE to use BIT(62) pinctrl: renesas: rzg2l: Move RZG2L_SINGLE_PIN definition to top of the file pinctrl: renesas: rzg2l: Reorganize variable configuration macro drivers/pinctrl/renesas/pinctrl-rzg2l.c | 59 ++++++++++++++----------- 1 file changed, 32 insertions(+), 27 deletions(-) -- 2.34.1