Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1602941 > unrolled thread
| Started by | Tony Lindgren <tony@atomide.com> |
|---|---|
| First post | 2017-03-17 01:40 +0100 |
| Last post | 2017-03-22 03:40 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 0/4] Regmap IRQ fix and related changes CPCAP Tony Lindgren <tony@atomide.com> - 2017-03-17 01:40 +0100
Re: [PATCH 0/4] Regmap IRQ fix and related changes CPCAP Sebastian Reichel <sre@kernel.org> - 2017-03-22 03:40 +0100
| From | Tony Lindgren <tony@atomide.com> |
|---|---|
| Date | 2017-03-17 01:40 +0100 |
| Subject | [PATCH 0/4] Regmap IRQ fix and related changes CPCAP |
| Message-ID | <tlO5X-6ig-5@gated-at.bofh.it> |
Hi all, Here are few fixes to make CPCAP PMIC interrupts work reliably when used with multiple drivers. While working on the ADC, charger and USB PHY drivers I noticed that the PMIC interrupt to the SoC would eventually stop working. All these can wait for v4.12 merge window as these issues don't show up currently. Two of the patches are also harmless currently, so I've kept them in this series to avoid pointless merge conflicts. Regards, Tony Tony Lindgren (4): regmap: irq: Fix lost interrupts by introducing handle_reread mfd: cpcap: Use handle_reread flag for interrupts mfd: cpcap: Use ack_invert interrupts mfd: cpcap: Fix bad use of IRQ sense register drivers/base/regmap/regmap-irq.c | 77 ++++++++++++++++++++++++++++------------ drivers/mfd/motorola-cpcap.c | 7 +++- include/linux/regmap.h | 2 ++ 3 files changed, 62 insertions(+), 24 deletions(-) -- 2.11.1
[toc] | [next] | [standalone]
| From | Sebastian Reichel <sre@kernel.org> |
|---|---|
| Date | 2017-03-22 03:40 +0100 |
| Message-ID | <tnElP-3TW-3@gated-at.bofh.it> |
| In reply to | #1602941 |
[Multipart message — attachments visible in raw view] — view raw
Hi, On Thu, Mar 16, 2017 at 05:36:29PM -0700, Tony Lindgren wrote: > Here are few fixes to make CPCAP PMIC interrupts work reliably when > used with multiple drivers. While working on the ADC, charger and > USB PHY drivers I noticed that the PMIC interrupt to the SoC would > eventually stop working. > > All these can wait for v4.12 merge window as these issues don't show > up currently. Two of the patches are also harmless currently, so I've > kept them in this series to avoid pointless merge conflicts. The series is Tested-by: Sebastian Reichel <sre@kernel.org> -- Sebastian
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web