From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Mon, 11 Apr 2016 09:11:19 +0200 Subject: [U-Boot] [uboot] [PATCH 1/7] drivers: net: cpsw: Add readinf of DT phy-handle node In-Reply-To: <1460131707-8496-1-git-send-email-dmurphy@ti.com> References: <1460131707-8496-1-git-send-email-dmurphy@ti.com> Message-ID: <570B4E17.60405@xilinx.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 8.4.2016 18:08, Dan Murphy wrote: > Add the ability to read the phy-handle node of the > cpsw slave. Upon reading this handle the phy-id > can be stored based on the reg node in the DT. > > The phy-handle also needs to be stored and passed > to the phy to access any phy data that is available. > > Signed-off-by: Dan Murphy > --- > drivers/net/cpsw.c | 18 ++++++++++++++++-- > include/cpsw.h | 1 + > 2 files changed, 17 insertions(+), 2 deletions(-) Just a generic node. There are couple of new patches in this series which is great but please also label them as v4 (or new v5). Mixing version is not good solution and I had to apply all patches twice because of this. Please look at patman to handle versions for you. Thanks, Michal