commit | 272bde6b3edabc5fc4e00fc396598fb4aa3b3b2a | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Sat May 02 11:35:11 2020 +0200 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Sat May 02 12:32:28 2020 +0200 |
tree | 2a32f2e7d74788e32f9984f9e33862e01fef9751 | |
parent | cf8bc1339c4950985b87dcebba04ec0c9de05743 [diff] |
phy: Add API for a bulk of phys 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: Frank Wunderlich <frank-w@public-files.de> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>