linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Memsic MMC35230 magnetometer fixes
@ 2015-06-05 11:03 Daniel Baluta
  2015-06-05 11:03 ` [PATCH v2 1/6] iio: magnetometer: mmc35240: i2c device name should be lower case Daniel Baluta
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Daniel Baluta @ 2015-06-05 11:03 UTC (permalink / raw)
  To: jic23, pmeerw; +Cc: daniel.baluta, knaack.h, lars, linux-kernel, linux-iio

First 5 patches are bugfixes or small enhancements found during
tests with a real platform.

The last patch adds compensation for raw values allowing proper
calibration for Android compass apps.

Changes since v1:
	* fixed nits reported by Peter
		* few whitespaces and spelling erorrs
		* added MMC35240_ prefix to some macro's
	
Daniel Baluta (6):
  iio: magnetometer: mmc35240: i2c device name should be lower case
  iio: magnetometer: mmc35240: NULL terminate attribute array
  iio: magnetometer: mmc35240: Fix broken processed value
  iio: magnetometer: mmc35240: Use a smaller sleep value
  iio: magnetometer: mmc35240: Fix sensitivity on z-axis
  iio: magnetometer: mmc35240: Add compensation for raw values

 drivers/iio/magnetometer/mmc35240.c | 113 ++++++++++++++++++++++++++++--------
 1 file changed, 90 insertions(+), 23 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2015-06-07 15:35 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-05 11:03 [PATCH v2 0/6] Memsic MMC35230 magnetometer fixes Daniel Baluta
2015-06-05 11:03 ` [PATCH v2 1/6] iio: magnetometer: mmc35240: i2c device name should be lower case Daniel Baluta
2015-06-07 15:33   ` Jonathan Cameron
2015-06-05 11:03 ` [PATCH v2 2/6] iio: magnetometer: mmc35240: NULL terminate attribute array Daniel Baluta
2015-06-07 15:33   ` Jonathan Cameron
2015-06-05 11:03 ` [PATCH v2 3/6] iio: magnetometer: mmc35240: Fix broken processed value Daniel Baluta
2015-06-07 15:34   ` Jonathan Cameron
2015-06-05 11:03 ` [PATCH v2 4/6] iio: magnetometer: mmc35240: Use a smaller sleep value Daniel Baluta
2015-06-07 15:34   ` Jonathan Cameron
2015-06-05 11:03 ` [PATCH v2 5/6] iio: magnetometer: mmc35240: Fix sensitivity on z-axis Daniel Baluta
2015-06-07 15:34   ` Jonathan Cameron
2015-06-05 11:03 ` [PATCH v2 6/6] iio: magnetometer: mmc35240: Add compensation for raw values Daniel Baluta
2015-06-07 15:35   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).