[U-Boot] Switch MVPP2 to use new MVMDIO - how do I move this along?

2019-11-13 Thread Nevo Hed
Hi My submission below went through several iterations, the last of which was requests to squash some commits. I *think* I performed all the requested modifications several months ago. I am new with this email-based patch system so not sure if I'm missing a step in the submission/review process a

[U-Boot] Did anything ever happen with mvmdio / marvell xsmi support?

2019-06-06 Thread Nevo Hed
Hi All Last I see is version 4 of a patchset that is almost a year old with some change requests within - [PATCH v4 1/2] dm: mdio: add a uclass for MDIO (https://lists.denx.de/pipermail/u-boot/2018-July/334118.html) - [PATCH v4 2/2] mdio: add marvell MDIO driver (https://lists.denx.de/pipermail/u

Re: [U-Boot] [EXT] Re: [PATCH 1/2 v3] net: introduce MDIO DM class for MDIO devices

2019-06-14 Thread Nevo Hed
Hi Alex In another thread (https://lists.denx.de/pipermail/u-boot/2019-June/371933.html) I asked Ken (before learning of their cut-backs) if I should take a stab at re-integrating his work where Joe also pointed out the impending acceptance of your work. I'm not sure where we left off here in thi

Re: [U-Boot] [PATCH 4/4] arm: dts: Set custom names for cp110 master/slave MDIO buses

2019-07-23 Thread Nevo Hed
Sorry for the late input The cp110s have an mdio and an xmdio so Locally I have been naming them cpm-xmdio, cpm-mdio, cps-xmdio, cps-mdio I knew the new field is coming but didn't catch that the 'dtsi's patch On Mon, Jul 22, 2019 at 8:30 PM Joe Hershberger wrote: > > On Wed, Jul 17, 2019 at 10:

Re: [U-Boot] [PATCH 4/4] arm: dts: Set custom names for cp110 master/slave MDIO buses

2019-07-23 Thread Nevo Hed
Sorry for the late input The cp110s have an mdio and an xmdio so Locally I have been naming them cpm-xmdio, cpm-mdio, cps-xmdio, cps-mdio I knew the new field is coming but didn't catch that the 'dtsi's patch [also apologies if you get this a second time] On Mon, Jul 22, 2019 at 8:30 PM Joe Her

Re: [U-Boot] [PATCH 4/4] arm: dts: Set custom names for cp110 master/slave MDIO buses

2019-07-23 Thread Nevo Hed
amp; "cps-mdio" On Tue, Jul 23, 2019 at 1:03 PM Nevo Hed wrote: > > Sorry for the late input > > The cp110s have an mdio and an xmdio so > Locally I have been naming them cpm-xmdio, cpm-mdio, cps-xmdio, cps-mdio > > I knew the new field is coming but didn't catch

Re: [U-Boot] [PATCH 5/7] net: mvpp2: allow MDIO registration for fixed links

2019-08-02 Thread Nevo Hed
t_int(). > > > > This squahses a subsequent fix by same author > > > > Signed-off-by: Igal Liberman > > Reviewed-by: Kostya Porotchkin > > Reviewed-by: Stefan Chulski > > Signed-off-by: Nevo Hed > > --- > > > > drivers/net/mvpp2.c |

Re: [U-Boot] [PATCH 2/7] net: mvpp2: Replace SMI implementation with marvell MDIO API

2019-08-14 Thread Nevo Hed
On Wed, Aug 14, 2019 at 11:39 AM Joe Hershberger wrote: > > On Fri, Aug 2, 2019 at 12:54 PM wrote: > > > > From: Ken Ma > > > > - > > -static int mvpp2_recv(struct udevice *dev, int flags, uchar **packetp) > > +int mvpp2_recv(struct udevice *dev, int flags, uchar **packetp) > > Why does this ne