From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754827AbcEYOj7 (ORCPT ); Wed, 25 May 2016 10:39:59 -0400 Received: from bear.ext.ti.com ([198.47.19.11]:42687 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751022AbcEYOj6 (ORCPT ); Wed, 25 May 2016 10:39:58 -0400 Subject: Re: [PATCH v4 0/7] ARM/ASoC: OMAP3: Fix McBSP2/3 sidetone support To: , , , , References: <1464185756-28401-1-git-send-email-peter.ujfalusi@ti.com> CC: , , , , , From: Peter Ujfalusi Message-ID: Date: Wed, 25 May 2016 17:37:36 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <1464185756-28401-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 Hi, my git send-email got interrupted by my ISP :o The complete series should be up by now. Sorry about it. -- Péter On 05/25/2016 05:15 PM, Peter Ujfalusi wrote: > Hi, > > Changes since v3: > - Rebased on next-20160525 [1] to apply cleanly > - Fixed subject line for patch5 > - Added Mark's acked-by to the ASoC patches > > [1] "ASoC: omap-mcbsp: Enable/disable sidetone block auto clock > gating for omap3" is gone missing from linux-next - it was in next-20160517 and > I'm not sure when it got dropped. > > Tony: since Paul did not replied to the series, I'm sending the v4 now, I hope > he will have time to look at this. > > Commit message from v3: > > 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. > > 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(-) >