From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Cercueil Date: Sun, 22 Jan 2017 14:49:33 +0000 Subject: [PATCH v2 00/14] Ingenic JZ4740 / JZ4780 pinctrl driver Message-Id: <20170122144947.16158-1-paul@crapouillou.net> List-Id: References: <27071da2f01d48141e8ac3dfaa13255d@mail.crapouillou.net> In-Reply-To: <27071da2f01d48141e8ac3dfaa13255d@mail.crapouillou.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 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