Re: [PATCH 04/15] pinctrl: sh-pfc: Initial R-Car M3-N support

From: Rob Herring
Date: Sun Feb 18 2018 - 21:57:36 EST


On Tue, Feb 13, 2018 at 10:45:51AM +0100, Jacopo Mondi wrote:
> Add initial PFC support for R-Car M3-N (r8a77965) SoC.
> No groups or functions defined, just pin and registers enumeration.
>
> Signed-off-by: Jacopo Mondi <jacopo+renesas@xxxxxxxxxx>
> ---
> .../bindings/pinctrl/renesas,pfc-pinctrl.txt | 1 +

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>

> drivers/pinctrl/sh-pfc/Kconfig | 5 +
> drivers/pinctrl/sh-pfc/Makefile | 1 +
> drivers/pinctrl/sh-pfc/core.c | 6 +
> drivers/pinctrl/sh-pfc/pfc-r8a77965.c | 2728 ++++++++++++++++++++
> drivers/pinctrl/sh-pfc/sh_pfc.h | 1 +
> 6 files changed, 2742 insertions(+)
> create mode 100644 drivers/pinctrl/sh-pfc/pfc-r8a77965.c