[PATCH] omap: Fix linker error in drivers/video/omap/lcd_2430sdp.c

2011-02-20 Thread Jarkko Nikula
There is a linker error from lcd_2430sdp.c if CONFIG_TWL4030_CORE is not set. This can be triggered on OMAP2 builds where OMAP3 or OMAP4 are not set. drivers/built-in.o: In function `sdp2430_panel_disable': drivers/video/omap/lcd_2430sdp.c:123: undefined reference to `twl_i2c_write_u8'

Re: Re: Ping- Subject: [PATCH] omap: omap3evm: add support for the WL12xx WLAN module to the omap3evm

2011-02-20 Thread Reizer, Eyal
On Thu, 2011-02-17 at 14:20 -0800, Tony Lindgren wrote: * Reizer, Eyal ey...@ti.com [110215 07:11]: Dear Tony, I did not receive any comments to the patch I have send in the following link: http://marc.info/?l=linux-omapm=129612179900695w=2 Are there any issues with excepting

Re: [PATCH 1/5] ARM: smp: Select local timers vs dummy timer support runtime

2011-02-20 Thread Russell King - ARM Linux
On Sat, Feb 12, 2011 at 04:59:43PM +0530, Santosh Shilimkar wrote: -#ifndef CONFIG_LOCAL_TIMERS static void broadcast_timer_set_mode(enum clock_event_mode mode, struct clock_event_device *evt) { } -static void local_timer_setup(struct clock_event_device *evt) +static void

RE: [PATCH 1/5] ARM: smp: Select local timers vs dummy timersupport runtime

2011-02-20 Thread Santosh Shilimkar
-Original Message- From: Russell King - ARM Linux [mailto:li...@arm.linux.org.uk] Sent: Sunday, February 20, 2011 4:34 PM To: Santosh Shilimkar Cc: linux-omap@vger.kernel.org; khil...@ti.com; linux-arm- ker...@lists.infradead.org; t...@atomide.com; David Brown; Daniel Walker; Bryan

Re: Re: Ping- Subject: [PATCH] omap: omap3evm: add support for the WL12xx WLAN module to the omap3evm

2011-02-20 Thread Reizer, Eyal
Hi Ohad, On Sun, 2011-02-20 at 13:32 +0200, Ohad Ben-Cohen wrote: Hi Eyal, (posting from a mobile device, so formatting maybe funky) On Feb 20, 2011, at 12:50 PM, Reizer, Eyal ey...@ti.com wrote: ... +#ifdef CONFIG_WL12XX_PLATFORM_DATA [?][?]CONFIG_WL12XX_PLATFORM_DATAhere

Re: [PATCH 2/6] ARM: pm: add generic CPU suspend/resume support

2011-02-20 Thread Russell King - ARM Linux
Kukjin, could you test this update as well please? Thanks. On Tue, Feb 15, 2011 at 11:04:53AM +, Russell King - ARM Linux wrote: On Fri, Feb 11, 2011 at 06:50:57PM -0800, Colin Cross wrote: +ENDPROC(cpu_resume_turn_mmu_on) +cpu_resume_after_mmu: +       str     r5, [r2, r4, lsl #2]

RE: RE: [PATCH] omap: omap3evm: add support for the WL12xx WLAN module to the AM/DM3xx Evaluation Module

2011-02-20 Thread Reizer, Eyal
On Fri, 2011-02-18 at 21:03 +0530, Premi, Sanjeev wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Reizer, Eyal Sent: Thursday, January 27, 2011 3:20 PM To: linux-omap@vger.kernel.org Subject: [PATCH] omap:

Re: SDHC card affected by preemption model in 2.6.35

2011-02-20 Thread S, Venkatraman
On Sun, Feb 20, 2011 at 10:42 PM, S, Venkatraman svenk...@ti.com wrote: On Fri, Feb 18, 2011 at 6:27 PM, Thomas Weber we...@corscience.de wrote: Hello Mathieu, hello Venkat, I hope it is not too old and you remember this:   This provides a good 100ms window for delays due to scheduling

[PATCH resend] omap: Fix linker error in drivers/video/omap/lcd_2430sdp.c

2011-02-20 Thread Jarkko Nikula
There is a linker error from lcd_2430sdp.c if CONFIG_TWL4030_CORE is not set. This can be triggered on OMAP2 builds where OMAP3 or OMAP4 are not set. drivers/built-in.o: In function `sdp2430_panel_disable': drivers/video/omap/lcd_2430sdp.c:123: undefined reference to `twl_i2c_write_u8'

[PATCH 0/3] OMAP2+: voltage: first pass at cleanup/reorganization

2011-02-20 Thread Paul Walmsley
Hello, this patch set does an initial round of cleanup on the OMAP voltage code in arch/arm/mach-omap2/voltage.c. As part of this process, the header files for the voltage code and SmartReflex are moved into arch/arm/mach-omap2, since they are currently OMAP2+-specific. There is still quite a

[PATCH 1/3] OMAP: smartreflex: move plat/smartreflex.h to mach-omap2/smartreflex.h

2011-02-20 Thread Paul Walmsley
There's no reason for this header file to be in plat-omap/include/plat/smartreflex.h. The hardware devices are in OMAP2+ SoCs only. Leaving this header file in plat-omap causes problems due to cross-dependencies with other header files that should live in mach-omap2/. Signed-off-by: Paul

[PATCH 2/3] OMAP: voltage: move plat/voltage.h to mach-omap2/voltage.h

2011-02-20 Thread Paul Walmsley
At this point in time, there's no reason for this header file to be in plat-omap/include/plat/voltage.h. It should not be included by device drivers, and the code that uses it is currently all under mach-omap2/. Signed-off-by: Paul Walmsley p...@pwsan.com --- arch/arm/mach-omap2/omap_twl.c

Re: omapfb: no driver for display

2011-02-20 Thread Semwal, Sumit
Hi, On Sat, Feb 19, 2011 at 6:10 PM, Ming Lei tom.leim...@gmail.com wrote: Hi, 2011/2/19 archit taneja arc...@ti.com: Hi, Which board are you on? For all the display devices you add in the board file, you should have the corresponding drivers in the menuconfig set also. Pandaboard. DVI

linux-next: manual merge of the omap_dss2 tree with the omap tree

2011-02-20 Thread Stephen Rothwell
Hi Tomi, Today's linux-next merge of the omap_dss2 tree got a conflict in arch/arm/mach-omap2/board-3430sdp.c between commits e109f171e2f4128e867b3445c369c18830c73751 (omap3sdp: Fix regulator mapping for ads7846 TS controller) and 6b272c098f64f0451d2b19bb911d65c6cd11cfc7 (omap3sdp: clean

Re: [PATCH 2/3] OMAP: voltage: move plat/voltage.h to mach-omap2/voltage.h

2011-02-20 Thread Gulati, Shweta
Hi, On Mon, Feb 21, 2011 at 7:38 AM, Paul Walmsley p...@pwsan.com wrote: At this point in time, there's no reason for this header file to be in plat-omap/include/plat/voltage.h.  It should not be included by device drivers, and the code that uses it is currently all under mach-omap2/.

RE: do we need CHIP_GE_OMAP3630ES1in .oc? (was Re: [PATCH 02/19] omap3630: hwmod: sr: enable for higher ES)

2011-02-20 Thread Anand Gadiyar
Better might be to introduce and use CHIP_GE_OMAP3630ES1 in hwmod structs in that case - that should ease things up. but the ES1 story should be fixed I guess. What do people think of this? + Anand from commit b0a1a6ce0597662c06f970643da60b8ebb5cdd1c which introduced the code in id.c to

[PATCH] OMAP: DSS2: Have separate irq handlers for DISPC and DSI

2011-02-20 Thread Archit Taneja
Currently, the core DSS platform device requests for an irq line for OMAP2 and OMAP3. Make DISPC and DSI platform devices request for a shared IRQ line. On OMAP3, the logical OR of DSI and DISPC interrupt lines goes to the MPU. There is a register DSS_IRQSTATUS which tells if the interrupt came

Re: [PATCH] OMAP: DSS2: Have separate irq handlers for DISPC and DSI

2011-02-20 Thread archit taneja
Hi, On Monday 21 February 2011 11:30 AM, Taneja, Archit wrote: Currently, the core DSS platform device requests for an irq line for OMAP2 and OMAP3. Make DISPC and DSI platform devices request for a shared IRQ line. On OMAP3, the logical OR of DSI and DISPC interrupt lines goes to the MPU.

[PATCH resend] omap: rx51: Add SI4713 FM transmitter

2011-02-20 Thread Jarkko Nikula
Add SI4713 FM transmitter supplies, platform data and setup to RX-51/N900. It is connected to line output signals of TLV320AIC34 codec A part. Driver can be either built-in or a module. It can be tuned with v4l2-ctl from ivtv-utils. Following examples illustrate the use of it: v4l2-ctl -d

Re: [PATCH v7 00/12] omap3: pm: TWL4030 power scripts and workaround for TWL errata 27

2011-02-20 Thread Manuel, Lesly Arackal
Hi Jean, On Fri, Feb 18, 2011 at 10:57 PM, Jean Pihet jean.pi...@newoldbits.com wrote: On Fri, Feb 18, 2011 at 6:08 PM, Lesly A M lesl...@ti.com wrote: Patch series for TWL4030 power scripts and workaround for TWL errata 27. Changes for implementing TWL4030 power scripts recommended by

Re: [PATCH] omap3: Adding vdd_sdi regulator supply to OMAP3EVM

2011-02-20 Thread Bryan Wu
Hi, would you guys take a look at this? Thanks, -Bryan On Thu, Feb 17, 2011 at 4:11 PM, Bryan Wu bryan...@canonical.com wrote: From: Mathieu J. Poirier mathieu.poir...@canonical.com https://bugs.launchpad.net/bugs/630885 When booting, the omapdss subsystem is looking for a regulator named

Re: [PATCH resend] video: omap24xxcam: Fix compilation

2011-02-20 Thread Felipe Balbi
Hi, On Sat, Feb 19, 2011 at 06:04:58PM +0200, David Cohen wrote: I have to disagree. The fundamental problem is the circular dependency between those two files: sched.h uses wait_queue_head_t defined in wait.h wait.h uses TASK_* defined in sched.h So, IMO the real fix would be clear

Re: [PATCH resend] omap: rx51: Add SI4713 FM transmitter

2011-02-20 Thread Varadarajan, Charulatha
On Mon, Feb 21, 2011 at 12:12, Jarkko Nikula jhnik...@gmail.com wrote: Add SI4713 FM transmitter supplies, platform data and setup to RX-51/N900. It is connected to line output signals of TLV320AIC34 codec A part. Driver can be either built-in or a module. It can be tuned with v4l2-ctl from

Re: [PATCH resend] omap: rx51: Add SI4713 FM transmitter

2011-02-20 Thread Jarkko Nikula
On Mon, 21 Feb 2011 13:10:59 +0530 Varadarajan, Charulatha ch...@ti.com wrote: +       err = gpio_request_one(RX51_FMTX_IRQ, GPIOF_DIR_IN, si4713 irq); +       if (err) { +               printk(KERN_ERR Cannot request si4713 irq gpio. %d\n, err); use pr_err instead of printk.