* [PATCH 37/38] platform/x86: toshiba_acpi: drop assignment of iio_info.driver_module [not found] <20170529155154.22580-1-jic23@kernel.org> @ 2017-05-29 15:51 ` Jonathan Cameron 2017-05-29 17:56 ` Andy Shevchenko 2017-06-07 14:53 ` Azael Avalos 0 siblings, 2 replies; 4+ messages in thread From: Jonathan Cameron @ 2017-05-29 15:51 UTC (permalink / raw) To: linux-iio; +Cc: Jonathan Cameron, Azael Avalos, platform-driver-x86 This is now handled by use of a macro for device registration. The field in iio_info will be going away shortly as it is no longer used. Cc: Azael Avalos <coproscefalo@gmail.com> Cc: <platform-driver-x86@vger.kernel.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org> --- drivers/platform/x86/toshiba_acpi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/platform/x86/toshiba_acpi.c b/drivers/platform/x86/toshiba_acpi.c index d0daf75cbed1..ef4301f41727 100644 --- a/drivers/platform/x86/toshiba_acpi.c +++ b/drivers/platform/x86/toshiba_acpi.c @@ -2515,7 +2515,6 @@ static const struct iio_chan_spec toshiba_iio_accel_channels[] = { }; static const struct iio_info toshiba_iio_accel_info = { - .driver_module = THIS_MODULE, .read_raw = &toshiba_iio_accel_read_raw, }; -- 2.13.0 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 37/38] platform/x86: toshiba_acpi: drop assignment of iio_info.driver_module 2017-05-29 15:51 ` [PATCH 37/38] platform/x86: toshiba_acpi: drop assignment of iio_info.driver_module Jonathan Cameron @ 2017-05-29 17:56 ` Andy Shevchenko 2017-06-07 14:53 ` Azael Avalos 1 sibling, 0 replies; 4+ messages in thread From: Andy Shevchenko @ 2017-05-29 17:56 UTC (permalink / raw) To: Jonathan Cameron; +Cc: linux-iio, Azael Avalos, Platform Driver On Mon, May 29, 2017 at 6:51 PM, Jonathan Cameron <jic23@kernel.org> wrote: > This is now handled by use of a macro for device registration. The field > in iio_info will be going away shortly as it is no longer used. > > Cc: Azael Avalos <coproscefalo@gmail.com> > Cc: <platform-driver-x86@vger.kernel.org> Acked-by: Andy Shevchenko <andy.shevchenko@gmail.com> > Signed-off-by: Jonathan Cameron <jic23@kernel.org> > --- > drivers/platform/x86/toshiba_acpi.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/platform/x86/toshiba_acpi.c b/drivers/platform/x86/toshiba_acpi.c > index d0daf75cbed1..ef4301f41727 100644 > --- a/drivers/platform/x86/toshiba_acpi.c > +++ b/drivers/platform/x86/toshiba_acpi.c > @@ -2515,7 +2515,6 @@ static const struct iio_chan_spec toshiba_iio_accel_channels[] = { > }; > > static const struct iio_info toshiba_iio_accel_info = { > - .driver_module = THIS_MODULE, > .read_raw = &toshiba_iio_accel_read_raw, > }; > > -- > 2.13.0 > -- With Best Regards, Andy Shevchenko ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 37/38] platform/x86: toshiba_acpi: drop assignment of iio_info.driver_module 2017-05-29 15:51 ` [PATCH 37/38] platform/x86: toshiba_acpi: drop assignment of iio_info.driver_module Jonathan Cameron 2017-05-29 17:56 ` Andy Shevchenko @ 2017-06-07 14:53 ` Azael Avalos 2017-06-11 14:03 ` Jonathan Cameron 1 sibling, 1 reply; 4+ messages in thread From: Azael Avalos @ 2017-06-07 14:53 UTC (permalink / raw) To: Jonathan Cameron; +Cc: linux-iio, platform-driver-x86@vger.kernel.org Sorry for being this late, been a bit busy. 2017-05-29 9:51 GMT-06:00 Jonathan Cameron <jic23@kernel.org>: > This is now handled by use of a macro for device registration. The field > in iio_info will be going away shortly as it is no longer used. > > Cc: Azael Avalos <coproscefalo@gmail.com> > Cc: <platform-driver-x86@vger.kernel.org> Acked-by: Azael Avalos <coproscefalo@gmail.com> > Signed-off-by: Jonathan Cameron <jic23@kernel.org> > --- > drivers/platform/x86/toshiba_acpi.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/platform/x86/toshiba_acpi.c b/drivers/platform/x86/toshiba_acpi.c > index d0daf75cbed1..ef4301f41727 100644 > --- a/drivers/platform/x86/toshiba_acpi.c > +++ b/drivers/platform/x86/toshiba_acpi.c > @@ -2515,7 +2515,6 @@ static const struct iio_chan_spec toshiba_iio_accel_channels[] = { > }; > > static const struct iio_info toshiba_iio_accel_info = { > - .driver_module = THIS_MODULE, > .read_raw = &toshiba_iio_accel_read_raw, > }; > > -- > 2.13.0 > -- -- El mundo apesta y vosotros apestais tambien -- ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 37/38] platform/x86: toshiba_acpi: drop assignment of iio_info.driver_module 2017-06-07 14:53 ` Azael Avalos @ 2017-06-11 14:03 ` Jonathan Cameron 0 siblings, 0 replies; 4+ messages in thread From: Jonathan Cameron @ 2017-06-11 14:03 UTC (permalink / raw) To: Azael Avalos; +Cc: linux-iio, platform-driver-x86@vger.kernel.org On Wed, 7 Jun 2017 08:53:09 -0600 Azael Avalos <coproscefalo@gmail.com> wrote: > Sorry for being this late, been a bit busy. That's fine, I'm still waiting for reviews on the two core patches at the start of the series :( Trying to avoid playing the maintainer game and applying loads of my own patches without review! Thanks, Jonathan > > 2017-05-29 9:51 GMT-06:00 Jonathan Cameron <jic23@kernel.org>: > > This is now handled by use of a macro for device registration. The field > > in iio_info will be going away shortly as it is no longer used. > > > > Cc: Azael Avalos <coproscefalo@gmail.com> > > Cc: <platform-driver-x86@vger.kernel.org> > > Acked-by: Azael Avalos <coproscefalo@gmail.com> > > > Signed-off-by: Jonathan Cameron <jic23@kernel.org> > > --- > > drivers/platform/x86/toshiba_acpi.c | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/drivers/platform/x86/toshiba_acpi.c b/drivers/platform/x86/toshiba_acpi.c > > index d0daf75cbed1..ef4301f41727 100644 > > --- a/drivers/platform/x86/toshiba_acpi.c > > +++ b/drivers/platform/x86/toshiba_acpi.c > > @@ -2515,7 +2515,6 @@ static const struct iio_chan_spec toshiba_iio_accel_channels[] = { > > }; > > > > static const struct iio_info toshiba_iio_accel_info = { > > - .driver_module = THIS_MODULE, > > .read_raw = &toshiba_iio_accel_read_raw, > > }; > > > > -- > > 2.13.0 > > > > > ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-06-11 14:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20170529155154.22580-1-jic23@kernel.org>
2017-05-29 15:51 ` [PATCH 37/38] platform/x86: toshiba_acpi: drop assignment of iio_info.driver_module Jonathan Cameron
2017-05-29 17:56 ` Andy Shevchenko
2017-06-07 14:53 ` Azael Avalos
2017-06-11 14:03 ` Jonathan Cameron
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox