Re: [PATCH] musb: am35x: fix compile error due to control apis

2010-12-27 Thread Felipe Balbi
On Thu, Dec 23, 2010 at 12:16:22PM -0500, Ben Gamari wrote: On Fri, 3 Dec 2010 23:42:45 +0530, Ajay Kumar Gupta ajay.gu...@ti.com wrote: As the control.h have been moved to new location and it's uses are not allowed to drivers directly so moving the phy control, interrupt clear and reset

Re: [GIT PULL] OMAP USB Changes for Merge Window

2010-12-27 Thread Felipe Balbi
Hi, On Thu, Dec 23, 2010 at 12:39:20PM -0800, Tony Lindgren wrote: * Felipe Balbi ba...@ti.com [101223 00:47]: Hi Tony, please queue the following two patches for Merge Window. The following changes since commit b79540fcbbcf9b379c9197f63c5a883bbe3adfd4: Linux-omap rebuilt: Merged

Re: [PATCH v2] staging: tidspbridge: protect dmm_map properly

2010-12-27 Thread Ohad Ben-Cohen
Hi Felipe, On Tue, Dec 21, 2010 at 6:44 PM, Felipe Contreras felipe.contre...@gmail.com wrote: Wouldn't you want the proc_*_dma() operations to finish before unmaping the pages? Yes, but that's not what your patch is doing exactly: it serializes the execution of proc_begin_dma(),

[OMAP4] Cpufreq_utils on Android

2010-12-27 Thread sumeet linux
Hi, I am working on CPUFREQ governors for OMAP4 on android OS. I need to check this CPUFREQ functionality (dynamic voltage and frequency scaling). I came across below utility, http://elinux.org/OMAP_Power_Management#Cpufreq_utils I tried different ways to build it with android platform code, but

Re: [PATCH v2] staging: tidspbridge: protect dmm_map properly

2010-12-27 Thread Felipe Contreras
o...@wizery.com wrote: On Tue, Dec 21, 2010 at 6:44 PM, Felipe Contreras felipe.contre...@gmail.com wrote: Wouldn't you want the proc_*_dma() operations to finish before unmaping the pages? Yes, but that's not what your patch is doing exactly: it serializes the execution of

RE: omapfb: no driver for display error with linux-2.6.37-rc7

2010-12-27 Thread Janorkar, Mayuresh
Felipe, Elvis, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Elvis Dowson Sent: Monday, December 27, 2010 11:30 AM To: Felipe Contreras Cc: Linux OMAP Mailing List Subject: Re: omapfb: no driver for display error

Re: [QUESTION] what's the problem with CBUS ?

2010-12-27 Thread Felipe Balbi
Adding Tony, forgot initially On Mon, Dec 27, 2010 at 07:13:09PM +0200, Felipe Balbi wrote: Hi Tony, What was the problem you saw with N810 which caused the need for commit fc8c2f1dba400e9a0d1d82756e0e2f52dfe2f4b6, quoted below ? I mean, looking into the code, all retu_rtc_do_reset() does is

Re: [PATCH] TWD: enable one-shot mode

2010-12-27 Thread Linus Walleij
2010/12/24 Russell King - ARM Linux li...@arm.linux.org.uk: Allow one shot timer mode to be used with the TWD.  This allows NOHZ mode to be used on SMP systems using the TWD localtimer. Tested on Versatile Express. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk ---

[PATCH 2/5] ASoC: DMIC codec: Adding a generic DMIC codec

2010-12-27 Thread David Lambert
This codec is to be used by the DMIC driver to control the DMIC codec. This driver will be used on future implementations of the DMIC driver to support codec specific features. At this time, the codec driver just registers the codec DAI. Signed-off-by: David Lambert dlamb...@ti.com ---

[PATCH 0/5] Adding OMAP DMIC driver to kernel

2010-12-27 Thread David Lambert
This is a patch series to add the OMAP Digital Microphone driver for OMAP4. It includes the driver, a generic DMIC codec, platform devices, as well as HWMOD entries for OMAP44xx chipsets. David Lambert (5): ASoC: DMIC: Adding the OMAP DMIC driver ASoC: DMIC codec: Adding a generic DMIC codec

[PATCH 3/5] ASoC: DMIC: Adding OMAP DMIC driver to build

2010-12-27 Thread David Lambert
Adds the OMAP DMIC driver and codec to the build. Signed-off-by: David Lambert dlamb...@ti.com --- sound/soc/codecs/Kconfig |3 +++ sound/soc/codecs/Makefile |2 ++ sound/soc/omap/Kconfig|5 + sound/soc/omap/Makefile |2 ++ 4 files changed, 12 insertions(+), 0

[PATCH 5/5] MAP4: DMIC: Add DMIC codec platform devices

2010-12-27 Thread David Lambert
This creates the DMIC codec platform devices. The platform devices create an instance of the driver during boot up. Signed-off-by: David Lambert dlamb...@ti.com --- arch/arm/mach-omap2/board-4430sdp.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git

Re: [PATCH v2] staging: tidspbridge: protect dmm_map properly

2010-12-27 Thread Ohad Ben-Cohen
On Mon, Dec 27, 2010 at 3:55 PM, Felipe Contreras felipe.contre...@nokia.com wrote: So, effectively, serializing the proc_begin_dma() and proc_end_dma() would not affect anyone negatively for the time being. You can never really tell who is using the kernel (or will be using this kernel