From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752379AbcEKIpR (ORCPT ); Wed, 11 May 2016 04:45:17 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:49158 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752263AbcEKIpM (ORCPT ); Wed, 11 May 2016 04:45:12 -0400 Subject: Re: [PATCH v3 0/7] ARM/ASoC: OMAP3: Fix McBSP2/3 sidetone support To: , , , , References: <1461927202-17677-1-git-send-email-peter.ujfalusi@ti.com> CC: , , , , , From: Peter Ujfalusi Message-ID: <69ff65ee-e5d1-09fb-fd91-8d7b4d8fdda4@ti.com> Date: Wed, 11 May 2016 11:44:33 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <1461927202-17677-1-git-send-email-peter.ujfalusi@ti.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Tony, Paul, On 04/29/16 13:53, Peter Ujfalusi wrote: > Hi, > > Based on the ongoing discussion on v2 (ARM: OMAP3: Fix McBSP2/3 hwmod setup for > sidetone) I have dropped the removal of the sidetone hwmod and only corrected > it. The series now includes all related changes needed to have correct sidetone > support whenever we boot in legacy or in DT mode. > > This time the ASoC part have dependency on earlier patches so they can not be > applied separately. How should we proceed from here? I don't want to start designing the ST separation infrastructure which would be based on this series, but if there are outstanding issues found on this, I would need to go back to the drawing board. The separation will be mostly new code and code shuffle in ASoC, but for legacy I will need to build up something in arch as well, so I would need at least one release cycle to start with things. -- Péter > Regards, > Peter > --- > Peter Ujfalusi (7): > ARM: OMAP3: hwmod data: Fix McBSP2/3 sidetone data > ARM: dts: omap3: Add clocks to McBSP nodes > ARM: OMAP3: McBSP: New callback for McBSP2/3 ICLK idle configuration > ARM: OMAP3: pdata-quirks: Add support for McBSP2/3 sidetone handling > ASoc: omap-mcbsp: Rename omap_mcbsp_sysfs_remove() to > omap_mcbsp_cleanup() > ASoC: omap-mcbsp: sidetone: Use the new callback for iclk handling > ARM: OMAP2+: McBSP: Remove the old iclk allow/deny idle code > > arch/arm/boot/dts/omap3.dtsi | 10 ++++++++++ > arch/arm/mach-omap2/mcbsp.c | 31 ++++++++++++++++------------- > arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 24 ++++------------------ > arch/arm/mach-omap2/pdata-quirks.c | 18 +++++++++++++++++ > include/linux/platform_data/asoc-ti-mcbsp.h | 4 +++- > sound/soc/omap/mcbsp.c | 21 +++++++++++++------ > sound/soc/omap/mcbsp.h | 3 ++- > sound/soc/omap/omap-mcbsp.c | 5 ++++- > 8 files changed, 73 insertions(+), 43 deletions(-) > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Ujfalusi Subject: Re: [PATCH v3 0/7] ARM/ASoC: OMAP3: Fix McBSP2/3 sidetone support Date: Wed, 11 May 2016 11:44:33 +0300 Message-ID: <69ff65ee-e5d1-09fb-fd91-8d7b4d8fdda4@ti.com> References: <1461927202-17677-1-git-send-email-peter.ujfalusi@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <1461927202-17677-1-git-send-email-peter.ujfalusi@ti.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: tony@atomide.com, jarkko.nikula@bitmer.com, paul@pwsan.com, lgirdwood@gmail.com, broonie@kernel.org Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, t-kristo@ti.com, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org Tony, Paul, On 04/29/16 13:53, Peter Ujfalusi wrote: > Hi, > = > Based on the ongoing discussion on v2 (ARM: OMAP3: Fix McBSP2/3 hwmod set= up for > sidetone) I have dropped the removal of the sidetone hwmod and only corre= cted > it. The series now includes all related changes needed to have correct si= detone > support whenever we boot in legacy or in DT mode. > = > This time the ASoC part have dependency on earlier patches so they can no= t be > applied separately. How should we proceed from here? I don't want to start designing the ST separation infrastructure which would be based on this series, but if there are outstanding issues found on this, I would need to go back to the drawing board. The separation will be mostly new code and code shuffle in ASoC, but for legacy I will need to build up something in arch as well, so I would need at least one release cycle to start with things. -- = P=E9ter > Regards, > Peter > --- > Peter Ujfalusi (7): > ARM: OMAP3: hwmod data: Fix McBSP2/3 sidetone data > ARM: dts: omap3: Add clocks to McBSP nodes > ARM: OMAP3: McBSP: New callback for McBSP2/3 ICLK idle configuration > ARM: OMAP3: pdata-quirks: Add support for McBSP2/3 sidetone handling > ASoc: omap-mcbsp: Rename omap_mcbsp_sysfs_remove() to > omap_mcbsp_cleanup() > ASoC: omap-mcbsp: sidetone: Use the new callback for iclk handling > ARM: OMAP2+: McBSP: Remove the old iclk allow/deny idle code > = > arch/arm/boot/dts/omap3.dtsi | 10 ++++++++++ > arch/arm/mach-omap2/mcbsp.c | 31 ++++++++++++++++-------= ------ > arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 24 ++++------------------ > arch/arm/mach-omap2/pdata-quirks.c | 18 +++++++++++++++++ > include/linux/platform_data/asoc-ti-mcbsp.h | 4 +++- > sound/soc/omap/mcbsp.c | 21 +++++++++++++------ > sound/soc/omap/mcbsp.h | 3 ++- > sound/soc/omap/omap-mcbsp.c | 5 ++++- > 8 files changed, 73 insertions(+), 43 deletions(-) > = From mboxrd@z Thu Jan 1 00:00:00 1970 From: peter.ujfalusi@ti.com (Peter Ujfalusi) Date: Wed, 11 May 2016 11:44:33 +0300 Subject: [PATCH v3 0/7] ARM/ASoC: OMAP3: Fix McBSP2/3 sidetone support In-Reply-To: <1461927202-17677-1-git-send-email-peter.ujfalusi@ti.com> References: <1461927202-17677-1-git-send-email-peter.ujfalusi@ti.com> Message-ID: <69ff65ee-e5d1-09fb-fd91-8d7b4d8fdda4@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Tony, Paul, On 04/29/16 13:53, Peter Ujfalusi wrote: > Hi, > > Based on the ongoing discussion on v2 (ARM: OMAP3: Fix McBSP2/3 hwmod setup for > sidetone) I have dropped the removal of the sidetone hwmod and only corrected > it. The series now includes all related changes needed to have correct sidetone > support whenever we boot in legacy or in DT mode. > > This time the ASoC part have dependency on earlier patches so they can not be > applied separately. How should we proceed from here? I don't want to start designing the ST separation infrastructure which would be based on this series, but if there are outstanding issues found on this, I would need to go back to the drawing board. The separation will be mostly new code and code shuffle in ASoC, but for legacy I will need to build up something in arch as well, so I would need at least one release cycle to start with things. -- P?ter > Regards, > Peter > --- > Peter Ujfalusi (7): > ARM: OMAP3: hwmod data: Fix McBSP2/3 sidetone data > ARM: dts: omap3: Add clocks to McBSP nodes > ARM: OMAP3: McBSP: New callback for McBSP2/3 ICLK idle configuration > ARM: OMAP3: pdata-quirks: Add support for McBSP2/3 sidetone handling > ASoc: omap-mcbsp: Rename omap_mcbsp_sysfs_remove() to > omap_mcbsp_cleanup() > ASoC: omap-mcbsp: sidetone: Use the new callback for iclk handling > ARM: OMAP2+: McBSP: Remove the old iclk allow/deny idle code > > arch/arm/boot/dts/omap3.dtsi | 10 ++++++++++ > arch/arm/mach-omap2/mcbsp.c | 31 ++++++++++++++++------------- > arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 24 ++++------------------ > arch/arm/mach-omap2/pdata-quirks.c | 18 +++++++++++++++++ > include/linux/platform_data/asoc-ti-mcbsp.h | 4 +++- > sound/soc/omap/mcbsp.c | 21 +++++++++++++------ > sound/soc/omap/mcbsp.h | 3 ++- > sound/soc/omap/omap-mcbsp.c | 5 ++++- > 8 files changed, 73 insertions(+), 43 deletions(-) >