From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932220AbdLGROv (ORCPT ); Thu, 7 Dec 2017 12:14:51 -0500 Received: from vern.gendns.com ([206.190.152.46]:55063 "EHLO vern.gendns.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755310AbdLGROq (ORCPT ); Thu, 7 Dec 2017 12:14:46 -0500 Subject: Re: [PATCH v3] ARM: da850: Fix LEGO EV3 battery voltage gpio To: Sekhar Nori , linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org References: <1512338693-16781-1-git-send-email-david@lechnology.com> <1b2fe02d-1c8f-e4e8-53b6-692c4545faf6@ti.com> From: David Lechner Message-ID: <0073467e-29d0-9b76-1caa-1605d5897321@lechnology.com> Date: Thu, 7 Dec 2017 11:15:02 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <1b2fe02d-1c8f-e4e8-53b6-692c4545faf6@ti.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/07/2017 01:35 AM, Sekhar Nori wrote: > On Monday 04 December 2017 03:34 AM, David Lechner wrote: >> This fixes the battery voltage monitoring gpio-hog settings. >> >> When the gpio is low, it turns off the battery voltage to the ADC chip. >> However, this needs to be on all of the time so that we can monitor >> battery voltage. >> >> Also, there was a typo that prevented pinmuxing from working correctly. >> >> Signed-off-by: David Lechner > > Applied to fixes with subject line changed to: > > ARM: dts: da850-lego-ev3: Fix battery voltage gpio > > Please follow this style for future patches. Ack