Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1413210

[PATCH 2/3] iio: mma8452: update device description in header comments

From Martin Kepplinger <martink@posteo.de>
Newsgroups linux.kernel
Subject [PATCH 2/3] iio: mma8452: update device description in header comments
Date 2016-06-03 15:00 +0200
Message-ID <rFWRH-3gh-3@gated-at.bofh.it> (permalink)
References <rFWRH-3gh-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Martin Kepplinger <martink@posteo.de>
---
 drivers/iio/accel/mma8452.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/drivers/iio/accel/mma8452.c b/drivers/iio/accel/mma8452.c
index 9e679af..4be2a18 100644
--- a/drivers/iio/accel/mma8452.c
+++ b/drivers/iio/accel/mma8452.c
@@ -1,12 +1,14 @@
 /*
  * mma8452.c - Support for following Freescale 3-axis accelerometers:
  *
- * MMA8451Q (14 bit)
- * MMA8452Q (12 bit)
- * MMA8453Q (10 bit)
- * MMA8652FC (12 bit)
- * MMA8653FC (10 bit)
- * FXLS8471Q (14 bit)
+ * device name	digital output	7-bit I2C slave address (pin selectable)
+ * ---------------------------------------------------------------------
+ * MMA8451Q	14 bit		0x1c / 0x1d
+ * MMA8452Q	12 bit		0x1c / 0x1d
+ * MMA8453Q	10 bit		0x1c / 0x1d
+ * MMA8652FC	12 bit		0x1d
+ * MMA8653FC	10 bit		0x1d
+ * FXLS8471Q	14 bit		0x1e / 0x1d / 0x1c / 0x1f
  *
  * Copyright 2015 Martin Kepplinger <martink@posteo.de>
  * Copyright 2014 Peter Meerwald <pmeerw@pmeerw.net>
@@ -15,8 +17,6 @@
  * the GNU General Public License.  See the file COPYING in the main
  * directory of this archive for more details.
  *
- * 7-bit I2C slave address 0x1c/0x1d (pin selectable)
- *
  * TODO: orientation events
  */
 
-- 
2.1.4

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/3] iio: mma8452: update contact information for Martin Kepplinger Martin Kepplinger <martink@posteo.de> - 2016-06-03 15:00 +0200
  [PATCH 2/3] iio: mma8452: update device description in header comments Martin Kepplinger <martink@posteo.de> - 2016-06-03 15:00 +0200
  [PATCH 3/3] iio: mma8452: update Freescale company information Martin Kepplinger <martink@posteo.de> - 2016-06-03 15:00 +0200
    Re: [PATCH 3/3] iio: mma8452: update Freescale company information Matt Ranostay <mranostay@gmail.com> - 2016-06-05 23:30 +0200
    Re: [PATCH 3/3] iio: mma8452: update Freescale company information Daniel Baluta <daniel.baluta@gmail.com> - 2016-06-06 11:10 +0200
      Re: [PATCH 3/3] iio: mma8452: update Freescale company information Martin Kepplinger <martink@posteo.de> - 2016-06-06 12:20 +0200

csiph-web