Re: [PATCH v3] staging: wfx: Get descriptors for GPIOs

2020-06-29 Thread kernel test robot
Hi Linus, I love your patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] url: https://github.com/0day-ci/linux/commits/Linus-Walleij/staging-wfx-Get-descriptors-for-GPIOs/20200628-165448 base:

Re: [PATCH v3] staging: wfx: Get descriptors for GPIOs

2020-06-29 Thread Jérôme Pouiller
On Sunday 28 June 2020 10:52:36 CEST Linus Walleij wrote: > > The code has the functionality to insert the GPIO lines using > the global GPIO numbers through module parameters. > > As we are clearly deprecating the use of global GPIO numbers > look up the GPIO descriptors from the device

Re: [PATCH v3] staging: wfx: Get descriptors for GPIOs

2020-06-29 Thread Linus Walleij
On Sun, Jun 28, 2020 at 12:43 PM Greg KH wrote: > On Sun, Jun 28, 2020 at 10:52:36AM +0200, Linus Walleij wrote: > > ChangeLog v2->v3: > > - ERR_CAST not PTR_CAST > > ChangeLog v1->v2: > > - Fixed a cast and a variable name. > > - I still don't know how to compile this but hey the zeroday > >

Re: [PATCH v3] staging: wfx: Get descriptors for GPIOs

2020-06-28 Thread Greg KH
On Sun, Jun 28, 2020 at 12:43:02PM +0200, Greg KH wrote: > On Sun, Jun 28, 2020 at 10:52:36AM +0200, Linus Walleij wrote: > > The code has the functionality to insert the GPIO lines using > > the global GPIO numbers through module parameters. > > > > As we are clearly deprecating the use of

Re: [PATCH v3] staging: wfx: Get descriptors for GPIOs

2020-06-28 Thread Greg KH
On Sun, Jun 28, 2020 at 10:52:36AM +0200, Linus Walleij wrote: > The code has the functionality to insert the GPIO lines using > the global GPIO numbers through module parameters. > > As we are clearly deprecating the use of global GPIO numbers > look up the GPIO descriptors from the device

[PATCH v3] staging: wfx: Get descriptors for GPIOs

2020-06-28 Thread Linus Walleij
The code has the functionality to insert the GPIO lines using the global GPIO numbers through module parameters. As we are clearly deprecating the use of global GPIO numbers look up the GPIO descriptors from the device instead. This usually falls back to device hardware descriptions using e.g.