
15 Apr
2020
15 Apr
'20
9:11 a.m.
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: Chunfeng Yun chunfeng.yun@mediatek.com
v5: no changes
v4: new patch
drivers/phy/phy-uclass.c | 80 ++++++++++++++++++++++++++++++++++++++++ include/generic-phy.h | 66 +++++++++++++++++++++++++++++++++ 2 files changed, 146 insertions(+)
Reviewed-by: Weijie Gao weijie.gao@mediatek.com