public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ak8974 / ami305 magnetometer driver
@ 2010-08-27 11:54 Samu Onkalo
  2010-08-27 11:54 ` [PATCH 1/3] drivers: misc: " Samu Onkalo
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Samu Onkalo @ 2010-08-27 11:54 UTC (permalink / raw)
  To: linux-i2c, linux-kernel, akpm

Patch set provides driver for ak8974 and ami305 3 axis magnetometer driver.
Data is provided via misc character device as a structure of data.
Driver supports regulator framework and has PM support.

Short documentation is also provided. Data format and sysfs interface
is shortly described in the documentation.

Provided data is raw magnetic field density for 3 axis. For compass
purposes data requires further processing.


Samu Onkalo (3):
  drivers: misc: ak8974 / ami305 magnetometer driver
  drivers: misc: ak8974 support to Kconfig and Makefile
  Documentation: Documentation for ak8974 magnetometer chip driver

 Documentation/misc-devices/ak8974 |   66 ++++
 drivers/misc/Kconfig              |   11 +
 drivers/misc/Makefile             |    1 +
 drivers/misc/ak8974.c             |  703 +++++++++++++++++++++++++++++++++++++
 include/linux/i2c/ak8974.h        |   50 +++
 5 files changed, 831 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/misc-devices/ak8974
 create mode 100644 drivers/misc/ak8974.c
 create mode 100644 include/linux/i2c/ak8974.h


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2010-08-31 11:11 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-27 11:54 [PATCH 0/3] ak8974 / ami305 magnetometer driver Samu Onkalo
2010-08-27 11:54 ` [PATCH 1/3] drivers: misc: " Samu Onkalo
2010-08-27 12:31   ` Alan Cox
2010-08-27 16:59     ` Onkalo Samu
2010-08-27 18:08       ` Dmitry Torokhov
2010-08-28 13:44         ` Jonathan Cameron
2010-08-27 18:53       ` Mark Brown
2010-08-30  6:55         ` Onkalo Samu
2010-08-31 11:11           ` Mark Brown
2010-08-28 16:10   ` Sundar
2010-08-30  7:12     ` Onkalo Samu
2010-08-31  7:13       ` Sundar
2010-08-27 11:54 ` [PATCH 2/3] drivers: misc: ak8974 support to Kconfig and Makefile Samu Onkalo
2010-08-27 11:54 ` [PATCH 3/3] Documentation: Documentation for ak8974 magnetometer chip driver Samu Onkalo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox