From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 4/4] ASoC: OMAP4: McPDM: Convert to hwmod/omap_device Date: Wed, 3 Aug 2011 01:07:11 +0900 Message-ID: <20110802160710.GH25884@opensource.wolfsonmicro.com> References: <1312284857-1774-1-git-send-email-peter.ujfalusi@ti.com> <1312284857-1774-5-git-send-email-peter.ujfalusi@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1312284857-1774-5-git-send-email-peter.ujfalusi@ti.com> Sender: linux-omap-owner@vger.kernel.org To: Peter Ujfalusi Cc: Liam Girdwood , Tony Lindgren , linux-omap@vger.kernel.org, alsa-devel@alsa-project.org, Misael Lopez Cruz , Benoit Cousson , Sebastien Guiriec List-Id: alsa-devel@alsa-project.org On Tue, Aug 02, 2011 at 02:34:17PM +0300, Peter Ujfalusi wrote: > In order to probe, and operate correctly, the OMAP McPDM driver needs to > be converted to use hwmod. > The device name has been changed to probe the driver. > Replace the clk_* with pm_runtime_* calls to manage the clocks correctly. > Missing request_mem_region/release_mem_region added. > > Signed-off-by: Peter Ujfalusi Acked-by: Mark Brown