Re: [PATCH v2 3/3] pinctrl: sunxi: add support for R329 R-PIO pin controller

From: Andy Shevchenko
Date: Sun Jul 10 2022 - 15:09:33 EST


On Sun, Jul 10, 2022 at 10:28 AM Icenowy Zheng <uwu@xxxxxxxxxx> wrote:
>
> Allwinner R320 SoC has a pin controller in the CPUS power domain.
>
> Add support for it.

> +#include <linux/init.h>
> +#include <linux/platform_device.h>
> +#include <linux/of.h>
> +#include <linux/of_device.h>
> +#include <linux/pinctrl/pinctrl.h>
> +#include <linux/reset.h>

Same comment as per previous patch.
Also I forgot to mention kernel.h from which ARRAY_SIZE() is currently
available.

> +#include "pinctrl-sunxi.h"

--
With Best Regards,
Andy Shevchenko