Re: [PATCH net-next 00/11] Modernize mdio-gpio

2018-04-19 Thread Andrew Lunn
On Thu, Apr 19, 2018 at 09:52:09PM +0200, Linus Walleij wrote: > On Thu, Apr 19, 2018 at 1:02 AM, Andrew Lunn wrote: > > > This patchset is inspired by a previous version by Linus Walleij > > > > It reworks the mdio-gpio code to make use of gpio descriptors instead > > of gpio numbers. However co

Re: [PATCH net-next 00/11] Modernize mdio-gpio

2018-04-19 Thread David Miller
From: Andrew Lunn Date: Thu, 19 Apr 2018 01:02:48 +0200 > This patchset is inspired by a previous version by Linus Walleij > > It reworks the mdio-gpio code to make use of gpio descriptors instead > of gpio numbers. However compared to the previous version, it retains > support for platform devi

Re: [PATCH net-next 00/11] Modernize mdio-gpio

2018-04-19 Thread Linus Walleij
On Thu, Apr 19, 2018 at 1:02 AM, Andrew Lunn wrote: > This patchset is inspired by a previous version by Linus Walleij > > It reworks the mdio-gpio code to make use of gpio descriptors instead > of gpio numbers. However compared to the previous version, it retains > support for platform devices.

[PATCH net-next 00/11] Modernize mdio-gpio

2018-04-18 Thread Andrew Lunn
This patchset is inspired by a previous version by Linus Walleij It reworks the mdio-gpio code to make use of gpio descriptors instead of gpio numbers. However compared to the previous version, it retains support for platform devices. It does however remove the platform_data header file. The neede