Re: [PATCH v1] mux: adgs1408: Add mod_devicetable.h and remove of_match_ptr

2020-05-25 Thread Peter Rosin
On 2020-05-20 14:01, Andy Shevchenko wrote: > Enables probing via the ACPI PRP0001 route but more is mostly about > removing examples of this that might get copied into new drivers. > > Also fixes > drivers/mux/adgs1408.c:112:34: warning: unused variable 'adgs1408_of_match > as has been

Re: [PATCH v1] mux: adgs1408: Add mod_devicetable.h and remove of_match_ptr

2020-05-22 Thread Peter Rosin
On 2020-05-22 14:52, Andy Shevchenko wrote: > On Wed, May 20, 2020 at 03:01:22PM +0300, Andy Shevchenko wrote: >> Enables probing via the ACPI PRP0001 route but more is mostly about >> removing examples of this that might get copied into new drivers. >> >> Also fixes >>

Re: [PATCH v1] mux: adgs1408: Add mod_devicetable.h and remove of_match_ptr

2020-05-22 Thread Greg Kroah-Hartman
On Fri, May 22, 2020 at 03:52:15PM +0300, Andy Shevchenko wrote: > On Wed, May 20, 2020 at 03:01:22PM +0300, Andy Shevchenko wrote: > > Enables probing via the ACPI PRP0001 route but more is mostly about > > removing examples of this that might get copied into new drivers. > > > > Also fixes > >

Re: [PATCH v1] mux: adgs1408: Add mod_devicetable.h and remove of_match_ptr

2020-05-22 Thread Andy Shevchenko
On Wed, May 20, 2020 at 03:01:22PM +0300, Andy Shevchenko wrote: > Enables probing via the ACPI PRP0001 route but more is mostly about > removing examples of this that might get copied into new drivers. > > Also fixes > drivers/mux/adgs1408.c:112:34: warning: unused variable 'adgs1408_of_match

[PATCH v1] mux: adgs1408: Add mod_devicetable.h and remove of_match_ptr

2020-05-20 Thread Andy Shevchenko
Enables probing via the ACPI PRP0001 route but more is mostly about removing examples of this that might get copied into new drivers. Also fixes drivers/mux/adgs1408.c:112:34: warning: unused variable 'adgs1408_of_match as has been reported recently. Fixes: e9e40543ad5b ("spi: Add generic SPI