From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Sat, 10 Nov 2012 08:28:18 +0100 Subject: [U-Boot] [PATCH V3 0/9] separate miiphy from ethernet In-Reply-To: <1350960047-23404-1-git-send-email-troy.kisky@boundarydevices.com> References: <1345502918-18305-1-git-send-email-troy.kisky@boundarydevices.com> <1350960047-23404-1-git-send-email-troy.kisky@boundarydevices.com> Message-ID: <509E0212.3010609@denx.de> 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/10/2012 04:40, Troy Kisky wrote: > This series tries to separate the mii regsisters > from the ethernet registers as suggested by > Andy Fleming. Then, mx6qsabrelite is changed > to find the phy address from the possibles 4-7. > > The V3 series is very different from V2. > > Troy Kisky (9): > doc/README.fec_mxc: add documentation > net: fec_mxc: delete CONFIG_FEC_MXC_MULTI > net: fec_mxc: change fec_mii_setspeed parameter > net: fec_mxc: have fecmxc_initialize call fecmxc_initialize_multi > phy: add phy_find_by_mask/phy_connect_dev > net: fec_mxc: use fec_set_dev_name to set name > net: fec_mxc: only call phy_connect in fec_probe > net: fec_mxc: get phydev before fec_probe > mx6qsabrelite: search mii phy address 4-7 > Hi Joe, > board/freescale/mx6qsabrelite/mx6qsabrelite.c | 24 +++- > doc/README.fec_mxc | 27 ++++ > drivers/net/fec_mxc.c | 164 ++++++++++++++----------- > drivers/net/fec_mxc.h | 2 +- > drivers/net/phy/phy.c | 128 +++++++++++-------- > include/configs/m28evk.h | 1 - > include/configs/mx28evk.h | 1 - > include/configs/sc_sps_1.h | 1 - > include/netdev.h | 7 ++ > include/phy.h | 3 + > 10 files changed, 227 insertions(+), 131 deletions(-) > create mode 100644 doc/README.fec_mxc Patches are assigned to me in patchworks. Do you have any issue with this patchset ? If it is ok for you, I will apply it to u-boot-imx. Best regards, Stefano -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================