From patchwork Wed Oct 4 09:44:37 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 821225 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=) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3y6WGJ3fB9z9sNr for ; Wed, 4 Oct 2017 20:44:56 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751208AbdJDJoy (ORCPT ); Wed, 4 Oct 2017 05:44:54 -0400 Received: from andre.telenet-ops.be ([195.130.132.53]:32938 "EHLO andre.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751323AbdJDJoo (ORCPT ); Wed, 4 Oct 2017 05:44:44 -0400 Received: from ayla.of.borg ([84.195.106.246]) by andre.telenet-ops.be with bizsmtp id HMkj1w0045JzmfG01MkjQX; Wed, 04 Oct 2017 11:44:43 +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 1dzgEN-00082H-0p; Wed, 04 Oct 2017 11:44:43 +0200 Received: from geert by ramsan with local (Exim 4.86_2) (envelope-from ) id 1dzgEM-00034m-V4; Wed, 04 Oct 2017 11:44:42 +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.15 Date: Wed, 4 Oct 2017 11:44:37 +0200 Message-Id: <1507110277-11785-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, The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e: Linux 4.14-rc1 (2017-09-16 15:47:51 -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.15-tag1 for you to fetch changes up to 5ec8a41a36715cf543cb7c109097fb3b4cdfb427: pinctrl: sh-pfc: r8a7795: Add USB3.0 host support (2017-10-02 13:23:44 +0200) ---------------------------------------------------------------- pinctrl: sh-pfc: Updates for v4.15 - Add SDHI and DRIF pin groups on R-Car H3 ES2.0, - Add USB3.0 host pin groups on R-Car H3 (ES1.x and ES2.0), - Add EthernetAVB and USB2.0 host pin groups on R-Car D3. Thanks for pulling! ---------------------------------------------------------------- Dirk Behme (1): pinctrl: sh-pfc: r8a7795: Re-add DRIF support Takeshi Kihara (4): pinctrl: sh-pfc: r8a7795: Add SDHI0-3 support pinctrl: sh-pfc: r8a77995: Add USB2.0 host support pinctrl: sh-pfc: r8a7795-es1: Add USB3.0 host support pinctrl: sh-pfc: r8a7795: Add USB3.0 host support Yoshihiro Shimoda (1): pinctrl: sh-pfc: r8a77995: Add EthernetAVB pins, groups and functions drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c | 29 ++ drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 581 +++++++++++++++++++++++++++++++ drivers/pinctrl/sh-pfc/pfc-r8a77995.c | 134 +++++++ 3 files changed, 744 insertions(+) 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