RE: [PATCH] gpio: mxc: add clock operation

From: Anson Huang
Date: Thu May 24 2018 - 03:23:33 EST


Hi, Linus

Anson Huang
Best Regards!


> -----Original Message-----
> From: Linus Walleij [mailto:linus.walleij@xxxxxxxxxx]
> Sent: Thursday, May 24, 2018 4:13 PM
> To: Anson Huang <anson.huang@xxxxxxx>
> Cc: dl-linux-imx <linux-imx@xxxxxxx>; open list:GPIO SUBSYSTEM
> <linux-gpio@xxxxxxxxxxxxxxx>; linux-kernel@xxxxxxxxxxxxxxx
> Subject: Re: [PATCH] gpio: mxc: add clock operation
>
> On Mon, May 21, 2018 at 12:06 PM, Anson Huang <Anson.Huang@xxxxxxx>
> wrote:
>
> > i.MX6SLL has GPIO clock gates in CCM CCGR, need to enable them before
> > accessing registers, add optional clock operation for GPIO driver.
> >
> > Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>
>
> Some warnings from the build robot, seem like a missing #include <linux/clk.h>
> or something.

Please ignore this patch, the "[PATCH V3] gpio: mxc: add clock operation" is to
fix this build warning.

Thanks.

Anson.


>
> Yours,
> Linus Walleij