From patchwork Wed May 9 16:57:35 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 911029 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-gpio-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=glider.be Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40h2bV6L1Qz9s4v for ; Thu, 10 May 2018 02:57:42 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965670AbeEIQ5i (ORCPT ); Wed, 9 May 2018 12:57:38 -0400 Received: from laurent.telenet-ops.be ([195.130.137.89]:43982 "EHLO laurent.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965487AbeEIQ5h (ORCPT ); Wed, 9 May 2018 12:57:37 -0400 Received: from ayla.of.borg ([84.194.111.163]) by laurent.telenet-ops.be with bizsmtp id kGxc1x0093XaVaC01GxcEG; Wed, 09 May 2018 18:57:36 +0200 Received: from ramsan.of.borg ([192.168.97.29] helo=ramsan) by ayla.of.borg with esmtp (Exim 4.86_2) (envelope-from ) id 1fGSPI-00066N-At; Wed, 09 May 2018 18:57:36 +0200 Received: from geert by ramsan with local (Exim 4.86_2) (envelope-from ) id 1fGSPI-0005ke-9V; Wed, 09 May 2018 18:57:36 +0200 From: Geert Uytterhoeven To: Linus Walleij Cc: Laurent Pinchart , linux-gpio@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [git pull] pinctrl: sh-pfc: Updates for v4.18 Date: Wed, 9 May 2018 18:57:35 +0200 Message-Id: <1525885055-22068-1-git-send-email-geert+renesas@glider.be> X-Mailer: git-send-email 2.7.4 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Hi Linus, (this time with the right subject line) The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338: Linux 4.17-rc1 (2018-04-15 18:24:20 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/sh-pfc-for-v4.18-tag1 for you to fetch changes up to f18fab4bcb4f85db806048b2ee44c885b46b5a0f: pinctrl: sh-pfc: Add r8a77470 PFC support (2018-05-04 11:42:54 +0200) ---------------------------------------------------------------- pinctrl: sh-pfc: Updates for v4.18 - Add DU, MSIOF, PWM, and SDHI pin groups on R-Car M3-N, - Add support for the new RZ/G1C SoC, - Add support for I/O voltage control on R-Car V3M and V3H, - Small fixes and cleanups. Thanks for pulling! ---------------------------------------------------------------- Biju Das (2): dt-bindings: pinctrl: sh-pfc: Document r8a77470 PFC support pinctrl: sh-pfc: Add r8a77470 PFC support Geert Uytterhoeven (2): pinctrl: sh-pfc: r8a7795: Fix comment for MSIOF3 SS2_E pin pinctrl: sh-pfc: r8a7796: Fix comment for MSIOF3 SS2_E pin Kieran Bingham (1): pinctrl: sh-pfc: r8a77965: Add DU RGB output pins, groups and functions Sergei Shtylyov (2): pinctrl: sh-pfc: r8a77980: Add pin I/O voltage control support pinctrl: sh-pfc: r8a77970: Fix pin I/O voltage control support Takeshi Kihara (3): pinctrl: sh-pfc: r8a77965: Add MSIOF pins, groups and functions pinctrl: sh-pfc: r8a77965: Add PWM pins, groups and functions pinctrl: sh-pfc: r8a77965: Add SDHI pins, groups and functions Thomas Gleixner (1): pinctrl: sh-pfc: r8a77965: Fixup incorrect SPDX identifier .../bindings/pinctrl/renesas,pfc-pinctrl.txt | 1 + drivers/pinctrl/sh-pfc/Kconfig | 5 + drivers/pinctrl/sh-pfc/Makefile | 1 + drivers/pinctrl/sh-pfc/core.c | 6 + drivers/pinctrl/sh-pfc/pfc-r8a77470.c | 2343 ++++++++++++++++++++ drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 2 +- drivers/pinctrl/sh-pfc/pfc-r8a7796.c | 2 +- drivers/pinctrl/sh-pfc/pfc-r8a77965.c | 1509 ++++++++++++- drivers/pinctrl/sh-pfc/pfc-r8a77970.c | 32 +- drivers/pinctrl/sh-pfc/pfc-r8a77980.c | 52 +- drivers/pinctrl/sh-pfc/sh_pfc.h | 1 + 11 files changed, 3940 insertions(+), 14 deletions(-) create mode 100644 drivers/pinctrl/sh-pfc/pfc-r8a77470.c Gr{oetje,eeting}s, Geert --- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html