Re: [PATCH 2/2 V2] OMAP3+: PM: SR: add suspend/resume handlers

2011-07-25 Thread Felipe Balbi
Hi, On Sun, Jul 24, 2011 at 11:52:37AM -0500, Nishanth Menon wrote: SmartReflex should be disabled while entering low power mode due to the following reasons: a) SmartReflex values are not defined for retention voltage. b) With SmartReflex enabled, if the CPU enters low power state, FSM

Re: [RFC PATCHv5 1/7] HSI: hsi: Introducing HSI framework

2011-07-25 Thread Carlos Chinea
Hi, On Sun, 2011-07-24 at 23:56 +0200, ext Sjur Brændeland wrote: Hi Carlos, Sorry for the long delay. My comments below: No worries, I will probably be very slow when responding to you as well for the next couple of weeks... + * @flow: RX flow type (SYNCHRONIZED or PIPELINE) + *

Re: Kconfig help descriptions

2011-07-25 Thread Mark Brown
On Thu, Jul 21, 2011 at 12:57:03PM +0300, Felipe Balbi wrote: the problem seems to be worse then you thought: $ git ls-files drivers/ | grep madc drivers/hwmon/twl4030-madc-hwmon.c drivers/mfd/twl4030-madc.c This is normal for this sort of auxiliary ADC - they're *normally* used for system

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

2011-07-25 Thread J, KEERTHY
On Thu, Jul 21, 2011 at 8:56 PM, J, KEERTHY j-keer...@ti.com wrote: On Thu, Jul 7, 2011 at 2:59 PM, Paul Walmsley p...@pwsan.com wrote: Hi On Tue, 5 Jul 2011, Vishwanath BS wrote: From: Keerthy j-keer...@ti.com Patch adds hwmod entry for 4460 thermal sensor module. Thermal sensor module

[PATCH] OMAP3: Beagle: NAND: Specifying partition offsets directly.

2011-07-25 Thread Hrishikesh Bhandiwad
In the nand partition table specifying the offset addresses directly instead of using the macro MTDPART_OFS_APPEND to gain runtime efficiency while nand initialization. MTDPART_OFS_APPEND has the value (-1) ,if assigned to offset, a runtime calculation of actual offset happens each time nand is

Re: [PATCH] OMAP3: Beagle: NAND: Specifying partition offsets directly.

2011-07-25 Thread Felipe Balbi
On Mon, Jul 25, 2011 at 06:37:23PM +0530, Hrishikesh Bhandiwad wrote: In the nand partition table specifying the offset addresses directly instead of using the macro MTDPART_OFS_APPEND to gain runtime efficiency while nand initialization. MTDPART_OFS_APPEND has the value (-1) ,if assigned to

[PATCH] OMAP: omap_device: make latency autoadjust messages debug

2011-07-25 Thread Grazvydas Ignotas
During normal system operation warning messages similar to this are appearing quite often: omap_device: omap4-keypad.-1: new worst case activate latency 0: 61035 This doesn't seem to be reporting a problem, nor is it very useful for non-developers, so reduce it to debug level. Cc: Steve Sakoman

Re: [PATCH] OMAP3: Beagle: NAND: Specifying partition offsets directly.

2011-07-25 Thread Felipe Balbi
Hi again, On Mon, Jul 25, 2011 at 04:14:06PM +0300, Felipe Balbi wrote: On Mon, Jul 25, 2011 at 06:37:23PM +0530, Hrishikesh Bhandiwad wrote: In the nand partition table specifying the offset addresses directly instead of using the macro MTDPART_OFS_APPEND to gain runtime efficiency while

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

2011-07-25 Thread Hrishikesh Bhandiwad
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 Signed-off-by: Sanjeev Premi pr...@ti.com Signed-off-by: Hrishikesh Bhandiwad

Re: [PATCHv5 05/11] TEMP: OMAP3: pm: remove serial resume / idle calls from idle path

2011-07-25 Thread Tero Kristo
On Sat, 2011-07-23 at 01:51 +0200, Balbi, Felipe wrote: Hi, On Tue, Jul 05, 2011 at 01:27:51PM +0300, Tero Kristo wrote: This is no longer needed as it will be handled within serial driver itself. Signed-off-by: Tero Kristo t-kri...@ti.com isn't this introducing a regression ? Should

[PATCHv7 00/11] PRCM chain handler

2011-07-25 Thread Tero Kristo
Hello, Changes compared to previous set: - moved OMAP3/OMAP4 specific code under prm.c files - dropped most of the event definitions for now, and just left wkup and io events in - PRCM events are now defined as a common struct under prcm.c - moved mux handling routines from omap_hwmod.c to

[PATCHv6 02/11] OMAP2+: hwmod: Add API to enable IO ring wakeup.

2011-07-25 Thread Tero Kristo
From: R, Govindraj govindraj.r...@ti.com Add API to enable IO pad wakeup capability based on mux dynamic pad and wake_up enable flag available from hwmod_mux initialization. Use the wakeup_enable flag and enable wakeup capability for the given pads. Wakeup capability will be enabled/disabled

[PATCHv6 03/11] OMAP2+: hwmod: Add API to check IO PAD wakeup status

2011-07-25 Thread Tero Kristo
From: R, Govindraj govindraj.r...@ti.com Add API to determine IO-PAD wakeup event status for a given hwmod dynamic_mux pad. Signed-off-by: Govindraj.R govindraj.r...@ti.com --- arch/arm/mach-omap2/mux.c| 30 ++ arch/arm/mach-omap2/mux.h

[PATCHv6 04/11] OMAP2+: mux: add support for PAD wakeup interrupts

2011-07-25 Thread Tero Kristo
OMAP mux now provides a service routine to parse pending wakeup events and to call registered ISR whenever active wakeups are detected. This routine is called directly from PRCM interrupt handler. Signed-off-by: Tero Kristo t-kri...@ti.com --- arch/arm/mach-omap2/mux.c | 27

[PATCHv6 05/11] TEMP: OMAP3: pm: remove serial resume / idle calls from idle path

2011-07-25 Thread Tero Kristo
This is no longer needed as it will be handled within serial driver itself. Signed-off-by: Tero Kristo t-kri...@ti.com --- arch/arm/mach-omap2/pm34xx.c | 19 --- 1 files changed, 0 insertions(+), 19 deletions(-) diff --git a/arch/arm/mach-omap2/pm34xx.c

[PATCHv6 07/11] TEMP: serial: added mux support

2011-07-25 Thread Tero Kristo
Just for PRCM chain handler testing purposes. This should be replaced with a proper implementation. Signed-off-by: Tero Kristo t-kri...@ti.com --- arch/arm/mach-omap2/serial.c | 71 - 1 files changed, 69 insertions(+), 2 deletions(-) diff --git

[PATCHv6 06/11] TEMP: OMAP3: serial: made serial to work properly with PRCM chain handler

2011-07-25 Thread Tero Kristo
This patch is just a temporary hack to allow serial to work properly with the PRCM chain handler. Should be replaced with a proper implementation. Signed-off-by: Tero Kristo t-kri...@ti.com --- arch/arm/mach-omap2/serial.c | 28 +--- drivers/tty/serial/omap-serial.c

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

2011-07-25 Thread Tero Kristo
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 this by introducing PRCM event names, which are then matched to the particular PRCM interrupt bit depending on the specific OMAP SoC

[PATCHv6 08/11] TEMP: OMAP device: change pr_warnings to pr_debugs

2011-07-25 Thread Tero Kristo
Prevents a hang when omap_device would want to print something for serial console device while enabling / disabling its clocks. Signed-off-by: Tero Kristo t-kri...@ti.com --- arch/arm/plat-omap/omap_device.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCHv6 09/11] TEMP: OMAP: serial: remove padconf hacks

2011-07-25 Thread Tero Kristo
These are no longer needed as omap_hwmod takes care of multiplexing of pads. Signed-off-by: Tero Kristo t-kri...@ti.com --- arch/arm/mach-omap2/serial.c | 25 + 1 files changed, 1 insertions(+), 24 deletions(-) diff --git a/arch/arm/mach-omap2/serial.c

[PATCHv6 10/11] TEMP: OMAP3: pm: disable / enable PRCM chain interrupts during wakeup from suspend

2011-07-25 Thread Tero Kristo
This prevents system hang while attempting to access suspended console. Should most likely be fixed with proper console locking. Signed-off-by: Tero Kristo t-kri...@ti.com --- arch/arm/mach-omap2/pm34xx.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git

[PATCHv6 11/11] OMAP3: pm: do not enable PRCM MPU interrupts manually

2011-07-25 Thread Tero Kristo
This is handled automatically by the PRCM chain interrupt mechanism now. Signed-off-by: Tero Kristo t-kri...@ti.com --- arch/arm/mach-omap2/pm34xx.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c index

Re: [PATCH 2/2 V2] OMAP3+: PM: SR: add suspend/resume handlers

2011-07-25 Thread Menon, Nishanth
On Mon, Jul 25, 2011 at 03:42, Felipe Balbi ba...@ti.com wrote: Hi, On Sun, Jul 24, 2011 at 11:52:37AM -0500, Nishanth Menon wrote: SmartReflex should be disabled while entering low power mode due to the following reasons: a) SmartReflex values are not defined for retention voltage. b) With

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

2011-07-25 Thread Felipe Balbi
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 this by introducing PRCM event which drivers ? Are those somehow

Re: [PATCH 2/2 V2] OMAP3+: PM: SR: add suspend/resume handlers

2011-07-25 Thread Felipe Balbi
Hi, On Mon, Jul 25, 2011 at 11:59:10AM -0500, Menon, Nishanth wrote: On Sun, Jul 24, 2011 at 11:52:37AM -0500, Nishanth Menon wrote: SmartReflex should be disabled while entering low power mode due to the following reasons: a) SmartReflex values are not defined for retention voltage. b)

Re: [PATCH 2/2 V2] OMAP3+: PM: SR: add suspend/resume handlers

2011-07-25 Thread Menon, Nishanth
On Mon, Jul 25, 2011 at 12:13, Felipe Balbi ba...@ti.com wrote: [..] while at that, SR's IRQ is never freed on exit path, could fix it while you're already there ? This is not really related to this patch is it? IMHO IRQ handling is I didn't say to put it on the same patch ;-) I meant that

Re: [PATCH 2/2 V2] OMAP3+: PM: SR: add suspend/resume handlers

2011-07-25 Thread Felipe Balbi
Hi, On Mon, Jul 25, 2011 at 12:55:39PM -0500, Menon, Nishanth wrote: On Mon, Jul 25, 2011 at 12:13, Felipe Balbi ba...@ti.com wrote: [..] while at that, SR's IRQ is never freed on exit path, could fix it while you're already there ? This is not really related to this patch is it? IMHO

Parallel CMOS Image Sensor with UART Control Interface

2011-07-25 Thread James
Dear all, Does anyone came across a v4l2 Linux Device Driver for an Image Sensor that uses Parallel CMOS H/V and can only be control by UART interface instead of the common I2C or SPI interface? A similar sensor is the STMicroelectronics VL5510 Image Sensor although it support all 3 types of