From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754441AbbIPKUh (ORCPT ); Wed, 16 Sep 2015 06:20:37 -0400 Received: from mx0a-001ae601.pphosted.com ([67.231.149.25]:49238 "EHLO mx0a-001ae601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753391AbbIPKUd (ORCPT ); Wed, 16 Sep 2015 06:20:33 -0400 From: Charles Keepax To: , CC: , , , , , , , , Subject: [PATCH 0/6] Arizona Extcon Update Device Bindings Date: Wed, 16 Sep 2015 10:56:38 +0100 Message-ID: <1442397404-7579-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-16_02:2015-09-16,2015-09-16,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-1509160149 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This patch chain adds device bindings for the jack and microphone detection system specific settings. Some of the bindings in this chain depend on features that are being added in the following chain of patches: https://lkml.org/lkml/2015/9/16/244 Thanks, Charles Charles Keepax (6): extcon: arizona: Add device binding to enable ADC mode micdet extcon: arizona: Add device binding for the general purpose switch 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 mic detection mfd: arizona: Update DT binding documentation for jack detection Documentation/devicetree/bindings/mfd/arizona.txt | 27 +++++++++++++++++++++ drivers/extcon/extcon-arizona.c | 13 ++++++++++ include/dt-bindings/mfd/arizona.h | 5 ++++ 3 files changed, 45 insertions(+), 0 deletions(-) -- 1.7.2.5