From patchwork Fri Sep 11 12:31:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 11770425 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8B34092C for ; Fri, 11 Sep 2020 12:39:58 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D7438221F1 for ; Fri, 11 Sep 2020 12:39:57 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=lists.cip-project.org header.i=@lists.cip-project.org header.b="vHGzVGuS" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D7438221F1 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bp.renesas.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+64572+5441+4520428+8129116@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id CjUZYY4521763xBtUrU2NyGR; Fri, 11 Sep 2020 05:39:57 -0700 X-Received: from relmlie6.idc.renesas.com (relmlie6.idc.renesas.com [210.160.252.172]) by mx.groups.io with SMTP id smtpd.web12.6882.1599827525209884527 for ; Fri, 11 Sep 2020 05:32:05 -0700 X-IronPort-AV: E=Sophos;i="5.76,415,1592838000"; d="scan'208";a="56822691" X-Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 11 Sep 2020 21:32:03 +0900 X-Received: from localhost.localdomain (unknown [172.29.52.232]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 68B384263CB9; Fri, 11 Sep 2020 21:32:02 +0900 (JST) From: Biju Das To: cip-dev@lists.cip-project.org, Nobuhiro Iwamatsu , Pavel Machek Cc: Chris Paterson , Biju Das , Prabhakar Mahadev Lad Subject: [cip-dev] [PATCH 4.4.y-cip 0/4] Add RZ/G1H Audio support Date: Fri, 11 Sep 2020 13:31:57 +0100 Message-Id: <20200911123201.7820-1-biju.das.jz@bp.renesas.com> Precedence: Bulk List-Unsubscribe: Sender: cip-dev@lists.cip-project.org List-Id: Mailing-List: list cip-dev@lists.cip-project.org; contact cip-dev+owner@lists.cip-project.org Delivered-To: mailing list cip-dev@lists.cip-project.org Reply-To: cip-dev@lists.cip-project.org X-Gm-Message-State: rvTYgIXn5gK2lUks7wjQsjCcx4520428AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1599827997; bh=IqkXcyuIFbvs6LIb4fPJJtrshKW8uoKGMzMqqBEyvfI=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=vHGzVGuS3zA9d6OhMSBrYzsInlbTRct9N9QgkY4RgAPWrpFfUgMuPfl4mdSH9q6tjqP R3/PgBzcldwmPZpbs4InPFKOSatrQaJHCSuS6rXTOj/U2Ri3sY70ZRgKoRaEHexoTNL0E rMQN0xjOMdudd5qwsetljK5MJKh04vXEglk= This patch series add audio support for iWave RZ/G1H board based on r8a7742 SoC to 4.4.y-cip kernel. All patches in this series are cherry-picked from mainline. Lad Prabhakar (4): dt-bindings: ASoC: renesas,rsnd: Add r8a7742 support ARM: dts: r8a7742: Add audio support ARM: dts: r8a7742-iwg21d-q7: Enable SGTL5000 audio codec ARM: dts: r8a7742-iwg21d-q7: Sound DMA support via DVC on DTS .../bindings/sound/renesas,rsnd.txt | 1 + arch/arm/boot/dts/r8a7742-iwg21d-q7.dts | 100 +++++++ arch/arm/boot/dts/r8a7742.dtsi | 272 ++++++++++++++++++ 3 files changed, 373 insertions(+)