Re: [PATCH v2 1/3] ASoC: rt5677: allow multiple interrupt sources

2019-04-09 Thread Fletcher Woodruff
On Mon, Apr 8, 2019 at 12:38 AM Mark Brown wrote: > On Fri, Apr 05, 2019 at 02:42:55PM -0600, Fletcher Woodruff wrote: > > > This patch allows headphone plug detect and mic present > > detect to be enabled at the same time. This patch implements > > an irq_chip with irq_domain directly instead of

Re: [PATCH v2 1/3] ASoC: rt5677: allow multiple interrupt sources

2019-04-07 Thread Mark Brown
On Fri, Apr 05, 2019 at 02:42:55PM -0600, Fletcher Woodruff wrote: > This patch allows headphone plug detect and mic present > detect to be enabled at the same time. This patch implements > an irq_chip with irq_domain directly instead of using > regmap_irq, so that interrupt source line polarities

[PATCH v2 1/3] ASoC: rt5677: allow multiple interrupt sources

2019-04-05 Thread Fletcher Woodruff
From: Ben Zhang This patch allows headphone plug detect and mic present detect to be enabled at the same time. This patch implements an irq_chip with irq_domain directly instead of using regmap_irq, so that interrupt source line polarities can be flipped to support irq sharing. Signed-off-by: Be