From patchwork Wed Dec 26 00:52:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 10742751 Return-Path: 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 B916613AD for ; Wed, 26 Dec 2018 00:52:39 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9A09228A3D for ; Wed, 26 Dec 2018 00:52:39 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8ADAC28A55; Wed, 26 Dec 2018 00:52:39 +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 F282A28A3D for ; Wed, 26 Dec 2018 00:52:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725890AbeLZAwi (ORCPT ); Tue, 25 Dec 2018 19:52:38 -0500 Received: from relmlor1.renesas.com ([210.160.252.171]:47794 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725885AbeLZAwi (ORCPT ); Tue, 25 Dec 2018 19:52:38 -0500 Date: 26 Dec 2018 09:52:36 +0900 X-IronPort-AV: E=Sophos;i="5.56,398,1539615600"; d="scan'208";a="3759392" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 26 Dec 2018 09:52:36 +0900 Received: from morimoto-PC.renesas.com (unknown [10.166.18.140]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id DD4E140244C8; Wed, 26 Dec 2018 09:52:36 +0900 (JST) Message-ID: <87va3h9kzy.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto Subject: [PATCH 0/8] arm64: renesas: Sound update for ULCB/KF, etc User-Agent: Wanderlust/2.15.9 Emacs/24.5 Mule/6.0 To: Simon Cc: Magnus , linux-renesas-soc@vger.kernel.org MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Simon ULCB-KF sound is using pcm3168, and it needed driver update to use it. Now, necessary patches are applied to linus branch. It includes renesas_defconfig, and Ebisu update (which was already posted, but, not yet accepted), too. 1) - 5) : For ULCB-KF update 6) : For Ebisu 7) - 8) : For defconfig Kuninori Morimoto (8): 1) arm64: renesas: ulcb: use audio-graph-card 2) arm64: renesas: ulcb: add HDMI sound support 3) arm64: renesas: ulcb-kf: add pcm3168 sound codec 4) arm64: renesas: r8a7795: remove BUSIF0 settings from rcar_sound,ssi 5) arm64: renesas: r8a7796: remove BUSIF0 settings from rcar_sound,ssi 6) arm64: renesas: r8a77990-ebisu: use simple-audio-card 7) arm64: defconfig: select Kingfisher Sound related configs 8) arm64: renesas_defconfig: select Kingfisher Sound related configs arch/arm64/boot/dts/renesas/r8a7795.dtsi | 40 ++++---- arch/arm64/boot/dts/renesas/r8a7796.dtsi | 40 ++++---- arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts | 5 +- arch/arm64/boot/dts/renesas/ulcb-kf.dtsi | 132 +++++++++++++++++++++++++ arch/arm64/boot/dts/renesas/ulcb.dtsi | 66 +++++++++---- arch/arm64/configs/defconfig | 1 + arch/arm64/configs/renesas_defconfig | 2 + 7 files changed, 225 insertions(+), 61 deletions(-)