linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lars-Peter Clausen <lars@metafoo.de>
To: Adriana Reus <adriana.reus@intel.com>, jic23@kernel.org
Cc: linux-iio@vger.kernel.org, srinivas.pandruvada@linux.intel.com,
	ggao@invensense.com, lucas.de.marchi@gmail.com
Subject: Re: [PATCH v2 4/4] iio: imu: inv_mpu6050: Add SPI support for MPU6000
Date: Tue, 9 Feb 2016 21:11:14 +0100	[thread overview]
Message-ID: <56BA47E2.6080304@metafoo.de> (raw)
In-Reply-To: <1454577628-12708-5-git-send-email-adriana.reus@intel.com>

On 02/04/2016 10:20 AM, Adriana Reus wrote:
[...]
> +config INV_MPU6050_SPI
> +	tristate "Invensense MPU6050 devices"

depends on SPI_MASTER

> +	select INV_MPU6050_IIO
> +	select REGMAP_SPI
> +	help
> +	  This driver can be built as a module. The module will be called
> +	  inv-mpu6050-spi.
[...]
[...]
> +static struct spi_driver inv_mpu_driver = {
> +	.probe		=	inv_mpu_probe,
> +	.remove		=	inv_mpu_remove,
> +	.id_table	=	inv_mpu_id,
> +	.driver = {
> +		.owner	=	THIS_MODULE,

Drop the owner field that should no longer be necessary.

> +		.acpi_match_table = ACPI_PTR(inv_acpi_match),
> +		.name	=	"inv-mpu6000 spi driver",
> +		.pm     =       &inv_mpu_pmops,
> +	},
> +};


  parent reply	other threads:[~2016-02-09 20:17 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-04  9:20 [PATCH v2 0/4] iio: imu: inv_mpu6050: Split driver into core and I2C/SPI functionality Adriana Reus
2016-02-04  9:20 ` [PATCH v2 1/4] iio: imu: inv-mpu6050: Fix interrupt pin configuration Adriana Reus
2016-02-04  9:20 ` [PATCH v2 2/4] iio: imu: inv_mpu6050: Use regmap instead of i2c specific functions Adriana Reus
2016-02-04  9:20 ` [PATCH v2 3/4] iio: imu: inv_mpu6050: Separate driver into core and i2c functionality Adriana Reus
2016-02-08  2:06   ` Michael Welling
2016-02-09 20:08   ` Lars-Peter Clausen
2016-02-04  9:20 ` [PATCH v2 4/4] iio: imu: inv_mpu6050: Add SPI support for MPU6000 Adriana Reus
2016-02-05 19:29   ` Lucas De Marchi
2016-02-08  2:05   ` Michael Welling
2016-02-09 20:11   ` Lars-Peter Clausen [this message]
2016-02-05 12:40 ` [PATCH v2 0/4] iio: imu: inv_mpu6050: Split driver into core and I2C/SPI functionality Daniel Baluta
2016-02-08  2:31 ` Michael Welling
2016-02-08  7:16 ` Michael Welling
2016-02-09  8:39   ` Adriana Reus
2016-02-09 15:45     ` Michael Welling
2016-02-09 16:30   ` Lucas De Marchi

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=56BA47E2.6080304@metafoo.de \
    --to=lars@metafoo.de \
    --cc=adriana.reus@intel.com \
    --cc=ggao@invensense.com \
    --cc=jic23@kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=lucas.de.marchi@gmail.com \
    --cc=srinivas.pandruvada@linux.intel.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).