From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752479AbcJCTIn (ORCPT ); Mon, 3 Oct 2016 15:08:43 -0400 Received: from mail-oi0-f67.google.com ([209.85.218.67]:33068 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751099AbcJCTIf (ORCPT ); Mon, 3 Oct 2016 15:08:35 -0400 Date: Mon, 3 Oct 2016 14:08:33 -0500 From: Rob Herring To: Andrew Jeffery Cc: Linus Walleij , Joel Stanley , Mark Rutland , linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, openbmc@lists.ozlabs.org, Timothy Pearson Subject: Re: [PATCH 7/8] pinctrl: aspeed-g4: Add mux configuration for all pins Message-ID: <20161003190833.GA3065@rob-hp-laptop> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 28, 2016 at 12:20:19AM +0930, Andrew Jeffery wrote: > The patch introducing the g4 pinctrl driver implemented a smattering of > pins to flesh out the implementation of the core and provide bare-bones > support for some OpenPOWER platforms. Now, update the bindings document > to reflect the complete functionality and implement the necessary pin > configuration tables in the driver. We prefer bindings to be complete if possible where as drivers can be expanded over time. > > Cc: Timothy Pearson > Signed-off-by: Andrew Jeffery > --- > Documentation/devicetree/bindings/pinctrl/pinctrl-aspeed.txt | 19 +- Acked-by: Rob Herring > drivers/pinctrl/aspeed/pinctrl-aspeed-g4.c | 1094 ++++++- > 2 files changed, 1093 insertions(+), 20 deletions(-)