From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Cercueil Subject: [PATCH v2 00/14] Ingenic JZ4740 / JZ4780 pinctrl driver Date: Sun, 22 Jan 2017 15:49:33 +0100 Message-ID: <20170122144947.16158-1-paul@crapouillou.net> References: <27071da2f01d48141e8ac3dfaa13255d@mail.crapouillou.net> Return-path: In-Reply-To: <27071da2f01d48141e8ac3dfaa13255d@mail.crapouillou.net> Sender: linux-mmc-owner@vger.kernel.org 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 List-Id: devicetree@vger.kernel.org Hi, This is the v2 of my ingenic pinctrl patch series. Huge changes in there, the pinctrl driver was completely rewritten, and the GPIO code was split into a separate driver. It now uses the generic functions to handle pin groups, as well as generic devicetree bindings. Best regards, - Paul