[PATCH] video/omap: adding __init/__exit macros to various drivers

2009-09-28 Thread Peter Huewe
From: Peter Huewe Trivial patch which adds the __init/__exit macros to the module_init/ module_exit functions of the following drivers in media/omap: drivers/video/omap/lcd_ams_delta.c drivers/video/omap/lcd_mipid.c Please have a look at the small patch and either pull it through your tree, or p

[GIT PULL] omap fixes for 2.6.32-rc1

2009-09-28 Thread Tony Lindgren
Linus, Please pull the omap-fixes from: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus Regards, Tony The following changes since commit 94e0fb086fc5663c38bbc0fe86d698be8314f82f: Linus Torvalds (1): Merge branch 'drm-intel-next' of git

Re: linux-omap git tree updated to v2.6.32-rc1, important changes, please read

2009-09-28 Thread Kalle Valo
Tony Lindgren writes: > Please note that "Remove omap extra version in Makefile" > commit means that you now need to set the ARCH and CROSS_COMPILE > for your compiler. A handy tip is to create GNUmakefile containing this: ARCH=arm CROSS_COMPILE=arm-linux- include Makefile Now you can just wri

Re: [RFC] OMAP1: Massive clean up of omap730/omap850 code

2009-09-28 Thread Alistair Buxton
2009/9/23 Tony Lindgren : > > Thanks, looks good to me. > > Can you please rebase against the mainline 2.6.32-rc1 once it gets > tagged? > > Then please keep your branch around until it all gets merged into the > mainline tree. There should not be any need for you to rebase it, > but I may need to

linux-omap git tree updated to v2.6.32-rc1, important changes, please read

2009-09-28 Thread Tony Lindgren
Hi all, I've updated our linux-omap tree to v2.6.32-rc1. I've also added a branch omap-2.6.31 for the old code. This time I also nuked the remaining omap legacy code we still had lurking around :) The commits at the end of this mail describe what I did first as commits, then I merged everything t

RE: [PATCHv2 0/7] TWL6030 audio codec initial support

2009-09-28 Thread Lopez Cruz, Misael
Santosh, Shilimkar, Santosh wrote: > Misa, > >> -Original Message- >> From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- >> ow...@vger.kernel.org] On Behalf Of Lopez Cruz, Misael >> Sent: Saturday, September 26, 2009 7:32 AM >> To: alsa-de...@alsa-project.org; linux-omap@vger.kern

Re: [PATCH] arm: omap: iovmm: add missing mutex_unlock

2009-09-28 Thread Kevin Hilman
Daniel Walker writes: > I was using Coccinelle with the mutex_unlock semantic patch, and it > unconvered this problem. It appears to be a valid missing unlock issue. > This change should correct it by moving the unlock below the label. > > This patch is against the mainline kernel. > > Cc: Julia

Re: [PATCH 13/12] omap: Fix wrong condition check in while loop for mailbox and iommu2

2009-09-28 Thread Tony Lindgren
* Tony Lindgren [090928 09:28]: > Here's one more fix for this series. Correction, there were two patches, one for mailbox and one for iommu2 with the same fix. Here are both of them merged into a single patch. Tony >From 055c49d285a151ccb91d63bac6d8621be3db5c93 Mon Sep 17 00:00:00 2001 From: Hi

[PATCH 13/12] omap: mailbox: Fix wrong condition check in while loop

2009-09-28 Thread Tony Lindgren
Here's one more fix for this series. Regards, Tony >From 540b5c02fb265349fd41bb9030ec350f24f4c2b9 Mon Sep 17 00:00:00 2001 From: Hiroshi DOYU Date: Mon, 28 Sep 2009 09:21:26 -0700 Subject: [PATCH] omap: mailbox: Fix wrong condition check in while loop It's worked fine so far since reset is done

Re: [PATCHv2 1/7] OMAP4: PMIC: Add support for twl6030 codec

2009-09-28 Thread Mark Brown
On Fri, Sep 25, 2009 at 09:02:32PM -0500, Lopez Cruz, Misael wrote: > +#if defined(CONFIG_SND_SOC_TWL6030) > +#define twl_has_codec() true > +#else > +#define twl_has_codec() false > +#endif This ifdef won't match if the CODEC driver is modular. > + > + if (twl_has_codec() && pdata

Re: [PATCHv2 0/7] TWL6030 audio codec initial support

2009-09-28 Thread Mark Brown
On Sat, Sep 26, 2009 at 10:42:39AM +0530, Shilimkar, Santosh wrote: [Please fix your MUA to word wrap at 80 lines - I've reflowed the message below.] > While doing that series, we realized that there is a lot of code > common between TWL5030 and TWL6030 apart from mainly interrupt handling > and

Re: [PATCHv2 2/7] ASoC: Add PDM DAI format definition

2009-09-28 Thread Mark Brown
On Fri, Sep 25, 2009 at 09:02:49PM -0500, Lopez Cruz, Misael wrote: > Add DAI format definition for PDM interfaces. > Signed-off-by: Misael Lopez Cruz Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org M

Re: [PATCHv2 7/7] ASoC: TWL6030: Power-up seq completion through audio interrupt

2009-09-28 Thread Mark Brown
On Fri, Sep 25, 2009 at 09:03:45PM -0500, Lopez Cruz, Misael wrote: > - 0x41, /* TWL6030_INTMR 0x04*/ > + 0x00, /* TWL6030_INTMR 0x04*/ I suspect this should've been in the previous patch. > - /* power-up sequence latency */ > -

Re: [PATCHv2 6/7] ASoC: TWL6030: Enable audio interrupt

2009-09-28 Thread Mark Brown
On Fri, Sep 25, 2009 at 09:03:41PM -0500, Lopez Cruz, Misael wrote: > +/* audio interrupt handler */ > +irqreturn_t twl6030_naudint_handler(int irq, void *data) > +{ > + struct snd_soc_codec *codec = data; > + struct twl6030_data *priv = codec->private_data; > + > + schedule_work(&priv

Re: [PATCHv2 5/7] ASoC: TWL6030: Add support for low-power mode

2009-09-28 Thread Mark Brown
On Fri, Sep 25, 2009 at 09:03:30PM -0500, Lopez Cruz, Misael wrote: > TWL6030 codec supports two power modes: low-power and high > performance. > In low-power mode, headset downlink must be the only path enabled > and components in that path (headset DAC and driver) should be in > that mode too.

Re: [PATCHv2 4/7] ASoC: TWL6030: Manual power-up/down sequences

2009-09-28 Thread Mark Brown
On Fri, Sep 25, 2009 at 09:03:08PM -0500, Lopez Cruz, Misael wrote: > + /* sync registers updated during power-up sequence */ > + twl6030_write_reg_cache(codec, TWL6030_REG_NCPCTL, > + 0x81); > +

Re: [PATCHv2 3/7] ASoC: TWL6030: Add twl6030 codec driver

2009-09-28 Thread Mark Brown
On Fri, Sep 25, 2009 at 09:03:01PM -0500, Lopez Cruz, Misael wrote: > Initial version of TWL6030 codec driver. > The TWL6030 codec uses a propietary PDM-based digital audio interface. > TWL6030 codec has two power modes: low-power and high-performance, > this initial version only supports high-per

Re: OMAP4430 build broken on latest mainline/linux-omap head

2009-09-28 Thread Koen Kooi
After some googling: omap: Fix 44xx compile http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commitdiff;h=61f04ee83c768c556168b09d71f0dc87b4a6090a It would be nice to have that in master as well :) Op 28 sep 2009, om 11:02 heeft Koen Kooi het volgende geschreven: Op 26

[PATCH 1/1] omap iommu: fix wrong condition check in while loop

2009-09-28 Thread Hiroshi DOYU
From: Hiroshi DOYU It's worked fine so far since reset is done for the first time. Signed-off-by: Hiroshi DOYU --- arch/arm/mach-omap2/iommu2.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/iommu2.c b/arch/arm/mach-omap2/iommu2.c index 88a44f1..3

Re: OMAP4430 build broken on latest mainline/linux-omap head

2009-09-28 Thread Koen Kooi
Op 26 sep 2009, om 10:09 heeft Shilimkar, Santosh het volgende geschreven: Tony, OMAP4430 board build is breaking on the latest mainline head because of couple of issues. 1. The serial.c merge conflict issue below wasn't fixed correctly :( Related link: http://article.gmane.org/gmane.linu

Re: [PATCH] OMAP: PM: Export functions from OMAP NOOP PM interface

2009-09-28 Thread Ameya Palande
Palande Ameya (Nokia-D/Helsinki) wrote: > Without this patch, a driver which uses these symbols will break when user > selects NOOP PM interface. > > Signed-off-by: Ameya Palande > --- > arch/arm/plat-omap/omap-pm-noop.c |8 +++- > 1 files changed, 7 insertions(+), 1 deletions(-) > > di

Re: [PATCH] OMAP: timekeeping: time should not stop during suspend

2009-09-28 Thread Jean Pihet
Kevin, On Friday 25 September 2009 01:35:48 Kevin Hilman wrote: > During suspend, the kernel timekeeping subsystem is shut down. Before > suspend and upon resume, it uses a weak function > read_persistent_clock() to determine the amount of time that elapsed > during suspend. > > This function was