Re: [PATCH v3] serial: Add OMAP high-speed UART driver

2010-06-08 Thread Govindraj
On Mon, Jun 7, 2010 at 9:45 PM, Luke-Jr l...@dashjr.org wrote: On Monday 07 June 2010 08:28:51 am Govindraj wrote: Link: http://git.kernel.org/?p=linux/kernel/git/khilman/linux-omap-pm.git;a=summa ry Branch: pm-wip/uart This branch doesn't appear to have omap-serial.c at all... If you

Re: OMAP video compile error; regression from 2.6.33-rc4 onward (including current master)

2010-06-08 Thread Tomi Valkeinen
On Mon, 2010-06-07 at 18:17 +0200, ext Luke-Jr wrote: On Monday 07 June 2010 02:47:34 am Tomi Valkeinen wrote: I don't have any device that uses RFBI so I can't test it, but how about this patch: Unfortunately, I can't test it either since N8x0 has no mainline support for video output,

[PATCH v4 1/3] AM35x: Add musb support

2010-06-08 Thread Ajay Kumar Gupta
AM35x has musb interface (version 1.8) and uses CPPI41 DMA engine. It has USB phy built inside the IP itself. Also added ARCH_AM35x which is required to differentiate musb ips between OMAP3x and AM35x. This config would be used to for below purposes, - Select am3517.c instead of

Re: suspend blockers Android integration

2010-06-08 Thread Rafael J. Wysocki
On Tuesday 08 June 2010, Arve Hjønnevåg wrote: 2010/6/6 Rafael J. Wysocki r...@sisk.pl: On Sunday 06 June 2010, Arve Hjønnevåg wrote: ... If individual processes are frozen, we run into problems that we cannot run into if we freeze and thaw all processes. Not individual processes, but the

Re: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo

2010-06-08 Thread Felipe Contreras
On Tue, Jun 8, 2010 at 6:46 AM, Hiroshi DOYU hiroshi.d...@nokia.com wrote: From: ext Guzman Lugo, Fernando fernando.l...@ti.com I think the best thing to do here is remove the spinlock, if not, you are preventing that omap_mbox_msg_send be executed from a tasklet or isr context. That maybe in

Re: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo

2010-06-08 Thread Felipe Contreras
On Tue, Jun 8, 2010 at 6:55 AM, Hiroshi DOYU hiroshi.d...@nokia.com wrote: From: ext Ohad Ben-Cohen o...@wizery.com Subject: Re: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo Date: Tue, 8 Jun 2010 05:11:50 +0200 Hi Deepak, On Mon, Jun 7, 2010 at 6:27 PM, Deepak Chitriki

Re: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo

2010-06-08 Thread Hiroshi DOYU
From: ext Felipe Contreras felipe.contre...@gmail.com Subject: Re: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo Date: Tue, 8 Jun 2010 11:43:28 +0200 On Tue, Jun 8, 2010 at 6:46 AM, Hiroshi DOYU hiroshi.d...@nokia.com wrote: From: ext Guzman Lugo, Fernando fernando.l...@ti.com I

Re: [PATCH V3 2/2]OMAP: Disable internal I2C pull-ups in OMAP3630

2010-06-08 Thread Tony Lindgren
Hi, * Sonasath, Moiz m-sonas...@ti.com [100323 00:40]: Tony, -Original Message- From: Sonasath, Moiz Sent: Friday, February 26, 2010 1:15 PM To: linux-omap@vger.kernel.org Cc: t...@atomide.com; Sonasath, Moiz; Pais, Allen; Pandita, Vikram Subject: [PATCH V3 2/2]OMAP:

Re: [linux-pm] suspend blockers Android integration

2010-06-08 Thread Florian Mickler
On Mon, 7 Jun 2010 20:05:56 -0700 Arve Hjønnevåg a...@android.com wrote: Hi, If you read an event that occurred after you blocked the task freezing, then tasks will never get frozen again (until more events occur). I think my original description was less confusing, but it seems you got

Re: [GIT PULL] omap iommu: fixes for 2.6.35-rc1

2010-06-08 Thread Tony Lindgren
* Hiroshi DOYU hiroshi.d...@nokia.com [100607 14:45]: From: ext Tony Lindgren t...@atomide.com Subject: Re: [GIT PULL] omap iommu: fixes for 2.6.35-rc1 Date: Mon, 7 Jun 2010 13:17:48 +0200 Since Linus only wants regression fixes nowadays during the -rc cycle, few more questions below.

[PATCH 0/5] omap fixes for 2.6.35-rc2

2010-06-08 Thread Tony Lindgren
Hi all, Here are few omap fixes for review. I've moved anything that's not absolutely needed as a fix into for-next as requested by Linus. Regards, Tony --- Amit Kucheria (1): omap: fix build failure due to missing include dma-mapping.h Kevin Hilman (2): omap: GPIO: fix

[PATCH 1/5] omap: fix build failure due to missing include dma-mapping.h

2010-06-08 Thread Tony Lindgren
From: Amit Kucheria amit.kuche...@canonical.com Fixes following error, CC arch/arm/mach-omap2/usb-ehci.o arch/arm/mach-omap2/usb-ehci.c:263: error: implicit declaration of function 'DMA_BIT_MASK' arch/arm/mach-omap2/usb-ehci.c:263: error: initializer element is not constant make[1]: ***

[PATCH 2/5] omap: Stalker board: switch over to gpio_set_debounce

2010-06-08 Thread Tony Lindgren
From: Santosh Shilimkar santosh.shilim...@ti.com With latest linus's tip, omap3_defconfig is broken. LD init/built-in.o LD .tmp_vmlinux1 arch/arm/mach-omap2/built-in.o: In function `ads7846_dev_init': linux-2.6/arch/arm/mach-omap2/board-omap3stalker.c:542: undefined reference to

[PATCH 3/5] omap: DMTIMER: Ack pending interrupt always when stopping a timer

2010-06-08 Thread Tony Lindgren
From: Tero Kristo tero.kri...@nokia.com The kernel timer queue is being run currently from a GP timer running in a one shot mode, which works in a way that when it expires, it will also stop. Usually during this situation, the interrupt handler will ack the interrupt, load a new value to the

[PATCH 4/5] omap: GPIO: fix auto-disable of debounce clock

2010-06-08 Thread Tony Lindgren
From: Kevin Hilman khil...@deeprootsystems.com The addition of the new debounce code (commit 168ef3d9a56bd8bffe0ef4189c450888b4aefefe) broke the auto-disable of debounce clocks on idle by forgetting to update the debounce clock enable mask. Add back the updating of bank-dbck_enable_mask so

[PATCH 5/5] OMAP3: PM: fix IO daisy chain enable to use PM_WKEN reg

2010-06-08 Thread Tony Lindgren
From: Kevin Hilman khil...@deeprootsystems.com Checking to se if the IO daisy chain is enabled should be checking the PM_WKEN register, not the PM_WKST register. Reading PM_WKST tells us if an event occurred, not whether or not it is enabled. Apparently, we've been lucky until now in that a

Re: [linux-pm] suspend blockers Android integration

2010-06-08 Thread Alan Stern
On Mon, 7 Jun 2010, Arve Hjønnevåg wrote: The patch that modifies evdev (posted in this patchset) uses an ioctl to enable the suspend blocker. Not all input devices are used for wakeup events and those don't need to block suspend. But you do have a 1-1 correspondence, right? That is, the

RE: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo

2010-06-08 Thread Guzman Lugo, Fernando
-Original Message- From: Hiroshi DOYU [mailto:hiroshi.d...@nokia.com] Sent: Monday, June 07, 2010 10:40 PM To: o...@wizery.com Cc: Chitriki Rudramuni, Deepak; Guzman Lugo, Fernando; Ramirez Luna, Omar; Kanigeri, Hari; linux-omap@vger.kernel.org Subject: Re: [PATCH v3 4/4] omap:

Re: [PATCH v5 0/3] omap3 nand: cleanup exiting platform related code

2010-06-08 Thread Vimal Singh
Reviewed-by: Vimal Singh vimal.neww...@gmail.com On Fri, Jun 4, 2010 at 1:10 PM, Sukumar Ghorai s-gho...@ti.com wrote:   The following set of patches applies on top of for-next branch.        http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git   Patches verified on:

RE: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo

2010-06-08 Thread Guzman Lugo, Fernando
-Original Message- From: Hiroshi DOYU [mailto:hiroshi.d...@nokia.com] Sent: Tuesday, June 08, 2010 4:56 AM To: felipe.contre...@gmail.com Cc: Guzman Lugo, Fernando; o...@wizery.com; Chitriki Rudramuni, Deepak; Ramirez Luna, Omar; Kanigeri, Hari; linux-omap@vger.kernel.org Subject:

[PATCH] omap_hsmmc: Remove unused state variable

2010-06-08 Thread Sergio Aguirre
This fixes the following warning: drivers/mmc/host/omap_hsmmc.c: In function 'omap_hsmmc_suspend': drivers/mmc/host/omap_hsmmc.c:2275: warning: unused variable 'state' Introduced by commit ID: commit 1a13f8fa76c880be41d6b1e6a2b44404bcbfdf9e Author: Matt Fleming m...@console-pimps.org

Re: [PATCH] omap_hsmmc: Remove unused state variable

2010-06-08 Thread Matt Fleming
On Tue, 8 Jun 2010 15:41:40 -0500, Sergio Aguirre saagui...@ti.com wrote: This fixes the following warning: drivers/mmc/host/omap_hsmmc.c: In function 'omap_hsmmc_suspend': drivers/mmc/host/omap_hsmmc.c:2275: warning: unused variable 'state' Introduced by commit ID: commit

Re: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo

2010-06-08 Thread Ohad Ben-Cohen
On Mon, Jun 7, 2010 at 6:14 PM, Guzman Lugo, Fernando fernando.l...@ti.com wrote: I think the best thing to do here is remove the spinlock I'm afraid we can't do that: we need it to support OMAP4 syslink IPC use cases which have multiple simultaneous sending contexts. , if not, you are

RE: [PATCH V3 2/2]OMAP: Disable internal I2C pull-ups in OMAP3630

2010-06-08 Thread Woodruff, Richard
From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Tony Lindgren Sent: Tuesday, June 08, 2010 5:05 AM Sorry for the delay, here's some more info on this issue. So it looks like starting with 3630 there are dedicated pull-up for all the I2C buses.

RE: [PATCH 09/10] omap: mailbox: convert block api to kfifo

2010-06-08 Thread Sapiens, Rene
Hi Ohad, In mbox_rx_work() you are removing the lines that enable back the mbox irq for the RX case, but inside __mbox_rx_interrupt() this interrupt is disabled in the case that the kfifo for Rx mailbox gets full. So I think that we need to enable it back as soon as there is space in this

[PATCH 0/2] dspbridge: reorganize initialization and probe

2010-06-08 Thread Omar Ramirez Luna
Split the functions to have cleaner error handling paths, this will aslo cover a case where bridge initialization has failed but device entry is still available which leads to unknown behavior. Omar Ramirez Luna (2): DSPRBIDGE: split probe from bridge initializations DSPBRIDGE: reorganize

[PATCH 1/2] DSPRBIDGE: split probe from bridge initializations

2010-06-08 Thread Omar Ramirez Luna
A function containing driver low lever initializations has been created. Now device entry should be available only if the startup call has completed successfully, in case of error rollback any of the changes that apply. Now, device entry is created after bridge initializations have been

[PATCH 2/2] DSPBRIDGE: reorganize probe function

2010-06-08 Thread Omar Ramirez Luna
Renaming and deleting unused variables, few enhancement on error path. Signed-off-by: Omar Ramirez Luna omar.rami...@ti.com --- drivers/dsp/bridge/rmgr/drv_interface.c | 28 +++- 1 files changed, 15 insertions(+), 13 deletions(-) diff --git

Re: [linux-pm] suspend blockers Android integration

2010-06-08 Thread david
On Mon, 7 Jun 2010, Florian Mickler wrote: On Sun, 6 Jun 2010 04:14:09 -0700 (PDT) da...@lang.hm wrote: On Sun, 6 Jun 2010, Florian Mickler wrote: On Sun, 6 Jun 2010 12:19:08 +0200 Vitaly Wool vitalyw...@gmail.com wrote: 2010/6/6 da...@lang.hm: as an example (taken from this thread).

Re: [linux-pm] suspend blockers Android integration

2010-06-08 Thread Arve Hjønnevåg
2010/6/8 Alan Stern st...@rowland.harvard.edu: On Mon, 7 Jun 2010, Arve Hjønnevåg wrote: The patch that modifies evdev (posted in this patchset) uses an ioctl to enable the suspend blocker. Not all input devices are used for wakeup events and those don't need to block suspend. But you do

Re: [PATCH 09/10] omap: mailbox: convert block api to kfifo

2010-06-08 Thread Ohad Ben-Cohen
Hi Rene, On Tue, Jun 8, 2010 at 7:16 PM, Sapiens, Rene rene.sapi...@ti.com wrote: In mbox_rx_work() you are removing the lines that enable back the  mbox irq for the RX case, but inside  __mbox_rx_interrupt() this interrupt  is disabled in the case that the kfifo for Rx mailbox gets full. So

Re: [linux-pm] suspend blockers Android integration

2010-06-08 Thread Linus Torvalds
On Tue, 8 Jun 2010, da...@lang.hm wrote: having suspend blockers inside the kernel adds significant complexity, it's worth it only if the complexity buys you enough. In this case the question is if the suspend blockers would extend the sleep time enough more to matter. As per my other

Re: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo

2010-06-08 Thread Hiroshi DOYU
From: ext Ohad Ben-Cohen o...@wizery.com Subject: Re: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo Date: Tue, 8 Jun 2010 04:54:55 +0200 On Mon, Jun 7, 2010 at 6:14 PM, Guzman Lugo, Fernando fernando.l...@ti.com wrote: I think the best thing to do here is remove the spinlock I'm

RE: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo

2010-06-08 Thread Guzman Lugo, Fernando
From: Hiroshi DOYU [hiroshi.d...@nokia.com] Sent: Wednesday, June 09, 2010 12:07 AM To: o...@wizery.com Cc: Guzman Lugo, Fernando; Chitriki Rudramuni, Deepak; Ramirez Luna, Omar; Kanigeri, Hari; linux-omap@vger.kernel.org Subject: Re: [PATCH v3 4/4] omap:

RE: [PATCH 09/10] omap: mailbox: convert block api to kfifo

2010-06-08 Thread Guzman Lugo, Fernando
Hi Ohad, From: Ohad Ben-Cohen [o...@wizery.com] Sent: Tuesday, June 08, 2010 9:35 PM To: Sapiens, Rene; Guzman Lugo, Fernando Cc: Hiroshi DOYU; linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Kanigeri, Hari Subject: Re: [PATCH 09/10]