Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752430Ab3JYWsr (ORCPT ); Fri, 25 Oct 2013 18:48:47 -0400 Received: from mail-pd0-f173.google.com ([209.85.192.173]:58655 "EHLO mail-pd0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751541Ab3JYWsp (ORCPT ); Fri, 25 Oct 2013 18:48:45 -0400 Date: Fri, 25 Oct 2013 15:48:41 -0700 From: Anton Vorontsov To: Stephen Warren Cc: Rhyland Klein , David Woodhouse , Thierry Reding , Darbha Sriharsha , Manish Badarkha , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Mark Rutland , Pawel Moll , Ian Campbell , Kumar Gala Subject: Re: [Patch V5] drivers: power: Add support for bq24735 charger Message-ID: <20131025224841.GB1157@teo> References: <1381526143-20800-1-git-send-email-rklein@nvidia.com> <525C361C.1020703@wwwdotorg.org> <525C376A.3000009@nvidia.com> <525C3A9A.5000207@wwwdotorg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <525C3A9A.5000207@wwwdotorg.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1211 Lines: 27 On Mon, Oct 14, 2013 at 12:40:26PM -0600, Stephen Warren wrote: > >>> diff --git a/Documentation/devicetree/bindings/power_supply/ti,bq24735.txt b/Documentation/devicetree/bindings/power_supply/ti,bq24735.txt > >> > >>> +Optional properties : > >> > >>> + - ti,ac-detect-gpios : This GPIO is optionally used to read the AC adapter > >>> + presence. > >> > >> Is that actually a property of the BQ24735 chip itself (i.e. is it an > >> output signal from the chip), or part of the board/system? > > > > The gpio itself is actually what the IRQ line is tied to from the > > bq24735 -> tegra (in this case). In other words this is a Host GPIO that > > is configured as an input and connected to the bq24735. > > Ok, so this is the ACOK output pin? In that case, it's fine. It might be > worth mentioning that explicitly though. I added the comment to the documentation and applied the patch with a "Thanks-to: Stephen Warren " tag. :) Anton -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/