RE: [PATCH v2 1/4] clock_imx8mq: Delete not used init_usb_clk()

2020-02-05 Thread Peng Fan
> Subject: Re: [PATCH v2 1/4] clock_imx8mq: Delete not used init_usb_clk() > > On Mon, Feb 3, 2020 at 5:48 AM Jon Nettleton wrote: > > > I have a working port of the Linux usb phy driver for the iMX8MQ > > already. I think the only piece that is missing to use dwc

Re: [PATCH v2 1/4] clock_imx8mq: Delete not used init_usb_clk()

2020-02-05 Thread Fabio Estevam
On Mon, Feb 3, 2020 at 5:48 AM Jon Nettleton wrote: > I have a working port of the Linux usb phy driver for the iMX8MQ > already. I think the only piece that is missing to use dwc3-generic > for iMX8MQ is the common clk driver. Has anyone started work on this? Not that I am aware of. Peng,

RE: [PATCH v2 1/4] clock_imx8mq: Delete not used init_usb_clk()

2020-02-03 Thread Peng Fan
> Subject: Re: [PATCH v2 1/4] clock_imx8mq: Delete not used init_usb_clk() > > > > On 27/01/20 6:46 PM, Peng Fan wrote: > >> Subject: Re: [PATCH v2 1/4] clock_imx8mq: Delete not used > >> init_usb_clk() > >> > >> Hi Anatolij, > >&

Re: [PATCH v2 1/4] clock_imx8mq: Delete not used init_usb_clk()

2020-02-03 Thread Lokesh Vutla
On 27/01/20 6:46 PM, Peng Fan wrote: >> Subject: Re: [PATCH v2 1/4] clock_imx8mq: Delete not used init_usb_clk() >> >> Hi Anatolij, >> >> On Thu, Jan 23, 2020 at 11:43 AM Anatolij Gustschin wrote: >>> >>> On Thu, 23 Jan 2020 10:20:14 -0300

Re: [PATCH v2 1/4] clock_imx8mq: Delete not used init_usb_clk()

2020-02-03 Thread Jon Nettleton
On Mon, Jan 27, 2020 at 2:16 PM Peng Fan wrote: > > > Subject: Re: [PATCH v2 1/4] clock_imx8mq: Delete not used init_usb_clk() > > > > Hi Anatolij, > > > > On Thu, Jan 23, 2020 at 11:43 AM Anatolij Gustschin wrote: > > > > > > On Thu, 23 Jan

RE: [PATCH v2 1/4] clock_imx8mq: Delete not used init_usb_clk()

2020-01-27 Thread Peng Fan
> Subject: Re: [PATCH v2 1/4] clock_imx8mq: Delete not used init_usb_clk() > > Hi Anatolij, > > On Thu, Jan 23, 2020 at 11:43 AM Anatolij Gustschin wrote: > > > > On Thu, 23 Jan 2020 10:20:14 -0300 > > Pedro Jardim jardim.c.pe...@gmail.com wrote: > > &g

Re: [PATCH v2 1/4] clock_imx8mq: Delete not used init_usb_clk()

2020-01-23 Thread Fabio Estevam
Hi Anatolij, On Thu, Jan 23, 2020 at 11:43 AM Anatolij Gustschin wrote: > > On Thu, 23 Jan 2020 10:20:14 -0300 > Pedro Jardim jardim.c.pe...@gmail.com wrote: > > > Function init_usb_clk() is not used anywhere, so it can simply be deleted. > > This was detected by the following sparse warning: >

Re: [PATCH v2 1/4] clock_imx8mq: Delete not used init_usb_clk()

2020-01-23 Thread Anatolij Gustschin
On Thu, 23 Jan 2020 10:20:14 -0300 Pedro Jardim jardim.c.pe...@gmail.com wrote: > Function init_usb_clk() is not used anywhere, so it can simply be deleted. > This was detected by the following sparse warning: > > arch/arm/mach-imx/imx8m/clock_imx8mq.c:377:6: warning: no previous prototype >