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


Groups > linux.kernel > #1216796

[PATCHv6 0/6] iio: mma8452: improve driver and support more chips

From Martin Kepplinger <martink@posteo.de>
Newsgroups linux.kernel
Subject [PATCHv6 0/6] iio: mma8452: improve driver and support more chips
Date 2015-09-01 14:00 +0200
Message-ID <q3Soi-5Fd-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Version 6 of the mma8452 driver improvements. This is rebased on the current
-next tree because of cleanup changes in the meantime. Also, the patches are
slightly more cleaned up (adding the DT bindings document in the right patch).
Here we go:


These changes add support for motion interrupts and 3 more accelerometer
chips, two of which use them because they don't support the until now
included transient interrupt sources:

MMA8453Q, MMA8652FC and MMA8653FC; datasheets are in the commit messages.
The driver and module name remains the same, seperating it from the device
names it now supports.

Please review and test if you can. For MMA8452Q, nothing should have
changed.

revision history
----------------
v6   rebase! remove one patch (adding a new DT property). minor patch cleanup.
v5   DRIVER_NAME define removed; more flexible DT property
v4   cleanup; one bugfix patch removed from series; DT people added
v3   adds one patch to allow all possible pin wirings; adds more email
recipients
v2   splits the work into a series of smaller pieces
v1   initial post

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

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


Thread

[PATCHv6 0/6] iio: mma8452: improve driver and support more chips Martin Kepplinger <martink@posteo.de> - 2015-09-01 14:00 +0200
  [PATCH 3/6] iio: mma8452: add freefall / motion interrupt source Martin Kepplinger <martink@posteo.de> - 2015-09-01 14:00 +0200
    Re: [PATCH 3/6] iio: mma8452: add freefall / motion interrupt source Jonathan Cameron <jic23@kernel.org> - 2015-09-05 19:00 +0200
  [PATCH 2/6] iio: mma8452: add support for MMA8453Q accelerometer chip Martin Kepplinger <martink@posteo.de> - 2015-09-01 14:00 +0200
    Re: [PATCH 2/6] iio: mma8452: add support for MMA8453Q accelerometer  chip Jonathan Cameron <jic23@kernel.org> - 2015-09-05 19:00 +0200
  [PATCH 4/6] iio: mma8452: add support for MMA8652FC and MMA8653FC Martin Kepplinger <martink@posteo.de> - 2015-09-01 14:00 +0200
    Re: [PATCH 4/6] iio: mma8452: add support for MMA8652FC and MMA8653FC Jonathan Cameron <jic23@kernel.org> - 2015-09-05 19:10 +0200
  [PATCH 6/6] iio: mma8452: leave sysfs namings to the iio core Martin Kepplinger <martink@posteo.de> - 2015-09-01 14:00 +0200
    Re: [PATCH 6/6] iio: mma8452: leave sysfs namings to the iio core Jonathan Cameron <jic23@kernel.org> - 2015-09-05 19:10 +0200
  [PATCH 1/6] iio: mma8452: refactor for seperating chip specific data Martin Kepplinger <martink@posteo.de> - 2015-09-01 14:00 +0200
    Re: [PATCH 1/6] iio: mma8452: refactor for seperating chip specific  data Jonathan Cameron <jic23@kernel.org> - 2015-09-05 19:00 +0200

csiph-web