Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751539AbdLZWxK (ORCPT ); Tue, 26 Dec 2017 17:53:10 -0500 Received: from mail-pf0-f194.google.com ([209.85.192.194]:34754 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751122AbdLZWxI (ORCPT ); Tue, 26 Dec 2017 17:53:08 -0500 X-Google-Smtp-Source: ACJfBosxihILgk3WJ4Y+VGaqwiX9EL9XOyG/z4n0chcfuCMgWlED+kJm9eNu7ebyzpK5Oo34BfvcJA== Date: Tue, 26 Dec 2017 16:53:05 -0600 From: Rob Herring To: Tuomas Tynkkynen Cc: Ulf Hansson , Mark Rutland , linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mmc: Don't reference Linux-specific OF_GPIO_ACTIVE_LOW flag in DT binding Message-ID: <20171226225305.qyd5yfmxomxgvf7x@rob-hp-laptop> References: <20171223003412.13688-1-tuomas@tuxera.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171223003412.13688-1-tuomas@tuxera.com> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 422 Lines: 13 On Sat, Dec 23, 2017 at 02:34:12AM +0200, Tuomas Tynkkynen wrote: > OF_GPIO_ACTIVE_LOW is a Linux implementation detail. The binding > document should be referring to GPIO_ACTIVE_LOW found in > include/dt-bindings/gpio/gpio.h. > > Signed-off-by: Tuomas Tynkkynen > --- > Documentation/devicetree/bindings/mmc/mmc.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks. Rob