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

Andy Shevchenko andy.shevchenko at gmail.com
Sun Jul 10 12:08:24 PDT 2022


On Sun, Jul 10, 2022 at 10:28 AM Icenowy Zheng <uwu at icenowy.me> 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



More information about the linux-arm-kernel mailing list