mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v7 0/4] Fix jack detection for Chromebook Pixel
@ 2019-06-14 19:48 Fletcher Woodruff
  2019-06-14 19:48 ` [PATCH v7 1/4] ASoC: rt5677: fall back to DT prop names on error Fletcher Woodruff
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Fletcher Woodruff @ 2019-06-14 19:48 UTC (permalink / raw)
  To: linux-kernel
  Cc: Fletcher Woodruff, Jaroslav Kysela, Liam Girdwood, Mark Brown,
	Oder Chiou, Takashi Iwai, Curtis Malainey, Ross Zwisler,
	alsa-devel

Headphone/mic jack detection doesn't work on the Chromebook Pixel 2015.

This patch changes the irq implementation to support polarity flipping
and fixes the configuration code so that correct GPIO pins are read
from ACPI.

With this series, plugging and unplugging the headphone jack switches
between headphones and speakers automatically, and headset microphones 
are also detected.

v7:
  - Rebase onto for-next branch of broonie/sound.git 

v6:
  - Move refactoring into its own patch
  - Reorder patches so that DT property names patch is first
  - Clarify commit message for patch which implements irq handler
  - Remove unused work struct 
  - Make IRQ function return IRQ_HANDLED only if IRQs actually fire

v5:
  - Fix void* parameter to devm_request_threaded_irq

v4:
  - Fix incorrect void* cast in rt5677_irq() 

v3:
  - Update commit message for patch 1/3 to clarify why we implement
    our own irq_chip.

v2:
  - Split IRQ change into two patches: adding and fixing potential race
  - Change config reading code to try both DT and ACPI style names

Ben Zhang (2):
  ASoC: rt5677: clear interrupts by polarity flip
  ASoC: rt5677: handle concurrent interrupts

Fletcher Woodruff (2):
  ASoC: rt5677: fall back to DT prop names on error
  ASoC: rt5677: move jack-detect init to i2c probe

 sound/soc/codecs/rt5677.c | 319 ++++++++++++++++++++++++++------------
 sound/soc/codecs/rt5677.h |  13 +-
 2 files changed, 236 insertions(+), 96 deletions(-)

-- 
2.22.0.410.gd8fdbe21b5-goog


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-06-18 19:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-14 19:48 [PATCH v7 0/4] Fix jack detection for Chromebook Pixel Fletcher Woodruff
2019-06-14 19:48 ` [PATCH v7 1/4] ASoC: rt5677: fall back to DT prop names on error Fletcher Woodruff
2019-06-17 15:24   ` Applied "ASoC: rt5677: fall back to DT prop names on error" to the asoc tree Mark Brown
2019-06-14 19:48 ` [PATCH v7 2/4] ASoC: rt5677: move jack-detect init to i2c probe Fletcher Woodruff
2019-06-17 15:24   ` Applied "ASoC: rt5677: move jack-detect init to i2c probe" to the asoc tree Mark Brown
2019-06-14 19:48 ` [PATCH v7 3/4] ASoC: rt5677: clear interrupts by polarity flip Fletcher Woodruff
2019-06-16 16:56   ` Cezary Rojewski
2019-06-18 18:00     ` Fletcher Woodruff
2019-06-18 18:12       ` Curtis Malainey
2019-06-18 18:47         ` Mark Brown
2019-06-18 19:10           ` Curtis Malainey
2019-06-14 19:48 ` [PATCH v7 4/4] ASoC: rt5677: handle concurrent interrupts Fletcher Woodruff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®