Re: [PATCH] Fix IGEPv2 second MMC channel power supply

2010-11-15 Thread Enric Balletbò i Serra
Hi, 2010/11/14 Marc Zyngier m...@misterjones.org: On Sun, 14 Nov 2010 19:11:46 +0100 Enric Balletbò i Serra eballe...@gmail.com wrote: Why we need to define an unexistent regulator in board file ? This should not be done enabling the CONFIG_DUMMY_REGULATOR in your kernel configuration  ?

RE: [PATCH 1/3] OMAP: DSS2: Add generic DPI panel display driver

2010-11-15 Thread Taneja, Archit
Hi, Bryan Wu wrote: On Mon, Nov 15, 2010 at 12:05 PM, Taneja, Archit arc...@ti.com wrote: Hi, bryan...@canonical.com wrote: On Wed, Nov 10, 2010 at 10:35 PM, Tomi Valkeinen [snip] For both panel power on and off some panels require some sleep times: when powering on, the video

omap4: hsmmc: Fix improper card detection while booting

2010-11-15 Thread kishore kadiyala
While booting OMAP4 ES2.0 boards, cards on MMC1 and MMC2 controllers are not getting detected some times. During reset of command/data line, wrong pointer to base address was passed while read operation to SYSCTL register, thus impacting the updated reset logic. Passing correct base address fixes

Re: omap4: hsmmc: Fix improper card detection while booting

2010-11-15 Thread Felipe Balbi
On Mon, Nov 15, 2010 at 03:08:59AM -0600, Kadiyala, Kishore wrote: While booting OMAP4 ES2.0 boards, cards on MMC1 and MMC2 controllers are not getting detected some times. During reset of command/data line, wrong pointer to base address was passed while read operation to SYSCTL register, thus

Re: [PATCH 1/3] OMAP: DSS2: Add generic DPI panel display driver

2010-11-15 Thread Tomi Valkeinen
On Sun, 2010-11-14 at 02:42 +0100, ext Bryan Wu wrote: On Wed, Nov 10, 2010 at 10:35 PM, Tomi Valkeinen tomi.valkei...@nokia.com wrote: Hi, On Tue, 2010-11-09 at 18:12 +0100, ext Bryan Wu wrote: Generic DPI panel driver includes the driver and 4 similar panel configurations. It will

RE: [PATCH v4 1/9] OMAP3: PM: Adding voltage driver support for OMAP3

2010-11-15 Thread Gopinath, Thara
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Thursday, November 11, 2010 12:30 AM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; p...@pwsan.com; Cousson, Benoit; Sripathy, Vishwanath; Sawant, Anand Subject: Re: [PATCH v4 1/9] OMAP3: PM: Adding

Re: BeagleBoard not resuming from uart with latest pm-core ?

2010-11-15 Thread Thomas Petazzoni
Hello, On Wed, 10 Nov 2010 09:32:53 -0800 Kevin Hilman khil...@deeprootsystems.com wrote: The other problem that I'm aware of so far I've only seen on boards with UART2 console (beagle, Overo, n900.) The printk messages that warn of 'new worst case [de]activate latency seem to be racing with

RE: [PATCH v4 7/9] OMAP3: PM: Adding debug support to Voltage and Smartreflex drivers

2010-11-15 Thread Gopinath, Thara
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Thursday, November 11, 2010 12:43 AM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; p...@pwsan.com; Cousson, Benoit; Sripathy, Vishwanath; Sawant, Anand Subject: Re: [PATCH v4 7/9] OMAP3: PM: Adding

RE: [PATCH v3 2/6] OMAP4: Adding voltage driver support

2010-11-15 Thread Gopinath, Thara
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Thursday, November 11, 2010 12:52 AM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; p...@pwsan.com; Cousson, Benoit; Sripathy, Vishwanath; Sawant, Anand Subject: Re: [PATCH v3 2/6] OMAP4: Adding voltage

RE: [PATCH v2 04/14] OMAP: Introduce API to register a device with a voltagedomain

2010-11-15 Thread Gopinath, Thara
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Thursday, November 11, 2010 6:19 AM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; p...@pwsan.com; Cousson, Benoit; Sripathy, Vishwanath; Sawant, Anand Subject: Re: [PATCH v2 04/14] OMAP: Introduce API

RE: [PATCH v2 05/14] OMAP: Introduce device specific set rate and get rate in omap_device structure

2010-11-15 Thread Gopinath, Thara
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Friday, November 12, 2010 4:29 AM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; p...@pwsan.com; Cousson, Benoit; Sripathy, Vishwanath; Sawant, Anand Subject: Re: [PATCH v2 05/14] OMAP: Introduce device

RE: [PATCH] OMAP: DSS2: OMAPFB: Fix null pointer check

2010-11-15 Thread Nilofer, Samreen
Belisko Marek wrote: On Fri, Nov 12, 2010 at 12:47 PM, Samreen samr...@ti.com wrote: A null pointer check added. Signed-off-by: Samreen samr...@ti.com ---  drivers/video/omap2/omapfb/omapfb-main.c |    2 ++  1 files changed, 2 insertions(+), 0 deletions(-) diff --git

RE: [PATCH] OMAP: DSS2: OMAPFB: Fix null pointer check

2010-11-15 Thread Nilofer, Samreen
Ville Syrjälä wrote: On Fri, Nov 12, 2010 at 12:47:15PM +0100, ext Samreen wrote: A null pointer check added. Signed-off-by: Samreen samr...@ti.com --- drivers/video/omap2/omapfb/omapfb-main.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

Re: BeagleBoard not resuming from uart with latest pm-core ?

2010-11-15 Thread Thomas Petazzoni
On Mon, 15 Nov 2010 11:50:05 +0100 Thomas Petazzoni thomas.petazz...@free-electrons.com wrote: # echo enabled /sys/class/tty/ttyO2/power/wakeup # echo mem /sys/power/state [ 227.685028] PM: Syncing filesystems ... done. [ 227.699432] Freezing user space processes ... (elapsed 0.01

linux-next 20101115 fails to boot on zoom3

2010-11-15 Thread Anand Gadiyar
Hi all, Linux-next as of 20101115 fails to boot up on a zoom3. earlyprintk throws the following crash. [0.00] MUX: Add partition: #1: core, flags: 0 [0.00] Unable to handle kernel paging request at virtual address 01000268 [0.00] pgd = c0004000 [0.00] [01000268

Re: BeagleBoard not resuming from uart with latest pm-core ?

2010-11-15 Thread Govindraj
On Mon, Nov 15, 2010 at 6:43 PM, Thomas Petazzoni thomas.petazz...@free-electrons.com wrote: On Mon, 15 Nov 2010 11:50:05 +0100 Thomas Petazzoni thomas.petazz...@free-electrons.com wrote: # echo enabled /sys/class/tty/ttyO2/power/wakeup # echo mem /sys/power/state [  227.685028] PM:

RE: [PATCH v2 06/14] OMAP: Voltage layer changes to support DVFS.

2010-11-15 Thread Gopinath, Thara
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Friday, November 12, 2010 5:04 AM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; p...@pwsan.com; Cousson, Benoit; Sripathy, Vishwanath; Sawant, Anand Subject: Re: [PATCH v2 06/14] OMAP: Voltage layer

Re: BeagleBoard not resuming from uart with latest pm-core ?

2010-11-15 Thread Thomas Petazzoni
Hello Govindraj, On Mon, 15 Nov 2010 19:24:05 +0530 Govindraj govindraj...@gmail.com wrote: Can you check if you have below two patches in the kernel you have? http://www.spinics.net/lists/linux-serial/msg02684.html http://www.spinics.net/lists/linux-serial/msg02683.html If not there can

Re: [PATCH v3 0/2] OMAP3: Display Support

2010-11-15 Thread Tomi Valkeinen
On Mon, 2010-11-15 at 07:09 +0100, ext Samreen wrote: This patch series adds the Display Support for OMAP3 platforms and the corresponding changes in the board files. Version3: - Rebase to the latest LO Version2: - Optimised to configure INTBR from gpio to PWM1 mode setting and

RE: [PATCH v3 1/6] OMAP4: Add the new voltage to vsel calculation formula

2010-11-15 Thread Gopinath, Thara
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Thursday, November 04, 2010 10:54 PM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; p...@pwsan.com; khil...@deeprootsystems.com; Cousson, Benoit; Sripathy, Vishwanath; Sawant, Anand Subject: Re: [PATCH v3 1/6]

RE: [PATCH v3 3/6] OMAP4: PM: Program correct init voltages for scalable VDDs

2010-11-15 Thread Gopinath, Thara
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Thursday, November 04, 2010 10:50 PM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; p...@pwsan.com; khil...@deeprootsystems.com; Cousson, Benoit; Sripathy, Vishwanath; Sawant, Anand Subject: Re: [PATCH v3 3/6]

RE: [PATCH v4 1/9] OMAP3: PM: Adding voltage driver support for OMAP3

2010-11-15 Thread Gopinath, Thara
-Original Message- From: Sripathy, Vishwanath Sent: Thursday, November 11, 2010 11:30 AM To: Gopinath, Thara; linux-omap@vger.kernel.org Cc: p...@pwsan.com; khil...@deeprootsystems.com; Cousson, Benoit; Sawant, Anand Subject: RE: [PATCH v4 1/9] OMAP3: PM: Adding voltage driver support

Re: [PATCH v4 2/7] OMAP: DSS2: Represent DISPC register defines with channel as parameter

2010-11-15 Thread Tomi Valkeinen
Hi, On Mon, 2010-11-08 at 13:24 +0100, ext Archit Taneja wrote: From: Sumit Semwal sumit.sem...@ti.com Introduce new enum members for LCD2 Channel and corresponding Overlay Manager. Represent some of the DISPC register defines with channel as a parameter to differentiate between LCD,

RE: omap4: hsmmc: Fix improper card detection while booting

2010-11-15 Thread Madhusudhan
-Original Message- From: linux-mmc-ow...@vger.kernel.org [mailto:linux-mmc- ow...@vger.kernel.org] On Behalf Of kishore kadiyala Sent: Monday, November 15, 2010 3:09 AM To: linux-...@vger.kernel.org; linux-omap@vger.kernel.org Subject: omap4: hsmmc: Fix improper card detection

[PATCH] omap4: enable L2 prefetching

2010-11-15 Thread Nishanth Menon
From: Mans Rullgard m...@mansr.com Enabling L2 prefetching improves performance as shown on Panda ES2.1 board with mem test, and it has measurable impact on performances. I think we should consider it, even though it damages writes a bit. (rebased to k.org) Usually the prefetch is used at both

Re: [PATCH] omap4: enable L2 prefetching

2010-11-15 Thread Måns Rullgård
Nishanth Menon n...@ti.com writes: From: Mans Rullgard m...@mansr.com Enabling L2 prefetching improves performance as shown on Panda ES2.1 board with mem test, and it has measurable impact on performances. I think we should consider it, even though it damages writes a bit. (rebased to

RE: [PATCH v2] OMAP4: Extend clock database.

2010-11-15 Thread Paul Walmsley
Hi Thara, On Mon, 15 Nov 2010, Gopinath, Thara wrote: -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Saturday, October 30, 2010 3:07 PM Please don't remove this comment unless you're also adding the ES1 clocks back. I did not remove this. The script did

Re: linux-next 20101115 fails to boot on zoom3

2010-11-15 Thread Tony Lindgren
* Anand Gadiyar gadi...@ti.com [101115 05:19]: Hi all, Linux-next as of 20101115 fails to boot up on a zoom3. earlyprintk throws the following crash. [0.00] MUX: Add partition: #1: core, flags: 0 [0.00] Unable to handle kernel paging request at virtual address 01000268

[PATCH v3 2/3] omap4: opp: add OPP table data

2010-11-15 Thread Nishanth Menon
This patch adds OPP tables for OMAP4. New file has been added to keep the OMAP4 opp tables and the registration of these tables with the generic opp framework by OMAP SoC OPP interface. Based on:

[PATCH v3 0/3] OMAP: Add opp data

2010-11-15 Thread Nishanth Menon
Series version 3 incorporating changes for the comments for using device_initcall to initialize the opp layer patches based on kernel.org 2.6.37-rc1 V2: http://marc.info/?t=12875366533r=1w=2 Kevin Hilman (1): OMAP3: remove OPP interfaces from OMAP PM layer Nishanth Menon (2): omap:

[PATCH v3 1/3] omap: opp: add OMAP3 OPP table data and common init

2010-11-15 Thread Nishanth Menon
Add OPP data for OMAP34xx and OMAP36xx and initialization functions to populate OPP tables based on current SoC. introduce an OMAP generic opp initialization routine which OMAP3 and OMAP4+ SoCs can use to register their OPP definitions. Signed-off-by: Kevin Hilman khil...@deeprootsystems.com

[PATCH v3 3/3] OMAP3: remove OPP interfaces from OMAP PM layer

2010-11-15 Thread Nishanth Menon
From: Kevin Hilman khil...@deeprootsystems.com With new OPP layer, OPP users will access OPP API directly instead of using OMAP PM layer, so remove all notions of OPPs from the OMAP PM layer. Signed-off-by: Nishanth Menon n...@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com ---

Re: BeagleBoard not resuming from uart with latest pm-core ?

2010-11-15 Thread Kevin Hilman
Thomas Petazzoni thomas.petazz...@free-electrons.com writes: On Mon, 15 Nov 2010 11:50:05 +0100 Thomas Petazzoni thomas.petazz...@free-electrons.com wrote: # echo enabled /sys/class/tty/ttyO2/power/wakeup # echo mem /sys/power/state [ 227.685028] PM: Syncing filesystems ... done. [

Re: [PATCH v4 1/9] OMAP3: PM: Adding voltage driver support for OMAP3

2010-11-15 Thread Kevin Hilman
Gopinath, Thara th...@ti.com writes: [...] cpu_is_* checks are only acceptable at init time. This one happens during every scale. These VC settings should be set at init time only. Same issue with forceupdate_scale. These masks are needed only in vc bypass voltage scaling API. I was

Re: [PATCH 2/7] OMAP: mux: Add support for control module split in several partitions

2010-11-15 Thread Tony Lindgren
* Benoit Cousson b-cous...@ti.com [10 13:26]: Starting on OMAP4, the pin mux configuration is located in two different partitions of the control module (CODE_PAD and WKUP_PAD). The first one is inside the core power domain whereas the second one is inside the wakeup. - Add the capability

Re: [PATCH v3 0/2] OMAP3: Display Support

2010-11-15 Thread Tony Lindgren
* Tomi Valkeinen tomi.valkei...@nokia.com [101115 06:32]: On Mon, 2010-11-15 at 07:09 +0100, ext Samreen wrote: This patch series adds the Display Support for OMAP3 platforms and the corresponding changes in the board files. Version3: - Rebase to the latest LO Version2: -

[GIT PULL] omap fixes for 2.6.37-rc1

2010-11-15 Thread Tony Lindgren
Hi Linus, Please pull some trivial omap fixes from: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus Regards, Tony The following changes since commit c8ddb2713c624f432fa5fe3c7ecffcdda46ea0d4: Linux 2.6.37-rc1 (2010-11-01 07:54:12 -0400) are

Re: [PATCH 2/7] OMAP: mux: Add support for control module split in several partitions

2010-11-15 Thread Cousson, Benoit
Hi Tony, On 11/15/2010 9:03 PM, Tony Lindgren wrote: * Benoit Coussonb-cous...@ti.com [10 13:26]: Starting on OMAP4, the pin mux configuration is located in two different partitions of the control module (CODE_PAD and WKUP_PAD). The first one is inside the core power domain whereas the

Re: [PATCH v4 7/9] OMAP3: PM: Adding debug support to Voltage and Smartreflex drivers

2010-11-15 Thread Kevin Hilman
Gopinath, Thara th...@ti.com writes: -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Thursday, November 11, 2010 12:43 AM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; p...@pwsan.com; Cousson, Benoit; Sripathy, Vishwanath; Sawant, Anand Subject: Re:

Re: [PATCH 0/5] OMAP4: mux: Initialise OMAP4 mux pins.

2010-11-15 Thread Cousson, Benoit
Hi Sricharan, On 11/15/2010 8:38 AM, R, Sricharan wrote: This series updates the core device drivers to use mux framework for OMAP4 SDP and PANDA board. It's generated against the linux-omap master branch. It has a dependency on the Benoit's omap4 mux data series.

Re: [PATCH v3 1/3] omap: opp: add OMAP3 OPP table data and common init

2010-11-15 Thread Thomas Petazzoni
Hello, On Mon, 15 Nov 2010 13:27:39 -0600 Nishanth Menon n...@ti.com wrote: +++ b/arch/arm/mach-omap2/opp3xxx_data.h + +static struct omap_opp_def __initdata omap34xx_opp_def_list[] = { + +static struct omap_opp_def __initdata omap36xx_opp_def_list[] = { Do we really want to have structure

Re: [PATCH v3 1/3] omap: opp: add OMAP3 OPP table data and common init

2010-11-15 Thread Nishanth Menon
Thomas Petazzoni had written, on 11/15/2010 04:51 PM, the following: Hello, On Mon, 15 Nov 2010 13:27:39 -0600 Nishanth Menon n...@ti.com wrote: +++ b/arch/arm/mach-omap2/opp3xxx_data.h + +static struct omap_opp_def __initdata omap34xx_opp_def_list[] = { + +static struct omap_opp_def

RE: [PATCH v3 0/2] OMAP3: Display Support

2010-11-15 Thread Nilofer, Samreen
Tony Lindgren wrote: * Tomi Valkeinen tomi.valkei...@nokia.com [101115 06:32]: On Mon, 2010-11-15 at 07:09 +0100, ext Samreen wrote: This patch series adds the Display Support for OMAP3 platforms and the corresponding changes in the board files. Version3: - Rebase to the latest LO

[Repost][PATCH v3 0/2] OMAP3: Display Support

2010-11-15 Thread Samreen
This patch series adds the Display Support for OMAP3 platforms and the corresponding changes in the board files. Version3: - Rebase to the latest LO Version2: - Optimised to configure INTBR from gpio to PWM1 mode setting and enabling of the PWM1 mode only when its not in PWM1 mode.

[Repost][PATCH v3 1/2] OMAP3: ZOOM2/3/3630SDP: Add display board file for OMAP3

2010-11-15 Thread Samreen
From: Kishore Y kishor...@ti.com Board-zoom-display.c added as a common file for display functionality on boards zoom2, zoom3 and 3630sdp. Signed-off-by: Mukund Mittal mmit...@ti.com Signed-off-by: Kishore Y kishor...@ti.com Signed-off-by: Rajkumar N rajkumar.nagara...@ti.com Signed-off-by:

[Repost][PATCH v3 2/2] OMAP3: Enable display on ZOOM2/3/3630SDP

2010-11-15 Thread Samreen
From: Kishore Y kishor...@ti.com Enable Display on zoom2, zoom3 and 3630sdp boards. Signed-off-by: Mukund Mittal mmit...@ti.com Signed-off-by: Kishore Y kishor...@ti.com Signed-off-by: Samreen samr...@ti.com --- arch/arm/mach-omap2/board-3630sdp.c |1 + arch/arm/mach-omap2/board-zoom2.c |

[PATCH 0/3] OMAP: DSS2: introduce generic panel display driver (try #6)

2010-11-15 Thread Bryan Wu
There are 4 duplicated DPI panel drivers in DSS2 display driver. They are similar and a generic DPI panel driver can support all them with specific panel configuration. And new DPI panel driver can be easily supported by adding panel configurations into generic panel DPI driver. This patchset

[PATCH 1/3] OMAP: DSS2: Add generic DPI panel display driver

2010-11-15 Thread Bryan Wu
Generic DPI panel driver includes the driver and 4 similar panel configurations. It will match the panel name which is passed from platform data and setup the right configurations. With generic DPI panel driver, we can remove those 4 duplicated panel display drivers. In the future, it is simple

[PATCH 2/3] OMAP: use generic DPI panel driver in board files

2010-11-15 Thread Bryan Wu
Still keep sharp_ls_panel, since the sharp_ls_panel driver contains blacklight control driver code which will be moved out later. Then we can use generic DPI driver for sharp_ls_panel. Signed-off-by: Bryan Wu bryan...@canonical.com --- arch/arm/mach-omap2/board-3430sdp.c | 12 +---

[PATCH 3/3] OMAP: DSS2: remove generic DPI panel driver duplicated panel drivers

2010-11-15 Thread Bryan Wu
Still keep sharp_ls_panel driver, because it contains blacklight control driver. Signed-off-by: Bryan Wu bryan...@canonical.com --- drivers/video/omap2/displays/Kconfig | 18 -- drivers/video/omap2/displays/Makefile |3 -

RE: [PATCH v4 2/7] OMAP: DSS2: Represent DISPC register defines with channel as parameter

2010-11-15 Thread Taneja, Archit
Hi, Tomi Valkeinen wrote: Hi, On Mon, 2010-11-08 at 13:24 +0100, ext Archit Taneja wrote: From: Sumit Semwal sumit.sem...@ti.com Introduce new enum members for LCD2 Channel and corresponding Overlay Manager. Represent some of the DISPC register defines with channel as a parameter to

RE: [PATCH 0/5] OMAP4: mux: Initialise OMAP4 mux pins.

2010-11-15 Thread R, Sricharan
Adding people in CC. This series updates the core device drivers to use mux framework for OMAP4 SDP and PANDA board. It's generated against the linux-omap master branch. It has a dependency on the Benoit's omap4 mux data series. http://www.spinics.net/lists/linux-omap/msg40039.html

Re: [PATCH v4 1/1] OMAP2: Spi: Force CS to be in inactive state after off-mode transition

2010-11-15 Thread Grant Likely
On Sat, Nov 13, 2010 at 12:44:42AM +0100, Gregory CLEMENT wrote: When SPI wake up from OFF mode, CS is in the wrong state: force it to the inactive state. During the system life, I monitored the CS behavior using a oscilloscope. I also activated debug in omap2_mcspi, so I saw when driver