aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/mag3110.c
Commit message (Collapse)AuthorAge
* ENGR00306134-1: hwmon: mag3110 Enable mag3110 driver for i.MX6SX-SDB platformLuwei Zhou2014-04-16
| | | | | | | | | | | The mag3110 driver can support irq mode and polling mode. On i.MX6SX-SDB platorm, mag3110 sensor and other sensor share the same GPIO interrutp line. The main modification: * Modify the driver to support irq working mode. * Add shared interrupt support in the driver. * Fix the clear interrupt flag issue. Signed-off-by: Luwei Zhou <b45643@freescale.com>
* ENGR00276501 sensor: Add mag3110 driver supportLuwei Zhou2014-04-16
Add mag3110.c to support mag3110 sensor. Copy the file from 3.0.35_4.1.0. Add Kconfig and Makefile support. Signed-off-by: Luwei Zhou <b45643@freescale.com>