Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755952AbdGXTG1 (ORCPT ); Mon, 24 Jul 2017 15:06:27 -0400 Received: from mail-io0-f196.google.com ([209.85.223.196]:34093 "EHLO mail-io0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753523AbdGXTGQ (ORCPT ); Mon, 24 Jul 2017 15:06:16 -0400 Date: Mon, 24 Jul 2017 14:06:14 -0500 From: Rob Herring To: Jan Kiszka Cc: Linus Walleij , Mark Rutland , linux-gpio , devicetree , Linux Kernel Mailing List , Andy Shevchenko , Greg Kroah-Hartman Subject: Re: [PATCH v2] gpio-exar: Use correct property prefix and document bindings Message-ID: <20170724190614.k2cd2aqzkoi5frvk@rob-hp-laptop> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 873 Lines: 19 On Wed, Jul 19, 2017 at 07:31:14AM +0200, Jan Kiszka wrote: > The device-specific property should be prefixed with the vendor name, > not "linux,", as Linus Walleij pointed out. Change this and document the > bindings of this platform device. > > We didn't ship the old binding in a release yet. So we can still change > it without breaking an official API. > > Fixes: 380b1e2f3a2f ("gpio-exar/8250-exar: Make set of exported GPIOs configurable") > > Signed-off-by: Jan Kiszka > --- > Documentation/devicetree/bindings/gpio/gpio-exar.txt | 5 +++++ > drivers/gpio/gpio-exar.c | 2 +- > drivers/tty/serial/8250/8250_exar.c | 4 ++-- > 3 files changed, 8 insertions(+), 3 deletions(-) > create mode 100644 Documentation/devicetree/bindings/gpio/gpio-exar.txt Acked-by: Rob Herring