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

2018-05-21 Thread Anson Huang
<linux-...@nxp.com>; > linux-g...@vger.kernel.org; linux-kernel <linux-kernel@vger.kernel.org> > Subject: Re: [PATCH V2] gpio: mxc: add clock operation > > Hi Anson, > > On Mon, May 21, 2018 at 11:29 PM, Anson Huang <anson.hu...@nxp.com> > wrote: > > > Thank

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

2018-05-21 Thread Anson Huang
Anson Huang Best Regards! > -Original Message- > From: Fabio Estevam [mailto:feste...@gmail.com] > Sent: Tuesday, May 22, 2018 10:34 AM > To: Anson Huang > Cc: Linus Walleij ; dl-linux-imx > ; > linux-g...@vger.kernel.org; linux-kernel > Subject: Re: [PATCH

Re: [PATCH V2] gpio: mxc: add clock operation

2018-05-21 Thread Fabio Estevam
Hi Anson, On Mon, May 21, 2018 at 11:29 PM, Anson Huang wrote: > Thanks, I will rework it into 2 patches, using SPDX. I have just sent a series that converts gpio-mxc and gpio-mxs to use SPDX identifier and put you on Cc. You can base your change on top of mine. Thanks

Re: [PATCH V2] gpio: mxc: add clock operation

2018-05-21 Thread Fabio Estevam
Hi Anson, On Mon, May 21, 2018 at 11:29 PM, Anson Huang wrote: > Thanks, I will rework it into 2 patches, using SPDX. I have just sent a series that converts gpio-mxc and gpio-mxs to use SPDX identifier and put you on Cc. You can base your change on top of mine. Thanks

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

2018-05-21 Thread Anson Huang
<linux-...@nxp.com>; > linux-g...@vger.kernel.org; linux-kernel <linux-kernel@vger.kernel.org> > Subject: Re: [PATCH V2] gpio: mxc: add clock operation > > Hi Anson, > > On Mon, May 21, 2018 at 10:15 PM, Anson Huang <anson.hu...@nxp.com> > wrote: > > S

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

2018-05-21 Thread Anson Huang
Hi, Fabio Anson Huang Best Regards! > -Original Message- > From: Fabio Estevam [mailto:feste...@gmail.com] > Sent: Tuesday, May 22, 2018 10:28 AM > To: Anson Huang > Cc: Linus Walleij ; dl-linux-imx > ; > linux-g...@vger.kernel.org; linux-kernel > Subject:

Re: [PATCH V2] gpio: mxc: add clock operation

2018-05-21 Thread Fabio Estevam
Hi Anson, On Mon, May 21, 2018 at 10:15 PM, Anson Huang wrote: > Some i.MX SoCs have GPIO clock gates in CCM CCGR, such as > i.MX6SLL, need to enable clocks before accessing GPIO > registers, add optional clock operation for GPIO driver. > > Signed-off-by: Anson Huang

Re: [PATCH V2] gpio: mxc: add clock operation

2018-05-21 Thread Fabio Estevam
Hi Anson, On Mon, May 21, 2018 at 10:15 PM, Anson Huang wrote: > Some i.MX SoCs have GPIO clock gates in CCM CCGR, such as > i.MX6SLL, need to enable clocks before accessing GPIO > registers, add optional clock operation for GPIO driver. > > Signed-off-by: Anson Huang > --- > changes since V1:

[PATCH V2] gpio: mxc: add clock operation

2018-05-21 Thread Anson Huang
Some i.MX SoCs have GPIO clock gates in CCM CCGR, such as i.MX6SLL, need to enable clocks before accessing GPIO registers, add optional clock operation for GPIO driver. Signed-off-by: Anson Huang --- changes since V1: add missing clk header; remove FSF

[PATCH V2] gpio: mxc: add clock operation

2018-05-21 Thread Anson Huang
Some i.MX SoCs have GPIO clock gates in CCM CCGR, such as i.MX6SLL, need to enable clocks before accessing GPIO registers, add optional clock operation for GPIO driver. Signed-off-by: Anson Huang --- changes since V1: add missing clk header; remove FSF addresses in copyright to