Message ID | 1535431039-2749-1-git-send-email-na-hoan@jinso.co.jp (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-renesas-soc-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id AAEC6180E for <patchwork-linux-renesas-soc@patchwork.kernel.org>; Tue, 28 Aug 2018 04:37:36 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9D71C205FB for <patchwork-linux-renesas-soc@patchwork.kernel.org>; Tue, 28 Aug 2018 04:37:36 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9164129BB6; Tue, 28 Aug 2018 04:37:36 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E864E29BEF for <patchwork-linux-renesas-soc@patchwork.kernel.org>; Tue, 28 Aug 2018 04:37:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726994AbeH1I1V (ORCPT <rfc822;patchwork-linux-renesas-soc@patchwork.kernel.org>); Tue, 28 Aug 2018 04:27:21 -0400 Received: from www3345.sakura.ne.jp ([49.212.235.55]:49340 "EHLO www3345.sakura.ne.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726120AbeH1I1V (ORCPT <rfc822;linux-renesas-soc@vger.kernel.org>); Tue, 28 Aug 2018 04:27:21 -0400 Received: from fsav103.sakura.ne.jp (fsav103.sakura.ne.jp [27.133.134.230]) by www3345.sakura.ne.jp (8.15.2/8.15.2) with ESMTP id w7S4bVFA073137; Tue, 28 Aug 2018 13:37:32 +0900 (JST) (envelope-from na-hoan@jinso.co.jp) Received: from www3345.sakura.ne.jp (49.212.235.55) by fsav103.sakura.ne.jp (F-Secure/fsigk_smtp/530/fsav103.sakura.ne.jp); Tue, 28 Aug 2018 13:37:31 +0900 (JST) X-Virus-Status: clean(F-Secure/fsigk_smtp/530/fsav103.sakura.ne.jp) Received: from localhost (p14010-ipadfx41marunouchi.tokyo.ocn.ne.jp [61.118.107.10]) (authenticated bits=0) by www3345.sakura.ne.jp (8.15.2/8.15.2) with ESMTPSA id w7S4bJrp073043 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 28 Aug 2018 13:37:31 +0900 (JST) (envelope-from na-hoan@jinso.co.jp) From: Nguyen An Hoan <na-hoan@jinso.co.jp> To: broonie@kernel.org, linux-renesas-soc@vger.kernel.org, geert+renesas@glider.be Cc: magnus.damm@gmail.com, kuninori.morimoto.gx@renesas.com, yoshihiro.shimoda.uh@renesas.com, h-inayoshi@jinso.co.jp, nv-dung@jinso.co.jp, cv-dong@jinso.co.jp, na-hoan@jinso.co.jp Subject: [RESEND PATCH 0/2] Add support Audio's pins for r8a77965. Date: Tue, 28 Aug 2018 13:37:17 +0900 Message-Id: <1535431039-2749-1-git-send-email-na-hoan@jinso.co.jp> X-Mailer: git-send-email 2.7.4 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: <linux-renesas-soc.vger.kernel.org> X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
Add support Audio's pins for r8a77965.
|
expand
|
From: Hoan Nguyen An <na-hoan@jinso.co.jp> Morimoto-san, Geert-san: Thank you for your comments. These are the patches that I added Signed-off-by. These patches based on the file drivers/pinctrl/sh-pfc/pfc-r8a7796.c. Although the current renesas-drives tree r8a77965.dtsi has not yet configured for the Sound-driver, but I have manually configured and tested for this. Patches were be tested. Hoan Nguyen An (2): pinctrl: sh-pfc: r8a77965: add Audio clock pin support pinctrl: sh-pfc: r8a77965: add Audio SSI pin support drivers/pinctrl/sh-pfc/pfc-r8a77965.c | 392 ++++++++++++++++++++++++++++++++++ 1 file changed, 392 insertions(+)