linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* (no subject)
@ 2013-07-27 15:31 Peter Meerwald
  2013-07-27 15:31 ` [PATCH 1/9] staging:iio:hmc5843: Drop I2C detection code Peter Meerwald
                   ` (8 more replies)
  0 siblings, 9 replies; 20+ messages in thread
From: Peter Meerwald @ 2013-07-27 15:31 UTC (permalink / raw)
  To: linux-iio

Hello,

here's a patch series to clean up the hmc5843 magnetometer driver in
staging; the driver still has some extra attributes:

measurement configuration: used only for testing I think

operating mode: single vs. continuous conversion, also allows idle and sleep mode 
(which should not be exposed to user-mode I think); the data ready irq and buffered mode is not
implemented; the driver/chip runs in continues conversion mode by default

in_magn_range: some kind of gain, could probably use HARDWAREGAIN?

sampling_frequency: well-known, OK              
sampling frequency_available, well-known, OK

otherwise, look clean to me...

regards, p.


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

end of thread, other threads:[~2013-08-04  9:23 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-27 15:31 Peter Meerwald
2013-07-27 15:31 ` [PATCH 1/9] staging:iio:hmc5843: Drop I2C detection code Peter Meerwald
2013-08-04 10:01   ` Jonathan Cameron
2013-07-27 15:31 ` [PATCH 2/9] staging:iio:hmc5843: Remove id register #defines, not used anymore Peter Meerwald
2013-08-04 10:02   ` Jonathan Cameron
2013-07-27 15:31 ` [PATCH 3/9] staging:iio:hmc5843: Implement timeout in read function Peter Meerwald
2013-08-04 10:03   ` Jonathan Cameron
2013-07-27 15:31 ` [PATCH 4/9] staging:iio:hmc5843: 'add' is a poor abbreviation for address Peter Meerwald
2013-08-04 10:04   ` Jonathan Cameron
2013-07-27 15:31 ` [PATCH 5/9] staging:iio:hmc5843: Device has 3 channels, no need to store separately Peter Meerwald
2013-08-04 10:10   ` Jonathan Cameron
2013-07-27 15:31 ` [PATCH 6/9] staging:iio:hmc5843: Trim sampling_frequencies to sampling_freq Peter Meerwald
2013-07-27 18:01   ` Jonathan Cameron
2013-08-04 10:13   ` Jonathan Cameron
2013-07-27 15:31 ` [PATCH 7/9] staging:iio:hmc5843: Split and join lines to make checkpatch happy Peter Meerwald
2013-08-04 10:15   ` Jonathan Cameron
2013-07-27 15:31 ` [PATCH 8/9] staging:iio:hmc5843: Drop unneeded #includes Peter Meerwald
2013-08-04 10:22   ` Jonathan Cameron
2013-07-27 15:31 ` [PATCH 9/9] staging:iio:hmc5843: Use i2c_smbus_read_word_swapped() Peter Meerwald
2013-08-04 10:23   ` 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).