Re: [PATCH v7 03/14] phy: Add API for a bulk of phys

2020-04-29 Thread Chunfeng Yun
On Wed, 2020-04-29 at 15:03 -0600, Simon Glass wrote: > Hi, > > On Wed, 29 Apr 2020 at 00:07, Chunfeng Yun wrote: > > > > This patch adds a "bulk" API to the phy API in order to > > get/init/exit/power on/off a group of phys associated > > with a device. > > > > The bulk API will avoid adding a c

Re: [PATCH v7 03/14] phy: Add API for a bulk of phys

2020-04-29 Thread Simon Glass
Hi, On Wed, 29 Apr 2020 at 00:07, Chunfeng Yun wrote: > > This patch adds a "bulk" API to the phy API in order to > get/init/exit/power on/off a group of phys associated > with a device. > > The bulk API will avoid adding a copy of the same code to > manage a group of phys in drivers. > > Signed-

Re: [PATCH v7 03/14] phy: Add API for a bulk of phys

2020-04-29 Thread Jagan Teki
On Wed, Apr 29, 2020 at 11:37 AM Chunfeng Yun wrote: > > This patch adds a "bulk" API to the phy API in order to > get/init/exit/power on/off a group of phys associated > with a device. > > The bulk API will avoid adding a copy of the same code to > manage a group of phys in drivers. > > Signed-of

[PATCH v7 03/14] phy: Add API for a bulk of phys

2020-04-28 Thread Chunfeng Yun
This patch adds a "bulk" API to the phy API in order to get/init/exit/power on/off a group of phys associated with a device. The bulk API will avoid adding a copy of the same code to manage a group of phys in drivers. Signed-off-by: Chunfeng Yun Reviewed-by: Weijie Gao --- v7: provide bulk init