mbox series

[v3,0/6] RZ/G2L: pinctrl: Support to get/set drive-strength and output-impedance-ohms

Message ID 20211110224622.16022-1-prabhakar.mahadev-lad.rj@bp.renesas.com
Headers show
Series RZ/G2L: pinctrl: Support to get/set drive-strength and output-impedance-ohms | expand

Message

Lad Prabhakar Nov. 10, 2021, 10:46 p.m. UTC
Hi All,

This patch series add support to get/set drive-strength and
output-impedance for RZ/G2L SoC. Along with some macro renames
and code cleanup.

Cheers,
Prabhakar

Changes for v3:
* Fixed review comments pointed by Geert.

Changes for v2:
* Fixed review comments pointed by Geert, split up patch 4 from series [1]

Note: This patch series is dependent on first two patches of series [1]

[1] https://patchwork.kernel.org/project/linux-renesas-soc/cover/
20211027134509.5036-1-prabhakar.mahadev-lad.rj@bp.renesas.com/

Lad Prabhakar (6):
  dt-bindings: pinctrl: renesas,rzg2l-pinctrl: Add output-impedance-ohms
    property
  pinctrl: renesas: pinctrl-rzg2l: Rename RZG2L_SINGLE_PIN_GET_PORT
    macro
  pinctrl: renesas: pinctrl-rzg2l: Add helper functions to read/write
    pin config
  pinctrl: renesas: pinctrl-rzg2l: Add support to get/set pin config for
    GPIO port pins
  pinctrl: renesas: pinctrl-rzg2l: Rename PIN_CFG_* macros to match HW
    manual
  pinctrl: renesas: pinctrl-rzg2l: Add support to get/set drive-strength
    and output-impedance-ohms

 .../pinctrl/renesas,rzg2l-pinctrl.yaml        |   2 +
 drivers/pinctrl/renesas/pinctrl-rzg2l.c       | 307 ++++++++++++------
 2 files changed, 209 insertions(+), 100 deletions(-)

Comments

Geert Uytterhoeven Nov. 12, 2021, 2:09 p.m. UTC | #1
Hi Prabhakar,

On Wed, Nov 10, 2021 at 11:46 PM Lad Prabhakar
<prabhakar.mahadev-lad.rj@bp.renesas.com> wrote:
> This patch series add support to get/set drive-strength and
> output-impedance for RZ/G2L SoC. Along with some macro renames
> and code cleanup.
>
> Cheers,
> Prabhakar
>
> Changes for v3:
> * Fixed review comments pointed by Geert.
>
> Changes for v2:
> * Fixed review comments pointed by Geert, split up patch 4 from series [1]
>
> Note: This patch series is dependent on first two patches of series [1]
>
> [1] https://patchwork.kernel.org/project/linux-renesas-soc/cover/
> 20211027134509.5036-1-prabhakar.mahadev-lad.rj@bp.renesas.com/

Thank you, will queue in renesas-pinctrl-for-v5.17 with the dependencies.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
Lad, Prabhakar Nov. 12, 2021, 2:17 p.m. UTC | #2
Hi Geert,

On Fri, Nov 12, 2021 at 2:09 PM Geert Uytterhoeven <geert@linux-m68k.org> wrote:
>
> Hi Prabhakar,
>
> On Wed, Nov 10, 2021 at 11:46 PM Lad Prabhakar
> <prabhakar.mahadev-lad.rj@bp.renesas.com> wrote:
> > This patch series add support to get/set drive-strength and
> > output-impedance for RZ/G2L SoC. Along with some macro renames
> > and code cleanup.
> >
> > Cheers,
> > Prabhakar
> >
> > Changes for v3:
> > * Fixed review comments pointed by Geert.
> >
> > Changes for v2:
> > * Fixed review comments pointed by Geert, split up patch 4 from series [1]
> >
> > Note: This patch series is dependent on first two patches of series [1]
> >
> > [1] https://patchwork.kernel.org/project/linux-renesas-soc/cover/
> > 20211027134509.5036-1-prabhakar.mahadev-lad.rj@bp.renesas.com/
>
> Thank you, will queue in renesas-pinctrl-for-v5.17 with the dependencies.
>
Thank you for the review and acceptance.

Cheers,
Prabhakar


> Gr{oetje,eeting}s,
>
>                         Geert
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
>
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
>                                 -- Linus Torvalds