From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: [PATCH 0/2] Add Renesas R8A77970 PFC driver Date: Fri, 10 Nov 2017 20:58:59 +0300 Message-ID: <20171110175859.365490212@cogentembedded.com> Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Linus Walleij , Rob Herring , Geert Uytterhoeven , linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Mark Rutland , Laurent Pinchart List-Id: linux-gpio@vger.kernel.org Hello! Here's a set of 2 patches against the 'sh-pfcl' branch of Geert Uyyterhoeven's 'renesas-drivers.git' repo. The patches add support for the R8A77970 PFC (note that the pin pull-up/down support was removed in the last minute since that part of the PFC driver has been reworked by Geert -- I will convert my code to the new pull-up/down API later... [1/2] pinctrl: sh-pfc: add PORT_GP_CFG_{6|22}() helper macros [2/2] pinctrl: sh-pfc: add R8A77970 PFC support MBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f67.google.com ([209.85.215.67]:54245 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753426AbdKJSPt (ORCPT ); Fri, 10 Nov 2017 13:15:49 -0500 Received: by mail-lf0-f67.google.com with SMTP id l23so12017258lfk.10 for ; Fri, 10 Nov 2017 10:15:48 -0800 (PST) From: Sergei Shtylyov Message-Id: <20171110175859.365490212@cogentembedded.com> Date: Fri, 10 Nov 2017 20:58:59 +0300 To: Linus Walleij To: Rob Herring Cc: Mark Rutland Cc: Laurent Pinchart To: Geert Uytterhoeven To: linux-gpio@vger.kernel.org To: devicetree@vger.kernel.org To: linux-renesas-soc@vger.kernel.org Subject: [PATCH 0/2] Add Renesas R8A77970 PFC driver Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: Hello! Here's a set of 2 patches against the 'sh-pfcl' branch of Geert Uyyterhoeven's 'renesas-drivers.git' repo. The patches add support for the R8A77970 PFC (note that the pin pull-up/down support was removed in the last minute since that part of the PFC driver has been reworked by Geert -- I will convert my code to the new pull-up/down API later... [1/2] pinctrl: sh-pfc: add PORT_GP_CFG_{6|22}() helper macros [2/2] pinctrl: sh-pfc: add R8A77970 PFC support MBR, Sergei