Re: [U-Boot] [PATCH v3 02/11] include: phy: add data field for private driver data

2019-11-29 Thread Joe Hershberger
On Thu, Nov 14, 2019 at 10:30 AM Alex Marginean wrote: > > This is useful to carry custom information between the driver structure > associated with a specific HW and the driver code. > > Signed-off-by: Alex Marginean Acked-by: Joe Hershberger ___ U-B

[U-Boot] [PATCH v3 02/11] include: phy: add data field for private driver data

2019-11-14 Thread Alex Marginean
This is useful to carry custom information between the driver structure associated with a specific HW and the driver code. Signed-off-by: Alex Marginean --- include/phy.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/phy.h b/include/phy.h index e50f56b6eb..6ace9b3a0c 100644 ---