All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Linus Walleij <linus.walleij@linaro.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@redhat.com>, "H . Peter Anvin" <hpa@zytor.com>
Cc: linux-kernel@vger.kernel.org,
	Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	Jonathan Cameron <jic23@kernel.org>
Subject: Re: [PATCH] x86/platform/intel-mid: switch MPU3050 driver to IIO
Date: Wed, 14 Dec 2016 17:12:05 +0200	[thread overview]
Message-ID: <1481728325.9552.0.camel@linux.intel.com> (raw)
In-Reply-To: <1481722794-4348-1-git-send-email-linus.walleij@linaro.org>

On Wed, 2016-12-14 at 14:39 +0100, Linus Walleij wrote:
> The Intel Mid goes in and creates a I2C device for the
> MPU3050 if the input driver for MPU-3050 is activated.
> As of commit 3904b28efb2c
> ("iio: gyro: Add driver for the MPU-3050 gyroscope")
> there is a proper and fully featured IIO driver for this
> device, so deprecate the use of the incomplete input driver
> by augmenting the device population code to react to the
> presence of the IIO driver's Kconfig symbol instead.
> 
> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> Cc: Jonathan Cameron <jic23@kernel.org>
> Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
>  arch/x86/platform/intel-mid/device_libs/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/x86/platform/intel-mid/device_libs/Makefile
> b/arch/x86/platform/intel-mid/device_libs/Makefile
> index dd6cfa4ad3ac..61b5ed2b7d40 100644
> --- a/arch/x86/platform/intel-mid/device_libs/Makefile
> +++ b/arch/x86/platform/intel-mid/device_libs/Makefile
> @@ -19,7 +19,7 @@ obj-$(subst m,y,$(CONFIG_SPI_SPIDEV)) +=
> platform_spidev.o
>  # I2C Devices
>  obj-$(subst m,y,$(CONFIG_SENSORS_EMC1403)) += platform_emc1403.o
>  obj-$(subst m,y,$(CONFIG_SENSORS_LIS3LV02D)) += platform_lis331.o
> -obj-$(subst m,y,$(CONFIG_INPUT_MPU3050)) += platform_mpu3050.o
> +obj-$(subst m,y,$(CONFIG_MPU3050_I2C)) += platform_mpu3050.o
>  obj-$(subst m,y,$(CONFIG_INPUT_BMA150)) += platform_bma023.o
>  obj-$(subst m,y,$(CONFIG_DRM_MEDFIELD)) += platform_tc35876x.o
>  # I2C GPIO Expanders

-- 
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Intel Finland Oy

  reply	other threads:[~2016-12-14 15:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-14 13:39 [PATCH] x86/platform/intel-mid: switch MPU3050 driver to IIO Linus Walleij
2016-12-14 15:12 ` Andy Shevchenko [this message]
2016-12-20  7:59 ` [tip:x86/urgent] x86/platform/intel-mid: Switch " tip-bot for Linus Walleij
2016-12-20  9:35 ` tip-bot for Linus Walleij

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1481728325.9552.0.camel@linux.intel.com \
    --to=andriy.shevchenko@linux.intel.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=hpa@zytor.com \
    --cc=jic23@kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.