From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 31 May 2017 21:11:45 -0600 Subject: [U-Boot] [PATCH v3 3/4] drivers: phy: add generic_phy_valid() method In-Reply-To: <1495533475-1553-4-git-send-email-patrice.chotard@st.com> References: <1495533475-1553-1-git-send-email-patrice.chotard@st.com> <1495533475-1553-4-git-send-email-patrice.chotard@st.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 23 May 2017 at 03:57, wrote: > From: Patrice Chotard > > This allow to check if a PHY has been correctly > initialised and avoid to get access to phy struct. > > Signed-off-by: Patrice Chotard > --- > drivers/phy/phy-uclass.c | 5 +++++ > include/generic-phy.h | 8 ++++++++ > 2 files changed, 13 insertions(+) Reviewed-by: Simon Glass