From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753932AbdDCPYI (ORCPT ); Mon, 3 Apr 2017 11:24:08 -0400 Received: from mail-oi0-f68.google.com ([209.85.218.68]:33693 "EHLO mail-oi0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753341AbdDCPYF (ORCPT ); Mon, 3 Apr 2017 11:24:05 -0400 Date: Mon, 3 Apr 2017 10:24:03 -0500 From: Rob Herring To: Christopher Bostic Cc: mark.rutland@arm.com, linux@armlinux.org.uk, rostedt@goodmis.org, mingo@redhat.com, gregkh@linuxfoundation.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, joel@jms.id.au, linux-kernel@vger.kernel.org, andrew@aj.id.au, alistair@popple.id.au, benh@kernel.crashing.org Subject: Re: [PATCH v4 12/23] drivers/fsi: Add documentation for GPIO bindings Message-ID: <20170403152403.uqjtwe33s7s6l7ib@rob-hp-laptop> References: <20170329174340.89109-1-cbostic@linux.vnet.ibm.com> <20170329174340.89109-13-cbostic@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170329174340.89109-13-cbostic@linux.vnet.ibm.com> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 29, 2017 at 12:43:29PM -0500, Christopher Bostic wrote: > From: Chris Bostic > > Add fsi master gpio device tree binding documentation > > Signed-off-by: Chris Bostic > Signed-off-by: Joel Stanley > --- > .../devicetree/bindings/fsi/fsi-master-gpio.txt | 24 ++++++++++++++++++++++ > 1 file changed, 24 insertions(+) > create mode 100644 Documentation/devicetree/bindings/fsi/fsi-master-gpio.txt Acked-by: Rob Herring But what happened to the bus description? There's never a need to describe slave devices (even discoverable buses like USB and PCI still need them sometimes)? As it stands now, I have no idea what FSI is from reading bindings/fsi/*. Rob