From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753088AbbJBQv7 (ORCPT ); Fri, 2 Oct 2015 12:51:59 -0400 Received: from mx0b-001ae601.pphosted.com ([67.231.152.168]:53152 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751841AbbJBQvz (ORCPT ); Fri, 2 Oct 2015 12:51:55 -0400 From: Charles Keepax To: , CC: , , , , , , , , , Subject: [PATCH v2 0/5] Arizona Extcon Update Device Bindings Date: Fri, 2 Oct 2015 17:29:18 +0100 Message-ID: <1443803363-3251-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:,, definitions=2015-10-02_10:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1507310000 definitions=main-1510020213 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch chain adds device bindings for the jack and microphone detection system specific settings. Mark, I have added you on the chain as getting a DT ack is proving challenging and Lee said he would appreciate your opinion on these, hope that is ok. Note that some of the changes backing the DT doc updates in the first of the two MFD changes have already been merged hence why they are not in this series. Changes since v1: - I have removed the stuff for the second jack detect pin from the series. It seems that it will probably be better to get these bindings in first as I can't see anyway they could be contentious then we can deal with that and if it needs to be a pinmux/gpio thing later. Thanks, Charles Charles Keepax (5): 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 mfd: arizona: Update DT binding documentation for mic detection mfd: arizona: Update DT binding document for jack detection invert Documentation/devicetree/bindings/mfd/arizona.txt | 23 +++++++++++++++++++++ drivers/extcon/extcon-arizona.c | 8 +++++++ include/dt-bindings/mfd/arizona.h | 5 ++++ 3 files changed, 36 insertions(+), 0 deletions(-) -- 1.7.2.5