Re: [PATCH net-next 0/5] Modernize bitbanged GPIO MDIO

2018-03-02 Thread Linus Walleij
On Tue, Feb 27, 2018 at 3:00 PM, Florian Fainelli wrote: > On 02/25/2018 04:51 AM, Linus Walleij wrote: >> This kills off the platform data support from the bitbanged >> GPIO-based MDIO driver and moves it over to using GPIO >> descriptors exclusively. >> >> We are certainly not going to merge any

Re: [PATCH net-next 0/5] Modernize bitbanged GPIO MDIO

2018-02-27 Thread Florian Fainelli
On 02/27/2018 03:10 PM, Andrew Lunn wrote: >> Nack on patches 1 and 3, because I am slowly resuming work on an x86 >> platform driver that uses the mdio-gpio driver with platform data, and >> DT is not an option there, and I would rather not have to revert your >> changes. > > Hi Florian > > Woul

Re: [PATCH net-next 0/5] Modernize bitbanged GPIO MDIO

2018-02-27 Thread Andrew Lunn
> Nack on patches 1 and 3, because I am slowly resuming work on an x86 > platform driver that uses the mdio-gpio driver with platform data, and > DT is not an option there, and I would rather not have to revert your > changes. Hi Florian Would it be O.K. to change the platform_data to use a gpio

Re: [PATCH net-next 0/5] Modernize bitbanged GPIO MDIO

2018-02-27 Thread Florian Fainelli
On 02/25/2018 04:51 AM, Linus Walleij wrote: > This kills off the platform data support from the bitbanged > GPIO-based MDIO driver and moves it over to using GPIO > descriptors exclusively. > > We are certainly not going to merge any more platforms into > the kernel using platform data, and not

Re: [PATCH net-next 0/5] Modernize bitbanged GPIO MDIO

2018-02-27 Thread Linus Walleij
On Sun, Feb 25, 2018 at 8:08 PM, Andrew Lunn wrote: > On Sun, Feb 25, 2018 at 01:51:27PM +0100, Linus Walleij wrote: >> This kills off the platform data support from the bitbanged >> GPIO-based MDIO driver and moves it over to using GPIO >> descriptors exclusively. > > Hi Linus > > I like where th

Re: [PATCH net-next 0/5] Modernize bitbanged GPIO MDIO

2018-02-25 Thread Andrew Lunn
On Sun, Feb 25, 2018 at 01:51:27PM +0100, Linus Walleij wrote: > This kills off the platform data support from the bitbanged > GPIO-based MDIO driver and moves it over to using GPIO > descriptors exclusively. Hi Linus I like where this ends up. I wounder about the path it takes to get there. Ther

[PATCH net-next 0/5] Modernize bitbanged GPIO MDIO

2018-02-25 Thread Linus Walleij
This kills off the platform data support from the bitbanged GPIO-based MDIO driver and moves it over to using GPIO descriptors exclusively. We are certainly not going to merge any more platforms into the kernel using platform data, and nothing is using it at the moment. The only concern would be o