Re: [PATCH 1/3] phy: stm32-usbphyc: add counter of PLL consumer

2022-09-07 Thread Patrick DELAUNAY
Hi, On 4/26/22 14:37, Patrick Delaunay wrote: Add the counter of the PLL user n_pll_cons managed by the 2 functions stm32_usbphyc_pll_enable / stm32_usbphyc_pll_disable. This counter allow to remove the function stm32_usbphyc_is_init and it is a preliminary step for ck_usbo_48m introduction.

Re: [PATCH 1/3] phy: stm32-usbphyc: add counter of PLL consumer

2022-06-11 Thread Sean Anderson
On 5/17/22 3:42 AM, Patrick DELAUNAY wrote: Hi Sean, On 5/11/22 18:48, Sean Anderson wrote: On 5/10/22 5:51 AM, Amelie Delaunay wrote: Hi Patrick, Hi Sean, On 5/9/22 16:37, Patrick DELAUNAY wrote: Hi Sean, On 5/8/22 20:21, Sean Anderson wrote: On 4/26/22 8:37 AM, Patrick Delaunay wrote:

Re: [PATCH 1/3] phy: stm32-usbphyc: add counter of PLL consumer

2022-05-17 Thread Patrick DELAUNAY
Hi Sean, On 5/11/22 18:48, Sean Anderson wrote: On 5/10/22 5:51 AM, Amelie Delaunay wrote: Hi Patrick, Hi Sean, On 5/9/22 16:37, Patrick DELAUNAY wrote: Hi Sean, On 5/8/22 20:21, Sean Anderson wrote: On 4/26/22 8:37 AM, Patrick Delaunay wrote: Add the counter of the PLL user n_pll_cons

Re: [PATCH 1/3] phy: stm32-usbphyc: add counter of PLL consumer

2022-05-11 Thread Sean Anderson
On 5/10/22 5:51 AM, Amelie Delaunay wrote: Hi Patrick, Hi Sean, On 5/9/22 16:37, Patrick DELAUNAY wrote: Hi Sean, On 5/8/22 20:21, Sean Anderson wrote: On 4/26/22 8:37 AM, Patrick Delaunay wrote: Add the counter of the PLL user n_pll_cons managed by the 2 functions stm32_usbphyc_pll_enable

Re: [Uboot-stm32] [PATCH 1/3] phy: stm32-usbphyc: add counter of PLL consumer

2022-05-10 Thread Patrice CHOTARD
On 5/10/22 09:45, Patrice CHOTARD wrote: > > > On 5/6/22 16:18, Patrice CHOTARD wrote: >> Hi Patrick >> >> On 4/26/22 14:37, Patrick Delaunay wrote: >>> Add the counter of the PLL user n_pll_cons managed by the 2 functions >>> stm32_usbphyc_pll_enable / stm32_usbphyc_pll_disable. >>> >>> This

Re: [PATCH 1/3] phy: stm32-usbphyc: add counter of PLL consumer

2022-05-10 Thread Amelie Delaunay
Hi Patrick, Hi Sean, On 5/9/22 16:37, Patrick DELAUNAY wrote: Hi Sean, On 5/8/22 20:21, Sean Anderson wrote: On 4/26/22 8:37 AM, Patrick Delaunay wrote: Add the counter of the PLL user n_pll_cons managed by the 2 functions stm32_usbphyc_pll_enable / stm32_usbphyc_pll_disable. This counter

Re: [Uboot-stm32] [PATCH 1/3] phy: stm32-usbphyc: add counter of PLL consumer

2022-05-10 Thread Patrice CHOTARD
On 5/6/22 16:18, Patrice CHOTARD wrote: > Hi Patrick > > On 4/26/22 14:37, Patrick Delaunay wrote: >> Add the counter of the PLL user n_pll_cons managed by the 2 functions >> stm32_usbphyc_pll_enable / stm32_usbphyc_pll_disable. >> >> This counter allow to remove the function

Re: [PATCH 1/3] phy: stm32-usbphyc: add counter of PLL consumer

2022-05-09 Thread Patrick DELAUNAY
Hi Sean, On 5/8/22 20:21, Sean Anderson wrote: On 4/26/22 8:37 AM, Patrick Delaunay wrote: Add the counter of the PLL user n_pll_cons managed by the 2 functions stm32_usbphyc_pll_enable / stm32_usbphyc_pll_disable. This counter allow to remove the function stm32_usbphyc_is_init and it is a

Re: [PATCH 1/3] phy: stm32-usbphyc: add counter of PLL consumer

2022-05-08 Thread Sean Anderson
On 4/26/22 8:37 AM, Patrick Delaunay wrote: Add the counter of the PLL user n_pll_cons managed by the 2 functions stm32_usbphyc_pll_enable / stm32_usbphyc_pll_disable. This counter allow to remove the function stm32_usbphyc_is_init and it is a preliminary step for ck_usbo_48m introduction. Is

Re: [PATCH 1/3] phy: stm32-usbphyc: add counter of PLL consumer

2022-05-06 Thread Patrice CHOTARD
Hi Patrick On 4/26/22 14:37, Patrick Delaunay wrote: > Add the counter of the PLL user n_pll_cons managed by the 2 functions > stm32_usbphyc_pll_enable / stm32_usbphyc_pll_disable. > > This counter allow to remove the function stm32_usbphyc_is_init > and it is a preliminary step for ck_usbo_48m

[PATCH 1/3] phy: stm32-usbphyc: add counter of PLL consumer

2022-04-26 Thread Patrick Delaunay
Add the counter of the PLL user n_pll_cons managed by the 2 functions stm32_usbphyc_pll_enable / stm32_usbphyc_pll_disable. This counter allow to remove the function stm32_usbphyc_is_init and it is a preliminary step for ck_usbo_48m introduction. Signed-off-by: Patrick Delaunay ---