Re: [PATCH 8/9 v3] usb : musb: Using runtime pm apis for musb.

2010-09-27 Thread Felipe Balbi
On Fri, Sep 24, 2010 at 09:49:34AM -0500, Sergei Shtylyov wrote: Hello. Felipe Balbi wrote: I guess that's Felipe's call, but I don't like that option. I think it's cleaner to have the -set_clock hook be a noop on OMAP and the runtime hooks be noops on the other platforms. Agreed. We

Re: [PATCH] OMAP: PM: CPUFREQ: Fix conditional compilation

2010-09-27 Thread Silesh C V
On Fri, Sep 24, 2010 at 8:36 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Silesh C V sil...@ti.com writes: Fix conditional compilation. What excatly was the compile error?  and with which compiler? There is no compiler error.But what we need after an #elif is a conditional expression.

[PATCH v2 0/2] V4L/DVB: OMAP_VOUT: Allow omap_vout to build without VRFB

2010-09-27 Thread Archit Taneja
This lets omap_vout driver build and run without VRFB. It works along the lines of the following patch series: OMAP: DSS2: OMAPFB: Allow FB_OMAP2 to build without VRFB https://patchwork.kernel.org/patch/105371/ Since VRFB is tightly coupled with the omap_vout driver, a handful of vrfb specific

[PATCH v2 1/2] V4L/DVB: OMAP_VOUT: Create a seperate vrfb functions library

2010-09-27 Thread Archit Taneja
Create omap_vout_vrfb.c and omap_vout_vrfb.h, these contain functions which omap_vout will call if the rotation type is set to VRFB rotation. It is essentialy the code in omap_vout which is used for vrfb specific tasks. Apart from this, some functions and preprocessor defines needed by the new

[PATCH v2 2/2] V4L/DVB: OMAP_VOUT: Use rotation_type to choose between vrfb and sdram buffers

2010-09-27 Thread Archit Taneja
Add rotation_type member to omapvideo_info, this is initialized based on the value def_vrfb bootarg parameter, vrfb rotation is chosen by default. The rotation_type var is now used to choose between vrfb and non-vrfb calls. vrfb specific code in omap_vout has been removed and is present in

Re: [RFC 4/5] OMAP4: mux: Select CBL package for SDP4430 with ES1

2010-09-27 Thread Cousson, Benoit
On 9/25/2010 1:14 AM, Anand Gadiyar wrote: Benoit Cousson wrote: Signed-off-by: Benoit Coussonb-cous...@ti.com Cc: Tony Lindgrent...@atomide.com Cc: Paul Walmsleyp...@pwsan.com Cc: Kevin Hilmankhil...@deeprootsystems.com --- arch/arm/mach-omap2/Kconfig |1 +

Re: [PATCH] OMAP: PM: CPUFREQ: Fix conditional compilation

2010-09-27 Thread Govindraj
On Mon, Sep 27, 2010 at 11:49 AM, Silesh C V sil...@ti.com wrote: On Fri, Sep 24, 2010 at 8:36 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Silesh C V sil...@ti.com writes: Fix conditional compilation. What excatly was the compile error?  and with which compiler? There is no

Re: [PATCH v4 1/4] omap4 hsmmc: Adding card detect support for MMC1

2010-09-27 Thread kishore kadiyala
Hi Tony, On Sat, Sep 25, 2010 at 6:08 AM, Tony Lindgren t...@atomide.com wrote: * kishore kadiyala kishore.kadiy...@ti.com [100924 10:05]: Adding card detect callback function and card detect configuration function for MMC1 Controller on OMAP4. Card detect configuration function does initial

Re: [PATCH v4 1/4] omap4 hsmmc: Adding card detect support for MMC1

2010-09-27 Thread kishore kadiyala
Cc: Samuel Ortiz sa...@linux.intel.com On Fri, Sep 24, 2010 at 10:43 PM, kishore kadiyala kishore.kadiy...@ti.com wrote: Adding card detect callback function and card detect configuration function for MMC1 Controller on OMAP4. Card detect configuration function does initial configuration of

Re: [PATCH v3] power_supply: Add driver for TWL4030/TPS65950 BCI charger

2010-09-27 Thread Felipe Balbi
Hi, please re-send this email without the HTML formatting. Please follow the netiquette [1]. [1] http://elinux.org/Netiquette -- balbi -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH] OMAP: PM: CPUFREQ: Fix conditional compilation

2010-09-27 Thread Silesh C V
On Mon, Sep 27, 2010 at 1:00 PM, Govindraj govindraj...@gmail.com wrote: On Mon, Sep 27, 2010 at 11:49 AM, Silesh C V sil...@ti.com wrote: On Fri, Sep 24, 2010 at 8:36 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Silesh C V sil...@ti.com writes: Fix conditional compilation. What

RE: [PATCH v2 03/11] OMAP4: Add the new voltage to vsel calculation formula

2010-09-27 Thread Gopinath, Thara
-Original Message- From: Manuel, Lesly Arackal Sent: Monday, September 27, 2010 9:44 AM To: Gopinath, Thara; linux-omap@vger.kernel.org Cc: khil...@deeprootsystems.com; p...@pwsan.com; Cousson, Benoit; Sripathy, Vishwanath; Sawant, Anand Subject: RE: [PATCH v2 03/11] OMAP4: Add the new

Re: [lm-sensors] [PATCH 1/2] hwmon: twl4030: Driver for twl4030 madc module

2010-09-27 Thread Keerthy
Hello Sameo, twl4030-madc driver patch can be found here: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg34947.html Based on the received inputs. Can the twl4030-madc driver or part of the driver reside under mfd? Regards, Keerthy On Monday 20 September 2010 08:08 PM, Guenter

Re: [RFC 3/5] OMAP4: mux: Add data for OMAP4430 ES1

2010-09-27 Thread Cousson, Benoit
On 9/25/2010 1:18 AM, Gadiyar, Anand wrote: diff --git a/arch/arm/mach-omap2/mux44xx.c b/arch/arm/mach-omap2/mux44xx.c new file mode 100644 index 000..839a905 --- /dev/null +++ b/arch/arm/mach-omap2/mux44xx.c @@ -0,0 +1,944 @@ +\ Stray change? Yes, indeed. Thanks, Benoit -- To

RE: mixing device idle and CPUidle or non-atomic idle notifiers

2010-09-27 Thread Nayak, Rajendra
Hi Kevin, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Kevin Hilman Sent: Saturday, September 25, 2010 5:15 AM To: linux...@lists.linux-foundation.org; linux-ker...@vger.kernel.org Cc: linux-omap@vger.kernel.org;

Re: [PATCH 8/9 v3] usb : musb: Using runtime pm apis for musb.

2010-09-27 Thread Sergei Shtylyov
Hello. On 27-09-2010 10:07, Felipe Balbi wrote: I guess that's Felipe's call, but I don't like that option. I think it's cleaner to have the -set_clock hook be a noop on OMAP and the runtime hooks be noops on the other platforms. Agreed. We should focus on removing -set_clock for .38

Re: [PATCH v3] power_supply: Add driver for TWL4030/TPS65950 BCI charger

2010-09-27 Thread Grazvydas Ignotas
hello, On Mon, Sep 27, 2010 at 9:18 AM, Felipe Balbi ba...@ti.com wrote: On Sun, Sep 26, 2010 at 02:35:40PM -0500, Grazvydas Ignotas wrote: TWL4030/TPS65950 is a multi-function device with integrated charger, which allows charging from AC or USB. This driver enables the charger and provides

Re: [PATCH v3] power_supply: Add driver for TWL4030/TPS65950 BCI charger

2010-09-27 Thread Grazvydas Ignotas
On Mon, Sep 27, 2010 at 10:21 AM, Arun Murthy arunrmurthy...@gmail.com wrote: On Mon, Sep 27, 2010 at 1:05 AM, Grazvydas Ignotas nota...@gmail.com wrote: --- This is v3 of BCI charger driver I first sent nearly a year ago [1]. I've updated it to use the new OTG notifiers for VBUS

RE: [PATCH 05/11] omap3: Remove non-existent config option

2010-09-27 Thread Marathe, Yogesh
-Original Message- From: Felipe Contreras [mailto:felipe.contre...@gmail.com] Sent: Saturday, September 25, 2010 9:13 PM To: Premi, Sanjeev Cc: Tony Lindgren; linux-arm-ker...@lists.infradead.org; linux- o...@vger.kernel.org; Marathe, Yogesh Subject: Re: [PATCH 05/11] omap3: Remove

Re: [PATCH v2 07/10] TWL CORE: Fix sparse warning

2010-09-27 Thread Samuel Ortiz
Hi Manjunath, On Tue, Sep 21, 2010 at 03:31:17PM +0530, G, Manjunath Kondaiah wrote: Fixes below sparse warning. drivers/mfd/twl-core.c:258:20: warning: symbol 'twl_map' was not declared. Should it be static? Patch applied, thanks. Cheers, Samuel. Signed-off-by: G, Manjunath Kondaiah

Re: [PATCH v2 08/10] TWL IRQ: Fix fucntion declaration warnings

2010-09-27 Thread Samuel Ortiz
Hi Manjunath, On Tue, Sep 21, 2010 at 03:31:18PM +0530, G, Manjunath Kondaiah wrote: Fixes following sparse warnings for twl4030 and twl6030 irq files. drivers/mfd/twl4030-irq.c:783:5: warning: symbol 'twl4030_init_irq' was not declared. Should it be static?

Re: [PATCH v3] power_supply: Add driver for TWL4030/TPS65950 BCI charger

2010-09-27 Thread Arun Murthy
On Mon, Sep 27, 2010 at 1:05 AM, Grazvydas Ignotas nota...@gmail.com wrote: TWL4030/TPS65950 is a multi-function device with integrated charger, which allows charging from AC or USB. This driver enables the charger and provides several monitoring functions. Tested on OMAP3 Pandora board.

Issue : jffs2 and ecc layout

2010-09-27 Thread Ghorai, Sukumar
Hi, I was using the following ecc layout which is not working to mount the jffs2 File-system. I was using this in 2.6.32 kernel and was working; but same layout is not working with latest 2.6 kernel. Observation is that - no read request issued to the driver (say omap2.c). # mount -t jffs2

Re: [PATCH v3] power_supply: Add driver for TWL4030/TPS65950 BCI charger

2010-09-27 Thread Arun Murthy
On Mon, Sep 27, 2010 at 4:24 PM, Grazvydas Ignotas nota...@gmail.com wrote: On Mon, Sep 27, 2010 at 10:21 AM, Arun Murthy arunrmurthy...@gmail.com wrote: On Mon, Sep 27, 2010 at 1:05 AM, Grazvydas Ignotas nota...@gmail.com wrote: --- Only AC and USB monitoring is achieved by registering

Re: [PATCH v3] power_supply: Add driver for TWL4030/TPS65950 BCI charger

2010-09-27 Thread Grazvydas Ignotas
On Mon, Sep 27, 2010 at 3:35 PM, Arun Murthy arunrmurthy...@gmail.com wrote: On Mon, Sep 27, 2010 at 4:24 PM, Grazvydas Ignotas nota...@gmail.com wrote: On Mon, Sep 27, 2010 at 10:21 AM, Arun Murthy arunrmurthy...@gmail.com wrote: The problem is that BCI is only active while charging, when it

RE: [PATCH v2 08/10] TWL IRQ: Fix fucntion declaration warnings

2010-09-27 Thread G, Manjunath Kondaiah
Hi Samuel, -Original Message- From: Samuel Ortiz [mailto:sa...@linux.intel.com] Sent: Monday, September 27, 2010 4:46 PM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Tony Lindgren; Menon, Nishanth Subject: Re: [PATCH v2 08/10]

[PATCH v5 0/5] nand prefetch-irq support and ecc layout chanage

2010-09-27 Thread Sukumar Ghorai
The following set of patches applies on linux-2.6. The main motivations behind this patch series are - 1. support NAND I/O in irq mode. 2. support of different ECC schema. 3. also to make ecc layout as like in romcode ecc layout v5: This address the input

[PATCH v5 1/5] omap gpmc: enable irq mode in gpmc

2010-09-27 Thread Sukumar Ghorai
add support the irq mode in GPMC. gpmc_init() function move after omap_init_irq() as it has dependecy on irq. Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/board-2430sdp.c|1 + arch/arm/mach-omap2/board-3430sdp.c|1 +

[PATCH v5 3/5] omap3: nand: configurable fifo threshold to gain the throughput

2010-09-27 Thread Sukumar Ghorai
Configure the FIFO THREASHOLD value different for read and write to keep busy both filling and to drain out of FIFO at reading and writing. Signed-off-by: Vimal Singh vimalsi...@ti.com Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/gpmc.c | 11 +++

[PATCH v5 5/5] omap: nand: making ecc layout as compatible with romcode ecc

2010-09-27 Thread Sukumar Ghorai
This patch overrides nand ecc layout and bad block descriptor (for 8-bit device) to support hw ecc in romcode layout. So as to have in sync with ecc layout throughout; i.e. x-loader, u-boot and kernel. This patch also enables to use romcode ecc for spd and zoom, by default.

[PATCH v5 2/5] omap3: nand: prefetch in irq mode support

2010-09-27 Thread Sukumar Ghorai
This patch enable prefetch-irq mode for NAND. Signed-off-by: Vimal Singh vimalsi...@ti.com Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/board-flash.c |4 +- arch/arm/plat-omap/include/plat/nand.h |1 + drivers/mtd/nand/Kconfig | 14 ++-

[PATCH v5 4/5] omap: nand: ecc layout select from board file

2010-09-27 Thread Sukumar Ghorai
This patch makes it possible to select sw or hw (different layout options) ecc scheme supported by omap nand driver. And hw ecc layout selected for sdp and zoom boards, by default. Signed-off-by: Vimal Singh vimalsi...@ti.com Signed-off-by: Sukumar Ghorai s-gho...@ti.com ---

RE: [GIT PULL] omap2 sparse fixes

2010-09-27 Thread G, Manjunath Kondaiah
Hi Tony, -Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Saturday, September 25, 2010 5:49 AM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org Subject: Re: [GIT PULL] omap2 sparse fixes * G, Manjunath

RE: [PATCH v2 08/10] TWL IRQ: Fix fucntion declaration warnings

2010-09-27 Thread G, Manjunath Kondaiah
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of G, Manjunath Kondaiah Sent: Monday, September 27, 2010 6:40 PM To: Samuel Ortiz Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Tony

Re: [linux-pm] runtime_pm_get_sync() from ISR with IRQs disabled?

2010-09-27 Thread Alan Stern
On Fri, 24 Sep 2010, Rafael J. Wysocki wrote: On Friday, September 24, 2010, Kevin Hilman wrote: Alan Stern st...@rowland.harvard.edu writes: On Thu, 23 Sep 2010, Kevin Hilman wrote: ... You're trying to fight the runtime-PM design instead of using it as it was intended. We

RE: [PATCH v5 5/5] omap: nand: making ecc layout as compatible with romcode ecc

2010-09-27 Thread Premi, Sanjeev
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Sukumar Ghorai Sent: Monday, September 27, 2010 7:07 PM To: linux-omap@vger.kernel.org Cc: linux-...@lists.infradead.org; linux-arm-ker...@lists.infradead.org; Ghorai,

RE: [PATCH v5 5/5] omap: nand: making ecc layout as compatible with romcode ecc

2010-09-27 Thread Ghorai, Sukumar
-Original Message- From: Premi, Sanjeev Sent: Monday, September 27, 2010 7:29 PM To: Ghorai, Sukumar; linux-omap@vger.kernel.org Cc: linux-...@lists.infradead.org; linux-arm-ker...@lists.infradead.org; Ghorai, Sukumar; Vimal Singh Subject: RE: [PATCH v5 5/5] omap: nand: making ecc

Re: [GIT PULL] omap2 sparse fixes

2010-09-27 Thread Russell King - ARM Linux
On Mon, Sep 27, 2010 at 07:11:37PM +0530, G, Manjunath Kondaiah wrote: Can you please check that? Will not merge for now until we figure out what changes with these patches. Then, I also noticed the following exports getting added: +EXPORT_SYMBOL(omap2_gp_clockevent_set_gptimer);

[PATCH RESEND v5 0/5] nand prefetch-irq support and ecc layout chanage

2010-09-27 Thread Sukumar Ghorai
The following set of patches applies on linux-2.6. The main motivations behind this patch series are - 1. support NAND I/O in irq mode. 2. support of different ECC schema. 3. also to make ecc layout as like in romcode ecc layout v5: This address the input as to

[PATCH RESEND v5 3/5] omap3: nand: configurable fifo threshold to gain the throughput

2010-09-27 Thread Sukumar Ghorai
Configure the FIFO THREASHOLD value different for read and write to keep busy both filling and to drain out of FIFO at reading and writing. Signed-off-by: Vimal Singh vimalsi...@ti.com Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/gpmc.c | 11 +++

[PATCH RESEND v5 4/5] omap: nand: ecc layout select from board file

2010-09-27 Thread Sukumar Ghorai
This patch makes it possible to select sw or hw (different layout options) ecc scheme supported by omap nand driver. And hw ecc layout selected for sdp and zoom boards, by default. Signed-off-by: Vimal Singh vimalsi...@ti.com Signed-off-by: Sukumar Ghorai s-gho...@ti.com ---

[PATCH RESEND v5 2/5] omap3: nand: prefetch in irq mode support

2010-09-27 Thread Sukumar Ghorai
This patch enable prefetch-irq mode for NAND. Signed-off-by: Vimal Singh vimalsi...@ti.com Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/board-flash.c |4 +- arch/arm/plat-omap/include/plat/nand.h |1 + drivers/mtd/nand/Kconfig | 14 ++-

[PATCH RESEND v5 5/5] omap: nand: making ecc layout as compatible with romcode ecc

2010-09-27 Thread Sukumar Ghorai
This patch overrides nand ecc layout and bad block descriptor (for 8-bit device) to support hw ecc in romcode layout. So as to have in sync with ecc layout throughout; i.e. x-loader, u-boot and kernel. This patch also enables to use romcode ecc for spd and zoom, by default. This enables to flash

[PATCH RESEND v5 1/5] omap gpmc: enable irq mode in gpmc

2010-09-27 Thread Sukumar Ghorai
add support the irq mode in GPMC. gpmc_init() function move after omap_init_irq() as it has dependecy on irq. Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/board-2430sdp.c|1 + arch/arm/mach-omap2/board-3430sdp.c|1 +

Re: [PATCH v4] power: introduce library for device-specific OPPs

2010-09-27 Thread Nishanth Menon
Paul E. McKenney had written, on 09/25/2010 07:56 PM, the following: On Sat, Sep 25, 2010 at 10:55:20PM +0200, Rafael J. Wysocki wrote: On Friday, September 24, 2010, Paul E. McKenney wrote: On Fri, Sep 24, 2010 at 07:50:40AM -0500, Nishanth Menon wrote: ... Looks like a good start!!! Some

Re: [PATCH v4] power: introduce library for device-specific OPPs

2010-09-27 Thread Nishanth Menon
Paul E. McKenney had written, on 09/24/2010 04:40 PM, the following: [...] +/** + * opp_find_freq_ceil() - Search for an rounded ceil freq + * @dev: device for which we do this operation + * @freq:Start frequency + * + * Search for the matching ceil *available* OPP from a starting freq +

Re: [PATCH] mfd: speedup twl4030 irq response time and decrease irq disable time

2010-09-27 Thread Ming Lei
2010/9/22 tom.leim...@gmail.com: From: Ming Lei tom.leim...@gmail.com This patch sets scheduler policy of twl4030 irq thread (twl4030_irq_thread) as SCHED_FIFO to speedup irq response time, just like taken by kernel threaded irq in irq_thread (kernel/irq/manage.c). Also higher priority than

Re: [PATCH v2 08/10] TWL IRQ: Fix fucntion declaration warnings

2010-09-27 Thread Samuel Ortiz
Hi Manjunath, On Mon, Sep 27, 2010 at 07:19:33PM +0530, G, Manjunath Kondaiah wrote: No, we don't want to export those. Try defining them as extern from twl*-irq.c. Having extern in .c file will generate checkpatch warning as: WARNING: externs should be avoided in .c files As an

[PATCH 00/13 v3] OMAP: Serial: Add omap-serial driver with platform support

2010-09-27 Thread Govindraj.R
This patch series adds a serial driver to handle uarts on omap platforms. Currenlty omap-uarts are handled with 8250 driver, since updating this driver with omap specific features will over load the 8250 driver with all omap-specific data thus a new driver is added to configure and support

[PATCH 01/13 v3] OMAP4: UART: Add uart1-4 hwmods data for omap4

2010-09-27 Thread Govindraj.R
From: Benoit Cousson b-cous...@ti.com Add uart1-4 hwmod data into omap4_hwmod data file. Signed-off-by: Benoit Cousson b-cous...@ti.com Signed-off-by: Govindraj.R govindraj.r...@ti.com --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 235 1 files changed, 235

[PATCH 02/13 v3] OMAP2/3: UART: add omap_hwmod data for UARTs 1-4

2010-09-27 Thread Govindraj.R
From: Kevin Hilman khil...@deeprootsystems.com This patch adds omap_hwmod data for UARTs on OMAP2 and OMAP3 platforms. UART4 support for 3630 and OMAP2 hwmod data added by Govindraj R. Signed-off-by: Kevin Hilman khil...@deeprootsystems.com Signed-off-by: Govindraj.R govindraj.r...@ti.com ---

[PATCH 03/13 v3] OMAP: UART: omap_device converions, remove implicit 8520 assumptions

2010-09-27 Thread Govindraj.R
From: Kevin Hilman khil...@deeprootsystems.com Major rework of OMAP UART init for omap_device conversion as well as use with either 8250 driver or new omap-serial driver. In preparation for a new omap-serial driver, remove 8250 assumptions and dependencies from the serial core. Convert UART

[PATCH 04/13 v3] OMAP2: UART: remove set_uart_globals

2010-09-27 Thread Govindraj.R
Remove set_uart_globals function as this will not be needed as physical address for uarts will be taken from hwmod data file. Cc: Kevin Hilman khil...@deeprootsystems.com Signed-off-by: Govindraj.R govindraj.r...@ti.com --- arch/arm/mach-omap2/serial.c |5 -

[PATCH 05/13 v3] OMAP: UART: don't do automatic bus-level suspend/resume

2010-09-27 Thread Govindraj.R
From: Kevin Hilman khil...@deeprootsystems.com Since the omap_device for UART is currently managed inside the idle path itself, don't let the bus-level code suspend/resume the UART. To prevent this, pm_runtime_get() is used when preparing for suspend and pm_runtime_put() is used when finished

[PATCH 06/13 v3] OMAP: UART: use non-locking versions of hwmod enable/idle functions

2010-09-27 Thread Govindraj.R
From: Kevin Hilman khil...@deeprootsystems.com Since the UART enable/idle is done during the idle path (with interrupts disabled), use the non-locking versions of the hwmod enable/idle functions. Signed-off-by: Kevin Hilman khil...@deeprootsystems.com Signed-off-by: Govindraj.R

[PATCH 07/13 v3] OMAP clock: Add uart4_ick/fck definitions for 3630

2010-09-27 Thread Govindraj.R
This is only valid for omap 36xx family of chips. Signed-off-by: Sergio Aguirre saagui...@ti.com Signed-off-by: Govindraj.R govindraj.r...@ti.com --- arch/arm/mach-omap2/clock3xxx_data.c | 22 ++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git

[PATCH 08/13 v3] OMAP3: PRCM: Consider UART4 for 3630 chip in prcm_setup_regs

2010-09-27 Thread Govindraj.R
To standarize among other uarts (1 to 3), we shall now: - Enable uart4 autodile bit. - Enable uart4 wakeup in PER. - Allow uart4 to wakeup the MPU. Signed-off-by: Sergio Aguirre saagui...@ti.com Signed-off-by: Govindraj.R govindraj.r...@ti.com --- arch/arm/mach-omap2/cm-regbits-34xx.h |

[PATCH 09/13 v3] OMAP3: PM: Add prepare idle and resume idle call for uart4

2010-09-27 Thread Govindraj.R
Add prepare idle and resume idle call for uart4 used by 3630. Cc: Kevin Hilman khil...@deeprootsystems.com Signed-off-by: Govindraj.R govindraj.r...@ti.com --- arch/arm/mach-omap2/pm34xx.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/pm34xx.c

[PATCH 10/13 v3] OMAP3: serial: Fix uart4 handling for 3630

2010-09-27 Thread Govindraj.R
This patch makes the following: - Adds missing wakeup padding register handling. - Fixes a hardcode to use PER module ONLY on UART3. Signed-off-by: Kevin Hilman khil...@deeprootsystems.com Signed-off-by: Sergio Aguirre saagui...@ti.com Signed-off-by: Govindraj.R govindraj.r...@ti.com ---

[PATCH 12/13 v3] OMAP: SERIAL: Enable omap-serial driver in Kconfig

2010-09-27 Thread Govindraj.R
Enable omap-serial driver in /mach-omap2/Kconfig and move 8250 driver selection for zoom boards. With omap-serial driver addition all omap-uarts can be handled with omap-serial driver. With addition of omap-serial driver console parameter needs be changed in bootargs from ttyS* should be replaced

[PATCH 11/13 v3] serial: Add OMAP high-speed UART driver

2010-09-27 Thread Govindraj.R
This patch adds driver support for OMAP2/3/4 high speed UART. The driver is made separate from 8250 driver as we cannot over load 8250 driver with omap platform specific configuration for features like DMA, it makes easier to implement features like DMA and hardware flow control and software flow

[PATCH 13/13 v3] OMAP3: SERIAL: Initialize all omap-uarts for zoom boards

2010-09-27 Thread Govindraj.R
Iniatize all omap-uarts for zoom boards. Now zoom_peripheral_init will initialise all uarts for 3630. 3630sdp_board_init call zoom_peripheral_init so we can now remove serial_init from 3630sdp board init as zoom_peripheral_init now will do that the same. Signed-off-by: Kevin Hilman khil...@ti.com

Re: [PATCH 2/2] OMAP2+: GPIO: move late PM out of interrupts-disabled idle path

2010-09-27 Thread Kevin Hilman
Basak, Partha p-bas...@ti.com writes: -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Friday, September 24, 2010 5:23 AM To: Basak, Partha Cc: linux-omap@vger.kernel.org; Varadarajan, Charulatha; Tero Kristo; Cousson, Benoit Subject: Re:

uninstall

2010-09-27 Thread Aggarwal, Anuj
-- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

uninstall

2010-09-27 Thread Aggarwal, Anuj
-- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH RFC:] FIX: OMAP3EVM: Ethernet controller smsc911x reset

2010-09-27 Thread Kevin Hilman
Varadarajan, Charulatha ch...@ti.com writes: Sanjeev, With GPIO hwmod series, OMAP3EVM board is not up with DHCP + nfs root. This issue was reported by Kevin. The root cause of this issue is that during OMAP3EVM board init, the Ethernet controller (smsc911x) is not reset and it relies on

RE: [GIT PULL] omap2 sparse fixes

2010-09-27 Thread G, Manjunath Kondaiah
Hi Russell, -Original Message- From: Russell King - ARM Linux [mailto:li...@arm.linux.org.uk] Sent: Monday, September 27, 2010 7:38 PM To: G, Manjunath Kondaiah Cc: Tony Lindgren; linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org Subject: Re: [GIT PULL] omap2

RE: [PATCH RFC:] FIX: OMAP3EVM: Ethernet controller smsc911x reset

2010-09-27 Thread Premi, Sanjeev
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Monday, September 27, 2010 8:26 PM To: Varadarajan, Charulatha Cc: linux-omap@vger.kernel.org; Premi, Sanjeev; t...@atomide.com Subject: Re: [PATCH RFC:] FIX: OMAP3EVM: Ethernet controller smsc911x

Re: [QUESTION] How to enable runtime PM

2010-09-27 Thread Kevin Hilman
Ming Lei tom.leim...@gmail.com writes: Hi Kevin, I am interested in runtime pm implementation on OMAP3, and want to test this function on omap3-based beagle board, but seems no devices on omap3 Soc can support runtime pm(no __pm_runtime_* message found from 'dmesg' and rpm debug option is

Re: [RFC 1/5] OMAP: mux: Add support for control module split in several partitions

2010-09-27 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [100924 17:14]: * Benoit Cousson b-cous...@ti.com [100924 02:07]: If we wanted to use only the offset in the data, we could initialize the various sections separately. But then omapX_mux_init() would have to know the partition number somehow.. After

Re: [PATCH] mfd: speedup twl4030 irq response time and decrease irq disable time

2010-09-27 Thread Samuel Ortiz
Hi Tom, On Wed, Sep 22, 2010 at 09:49:31AM +0800, tom.leim...@gmail.com wrote: From: Ming Lei tom.leim...@gmail.com This patch sets scheduler policy of twl4030 irq thread (twl4030_irq_thread) as SCHED_FIFO to speedup irq response time, just like taken by kernel threaded irq in irq_thread

Re: [PATCH 05/11] omap3: Remove non-existent config option

2010-09-27 Thread Felipe Contreras
On Mon, Sep 27, 2010 at 2:02 PM, Marathe, Yogesh yogesh_mara...@ti.com wrote: When you merge iommu support, then either you enable CONFIG_MPU_BRIDGE_IOMMU unconditionally, or you apply this patch, but this patch alone will only break things. Any other driver which does not depend on bridge

[PATCH v4 0/4] LogicPD minimal board support for LV_SOM and Torpedo

2010-09-27 Thread Tim Nordell
This was tested (and based) against 2.6.36-rc5 Difference from patch v3 1/4: - Merged DEBUG_LL support patch (patch v3 5/5) into first patch - Added select OMAP_PACKAGE_CBB into Kconfig for both boards Tim Nordell (4): Adding LogicPD OMAP3 board support ARM: OMAP3LOGIC: Adding SDMMC

[PATCH v4 2/4] ARM: OMAP3LOGIC: Adding SDMMC support

2010-09-27 Thread Tim Nordell
Add low-level initialization for hsmmc controller for LogicPD's OMAP 3530 LV SOM and OMAP 35x Torpedo board. Signed-off-by: Tim Nordell tim.nord...@logicpd.com --- arch/arm/mach-omap2/board-omap3logic.c | 38 +++- 1 files changed, 37 insertions(+), 1 deletions(-)

[PATCH v4 4/4] ARM: OMAP3LOGIC: Added SMSC Ethernet board support

2010-09-27 Thread Tim Nordell
Enable SMSC911x Ethernet driver for LogicPD's OMAP 3530 LV SOM and OMAP 35x Torpedo board. Signed-off-by: Tim Nordell tim.nord...@logicpd.com --- arch/arm/mach-omap2/board-omap3logic.c | 65 1 files changed, 65 insertions(+), 0 deletions(-) diff --git

[PATCH v4 3/4] ARM: OMAP3: Add generic smsc911x support when connected to GPMC

2010-09-27 Thread Tim Nordell
Introduce of a generic way to setup smsc911x based Ethernet controller connected to GPMC similar to gpmc-smc91x but without timing setup. Signed-off-by: Tim Nordell tim.nord...@logicpd.com --- arch/arm/mach-omap2/Makefile|3 + arch/arm/mach-omap2/gpmc-smsc911x.c

[PATCH v4 1/4] Adding LogicPD OMAP3 board support

2010-09-27 Thread Tim Nordell
Adding support for LogicPD's OMAP 3530 LV SOM and OMAP 35x Torpedo board. Signed-off-by: Tim Nordell tim.nord...@logicpd.com --- arch/arm/mach-omap2/Kconfig | 20 arch/arm/mach-omap2/Makefile |4 + arch/arm/mach-omap2/board-omap3logic.c | 143

Re: [PATCH v3] power_supply: Add driver for TWL4030/TPS65950 BCI charger

2010-09-27 Thread Arun Murthy
On Mon, Sep 27, 2010 at 6:38 PM, Grazvydas Ignotas nota...@gmail.com wrote: On Mon, Sep 27, 2010 at 3:35 PM, Arun Murthy arunrmurthy...@gmail.com wrote: On Mon, Sep 27, 2010 at 4:24 PM, Grazvydas Ignotas nota...@gmail.com wrote: On Mon, Sep 27, 2010 at 10:21 AM, Arun Murthy

Re: [PATCH 05/11] omap3: Remove non-existent config option

2010-09-27 Thread Tony Lindgren
* Felipe Contreras felipe.contre...@gmail.com [100927 08:47]: On Mon, Sep 27, 2010 at 2:02 PM, Marathe, Yogesh yogesh_mara...@ti.com wrote: When you merge iommu support, then either you enable CONFIG_MPU_BRIDGE_IOMMU unconditionally, or you apply this patch, but this patch alone will only

RE: [PATCH 05/11] omap3: Remove non-existent config option

2010-09-27 Thread Kanigeri, Hari
Felipe, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Felipe Contreras Sent: Monday, September 27, 2010 10:56 AM To: Marathe, Yogesh Cc: Premi, Sanjeev; Tony Lindgren; linux-arm-ker...@lists.infradead.org;

Re: [RFC 1/5] OMAP: mux: Add support for control module split in several partitions

2010-09-27 Thread Cousson, Benoit
Hi Tony, On 9/27/2010 5:46 PM, Tony Lindgren wrote: * Tony Lindgrent...@atomide.com [100924 17:14]: * Benoit Coussonb-cous...@ti.com [100924 02:07]: If we wanted to use only the offset in the data, we could initialize the various sections separately. But then omapX_mux_init() would have to

Re: [RFC 1/5] OMAP: mux: Add support for control module split in several partitions

2010-09-27 Thread Tony Lindgren
* Cousson, Benoit b-cous...@ti.com [100927 10:15]: OK for that one, that will save the extra id to store the partition in each static data, but then you will still have to store it during the init? For mux.c internal data, we can have an array of struct omap_mux_partition that contains the

Re: [PATCH 9/9 v3] usb : musb: Offmode fix for idle path

2010-09-27 Thread Kevin Hilman
Kalliguddi, Hema hem...@ti.com writes: -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Saturday, September 25, 2010 1:12 AM To: Kalliguddi, Hema Cc: linux-omap@vger.kernel.org; linux-...@vger.kernel.org; Mankad, Maulik Ojas; Balbi, Felipe; Tony Lindgren;

Re: [PATCH v3] OMAP1: Add support for SoC camera interface

2010-09-27 Thread Tony Lindgren
* Janusz Krzysztofik jkrzy...@tis.icnet.pl [100926 17:55]: This patch adds a definition of the OMAP1 camera interface platform device, and a function that allows for providing a board specific platform data. The device will be used with the upcoming OMAP1 SoC camera interface driver.

Re: [PATCH v3] power_supply: Add driver for TWL4030/TPS65950 BCI charger

2010-09-27 Thread Grazvydas Ignotas
How do I get notified if battery voltage is low and needs charging from user space? Either additional monitoring chip notifies you (if you are lucky and have one), or wait for update of this driver :) There are efforts to merge MADC driver [1], but it may take some time. But using MADC, I

Re: [PATCH] OMAP: PM: Fix build when CONFIG_PM_DEBUG isn't set

2010-09-27 Thread Kevin Hilman
Hi Loïc, Loïc Minier loic.min...@linaro.org writes: Since 6cdee91257bee23a46dc869ca62469b67cba2c7e the references to enable_off_mode and sleep_while_idle can't be resolved when CONFIG_PM_DEBUG isn't set: arch/arm/mach-omap2/built-in.o: In function `omap_uart_restore_context':

Re: [PATCH v4] power: introduce library for device-specific OPPs

2010-09-27 Thread Rafael J. Wysocki
On Monday, September 27, 2010, Nishanth Menon wrote: Paul E. McKenney had written, on 09/25/2010 07:56 PM, the following: On Sat, Sep 25, 2010 at 10:55:20PM +0200, Rafael J. Wysocki wrote: On Friday, September 24, 2010, Paul E. McKenney wrote: On Fri, Sep 24, 2010 at 07:50:40AM -0500,

Re: [linux-pm] runtime_pm_get_sync() from ISR with IRQs disabled?

2010-09-27 Thread Rafael J. Wysocki
On Monday, September 27, 2010, Alan Stern wrote: On Fri, 24 Sep 2010, Rafael J. Wysocki wrote: On Friday, September 24, 2010, Kevin Hilman wrote: Alan Stern st...@rowland.harvard.edu writes: On Thu, 23 Sep 2010, Kevin Hilman wrote: ... You're trying to fight the

Re: [RFC 1/5] OMAP: mux: Add support for control module split in several partitions

2010-09-27 Thread Cousson, Benoit
On 9/27/2010 7:36 PM, Tony Lindgren wrote: * Cousson, Benoitb-cous...@ti.com [100927 10:15]: OK for that one, that will save the extra id to store the partition in each static data, but then you will still have to store it during the init? For mux.c internal data, we can have an array of

Re: [RFC 1/5] OMAP: mux: Add support for control module split in several partitions

2010-09-27 Thread Tony Lindgren
* Cousson, Benoit b-cous...@ti.com [100927 12:54]: OK cool, let me know if I can help with something. Thanks, but that should be fine for moment. I think I should have the updated version before the end of the week. OK Just one clarification, I don't think we have to use two different

[GIT PULL v2] OMAP: clock/CM/PRM/SCM updates for OMAP4 ES2, OMAP3 CORE DVFS fix: for 2.6.37

2010-09-27 Thread Paul Walmsley
Hi Tony, Thanks for catching my mistake in the previous pull request for these patches - it inadvertently also contained the patches from the pull request OMAP: hwmod fixes and improvements for 2.6.37. This updated pull request contains just the new patches that were posted from this

[PATCH v4] power_supply: Add driver for TWL4030/TPS65950 BCI charger

2010-09-27 Thread Grazvydas Ignotas
TWL4030/TPS65950 is a multi-function device with integrated charger, which allows charging from AC or USB. This driver enables the charger and provides several monitoring functions. Tested on OMAP3 Pandora board. Signed-off-by: Grazvydas Ignotas nota...@gmail.com --- changes since v3 [1]: -

Re: [GIT PULL v2] OMAP: clock/CM/PRM/SCM updates for OMAP4 ES2, OMAP3 CORE DVFS fix: for 2.6.37

2010-09-27 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [100927 13:00]: Hi Tony, Thanks for catching my mistake in the previous pull request for these patches - it inadvertently also contained the patches from the pull request OMAP: hwmod fixes and improvements for 2.6.37. This updated pull request contains

Re: [linux-pm] runtime_pm_get_sync() from ISR with IRQs disabled?

2010-09-27 Thread Alan Stern
On Mon, 27 Sep 2010, Rafael J. Wysocki wrote: How about adding another flag to the dev_pm_info structure, to indicate that the runtime callbacks may be called in interrupt context? Maybe that will lead to problems I haven't thought of. But if it seems okay to you, I can code it up

[PATCH] OMAP: PM: Fix build when CONFIG_PM_DEBUG isn't set

2010-09-27 Thread Loïc Minier
Since 6cdee91257bee23a46dc869ca62469b67cba2c7e the references to enable_off_mode and sleep_while_idle can't be resolved when CONFIG_PM_DEBUG isn't set: arch/arm/mach-omap2/built-in.o: In function `omap_uart_restore_context': arch/arm/mach-omap2/serial.c:253: undefined reference to

Re: [linux-pm] runtime_pm_get_sync() from ISR with IRQs disabled?

2010-09-27 Thread Kevin Hilman
Alan Stern st...@rowland.harvard.edu writes: On Mon, 27 Sep 2010, Rafael J. Wysocki wrote: How about adding another flag to the dev_pm_info structure, to indicate that the runtime callbacks may be called in interrupt context? Maybe that will lead to problems I haven't thought of. But

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

2010-09-27 Thread Greg KH
On Mon, Sep 27, 2010 at 01:55:46PM -0700, Kevin Hilman wrote: [resent with correct address for Greg, sorry for duplicates.] Greg, Govindraj.R govindraj.r...@ti.com writes: This patch adds driver support for OMAP2/3/4 high speed UART. According to MAINTAINERS, you seem to be the one

Re: [PATCH] OMAP: PM: Fix build when CONFIG_PM_DEBUG isn't set

2010-09-27 Thread Loïc Minier
On Mon, Sep 27, 2010, Kevin Hilman wrote: Could you move these down into the exisint #ifdef CONFIG_PM_DEBUG a little bit later in the file (after where omap2_pm_debug.) I hesitated doing that since there were a couple of other ifdefs using CONFIG_PM_DEBUG later in the file; I will send an

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

2010-09-27 Thread Kevin Hilman
Govindraj.R govindraj.r...@ti.com writes: This patch adds driver support for OMAP2/3/4 high speed UART. Cc'ing Greg KH and Alan Cox for review of the the new serial driver in this series. Greg/Alan, this has been on linux-serial several times now with review mostly from OMAP folks. If this

Re: [PATCH 3/5] omap3: cm-t3517: add support for usb host.

2010-09-27 Thread Tony Lindgren
* Igor Grinberg grinb...@compulab.co.il [100922 01:16]: It should be okay to execute this code independent of whether the driver is built or not. The device registration can be unconditional and if there is no driver present, we won't probe anyway. The current patch looks OK to me, adding

  1   2   >