From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sylwester Nawrocki Subject: Re: [PATCH v2] ARM: dts: exynos: Add entries for sound support on Odroid-XU board Date: Fri, 16 Sep 2016 13:25:46 +0200 Message-ID: References: <1474024920-32744-1-git-send-email-s.nawrocki@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from mailout1.w1.samsung.com ([210.118.77.11]:47457 "EHLO mailout1.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933477AbcIPLZw (ORCPT ); Fri, 16 Sep 2016 07:25:52 -0400 Received: from eucas1p1.samsung.com (unknown [182.198.249.206]) by mailout1.w1.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0ODL00GBAH31WS40@mailout1.w1.samsung.com> for linux-samsung-soc@vger.kernel.org; Fri, 16 Sep 2016 12:25:49 +0100 (BST) In-reply-to: <1474024920-32744-1-git-send-email-s.nawrocki@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: k.kozlowski@samsung.com Cc: linux-samsung-soc@vger.kernel.org, kgene@kernel.org, b.zolnierkie@samsung.com, linux-arm-kernel@lists.infradead.org On 09/16/2016 01:22 PM, Sylwester Nawrocki wrote: > This patch adds device nodes for the AUDSS clock controller, > peripheral DMA 0/1 controllers and the Audio Subsystem I2S controller. > These entries are required for sound support on Odroid-XU board. > > Signed-off-by: Sylwester Nawrocki > --- > This patch depends on a patch adding clock ID macro definitions. > I'm going to provide a topic branch containing required changes. > > Changes since v1: > - GIC_SPI, IRQ_TYPE_NONE used in the PDMA and max98080 interrupt > specifiers, > - assigned-clock-* properties moved to respective controller > nodes. And here is a pull request containing clk dependency patches: The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc: Linux 4.8-rc1 (2016-08-07 18:18:00 -0700) are available in the git repository at: git://linuxtv.org/snawrocki/samsung.git tags/clk-v4.9-exynos54x0-dt for you to fetch changes up to 58d6506f327e3d192998ba03632f546da221b8d8: clk: samsung: exynos5410: Add clock IDs for PDMA and EPLL clocks (2016-09-09 10:13:02 +0200) ---------------------------------------------------------------- Adition of clock index definitions for exynos5420 SoC DRAM controller and exynos5410 SoC sound subsystem (EPLL, PDMA) related clocks. ---------------------------------------------------------------- Chanwoo Choi (1): clk: samsung: Add clock IDs for the CMU_CDREX (DRAM Express Controller) Sylwester Nawrocki (1): clk: samsung: exynos5410: Add clock IDs for PDMA and EPLL clocks include/dt-bindings/clock/exynos5410.h | 3 +++ include/dt-bindings/clock/exynos5420.h | 11 ++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) -- Thanks, Sylwester From mboxrd@z Thu Jan 1 00:00:00 1970 From: s.nawrocki@samsung.com (Sylwester Nawrocki) Date: Fri, 16 Sep 2016 13:25:46 +0200 Subject: [PATCH v2] ARM: dts: exynos: Add entries for sound support on Odroid-XU board In-Reply-To: <1474024920-32744-1-git-send-email-s.nawrocki@samsung.com> References: <1474024920-32744-1-git-send-email-s.nawrocki@samsung.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 09/16/2016 01:22 PM, Sylwester Nawrocki wrote: > This patch adds device nodes for the AUDSS clock controller, > peripheral DMA 0/1 controllers and the Audio Subsystem I2S controller. > These entries are required for sound support on Odroid-XU board. > > Signed-off-by: Sylwester Nawrocki > --- > This patch depends on a patch adding clock ID macro definitions. > I'm going to provide a topic branch containing required changes. > > Changes since v1: > - GIC_SPI, IRQ_TYPE_NONE used in the PDMA and max98080 interrupt > specifiers, > - assigned-clock-* properties moved to respective controller > nodes. And here is a pull request containing clk dependency patches: The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc: Linux 4.8-rc1 (2016-08-07 18:18:00 -0700) are available in the git repository at: git://linuxtv.org/snawrocki/samsung.git tags/clk-v4.9-exynos54x0-dt for you to fetch changes up to 58d6506f327e3d192998ba03632f546da221b8d8: clk: samsung: exynos5410: Add clock IDs for PDMA and EPLL clocks (2016-09-09 10:13:02 +0200) ---------------------------------------------------------------- Adition of clock index definitions for exynos5420 SoC DRAM controller and exynos5410 SoC sound subsystem (EPLL, PDMA) related clocks. ---------------------------------------------------------------- Chanwoo Choi (1): clk: samsung: Add clock IDs for the CMU_CDREX (DRAM Express Controller) Sylwester Nawrocki (1): clk: samsung: exynos5410: Add clock IDs for PDMA and EPLL clocks include/dt-bindings/clock/exynos5410.h | 3 +++ include/dt-bindings/clock/exynos5420.h | 11 ++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) -- Thanks, Sylwester