Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S642556AbdD1UIu (ORCPT ); Fri, 28 Apr 2017 16:08:50 -0400 Received: from outils.crapouillou.net ([89.234.176.41]:39012 "EHLO outils.crapouillou.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1162911AbdD1UIr (ORCPT ); Fri, 28 Apr 2017 16:08:47 -0400 From: Paul Cercueil To: Linus Walleij , Alexandre Courbot , Rob Herring , Mark Rutland , Ralf Baechle Cc: Boris Brezillon , Thierry Reding , Bartlomiej Zolnierkiewicz , Maarten ter Huurne , Lars-Peter Clausen , Paul Burton , james.hogan@imgtec.com, 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 Subject: [PATCH v4 00/14] Ingenic JZ4740 / JZ4780 pinctrl driver Date: Fri, 28 Apr 2017 22:08:10 +0200 Message-Id: <20170428200824.10906-1-paul@crapouillou.net> In-Reply-To: <20170402204244.14216-2-paul@crapouillou.net> References: <20170402204244.14216-2-paul@crapouillou.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 236 Lines: 10 Hi, This is the v5 of my Ingenic pinctrl / GPIO patch set. The pinctrl driver now probes its children devices without using the MFD subsystem; the GPIO driver now uses the 'reg' property to know the bank number. Best regards, - Paul