Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756450AbdLTVqx (ORCPT ); Wed, 20 Dec 2017 16:46:53 -0500 Received: from mail-pf0-f196.google.com ([209.85.192.196]:44480 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751955AbdLTVqt (ORCPT ); Wed, 20 Dec 2017 16:46:49 -0500 X-Google-Smtp-Source: ACJfBounN57Re++N90qpvNOef/I3GoFzboTOUwGUfZ6uN0Vvog2lU6dl92scgKRgOg5DoMRfF0wTGQ== Date: Wed, 20 Dec 2017 15:46:46 -0600 From: Rob Herring To: Joel Stanley Cc: Mark Rutland , Arnd Bergmann , Andrew Jeffery , Patrick Venture , Xo Wang , Lei YU , =?iso-8859-1?Q?C=E9dric?= Le Goater , Benjamin Herrenschmidt , Jeremy Kerr , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-aspeed@lists.ozlabs.org Subject: Re: [PATCH v3 02/20] dt-bindings: gpio: Add ASPEED constants Message-ID: <20171220214646.sschcq35fnonxiix@rob-hp-laptop> References: <20171220032328.30584-1-joel@jms.id.au> <20171220032328.30584-3-joel@jms.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171220032328.30584-3-joel@jms.id.au> 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: 520 Lines: 14 On Wed, Dec 20, 2017 at 01:53:10PM +1030, Joel Stanley wrote: > These are used to by the device tree to map pin numbers to constants > required by the GPIO bindings. > > Signed-off-by: Joel Stanley > -- > v3: > - Remove dtsi includes from this patch, they will come later > --- > include/dt-bindings/gpio/aspeed-gpio.h | 49 ++++++++++++++++++++++++++++++++++ > 1 file changed, 49 insertions(+) > create mode 100644 include/dt-bindings/gpio/aspeed-gpio.h Reviewed-by: Rob Herring