Re: [PATCH v5 03/14] phy: Add get/enable/disable for a bulk of phys

2020-04-15 Thread Weijie Gao
On Fri, 2020-04-10 at 13:45 +0800, Chunfeng Yun wrote: > This patch adds a "bulk" API to the phy API in order to > get/enable/disable 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:

[PATCH v5 03/14] phy: Add get/enable/disable for a bulk of phys

2020-04-09 Thread Chunfeng Yun
This patch adds a "bulk" API to the phy API in order to get/enable/disable 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 --- v5: no changes v4: new patch ---