Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1180567 > unrolled thread
| Started by | Martin Kepplinger <martink@posteo.de> |
|---|---|
| First post | 2015-07-09 11:00 +0200 |
| Last post | 2015-07-13 11:30 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v4 0/8] iio:mma8452: improve driver and support more chips Martin Kepplinger <martink@posteo.de> - 2015-07-09 11:00 +0200
Re: [PATCH v4 0/8] iio:mma8452: improve driver and support more chips Martin Kepplinger <martink@posteo.de> - 2015-07-13 10:10 +0200
Re: [PATCH v4 0/8] iio:mma8452: improve driver and support more chips Jonathan Cameron <jic23@kernel.org> - 2015-07-13 11:30 +0200
| From | Martin Kepplinger <martink@posteo.de> |
|---|---|
| Date | 2015-07-09 11:00 +0200 |
| Subject | Re: [PATCH v4 0/8] iio:mma8452: improve driver and support more chips |
| Message-ID | <pKfQu-6pD-17@gated-at.bofh.it> |
Am 2015-07-06 um 14:34 schrieb Martin Kepplinger:
> This is version 4 of the mma8452 driver improvements. This version removes
> one patch that changed the iio event type for existing users. It can be
> dealt with seperately and this series applies without it.
>
> Also, changes according to Jonathan's review are applied and a few
> devicetree maintainers are added as recipients.
>
>
> 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.
>
> On top of this, there are minor documentation additions, and more notably,
> it allows to use the driver, no matter how the interrupt pins are wired
> on your board.
>
> Please review and test if you can. For MMA8452Q, nothing should have
> changed.
Any thoughts or reviewed-bys for these changes?
Since there are many more possible users of this driver after these
changes, see the devicetree bindings documentation file, maybe you are
among them and can quickly run it? ;)
thanks a lot,
martin
>
> revision history
> ----------------
> 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/
>
--
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/
[toc] | [next] | [standalone]
| From | Martin Kepplinger <martink@posteo.de> |
|---|---|
| Date | 2015-07-13 10:10 +0200 |
| Message-ID | <pLGYi-2CQ-11@gated-at.bofh.it> |
| In reply to | #1180567 |
Am 2015-07-09 um 10:51 schrieb Martin Kepplinger:
> Am 2015-07-06 um 14:34 schrieb Martin Kepplinger:
>> This is version 4 of the mma8452 driver improvements. This version removes
>> one patch that changed the iio event type for existing users. It can be
>> dealt with seperately and this series applies without it.
>>
>> Also, changes according to Jonathan's review are applied and a few
>> devicetree maintainers are added as recipients.
>>
>>
>> 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.
>>
>> On top of this, there are minor documentation additions, and more notably,
>> it allows to use the driver, no matter how the interrupt pins are wired
>> on your board.
>>
>> Please review and test if you can. For MMA8452Q, nothing should have
>> changed.
>
> Any thoughts or reviewed-bys for these changes?
>
> Since there are many more possible users of this driver after these
> changes, see the devicetree bindings documentation file, maybe you are
> among them and can quickly run it? ;)
>
> thanks a lot,
>
> martin
Yes, no, maybe? Anyways. This series applies to the current -next.
thanks
martin
>
>>
>> revision history
>> ----------------
>> 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/
>>
>
> --
> 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/
>
--
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/
[toc] | [prev] | [next] | [standalone]
| From | Jonathan Cameron <jic23@kernel.org> |
|---|---|
| Date | 2015-07-13 11:30 +0200 |
| Message-ID | <pLIdJ-3hu-23@gated-at.bofh.it> |
| In reply to | #1182581 |
On 13 July 2015 09:07:55 BST, Martin Kepplinger <martink@posteo.de> wrote: >Am 2015-07-09 um 10:51 schrieb Martin Kepplinger: >> Am 2015-07-06 um 14:34 schrieb Martin Kepplinger: >>> This is version 4 of the mma8452 driver improvements. This version >removes >>> one patch that changed the iio event type for existing users. It can >be >>> dealt with seperately and this series applies without it. >>> >>> Also, changes according to Jonathan's review are applied and a few >>> devicetree maintainers are added as recipients. >>> >>> >>> 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. >>> >>> On top of this, there are minor documentation additions, and more >notably, >>> it allows to use the driver, no matter how the interrupt pins are >wired >>> on your board. >>> >>> Please review and test if you can. For MMA8452Q, nothing should have >>> changed. >> >> Any thoughts or reviewed-bys for these changes? >> >> Since there are many more possible users of this driver after these >> changes, see the devicetree bindings documentation file, maybe you >are >> among them and can quickly run it? ;) >> >> thanks a lot, >> >> martin > >Yes, no, maybe? Anyways. This series applies to the current -next. > >thanks > martin Sorry Martin Combination of stupid day job week last week. (Of the jump on a plane and 18 hour days variety) also a rather large IKEA build (more fun!) have given me a fair backlog. Will hopefully catch up during this week. Initial work though will be getting pull requests out for stuff that has been in tree for ages so may be later in the week. Jonathan > >> >>> >>> revision history >>> ---------------- >>> 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/ >>> >> >> -- >> 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/ >> -- Sent from my Android device with K-9 Mail. Please excuse my brevity. -- 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/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web