All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ak8974 / ami305 magnetometer driver
@ 2010-08-27 11:54 ` Samu Onkalo
  0 siblings, 0 replies; 22+ messages in thread
From: Samu Onkalo @ 2010-08-27 11:54 UTC (permalink / raw)
  To: linux-i2c-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b

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] 22+ messages in thread

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

Thread overview: 22+ 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 ` Samu Onkalo
     [not found] ` <1282910083-8629-1-git-send-email-samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>
2010-08-27 11:54   ` [PATCH 1/3] drivers: misc: " Samu Onkalo
2010-08-27 11:54     ` Samu Onkalo
     [not found]     ` <1282910083-8629-2-git-send-email-samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>
2010-08-27 12:31       ` Alan Cox
2010-08-27 12:31         ` Alan Cox
     [not found]         ` <20100827133109.1eb974ed-qBU/x9rampVanCEyBjwyrvXRex20P6io@public.gmane.org>
2010-08-27 16:59           ` Onkalo Samu
2010-08-27 16:59             ` Onkalo Samu
     [not found]             ` <1282928353.2194.27.camel-Vo7XL3ix0D0UEupzmRo7jhl4MBrZKKet0E9HWUfgJXw@public.gmane.org>
2010-08-27 18:08               ` Dmitry Torokhov
2010-08-27 18:08                 ` Dmitry Torokhov
2010-08-28 13:44                 ` Jonathan Cameron
2010-08-27 18:53             ` Mark Brown
     [not found]               ` <20100827185343.GA6626-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2010-08-30  6:55                 ` Onkalo Samu
2010-08-30  6:55                   ` Onkalo Samu
2010-08-31 11:11                   ` Mark Brown
2010-08-28 16:10       ` Sundar
2010-08-28 16:10         ` Sundar
2010-08-30  7:12         ` Onkalo Samu
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 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.