From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753429AbbIKMhd (ORCPT ); Fri, 11 Sep 2015 08:37:33 -0400 Received: from mx0a-001ae601.pphosted.com ([67.231.149.25]:58022 "EHLO mx0a-001ae601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752167AbbIKMh0 (ORCPT ); Fri, 11 Sep 2015 08:37:26 -0400 From: Charles Keepax To: , CC: , , , , Subject: [PATCH v2 0/6] Arizona extcon improvements Date: Fri, 11 Sep 2015 13:14:12 +0100 Message-ID: <1441973658-26234-1-git-send-email-ckeepax@opensource.wolfsonmicro.com> X-Mailer: git-send-email 1.7.2.5 MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151,1.0.33,0.0.0000 definitions=2015-09-11_07:2015-09-11,2015-09-11,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1508030000 definitions=main-1509110153 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series does two major things: - Adds a fix that resolves an issue where the headphone detection accuracy is poor at high impedances (such as line loads) - Adds device tree bindings for some additional jack detection features specifically allowing the use of the second jack detection pin on GPIO5 and support for inverted polarity jack sockets Thanks, Charles Charles Keepax (5): mfd: arizona: Add TST_CAP bits for headphone detection extcon: arizona: Additional settings to improve accuracy of HP detect extcon: arizona: Add device binding for jack detect polarity inversion extcon: arizona: Add device binding for second jack detect pin on GPIO5 mfd: arizona: Update DT binding documentation for jack detection Nariman Poushin (1): extcon: arizona: Ignore jd_invert for MICD_CLAMP_STS Documentation/devicetree/bindings/mfd/arizona.txt | 6 ++++ drivers/extcon/extcon-arizona.c | 32 +++++++++++++++++---- drivers/mfd/wm5110-tables.c | 2 + include/linux/mfd/arizona/registers.h | 8 +++++ 4 files changed, 42 insertions(+), 6 deletions(-) -- 1.7.2.5