From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754914AbdLGPkf (ORCPT ); Thu, 7 Dec 2017 10:40:35 -0500 Received: from lelnx194.ext.ti.com ([198.47.27.80]:22040 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754012AbdLGPjH (ORCPT ); Thu, 7 Dec 2017 10:39:07 -0500 From: "Andrew F. Davis" To: Liam Girdwood , Mark Brown CC: , , "Andrew F . Davis" Subject: [PATCH v3 00/10] Add Headphone Detection to TLV320AIC31xx Driver Date: Thu, 7 Dec 2017 09:38:50 -0600 Message-ID: <20171207153900.9831-1-afd@ti.com> X-Mailer: git-send-email 2.15.0 MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello all, This series has the end goal of adding headphone detection to the tlv320aic31xx driver. The first few patches are mostly cleanups. Then a couple bug fixes I noticed. Followed by adding interrupt handling and finally headphone detection. Still not sure if the IRQ patch is correct, I think we have no good way to share this IRQ line, so leaving it the way it is for now. Thanks, Andrew Changes from v2: - Rebased on -next - Added delta patch for GPIO header fix - Split platform data remove into fwnode and pdata removal - Rework reset patch to print error code - Use snd_soc_codec_set_jack to set jack Changes from v1: - Splitup the cleanup patch a bit more - Move the GPIO1 register fix patch before header cleanup so it can be taken back into stable - Added Acked-by - New patch dealing with regulator notifications - Various small touchups - Rebased on v4.15-rc1 Andrew F. Davis (10): ASoC: tlv320aic31xx: Fix GPIO header includes ASoC: tlv320aic31xx: Use fwnode APIs over raw OF calls ASoC: tlv320aic31xx: Remove platform data ASoC: tlv320aic31xx: Add MICBIAS off setting ASoC: tlv320aic31xx: Remove regulator notification handling ASoC: tlv320aic31xx: Reset registers during power up ASoC: tlv320aic31xx: Add short circuit detection support ASoC: tlv320aic31xx: Add overflow detection support ASoC: tlv320aic31xx: Add headphone/headset detection ASoC: tlv320aic31xx: Add button press detection .../devicetree/bindings/sound/tlv320aic31xx.txt | 1 + include/dt-bindings/sound/tlv320aic31xx-micbias.h | 1 + sound/soc/codecs/tlv320aic31xx.c | 263 +++++++++++++-------- sound/soc/codecs/tlv320aic31xx.h | 41 +++- 4 files changed, 196 insertions(+), 110 deletions(-) -- 2.15.0