From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751982AbbJLIfj (ORCPT ); Mon, 12 Oct 2015 04:35:39 -0400 Received: from mx0b-001ae601.pphosted.com ([67.231.152.168]:50026 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751801AbbJLIfh (ORCPT ); Mon, 12 Oct 2015 04:35:37 -0400 Date: Mon, 12 Oct 2015 09:15:26 +0100 From: Charles Keepax To: Lee Jones CC: , , , , , , , , , , Subject: Re: [PATCH v2 5/5] mfd: arizona: Update DT binding document for jack detection invert Message-ID: <20151012081526.GA8805@ck-lbox> References: <1443803363-3251-1-git-send-email-ckeepax@opensource.wolfsonmicro.com> <1443803363-3251-6-git-send-email-ckeepax@opensource.wolfsonmicro.com> <20151005100105.GJ3243@x1> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20151005100105.GJ3243@x1> User-Agent: Mutt/1.5.20 (2009-06-14) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2015-10-12_04:,, 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-1510120108 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 05, 2015 at 11:01:05AM +0100, Lee Jones wrote: > On Fri, 02 Oct 2015, Charles Keepax wrote: > > > Add additional binding for inverting the polarity of the detection on > > the jack detection pins. > > > > Signed-off-by: Charles Keepax > > --- > > Documentation/devicetree/bindings/mfd/arizona.txt | 2 ++ > > 1 files changed, 2 insertions(+), 0 deletions(-) > > > > diff --git a/Documentation/devicetree/bindings/mfd/arizona.txt b/Documentation/devicetree/bindings/mfd/arizona.txt > > index b98a11b..ef59696 100644 > > --- a/Documentation/devicetree/bindings/mfd/arizona.txt > > +++ b/Documentation/devicetree/bindings/mfd/arizona.txt > > @@ -73,6 +73,8 @@ Optional properties: > > If this node is not mentioned or if the value is unknown, then > > headphone detection mode is set to HPDETL. > > > > + - wlf,jd-invert : Invert the polarity of the jack detection switch > > + > > There are other jack detection properties in the bindings docs. > > Please generify. Apologies but not sure I follow what you want me to do here? Do you just want me to drop the wlf, prefix on this one? Thanks, Charles