Re: [PATCH] OMAP4460: Hwmod: Add hwmod for thermal sensor

2011-07-26 Thread Cousson, Benoit
On 7/21/2011 5:26 PM, J, KEERTHY wrote: On Thu, Jul 7, 2011 at 2:59 PM, Paul Walmsleyp...@pwsan.com wrote: Hi On Tue, 5 Jul 2011, Vishwanath BS wrote: From: Keerthyj-keer...@ti.com Patch adds hwmod entry for 4460 thermal sensor module. Thermal sensor module is part of Control module

Re: [PATCH] OMAP3: NAND: Adding NAND support and specifying NAND partitions.

2011-07-26 Thread Grazvydas Ignotas
On Mon, Jul 25, 2011 at 4:40 PM, Hrishikesh Bhandiwad hrishikes...@ti.com wrote: This patch adds the NAND support on OMAP3EVM board and also allocates five partitions  on NAND. Referred to file: arch/arm/mach-omap2/board-omap3beagle.c Signed-off-by: Vaibhav Hiremath hvaib...@ti.com

Re: [PATCHv6 01/11] omap: prcm: switch to a chained IRQ handler mechanism

2011-07-26 Thread Tero Kristo
On Mon, 2011-07-25 at 19:03 +0200, Balbi, Felipe wrote: Hi, On Mon, Jul 25, 2011 at 07:36:01PM +0300, Tero Kristo wrote: Introduce a chained interrupt handler mechanism for the PRCM interrupt, so that individual PRCM event can cleanly be handled by handlers in separate drivers. We do

Re: [PATCHv6 01/11] omap: prcm: switch to a chained IRQ handler mechanism

2011-07-26 Thread Felipe Balbi
Hi, On Tue, Jul 26, 2011 at 01:33:35PM +0300, Tero Kristo wrote: + while (1) { + unsigned int virtirq; + + chip-irq_ack(desc-irq_data); + + memset(pending, 0, sizeof(pending)); + irq_setup-pending_events(pending); + + /* No bit

RE: [PATCH] OMAP3: NAND: Adding NAND support and specifying NAND partitions.

2011-07-26 Thread Bhandiwad, Hrishikesh
My Replies inline. Thanks Regards, Hrishikesh From: Grazvydas Ignotas [nota...@gmail.com] Sent: Tuesday, July 26, 2011 3:08 PM To: Bhandiwad, Hrishikesh Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org; linux-ker...@vger.kernel.org;

Re: [PATCH V3 01/19] OMAP3: hwmod: add SmartReflex IRQs

2011-07-26 Thread Felipe Balbi
Hi, On Sat, Mar 05, 2011 at 08:59:04PM +0530, Nishanth Menon wrote: OMAP3 SmartReflex IRQs in hwmod structures with the same naming as present in OMAP4. Without these IRQs being registered, SmartReflex driver will be unable to get the IRQ numbers to handle notifications Signed-off-by:

Re: [PATCH V3 02/19] OMAP3+: voltage: fix build warning

2011-07-26 Thread Felipe Balbi
On Sat, Mar 05, 2011 at 08:59:05PM +0530, Nishanth Menon wrote: Handle the case for a future SoC where sys_ck_name might be uninitialized. Fixes the build warning: arch/arm/mach-omap2/voltage.c: In function 'omap_voltage_late_init': arch/arm/mach-omap2/voltage.c:86:8: warning: 'sys_ck_name'

Re: [PATCH V3 03/19] OMAP3+: voltage: remove initial voltage

2011-07-26 Thread Felipe Balbi
On Tue, Mar 08, 2011 at 07:22:32AM +0530, Nishanth Menon wrote: On Mon, Mar 07, 2011 at 07:23:15PM +0300, Sergei Shtylyov wrote: Hello. On 07-03-2011 5:52, Nishanth Menon wrote: Blindly setting a 1.2V setting Hm, seems tautological... As a non native English speaker, I would

Re: [PATCH V3 04/19] OMAP3+: voltage: remove spurious pr_notice for debugfs

2011-07-26 Thread Felipe Balbi
On Sat, Mar 05, 2011 at 08:59:07PM +0530, Nishanth Menon wrote: cat of debugfs entry for vp_volt provides voltage. The additional pr_notice is just spam on console and provides no additional information. Signed-off-by: Nishanth Menon n...@ti.com FWIW: Reviewed-by: Felipe Balbi ba...@ti.com

Re: [PATCH V3 05/19] OMAP3+: voltage: use IS_ERR_OR_NULL

2011-07-26 Thread Felipe Balbi
On Sat, Mar 05, 2011 at 08:59:08PM +0530, Nishanth Menon wrote: Use IS_ERR_OR_NULL macro instead of !xyz || IS_ERR(xyz) usage. Signed-off-by: Nishanth Menon n...@ti.com FWIW: Reviewed-by: Felipe Balbi ba...@ti.com --- arch/arm/mach-omap2/voltage.c | 22 +++--- 1 files

Re: [PATCH 3/3] OMAP4: hwmod: enable mcpdm hwmod device.

2011-07-26 Thread Cousson, Benoit
Hi Peter, That might be a little bit too late for this merge window, but since that patch should not conflict with all the changes we are doing in l-o, you should be able to merge it from alsa. On 7/7/2011 2:27 PM, Ujfalusi, Peter wrote: Signed-off-by: Peter Ujfalusipeter.ujfal...@ti.com

Re: [PATCH] mfd: omap-usb-host: fix clock API usage on usbhs_disable()

2011-07-26 Thread Felipe Balbi
On Fri, Jul 22, 2011 at 06:39:30PM +0530, Keshava Munegowda wrote: From: Keshava Munegowda keshava_mgo...@ti.com usbhs_disable function was invoking clk_enable() instead of clk_disable(), thus only increasing the clock usage counter and preventing this particular clock from being ever turned

Re: ISP

2011-07-26 Thread Felipe Balbi
hi, On Tue, Jul 26, 2011 at 08:03:01PM +0530, Veda N wrote: For developing camera sensors drivers which kernel source and isp drivers sources have been tested and i need to use. And from where i can get them. this is for omap3 Starting with v3.0 would be a good guess :-) If something isn't

Re: [resend PATCH] tusb6010_omap: fix build failure: error: 'musb' undeclared

2011-07-26 Thread Felipe Balbi
On Sun, Jul 17, 2011 at 06:28:00PM +0300, Sergei Trofimovich wrote: From: Sergei Trofimovich sly...@gentoo.org CC drivers/usb/musb/tusb6010_omap.o drivers/usb/musb/tusb6010_omap.c: In function 'tusb_omap_use_shared_dmareq': drivers/usb/musb/tusb6010_omap.c:92: error: 'musb' undeclared

Re: [PATCH v4] usb: musb: Enable DMA mode1 RX for USB-Mass-Storage

2011-07-26 Thread Felipe Balbi
Hi, On Wed, Jul 20, 2011 at 09:48:53AM -0700, Pandita, Vikram wrote: This *today happens to be only UMS* is my exact point here. Can you guarantee no other function driver will ever expect only full packet xfers and treat short as errors ? We are trying to test if short_not_ok may not

Re: [PATCH 1/6] OMAP4: Add missing clock divider for OCP_ABE_ICLK

2011-07-26 Thread Cousson, Benoit
Hi Jon, On 7/15/2011 4:34 PM, Hunter, Jon wrote: Hi Paul, On 7/15/2011 3:21, Paul Walmsley wrote: cc'ing Benoît Hi Jon On Thu, 14 Jul 2011, Jon Hunter wrote: From: Jon Hunterjon-hun...@ti.com The parent clock of the OCP_ABE_ICLK is the AESS_FCLK and the parent clock of the AESS_FCLK is

Re: [linux-pm] [RFC/PATCH v2] PM / Runtime: allow _put_sync() from interrupts-disabled context

2011-07-26 Thread Kevin Hilman
Rafael J. Wysocki r...@sisk.pl writes: On Friday, July 22, 2011, Kevin Hilman wrote: Currently the use of pm_runtime_put_sync() is not safe from interrupts-disabled context because rpm_idle() will release the spinlock and enable interrupts for the idle callbacks. This enables interrupts

Re: ISP

2011-07-26 Thread 卞磊
2011/7/26 Veda N ved...@gmail.com: Hello, For developing camera sensors drivers which kernel source and isp drivers sources have been tested and i need to use. And from where i can get them. this is for omap3 http://code.google.com/p/rowboat/wiki/Source there's omap3cam master driver and ISP

Re: [PATCH v4] usb: musb: Enable DMA mode1 RX for USB-Mass-Storage

2011-07-26 Thread Jassi Brar
On Tue, Jul 26, 2011 at 8:36 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Wed, Jul 20, 2011 at 09:48:53AM -0700, Pandita, Vikram wrote: This *today happens to be only UMS* is my exact point here. Can you guarantee no other function driver will ever expect only full packet xfers and treat