From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f52.google.com ([209.85.215.52]:39646 "EHLO mail-lf0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751923AbeBYSLZ (ORCPT ); Sun, 25 Feb 2018 13:11:25 -0500 Received: by mail-lf0-f52.google.com with SMTP id f75so14015468lfg.6 for ; Sun, 25 Feb 2018 10:11:24 -0800 (PST) From: Sergei Shtylyov Subject: [PATCH 0/2] Add Renesas R8A77970 PFC driver To: Linus Walleij , Rob Herring , Geert Uytterhoeven , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org Cc: Mark Rutland , Laurent Pinchart Message-ID: Date: Sun, 25 Feb 2018 21:11:21 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-MW Content-Transfer-Encoding: 7bit Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: Hello! Here's a set of 2 patches against the 'sh-pfc' branch of Geert Uytterhoeven's 'renesas-drivers.git' repo. These patches add the basic support for the R8A77980 PFC. [1/2] pinctrl: sh-pfc: add PORT_GP_CFG_25() helper macros [2/2] pinctrl: sh-pfc: add R8A77980 PFC support MBR, Sergei