Staging: iio: add digital compass hmc5843 driver
authorShubhrajyoti D <shubhrajyoti@ti.com>
Sat, 17 Jul 2010 13:02:52 +0000 (18:32 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 22 Jul 2010 21:26:57 +0000 (14:26 -0700)
commitb4e178224cfdc8aae7dda0baab34a4e4110a2e93
tree29f3e3da22b4af2e9276056b1fff4d20c1d34391
parent5fc9e4d527f059a996f4725a596698fa76c0370f
Staging: iio: add digital compass hmc5843 driver

Adding support for the Honeywell HMC5843. The interface to the device is
i2c

TODO:
Adding the documentation

Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/iio/Kconfig
drivers/staging/iio/Makefile
drivers/staging/iio/magnetometer/Kconfig [new file with mode: 0644]
drivers/staging/iio/magnetometer/Makefile [new file with mode: 0644]
drivers/staging/iio/magnetometer/hmc5843.c [new file with mode: 0644]