Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757693AbcJZLLN (ORCPT ); Wed, 26 Oct 2016 07:11:13 -0400 Received: from arroyo.ext.ti.com ([198.47.19.12]:53461 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756661AbcJZLLL (ORCPT ); Wed, 26 Oct 2016 07:11:11 -0400 Subject: Re: [PATCH 3/5] ARM: davinci: enable gpio poweroff in default config To: David Lechner , Kevin Hilman References: <1477075018-20176-1-git-send-email-david@lechnology.com> <1477075018-20176-4-git-send-email-david@lechnology.com> CC: Rob Herring , Mark Rutland , Russell King , , , From: Sekhar Nori Message-ID: <832356cd-a95b-eb00-b81b-c730da1e9e3a@ti.com> Date: Wed, 26 Oct 2016 16:39:42 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <1477075018-20176-4-git-send-email-david@lechnology.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 473 Lines: 15 On Saturday 22 October 2016 12:06 AM, David Lechner wrote: > The gpio-poweroff driver is needed by LEGO MINDSTORMS EV3 (AM1808 based > board). > > Signed-off-by: David Lechner For defconfig patches, we have been using the davinci_all_defconfig prefix (see git log --oneline arch/arm/configs/davinci_all_defconfig). Applied to v4.10/defconfig with subject line changed to: "ARM: davinci_all_defconfig: enable gpio poweroff driver" Thanks, Sekhar