From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752461AbdAYSwa (ORCPT ); Wed, 25 Jan 2017 13:52:30 -0500 Received: from outils.crapouillou.net ([89.234.176.41]:60972 "EHLO outils.crapouillou.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752392AbdAYSw1 (ORCPT ); Wed, 25 Jan 2017 13:52:27 -0500 From: Paul Cercueil To: Linus Walleij , Rob Herring , Mark Rutland , Ralf Baechle , Ulf Hansson Cc: Boris Brezillon , Thierry Reding , Bartlomiej Zolnierkiewicz , Maarten ter Huurne , Lars-Peter Clausen , Paul Burton , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, linux-mmc@vger.kernel.org, linux-mtd@lists.infradead.org, linux-pwm@vger.kernel.org, linux-fbdev@vger.kernel.org, james.hogan@imgtec.com Subject: [PATCH v3 00/14] Ingenic JZ4740 / JZ4780 pinctrl driver Date: Wed, 25 Jan 2017 19:51:53 +0100 Message-Id: <20170125185207.23902-1-paul@crapouillou.net> In-Reply-To: <27071da2f01d48141e8ac3dfaa13255d@mail.crapouillou.net> References: <27071da2f01d48141e8ac3dfaa13255d@mail.crapouillou.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This is my v3 of my ingenic pinctrl patch series. Not much is changed here, just cosmetic changes reported by coccinelle as well as a missing header include. To clear up any doubts: I left the GPIO base for the gpio-ingenic driver configurable, for the reason that the QI_LB60 platform still uses global GPIO numbers. When this code will eventually be cleaned up I will send a patch to remove this mechanism. Best regards, - Paul