Re: [PATCH v3 04/10] pinctrl: sunxi: drop dedicated A20 driver

From: Chen-Yu Tsai
Date: Sun May 28 2017 - 11:08:31 EST


On Sat, May 27, 2017 at 6:23 PM, Icenowy Zheng <icenowy@xxxxxxx> wrote:
> As we added A20 support to A10 pinctrl driver, now we can delete the
> dedicated A20 pinctrl driver, which is duplicated code.
>
> Signed-off-by: Icenowy Zheng <icenowy@xxxxxxx>
> ---
> Changes in v3:
> - Only remove the A20 driver(A10 driver for A20 is enabled in
> the previous commit now).
>
> drivers/pinctrl/sunxi/Kconfig | 4 -
> drivers/pinctrl/sunxi/pinctrl-sun7i-a20.c | 1056 -----------------------------

You forgot to remove the Makefile entry. Otherwise,

Reviewed-by: Chen-Yu Tsai <wens@xxxxxxxx>