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 -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html