Re: [Uboot-stm32] [PATCH] phy: stm32-usbphyc: stm32-usbphyc: Add DT phy tuning support

2022-05-10 Thread Patrice CHOTARD
My Bad, this patch is not concerned, i keep it merged in STM32 custodian master. On 5/10/22 13:50, Patrice CHOTARD wrote: > After discussion with Patrick, the whole series will not be merged in stm32 > git custodian master branch > > Patrice > > On 5/10/22 10:10, Patrice CHOTARD wrote: >> >> >>

Re: [PATCH] phy: stm32-usbphyc: stm32-usbphyc: Add DT phy tuning support

2022-05-10 Thread Patrice CHOTARD
After discussion with Patrick, the whole series will not be merged in stm32 git custodian master branch Patrice On 5/10/22 10:10, Patrice CHOTARD wrote: > > > On 5/6/22 10:50, Patrick DELAUNAY wrote: >> Hi >> >> On 4/22/22 09:39, Patrice Chotard wrote: >>> Add support of phy-tuning properties

Re: [PATCH] phy: stm32-usbphyc: stm32-usbphyc: Add DT phy tuning support

2022-05-10 Thread Patrice CHOTARD
On 5/6/22 10:50, Patrick DELAUNAY wrote: > Hi > > On 4/22/22 09:39, Patrice Chotard wrote: >> Add support of phy-tuning properties for sm32-usbphyc's phy tuning >> aligned with v5.15 kernel bindings. >> >> Signed-off-by: Patrice Chotard >> --- >> >>   drivers/phy/phy-stm32-usbphyc.c | 167

Re: [PATCH] phy: stm32-usbphyc: stm32-usbphyc: Add DT phy tuning support

2022-05-06 Thread Patrick DELAUNAY
Hi On 4/22/22 09:39, Patrice Chotard wrote: Add support of phy-tuning properties for sm32-usbphyc's phy tuning aligned with v5.15 kernel bindings. Signed-off-by: Patrice Chotard --- drivers/phy/phy-stm32-usbphyc.c | 167 1 file changed, 167 insertions(+)

[PATCH] phy: stm32-usbphyc: stm32-usbphyc: Add DT phy tuning support

2022-04-22 Thread Patrice Chotard
Add support of phy-tuning properties for sm32-usbphyc's phy tuning aligned with v5.15 kernel bindings. Signed-off-by: Patrice Chotard --- drivers/phy/phy-stm32-usbphyc.c | 167 1 file changed, 167 insertions(+) diff --git a/drivers/phy/phy-stm32-usbphyc.c b/dri