linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@cam.ac.uk>
To: Nathan Royer <nroyer@invensense.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Greg Kroah-Hartman <gregkh@suse.de>,
	Jiri Kosina <jkosina@suse.cz>, Alan Cox <alan@linux.intel.com>,
	Jean Delvare <khali@linux-fr.org>,
	linux-kernel@vger.kernel.org, linux-input@vger.kernel.org,
	Chris Hudson <chudson@kionix.com>,
	eric.andersson@unixphere.com, eric.miao@linaro.org
Subject: Re: [PATCH 01/11] misc: inv_mpu primary header file and README file.
Date: Sun, 03 Jul 2011 12:29:08 +0100	[thread overview]
Message-ID: <4E105284.7030209@cam.ac.uk> (raw)
In-Reply-To: <4d61a92a11e5d83a1cb0094441ae5f5e@mail.gmail.com>

On 07/01/11 17:39, Nathan Royer wrote:
>> Just out of interest, can you give details of what other patches are to
>> come?
>> I'm guessing more sensor drivers and I hate discovering I'm
>> implementing drivers
>> for devices that someone already has working code for!
> 
> I wanted to start off with only 1 driver for each type of slave and with
> only the MPU3050 and exclude the MPU6050 until we figure out exactly the
> best way to fit this into the kernel.

With such an extensive list of drivers, how about putting the whole current
lot in staging whilst we figure out the eventual form?  Probably not including
the ones we already have else where, but maybe we do want them as well, so we
can merge in new features?
> 
> The current full list of drivers we have developed in this architecture
> are as follows:
> MPU3050 and MPU6050 support in mldl_cfg.c
> # sesnors - accel
> accel/mpu6050.c  -
> accel/kxsd9.c
There is a driver for this in IIO but it exists more as an example of a trivial
driver than being fully fledged.  We've never had any interest before in doing
anything more complex with it.   I've cc'd Chris Hudson at Kionix, to comment on
what they have for these parts.
> accel/kxtf9.c
Over to Chris.

> accel/bma150.c
An input driver exists for that one. (cc'd Eric)

> accel/bma222.c
Not seen this one or the next that I can recall.
> accel/bma250.c

> accel/mma8450.c
> accel/mma845x.c
Err, naming clash ;)
Input driver has been posted... Cc'd another Eric.

> accel/lis331.c
Supported I think by the lis driver.

> accel/lsm303a.c
Not seen that one.

> accel/adxl34x.c
input driver.
> accel/lis3dh.c
also lis driver.
> # sensors - compass
> compass/ak8975.c
> compass/ak8972.c
> compass/ami30x.c
> compass/ami306.c
> compass/hmc5883.c
> compass/lsm303m.c
> compass/yas529.c
> compass/yas530.c
> compass/mmc314x.c
> compass/hscdtd002b.c
> compass/hscdtd004a.c
That is a whole host more compasses that I haven't seen drivers for. I think
we may have 2 of them in IIO...
> # sensors - pressure
> pressure/bma085.c
As Manuel Stahl confirmed he also has a driver for this.
> 


  reply	other threads:[~2011-07-03 11:21 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-01  2:18 [PATCH 01/11] misc: inv_mpu primary header file and README file Nathan Royer
2011-07-01  2:18 ` [PATCH 02/11] misc: mpu3050 Register definition and Private data Nathan Royer
2011-07-01  2:18 ` [PATCH 03/11] misc: mpu3050 /dev/mpu implementation Nathan Royer
2011-07-01  2:18 ` [PATCH 04/11] misc: IRQ handling for MPU3050 and slave devices Nathan Royer
2011-07-01  2:18 ` [PATCH 05/11] misc: MPU3050 and slave device configuration Nathan Royer
2011-07-01 17:55   ` Nathan Royer
2011-07-01  2:18 ` [PATCH 06/11] misc: inv_mpu logging and debugging support Nathan Royer
2011-07-01  2:18 ` [PATCH 07/11] misc: I2C communication with the MPU3050 and slave devices Nathan Royer
2011-07-01  2:18 ` [PATCH 08/11] misc: Kconfig and Makefile changes for inv_mpu driver Nathan Royer
2011-07-01 17:10   ` Randy Dunlap
2011-07-01  2:18 ` [PATCH 09/11] misc: Add slave driver for kxtf9 accelerometer Nathan Royer
2011-07-01  2:18 ` [PATCH 10/11] misc: Add slave driver for ak8975 compass driver Nathan Royer
2011-07-01  2:18 ` [PATCH 11/11] misc: Add slave driver for bma085 pressure sensor Nathan Royer
2011-07-01  7:56   ` Alan Cox
2011-07-01  8:47     ` Jean Delvare
2011-07-01 14:28     ` Chris Wolfe
2011-07-01 14:41       ` Alan Cox
2011-07-01 15:52         ` Chris Wolfe
2011-07-01 17:00           ` Alan Cox
2011-07-01 17:56             ` Nathan Royer
2011-07-01 16:09         ` Jean Delvare
2011-07-01  9:05   ` Jonathan Cameron
2011-07-01 10:35     ` Manuel Stahl
2011-07-01  3:09 ` [PATCH 01/11] misc: inv_mpu primary header file and README file Greg KH
2011-07-01  7:29   ` Alan Cox
2011-07-01  9:00   ` Jonathan Cameron
2011-07-01  3:59 ` Chris Wolfe
2011-07-05 18:08   ` Nathan Royer
2011-07-01  7:53 ` Alan Cox
2011-07-01  9:08 ` Jonathan Cameron
2011-07-01 16:39   ` Nathan Royer
2011-07-03 11:29     ` Jonathan Cameron [this message]
2011-07-04  8:16       ` Alan Cox
2011-07-06  1:49         ` Nathan Royer
2011-07-06  9:07           ` Jonathan Cameron
2011-07-06 20:25             ` Nathan Royer
2011-07-06 10:54           ` Alan Cox
2011-07-06 21:27             ` Nathan Royer
2011-07-07  7:40               ` Alan Cox
2011-07-08  1:25                 ` Nathan Royer
2011-07-08 11:21                   ` Jonathan Cameron
2011-07-08 16:24                     ` Nathan Royer
2011-07-04 20:06       ` Eric Andersson
2011-07-01 21:04 ` Arnd Bergmann

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=4E105284.7030209@cam.ac.uk \
    --to=jic23@cam.ac.uk \
    --cc=akpm@linux-foundation.org \
    --cc=alan@linux.intel.com \
    --cc=chudson@kionix.com \
    --cc=eric.andersson@unixphere.com \
    --cc=eric.miao@linaro.org \
    --cc=gregkh@suse.de \
    --cc=jkosina@suse.cz \
    --cc=khali@linux-fr.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nroyer@invensense.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).