All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] iio:bma180: Fixes and BMA250 support
@ 2014-07-16 18:32 Peter Meerwald
  2014-07-16 18:32 ` [PATCH 01/13] iio:bma180: Fix scale factors to report correct acceleration units Peter Meerwald
                   ` (12 more replies)
  0 siblings, 13 replies; 16+ messages in thread
From: Peter Meerwald @ 2014-07-16 18:32 UTC (permalink / raw)
  To: linux-iio; +Cc: jic23

Hello,

patches 1 and 2 are fixes
patch 3 allows to use the device without an IRQ
patches 4, 5, 6 are cleanup
patch 7 exposes the temperature channel not supported previously
patch 8, 9, 10, 11, 12 rework the driver to make it easier to add similar devices
patch 13 adds support for the BMA250 sensor

the BMA250 shared measurement registers with the BMA180, but the configuration
registers are totally different

regards, p.

Peter Meerwald (13):
  iio:bma180: Fix scale factors to report correct acceleration units
  iio:bma180: Missing check for frequency fractional part
  iio:bma180: Enable use of device without IRQ
  iio:bma180: Prefix remaining tables and functions with bma18_
  iio:bma180: Rename BMA_180 to BMA180_
  iio:bma180: Use bool instead of int for state
  iio:bma180: Expose temperature channel
  iio:bma180: Drop _update_scan_mode()
  iio:bma180: Introduce part_info to differentiate further chip variants
  iio:bma180: Introduce part-specific _config() and disable() code
  iio:bma180: Prepare for accelerometer channels with different
    resolutions
  iio:bma180: Implement _available sysfs attribute dynamically
  iio:bma180: Add BMA250 chip support

 drivers/iio/accel/bma180.c | 477 +++++++++++++++++++++++++++++++--------------
 1 file changed, 329 insertions(+), 148 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2014-07-20 16:39 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-16 18:32 [PATCH 00/13] iio:bma180: Fixes and BMA250 support Peter Meerwald
2014-07-16 18:32 ` [PATCH 01/13] iio:bma180: Fix scale factors to report correct acceleration units Peter Meerwald
2014-07-20 16:39   ` Jonathan Cameron
2014-07-16 18:32 ` [PATCH 02/13] iio:bma180: Missing check for frequency fractional part Peter Meerwald
2014-07-20 16:41   ` Jonathan Cameron
2014-07-16 18:32 ` [PATCH 03/13] iio:bma180: Enable use of device without IRQ Peter Meerwald
2014-07-16 18:32 ` [PATCH 04/13] iio:bma180: Prefix remaining tables and functions with bma18_ Peter Meerwald
2014-07-16 18:32 ` [PATCH 05/13] iio:bma180: Rename BMA_180 to BMA180_ Peter Meerwald
2014-07-16 18:32 ` [PATCH 06/13] iio:bma180: Use bool instead of int for state Peter Meerwald
2014-07-16 18:32 ` [PATCH 07/13] iio:bma180: Expose temperature channel Peter Meerwald
2014-07-16 18:32 ` [PATCH 08/13] iio:bma180: Drop _update_scan_mode() Peter Meerwald
2014-07-16 18:32 ` [PATCH 09/13] iio:bma180: Introduce part_info to differentiate further chip variants Peter Meerwald
2014-07-16 18:32 ` [PATCH 10/13] iio:bma180: Introduce part-specific _config() and disable() code Peter Meerwald
2014-07-16 18:32 ` [PATCH 11/13] iio:bma180: Prepare for accelerometer channels with different resolutions Peter Meerwald
2014-07-16 18:32 ` [PATCH 12/13] iio:bma180: Implement _available sysfs attribute dynamically Peter Meerwald
2014-07-16 18:32 ` [PATCH 13/13] iio:bma180: Add BMA250 chip support Peter Meerwald

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.