Re: [PATCH net-next v2 0/5] net: pch: fix and a few cleanups

2021-04-14 Thread Andy Shevchenko
On Thu, Mar 25, 2021 at 07:34:07PM +0200, Andy Shevchenko wrote: > The series provides one fix (patch 1) for GPIO to be able to wait for > the GPIO driver to appear. This is separated from the conversion to > the GPIO descriptors (patch 2) in order to have a possibility for > backporting. Patches

Re: [PATCH net-next v2 0/5] net: pch: fix and a few cleanups

2021-04-08 Thread Andy Shevchenko
On Thu, Apr 08, 2021 at 09:57:12AM +, Flavio Suligoi wrote: > > > > On Thu, Mar 25, 2021 at 07:34:07PM +0200, Andy Shevchenko wrote: > > > > > The series provides one fix (patch 1) for GPIO to be able to wait for > > > > > the GPIO driver to appear. This is separated from the conversion to > >

RE: [PATCH net-next v2 0/5] net: pch: fix and a few cleanups

2021-04-08 Thread Flavio Suligoi
Hi Andy, > > > On Thu, Mar 25, 2021 at 07:34:07PM +0200, Andy Shevchenko wrote: > > > > The series provides one fix (patch 1) for GPIO to be able to wait for > > > > the GPIO driver to appear. This is separated from the conversion to > > > > the GPIO descriptors (patch 2) in order to have a

Re: [PATCH net-next v2 0/5] net: pch: fix and a few cleanups

2021-04-06 Thread Andy Shevchenko
On Tue, Mar 30, 2021 at 07:46:58AM +, Flavio Suligoi wrote: > Hi Andy, > ... > > On Thu, Mar 25, 2021 at 07:34:07PM +0200, Andy Shevchenko wrote: > > > The series provides one fix (patch 1) for GPIO to be able to wait for > > > the GPIO driver to appear. This is separated from the conversion

RE: [PATCH net-next v2 0/5] net: pch: fix and a few cleanups

2021-03-30 Thread Flavio Suligoi
Hi Andy, ... > On Thu, Mar 25, 2021 at 07:34:07PM +0200, Andy Shevchenko wrote: > > The series provides one fix (patch 1) for GPIO to be able to wait for > > the GPIO driver to appear. This is separated from the conversion to > > the GPIO descriptors (patch 2) in order to have a possibility for >

Re: [PATCH net-next v2 0/5] net: pch: fix and a few cleanups

2021-03-29 Thread Andy Shevchenko
On Thu, Mar 25, 2021 at 07:34:07PM +0200, Andy Shevchenko wrote: > The series provides one fix (patch 1) for GPIO to be able to wait for > the GPIO driver to appear. This is separated from the conversion to > the GPIO descriptors (patch 2) in order to have a possibility for > backporting. Patches

[PATCH net-next v2 0/5] net: pch: fix and a few cleanups

2021-03-25 Thread Andy Shevchenko
The series provides one fix (patch 1) for GPIO to be able to wait for the GPIO driver to appear. This is separated from the conversion to the GPIO descriptors (patch 2) in order to have a possibility for backporting. Patches 3 and 4 fix a minor warnings from Sparse while moving to a new APIs.