[PATCH] ASoC: Replace snd_soc_machine by snd_soc_card structure in SDP3430 machine driver

2009-02-10 Thread Lopez Cruz, Misael
This patch replaces snd_soc_machine structure by snd_soc_card in SP3430 driver. This change is needed in SDP3430 driver to reflect changes introduced by ASoC: Rename snd_soc_card to snd_soc_machine patch (875065491fba8eb13219f16c36e79a6fb4e15c68). Signed-off-by: Misael Lopez Cruz x0052...@ti.com

Re: musb OTG broken in 2.6.29-rc3?

2009-02-10 Thread Felipe Balbi
On Tue, Feb 10, 2009 at 08:35:31AM +0100, Balbi Felipe (Nokia-D/Helsinki) wrote: On Tue, Feb 10, 2009 at 05:47:16AM +0100, Ajay Kumar Gupta wrote: -Original Message- From: Steve Sakoman [mailto:sako...@gmail.com] Sent: Tuesday, February 10, 2009 10:13 AM To: Gupta, Ajay Kumar

Re: musb OTG broken in 2.6.29-rc3?

2009-02-10 Thread Jarkko Nikula
On Tue, 10 Feb 2009 08:35:31 +0100 Balbi Felipe (Nokia-D/Helsinki) felipe.ba...@nokia.com wrote: Could you give me a little more detail on what you had to do for session start? Perhaps I have a similar issue on Overo. It is same $ echo F /proc/driver/musb_hdrc, which was earlier In

Re: [PATCH] ASoC: Replace snd_soc_machine by snd_soc_card structure in SDP3430 machine driver

2009-02-10 Thread Jarkko Nikula
On Tue, 10 Feb 2009 09:05:07 +0100 ext Lopez Cruz, Misael x0052...@ti.com wrote: This patch replaces snd_soc_machine structure by snd_soc_card in SP3430 driver. This change is needed in SDP3430 driver to reflect changes introduced by ASoC: Rename snd_soc_card to snd_soc_machine patch

RE: [PATCH] OMAP I2C: Include OMAP_I2C_SYSC_REG in save and restore.

2009-02-10 Thread Pakaravoor, Jagadeesh
Kevin, Did you get a chance to review this patch? -- Jagadeesh -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Pakaravoor, Jagadeesh Sent: Thursday, January 22, 2009 12:49 PM To: linux-omap@vger.kernel.org Cc:

Re: Remaining bits for basic support of LDP

2009-02-10 Thread Russell King - ARM Linux
On Mon, Feb 02, 2009 at 10:29:09PM +, Russell King - ARM Linux wrote: On Mon, Feb 02, 2009 at 01:45:30PM -0800, David Miller wrote: From: Russell King - ARM Linux li...@arm.linux.org.uk Date: Mon, 2 Feb 2009 21:39:53 + The patch to fix these issues would seem to be relatively

Re: Remaining bits for basic support of LDP

2009-02-10 Thread Russell King - ARM Linux
On Tue, Feb 10, 2009 at 11:48:55AM +, Russell King - ARM Linux wrote: On Mon, Feb 02, 2009 at 10:29:09PM +, Russell King - ARM Linux wrote: On Mon, Feb 02, 2009 at 01:45:30PM -0800, David Miller wrote: From: Russell King - ARM Linux li...@arm.linux.org.uk Date: Mon, 2 Feb 2009

RE: [PATCH 1/2] Pad configuration for OMAP3EVM Multi-Media Daughter Card Support

2009-02-10 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath -Original Message- From: Hiremath, Vaibhav Sent: Friday, January 30, 2009 12:52 AM To: linux-omap@vger.kernel.org Cc: linux-me...@vger.kernel.org; Hiremath, Vaibhav; Jadav, Brijesh R; Shah, Hardik Subject: [PATCH 1/2] Pad configuration for OMAP3EVM

RE: [REVIEW PATCH 2/2] OMAP3EVM Multi-Media Daughter Card Support

2009-02-10 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath -Original Message- From: Alexey Klimov [mailto:klimov.li...@gmail.com] Sent: Saturday, January 31, 2009 9:59 PM To: Hiremath, Vaibhav Cc: linux-omap@vger.kernel.org; linux-me...@vger.kernel.org; Jadav, Brijesh R; Shah, Hardik Subject: Re: [REVIEW PATCH

[PATCH 2/8] i2c: lp5521: cosmetic fixes

2009-02-10 Thread Felipe Balbi
General cleanup to the code. Preparing to send it to mainline. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com --- drivers/i2c/chips/lp5521.c | 159 1 files changed, 73 insertions(+), 86 deletions(-) diff --git a/drivers/i2c/chips/lp5521.c

[PATCH 0/8] updates to two nokia drivers

2009-02-10 Thread Felipe Balbi
Hi Tony, all, I'd like to get these integrated so afterwards I can send the drivers to mainline. At least lp5521 is in pretty good shape for mainline, I'd say, but maybe lm8323 will get some comments. Anyways, these were tested on n810. Felipe Balbi (8): i2c: lp5521: remove dead code i2c:

[PATCH 3/8] i2c: lp5521: simplify mode setting

2009-02-10 Thread Felipe Balbi
Avoid using string magic and use integer for comparisson Signed-off-by: Felipe Balbi felipe.ba...@nokia.com --- drivers/i2c/chips/lp5521.c | 52 --- 1 files changed, 38 insertions(+), 14 deletions(-) diff --git a/drivers/i2c/chips/lp5521.c

[PATCH 7/8] input: lm8323: get rid of useless debug macro

2009-02-10 Thread Felipe Balbi
we can use dev_vdbg() which is only true when VERBOSE is enabled. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com --- drivers/input/keyboard/lm8323.c | 28 +++- 1 files changed, 11 insertions(+), 17 deletions(-) diff --git a/drivers/input/keyboard/lm8323.c

[PATCH 6/8] input: lm8323: get rid of global pdata pointer

2009-02-10 Thread Felipe Balbi
pdata is only used during probe to initialize a few fields from lm8323 device structure. Moving pdata pointer to probe won't harm anybody. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com --- drivers/input/keyboard/lm8323.c | 34 -- 1 files changed, 16

[PATCH 4/8] i2c: lp5521: move to LED framework

2009-02-10 Thread Felipe Balbi
Register three separate leds for lp5521 and allow them to be controlled separately while keeping backwards compatibility with userspace programs based on old implementation. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com --- drivers/i2c/chips/lp5521.c | 146

[PATCH 5/8] leds: lp5521: move to drivers/leds

2009-02-10 Thread Felipe Balbi
This driver should be sitting together with the other led drivers. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com --- drivers/i2c/chips/Kconfig |7 --- drivers/i2c/chips/Makefile |1 - drivers/leds/Kconfig

[PATCH 1/8] i2c: lp5521: remove dead code

2009-02-10 Thread Felipe Balbi
That LED_CONNECTED_WRONG was never defined so removing. If someone needs those hooks, add back via proper platform_data instead of nasty ifdefery. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com --- drivers/i2c/chips/lp5521.c | 22 -- 1 files changed, 0 insertions(+),

Re: [patch 2.6.29-rc3-git 2/2] USB: disable twl4030 USB regulators when cable unplugged

2009-02-10 Thread Kalle Jokiniemi
On Sun, 2009-02-08 at 10:52 -0800, David Brownell wrote: From: Kalle Jokiniemi kalle.jokini...@digia.com This patch disables LDO regulators VUSB1V5, VUSB1V8, and VUSB3V1 when the USB cable is unplugged, to eliminate that source of power waste. (Enabled LDOs consume power at all times.)

[PATCH 0/1] Group and resource assignments for TWL4030

2009-02-10 Thread Peter 'p2' De Schrijver
This patch introduces support for board specific group assignments of TWL4030 resources. The resource type and type2 fields can also be specified. Peter 'p2' De Schrijver (1): Group and resource assignments for TWL4030 drivers/mfd/twl4030-power.c | 95

[PATCH 1/1] Group and resource assignments for TWL4030

2009-02-10 Thread Peter 'p2' De Schrijver
Signed-off-by: Peter 'p2' De Schrijver peter.de-schrij...@nokia.com --- drivers/mfd/twl4030-power.c | 95 ++- include/linux/i2c/twl4030.h | 41 ++- 2 files changed, 134 insertions(+), 2 deletions(-) diff --git

Re: [PATCH 1/1] Group and resource assignments for TWL4030

2009-02-10 Thread Felipe Balbi
On Tue, Feb 10, 2009 at 02:11:35PM +0100, Peter 'p2' De Schrijver wrote: Signed-off-by: Peter 'p2' De Schrijver peter.de-schrij...@nokia.com --- drivers/mfd/twl4030-power.c | 95 ++- include/linux/i2c/twl4030.h | 41 ++- 2 files

Re: [patch 2.6.29-rc3-git 2/2] USB: disable twl4030 USB regulators when cable unplugged

2009-02-10 Thread Kalle Jokiniemi
On Sun, 2009-02-08 at 10:52 -0800, David Brownell wrote: From: Kalle Jokiniemi kalle.jokini...@digia.com This patch disables LDO regulators VUSB1V5, VUSB1V8, and VUSB3V1 when the USB cable is unplugged, to eliminate that source of power waste. (Enabled LDOs consume power at all times.)

Re: musb OTG broken in 2.6.29-rc3?

2009-02-10 Thread Steve Sakoman
On Tue, Feb 10, 2009 at 12:46 AM, Jarkko Nikula jarkko.nik...@nokia.com wrote: On Tue, 10 Feb 2009 08:35:31 +0100 Balbi Felipe (Nokia-D/Helsinki) felipe.ba...@nokia.com wrote: Could you give me a little more detail on what you had to do for session start? Perhaps I have a similar issue

Re: musb OTG broken in 2.6.29-rc3?

2009-02-10 Thread Jarkko Nikula
On Tue, 10 Feb 2009 15:27:18 +0100 ext Steve Sakoman sako...@gmail.com wrote: But for me Beagle work. Ethernet gadget just fine and HS HUB by kicking the session on. What method did you use to kick the session on? Was this always required? I might be misremembering, but I seem to recall

Re: [patch 2.6.29-rc3-git 2/2] USB: disable twl4030 USB regulators when cable unplugged

2009-02-10 Thread Mark Brown
On Tue, Feb 10, 2009 at 03:08:14PM +0200, Kalle Jokiniemi wrote: A bug has been discovered here. If the twl-regulator is not compiled in, the twl4030-usb fails while trying to access the reg-fw interfaces (and reg-fw is the regulator framework? not checking error values). Also it's bit

[PATCH 0/1] Board specific prm timings

2009-02-10 Thread Peter 'p2' De Schrijver
This is an updated version which removes a useless printk. This patch allows for boardspecific prm timings such as voltage and clock setup delays. By default it will use the very conservative timings which were used previously. Peter 'p2' De Schrijver (1): per board prm timings

OMAP [TV] video

2009-02-10 Thread Gary Thomas
I'm trying to get TV [S-Video] working on my 3530 board. The settings in the current kernel don't seem to work very well on my TV (U.S. NTSC, standard). Comparing the video encoder setup with the suggested values in the manual, I find many differences, mostly with respect to the framing (signal

[PATCH 1/1] per board prm timings

2009-02-10 Thread Peter 'p2' De Schrijver
API definition to set prm setup times. Signed-off-by: Peter 'p2' De Schrijver peter.de-schrij...@nokia.com --- arch/arm/mach-omap2/pm.h |9 + arch/arm/mach-omap2/pm34xx.c | 31 +-- 2 files changed, 34 insertions(+), 6 deletions(-) diff --git

RE: [PATCH] Backlight driver for omap3evm

2009-02-10 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Premi, Sanjeev Sent: Wednesday, January 07, 2009 8:52 PM To: Richard Purdie Cc: linux-omap@vger.kernel.org Subject: RE: [PATCH] Backlight

Re: [patch 2.6.29-rc3-git 2/2] USB: disable twl4030 USB regulators when cable unplugged

2009-02-10 Thread David Brownell
On Tuesday 10 February 2009, Kalle Jokiniemi wrote: This patch disables LDO regulators VUSB1V5, VUSB1V8, and VUSB3V1 when the USB cable is unplugged, to eliminate that source of power waste. (Enabled LDOs consume power at all times.) Please put this on hold for a while. This won't work

Re: PM branch updates: 3430sdp and omap3evm results

2009-02-10 Thread Ramesh Gupta Guntha
Kevin, I pulled git kernel today but still I am not seeing this patch in pm branch, looks like this patch is missing in the pm branch. Can you please recheck the same? thanks Ramesh Gupta G On 2/5/09, Ramesh Gupta Guntha grgupt...@gmail.com wrote: Kevin, I applied the patch maually at my end

Re: Remaining bits for basic support of LDP

2009-02-10 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [090210 03:56]: On Tue, Feb 10, 2009 at 11:48:55AM +, Russell King - ARM Linux wrote: On Mon, Feb 02, 2009 at 10:29:09PM +, Russell King - ARM Linux wrote: On Mon, Feb 02, 2009 at 01:45:30PM -0800, David Miller wrote: From:

Re: Remaining bits for basic support of LDP

2009-02-10 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [090210 13:37]: On Tue, Feb 10, 2009 at 01:02:02PM -0800, Tony Lindgren wrote: Yeah, the smsc updates for omap might take a while longer to get going. So here's my ack for this smc911x patch: Acked-by: Tony Lindgren t...@atomide.com

Re: [PATCH] OMAP I2C: Include OMAP_I2C_SYSC_REG in save and restore.

2009-02-10 Thread Kevin Hilman
Pakaravoor, Jagadeesh j-pakarav...@ti.com writes: Kevin, Did you get a chance to review this patch? Yes, and I applied it to the PM branch early last week. See the commit log[1]. I guess I forgot to respond to the list. Sorry... Kevin [1]

Re: PM branch updates: 3430sdp and omap3evm results

2009-02-10 Thread Kevin Hilman
Ramesh Gupta Guntha grgupt...@gmail.com writes: Kevin, I pulled git kernel today but still I am not seeing this patch in pm branch, looks like this patch is missing in the pm branch. Can you please recheck the same? Hi Ramesh, It looks like Tony's tree is not sync'ing with my PM branch

Re: [patch 2.6.29-rc3-git 1/2] regulator: twl4030 regulators

2009-02-10 Thread Mark Brown
On Mon, Feb 09, 2009 at 04:24:01PM -0800, David Brownell wrote: On Monday 09 February 2009, Mark Brown wrote: Maybe, but there is no such mechanism right yet. When it's created, then this could switch over. Since you appear to be writing the code already... :) Not for the regulator

Re: [PATCH omap-fixes] OMAP2/3: GPIO: remove recursion in IRQ wakeup path

2009-02-10 Thread Kevin Hilman
David Brownell davi...@pacbell.net writes: On Wednesday 28 January 2009, Kevin Hilman wrote: Now that the generic IRQ and GPIO frameworks are used for enabling and disabling GPIO IRQ wakeup sources, there is no longer a need to call [enable|disable]_irq_wake() in the low-level code. Doing so

Re: Remaining bits for basic support of LDP

2009-02-10 Thread David Miller
From: Russell King - ARM Linux li...@arm.linux.org.uk Date: Tue, 10 Feb 2009 21:37:12 + On Tue, Feb 10, 2009 at 01:02:02PM -0800, Tony Lindgren wrote: Yeah, the smsc updates for omap might take a while longer to get going. So here's my ack for this smc911x patch: Acked-by: Tony

Re: [REVIEW PATCH 11/14] OMAP34XXCAM: Add driver

2009-02-10 Thread DongSoo Kim
Hello. +static int omap34xxcam_open(struct inode *inode, struct file *file) +{ snip + if (atomic_inc_return(vdev-users) == 1) { + isp_get(); + if (omap34xxcam_slave_power_set(vdev, V4L2_POWER_ON, +

RE: OMAP [TV] video

2009-02-10 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Gary Thomas Sent: Tuesday, February 10, 2009 9:35 PM To: Linux OMAP Subject: OMAP [TV] video I'm trying to get TV [S-Video] working on my

Re: [patch 2.6.29-rc3-git 2/2] USB: disable twl4030 USB regulators when cable unplugged

2009-02-10 Thread Kalle Jokiniemi
On Tue, 2009-02-10 at 11:52 -0800, David Brownell wrote: On Tuesday 10 February 2009, Kalle Jokiniemi wrote: This patch disables LDO regulators VUSB1V5, VUSB1V8, and VUSB3V1 when the USB cable is unplugged, to eliminate that source of power waste. (Enabled LDOs consume power at all

[PATCH 1/2] TWL: USB: disable VUSB regulators when cable unplugged

2009-02-10 Thread Kalle Jokiniemi
From: Jouni Hogander jouni.hogan...@nokia.com This patch disables USB regulators VUSB1V5, VUSB1V8, and VUSB3V1 when the USB cable is unplugged to reduce power consumption. Signed-off-by: Jouni Hogander jouni.hogan...@nokia.com Signed-off-by: Kalle Jokiniemi kalle.jokini...@digia.com ---

[PATCH 2/2] USB: OTG: Twl4030 depends on REGULATOR_TWL4030

2009-02-10 Thread Kalle Jokiniemi
From: Jouni Hogander jouni.hogan...@nokia.com Twl4030 doesn't work without twl4030-regulator so it should depend on that. Signed-off-by: Jouni Hogander jouni.hogan...@nokia.com Signed-off-by: Kalle Jokiniemi kalle.jokini...@digia.com --- drivers/usb/otg/Kconfig |2 +- 1 files changed, 1

[PATCH 0/2] TWL: USB: Start using twl4030/5030 regulator driver

2009-02-10 Thread Kalle Jokiniemi
These couple of patches enable dynamic swithcing of the regulators used by twl4030 usb tranceiver. This set replaces the single patch USB: disable twl4030 USB regulators when cable unplugged sent previously. The change to previous version is that possible errors in regulator_get are now handled

Re: [PATCH 0/2] TWL: USB: Start using twl4030/5030 regulator driver

2009-02-10 Thread David Brownell
On Tuesday 10 February 2009, Kalle Jokiniemi wrote: These couple of patches enable dynamic swithcing of the regulators used by twl4030 usb tranceiver. This set replaces the single patch USB: disable twl4030 USB regulators when cable unplugged sent previously. The change to previous version

Re: [PATCH E 10/14] OMAP clock: support dry run rate and parent changes

2009-02-10 Thread Paul Walmsley
Hello Russell, On Sun, 8 Feb 2009, Russell King - ARM Linux wrote: On Wed, Jan 28, 2009 at 12:27:56PM -0700, Paul Walmsley wrote: For upcoming notifier support, modify the rate recalculation code to take parent rate and rate storage parameters. The goal here is to allow the clock code to