lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20190415194557.9182-1-fletcherw@chromium.org> Date: Mon, 15 Apr 2019 13:45:56 -0600 From: Fletcher Woodruff <fletcherw@...omium.org> To: linux-kernel@...r.kernel.org Cc: Fletcher Woodruff <fletcherw@...omium.org>, Jaroslav Kysela <perex@...ex.cz>, Liam Girdwood <lgirdwood@...il.com>, Mark Brown <broonie@...nel.org>, Oder Chiou <oder_chiou@...ltek.com>, Takashi Iwai <tiwai@...e.com>, alsa-devel@...a-project.org Subject: [PATCH v3 0/3] Fix jack detection for Chromebook Pixel 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. 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: allow multiple interrupt sources ASoC: rt5677: handle concurrent interrupts Fletcher Woodruff (1): ASoC: rt5677: fall back to DT prop names on error sound/soc/codecs/rt5677.c | 347 +++++++++++++++++++++++++++----------- sound/soc/codecs/rt5677.h | 14 +- 2 files changed, 257 insertions(+), 104 deletions(-) -- 2.21.0.392.gf8f6787159e-goog
Powered by blists - more mailing lists