From patchwork Tue Nov 14 15:41:15 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabrizio Castro X-Patchwork-Id: 837898 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 3ybsDm4hw3z9sP1 for ; Wed, 15 Nov 2017 02:41:28 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754722AbdKNPl1 (ORCPT ); Tue, 14 Nov 2017 10:41:27 -0500 Received: from relmlor4.renesas.com ([210.160.252.174]:43897 "EHLO relmlie3.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752887AbdKNPl1 (ORCPT ); Tue, 14 Nov 2017 10:41:27 -0500 Received: from unknown (HELO relmlir2.idc.renesas.com) ([10.200.68.152]) by relmlie3.idc.renesas.com with ESMTP; 15 Nov 2017 00:41:25 +0900 Received: from relmlii1.idc.renesas.com (relmlii1.idc.renesas.com [10.200.68.65]) by relmlir2.idc.renesas.com (Postfix) with ESMTP id E6F1B42666; Wed, 15 Nov 2017 00:41:25 +0900 (JST) X-IronPort-AV: E=Sophos;i="5.44,395,1505746800"; d="scan'208";a="262262565" Received: from unknown (HELO fabrizio-dev.ree.adwin.renesas.com) ([10.226.37.27]) by relmlii1.idc.renesas.com with ESMTP; 15 Nov 2017 00:41:23 +0900 From: Fabrizio Castro To: Laurent Pinchart , Geert Uytterhoeven , Linus Walleij Cc: Simon Horman , linux-renesas-soc@vger.kernel.org, linux-gpio@vger.kernel.org, Chris Paterson , Biju Das , Fabrizio Castro , Ramesh Shanmugasundaram Subject: [PATCH v2 0/2] Add can_clk function Date: Tue, 14 Nov 2017 15:41:15 +0000 Message-Id: <1510674077-31136-1-git-send-email-fabrizio.castro@bp.renesas.com> 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 Dear Geert, All, this series adds can_clk function to r8a779[14] and r8a774[35] while keeping can_clk* pins inside can0_groups and can1_groups for backwards compatibility. Best regards, Fabrizio Castro (2): pinctrl: sh-pfc: r8a7794: Add can_clk function pinctrl: sh-pfc: r8a7791: Add can_clk function drivers/pinctrl/sh-pfc/pfc-r8a7791.c | 22 +++++++++++++++++++++- drivers/pinctrl/sh-pfc/pfc-r8a7794.c | 20 ++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-)