Re: [RESEND][PATCH] input: Added TSC2003

2009-06-16 Thread Thierry Reding
* Richard Röjfors wrote: On 09-06-15 20.10, Trilok Soni wrote: Hi, On Mon, Jun 15, 2009 at 8:39 PM, Richard Röjforsrichard.rojfors@mocean-labs.com wrote: Supplied is a driver for the TSC2003. There is actually a driver for TSC2007 which can be used in some cases. The platform

Re: [RESEND][PATCH] input: Added TSC2003

2009-06-16 Thread Richard Röjfors
On 09-06-16 08.20, Thierry Reding wrote: Meaning? I think I2C transaction can sleep. Yes that's what it means, and that's bad in a HR timer callback. Note that my patch to the tsc2007 to support the tsc2003 exactly fixes this problem. It moves the actual I2C transfers into a workqueue, so

[PATCH 0/2] Allows the SDRAM self refresh to work with 2 chip selects

2009-06-16 Thread Jean Pihet
Hi, Those 2 patches allow the self refresh to work in case of 2 chip selects are in use by the SDRC. It applies on top of the master branch. Regards, Jean --- OMAP3-add-support-for-2-SDRAM-chip-selects.patch OMAP3-Setup-MUX-settings-for-SDRC-CKE-signals.patch

[PATCH 1/2] OMAP3: add support for 2 SDRAM chip selects

2009-06-16 Thread Jean Pihet
Some OMAP3 boards (Beagle Cx, Overo, RX51, Pandora) have 2 SDRAM parts connected to the SDRC. This patch adds the following: - add a new argument of type omap_sdrc_params struct* to omap2_init_common_hw and omap2_sdrc_init for the 2nd CS params - adapted the OMAP boards files to the new prototype

[PATCH 2/2] OMAP3: Setup MUX settings for SDRC CKE signals

2009-06-16 Thread Jean Pihet
This patches ensures the MUX settings are correct for the SDRC CKE signals to SDRAM. This allows the self-refresh to work when 2 chip-selects are in use. A warning is thrown away in case the initial muxing is incorrect, in order to track faulty or old-dated bootloaders. Note: The CONFIG_OMAP_MUX

Re: [RESEND][PATCH] input: Added TSC2003

2009-06-16 Thread Thierry Reding
[Cc'ing Kwangwoo Lee] * Richard Röjfors wrote: On 09-06-16 08.20, Thierry Reding wrote: Meaning? I think I2C transaction can sleep. Yes that's what it means, and that's bad in a HR timer callback. Note that my patch to the tsc2007 to support the tsc2003 exactly fixes this problem.

[PATCH 3/4] ARM: OMAP1: remove duplicated #include

2009-06-16 Thread Huang Weiyi
Remove duplicated #include in arch/arm/mach-omap1/board-nokia770.c. Signed-off-by: Huang Weiyi weiyi.hu...@gmail.com --- arch/arm/mach-omap1/board-nokia770.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap1/board-nokia770.c

Re: [Linux-fbdev-devel] [PATCH 05/20] omapfb: Add support for the 2430SDP LCD

2009-06-16 Thread Imre Deak
On Sun, Jun 14, 2009 at 11:29:06PM +0200, ext Krzysztof Helt wrote: On Thu, 4 Jun 2009 20:52:30 +0300 Imre Deak imre.d...@nokia.com wrote: From: Hunyue Yau h...@mvista.com Add glue to control the 2430SDP LCD as a frame buffer device using the existing dispc.c driver under omapfb.

Re: [Linux-fbdev-devel] [PATCH 06/20] omapfb: Add support for the OMAP2EVM LCD

2009-06-16 Thread Imre Deak
On Sun, Jun 14, 2009 at 11:30:27PM +0200, ext Krzysztof Helt wrote: On Thu, 4 Jun 2009 20:52:31 +0300 Imre Deak imre.d...@nokia.com wrote: From: arun c arun.edar...@gmail.com omap2evm LCD supports VGA and QVGA resolution, by default its in VGA mode. Signed-off-by: Arun C

Re: [Linux-fbdev-devel] [PATCH 08/20] omapfb: Add support for the OMAP3 EVM LCD

2009-06-16 Thread Imre Deak
On Sun, Jun 14, 2009 at 11:33:18PM +0200, ext Krzysztof Helt wrote: On Thu, 4 Jun 2009 20:52:33 +0300 Imre Deak imre.d...@nokia.com wrote: From: Steve Sakoman st...@sakoman.com Add LCD support for OMAP3 EVM Backlight support by Arun C arunedar...@mistralsolutions.com

Re: [PATCH 11/20] omapfb: Add support for the ZOOM MDK LCD

2009-06-16 Thread Imre Deak
On Sun, Jun 14, 2009 at 11:47:16PM +0200, ext Krzysztof Helt wrote: On Thu, 4 Jun 2009 20:52:36 +0300 Imre Deak imre.d...@nokia.com wrote: [...] diff --git a/drivers/video/omap/lcd_ldp.c b/drivers/video/omap/lcd_ldp.c new file mode 100644 index 000..8925230 --- /dev/null +++

[PATCH] Remove duplicate definitions

2009-06-16 Thread Sanjeev Premi
Fixes the duplicate definitions of KEY and PERSISTENT_KEY leading to these compile-time warnings: In file included from arch/arm/mach-omap2/board-omap3evm.c:39: arch/arm/plat-omap/include/mach/keypad.h:38:1: warning: KEY redefined In file included from arch/arm/mach-omap2/board-omap3evm.c:27:

Build failure for OMAP3EVM

2009-06-16 Thread Premi, Sanjeev
Hi Tony, While trying to build kernel at current head (532bdcb); I came across this error. CC arch/arm/mach-omap2/board-omap3evm.o arch/arm/mach-omap2/board-omap3evm.c: In function 'omap3_evm_init': arch/arm/mach-omap2/board-omap3evm.c:313: error: implicit declaration of function

[PATCH 01/04] OMAP3: PM: Disable PER DPLL idle before OFF, reduces OFF latency by 20ms

2009-06-16 Thread Rajendra Nayak
If autoidle for DPLL4 is enabled in the stored scratchpad value of CM_AUTOIDLE_PLL then there is an added delay by the boot ROM when coming out of OFF mode. The patch disables this bitfield in the stored scratchpad value. This should significantly reduce CORE OFF latency and also bring down the

[PATCH 03/04] OMAP3: PM: Fix I2C voltage levels send to T2 for different Power modes

2009-06-16 Thread Rajendra Nayak
The ONLP and ONOFF values programed for both VDD1 and VDD2 were not optimal. New values used are VDD1 ON - 1.2v ONLP - 1.0v ONRET - .975v ONOFF - .6v VDD2 ON - 1.15v ONLP - 1.0v ONRET - .975v ONOFF - .6v Signed-off-by: Rajendra Nayak rna...@ti.com --- arch/arm/mach-omap2/pm34xx.c | 16

[PATCH 02/04] OMAP3: PM: Prevent AUTO_RET and AUTO_OFF being enabled simultaneously

2009-06-16 Thread Rajendra Nayak
There is a design requirement in OMAP3 that Auto_RET and AUTO_OFF should not be set together. The PRCM FSM has been coded assuming that SW will set either auto_ret or auto_off bit depending on whether the core has been programmed to go into open switched logic retention state or OFF state. They

[PATCH 04/04] OMAP3: PM: Update sleep/wakeup sequence and device grp associations

2009-06-16 Thread Rajendra Nayak
This patch enables CONFIG_TWL4030_POWER in omap_3430sdp_pm_defconfig and updates the sleep and wake sequence for 3430sdp. Sleep sequence: -1-Turn off HFCLKOUT -2-Turn off Vdd1 -3-Turn off Vdd2 -4-Turn off VPLL1 Wakeup p3 sequence -1-Turn on HFCLKOUT Wakeup P12 sequence -1-Turn on HFCLKOUT

Re: [PATCH 02/04] OMAP3: PM: Prevent AUTO_RET and AUTO_OFF being enabled simultaneously

2009-06-16 Thread Högander Jouni
ext Rajendra Nayak rna...@ti.com writes: There is a design requirement in OMAP3 that Auto_RET and AUTO_OFF should not be set together. The PRCM FSM has been coded assuming that SW will set either auto_ret or auto_off bit depending on whether the core has been programmed to go into open

Re: [PATCH 01/04] OMAP3: PM: Disable PER DPLL idle before OFF, reduces OFF latency by 20ms

2009-06-16 Thread Högander Jouni
ext Rajendra Nayak rna...@ti.com writes: If autoidle for DPLL4 is enabled in the stored scratchpad value of CM_AUTOIDLE_PLL then there is an added delay by the boot ROM when coming out of OFF mode. The patch disables this bitfield in the stored scratchpad value. This should significantly

RE: [PATCH 1/1] OMAP3:WDT:Enable clk in probe, trigger timer reload

2009-06-16 Thread Premi, Sanjeev
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Hugo Vincent Sent: Saturday, June 13, 2009 9:28 AM To: Kevin Hilman Cc: Hald, Ulrik Bech; linux-omap@vger.kernel.org Subject: Re: [PATCH 1/1] OMAP3:WDT:Enable clk in

RE: [PATCH 02/04] OMAP3: PM: Prevent AUTO_RET and AUTO_OFF being enabled simultaneously

2009-06-16 Thread Nayak, Rajendra
-Original Message- From: Högander Jouni [mailto:jouni.hogan...@nokia.com] Sent: Tuesday, June 16, 2009 6:10 PM To: Nayak, Rajendra Cc: linux-omap@vger.kernel.org; Derrick, David; Woodruff, Richard Subject: Re: [PATCH 02/04] OMAP3: PM: Prevent AUTO_RET and AUTO_OFF being enabled

RE: [PATCH 01/04] OMAP3: PM: Disable PER DPLL idle before OFF, reduces OFF latency by 20ms

2009-06-16 Thread Nayak, Rajendra
-Original Message- From: Högander Jouni [mailto:jouni.hogan...@nokia.com] Sent: Tuesday, June 16, 2009 6:23 PM To: Nayak, Rajendra Cc: linux-omap@vger.kernel.org; Derrick, David; Woodruff, Richard Subject: Re: [PATCH 01/04] OMAP3: PM: Disable PER DPLL idle before OFF, reduces OFF

RE: [PATCH 1/1] OMAP3:WDT:Enable clk in probe, trigger timer reload

2009-06-16 Thread Hald, Ulrik Bech
-Original Message- From: Premi, Sanjeev Sent: Tuesday, June 16, 2009 8:01 AM To: Hugo Vincent; Kevin Hilman Cc: Hald, Ulrik Bech; linux-omap@vger.kernel.org Subject: RE: [PATCH 1/1] OMAP3:WDT:Enable clk in probe, trigger timer reload -Original Message- From:

[PATCH v3 0/2] watchdog:OMAP3:Add support for IVA2, SECURE WDTs

2009-06-16 Thread Ulrik Bech Hald
This patch series enables support for IVA2 and SECURE WDTs, available on omap34xx. The WDTs will be accessible (when present on device) through: MPU:/dev/watchdog SECURE: /dev/watchdog_secure IVA:/dev/watchdog_iva2 Tested on Zoom1 OMAP3 platform Signed-off-by: Ulrik Bech Hald u...@ti.com

[PATCH v3 2/2] watchdog:OMAP3:Enable support for IVA2 and SECURE

2009-06-16 Thread Ulrik Bech Hald
This patch enables the IVA2 and SECURE WDTs in the omap_wdt driver for omap34xx family. SECURE will be available as /dev/watchdog_secure on HS/EMU devices and IVA2 will be available as /dev/watchdog_iva2. MPU will still be available as /dev/watchdog Tested on Zoom1 OMAP3 platform Signed-off-by:

[PATCH v3 1/2] watchdog:OMAP3:Register IVA and SECURE WDT, make clks accessible

2009-06-16 Thread Ulrik Bech Hald
Enabling registration of IVA and SECURE WDT devices. Making ick and fck for IVA and SECURE WDTs accessible. Tested on Zoom1 OMAP3 platform Signed-off-by: Ulrik Bech Hald u...@ti.com --- This patch has a dependency on: compilation: PATCH 1/2] OMAP2/3: SoC IDs: add omap_type() for determining

Re: [PATCH 01/04] OMAP3: PM: Disable PER DPLL idle before OFF, reduces OFF latency by 20ms

2009-06-16 Thread Kevin Hilman
Rajendra Nayak rna...@ti.com writes: If autoidle for DPLL4 is enabled in the stored scratchpad value of CM_AUTOIDLE_PLL then there is an added delay by the boot ROM when coming out of OFF mode. The patch disables this bitfield in the stored scratchpad value. This should significantly reduce

Re: [PATCH 02/04] OMAP3: PM: Prevent AUTO_RET and AUTO_OFF being enabled simultaneously

2009-06-16 Thread Kevin Hilman
Nayak, Rajendra rna...@ti.com writes: From: Högander Jouni [mailto:jouni.hogan...@nokia.com] ext Rajendra Nayak rna...@ti.com writes: There is a design requirement in OMAP3 that Auto_RET and AUTO_OFF should not be set together. The PRCM FSM has been coded assuming that SW will set either

Re: Please help in adding ams-delta support to ASoC

2009-06-16 Thread Janusz Krzysztofik
Jarkko Nikula wrote: On Mon, 15 Jun 2009 15:22:34 +0200 Janusz Krzysztofik jkrzy...@tis.icnet.pl wrote: - original patch ported to the last l-o commit supporting omap-alsa: - playback: works as before, - capture: both /dev/dsp and arecord give null output, but DMA interrupts still

RE: [PATCH] OMAP3: MMC: Add mux for pins

2009-06-16 Thread Pandita, Vikram
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Monday, June 15, 2009 6:05 AM To: Hugo Vincent Cc: Pandita, Vikram; linux-omap@vger.kernel.org; Chikkature Rajashekar, Madhusudhan Subject: Re: [PATCH] OMAP3: MMC: Add mux for pins * Hugo Vincent

Re: [PATCH 1/2] watchdog:OMAP3:Register IVA and SECURE WDT, make clks accessible

2009-06-16 Thread Kevin Hilman
Ulrik Bech Hald u...@ti.com writes: Enabling registration of IVA and SECURE WDT devices. Making ick and fck for IVA and SECURE WDTs accessible. Signed-off-by: Ulrik Bech Hald u...@ti.com --- This patch has a dependency on: PATCH 1/2] OMAP2/3: SoC IDs: add omap_type() for determining

Re: [PATCH 2/2] watchdog:OMAP3:Enable support for IVA2 and SECURE

2009-06-16 Thread Kevin Hilman
Ulrik Bech Hald u...@ti.com writes: This patch enables the IVA2 and SECURE WDTs in the omap_wdt driver for omap34xx family. SECURE will be available as /dev/watchdog_secure on HS/EMU devices and IVA2 will be available as /dev/watchdog_iva2. MPU will still be available as /dev/watchdog

Re: [PATCH] OMAP3: MMC: Add mux for pins

2009-06-16 Thread Kevin Hilman
Pandita, Vikram vikram.pand...@ti.com writes: -Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Monday, June 15, 2009 6:05 AM To: Hugo Vincent Cc: Pandita, Vikram; linux-omap@vger.kernel.org; Chikkature Rajashekar, Madhusudhan Subject: Re: [PATCH] OMAP3: MMC: Add mux

RE: [PATCH 01/04] OMAP3: PM: Disable PER DPLL idle before OFF, reduces OFF latency by 20ms

2009-06-16 Thread Derrick, David
Kevin, There is a feature to auto idle DPLLs. The DPLLs will go into a bypass mode when not needed. The boot ROM restores some PRCM registers from scratchpad memory when waking up from the OFF power mode. The procedure in the boot ROM is to restore the DPLL4 settings and then poll until the

RE: [PATCH] OMAP3: MMC: Add mux for pins

2009-06-16 Thread Pandita, Vikram
From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Pandita, Vikram vikram.pand...@ti.com writes: -Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Monday, June 15, 2009 6:05 AM To: Hugo Vincent Cc: Pandita, Vikram; linux-omap@vger.kernel.org; Chikkature

Re: [PULL REQUEST] omapfb: Add support for new LCDs / misc fixes

2009-06-16 Thread Krzysztof Helt
On Thu, 11 Jun 2009 15:02:06 +0300 Imre Deak imre.d...@nokia.com wrote: Hi, the following pull request is for the patchset updated based on your comments: The following changes since commit 07a2039b8eb0af4ff464efd3dfd95de5c02648c6: Linus Torvalds (1): Linux 2.6.30 are

Re: [PATCH 02/04] OMAP3: PM: Prevent AUTO_RET and AUTO_OFF being enabled simultaneously

2009-06-16 Thread Kevin Hilman
Hi David, Thanks for the extra clarifications. Is this Table you sent in the TRM somewhere? I don't find it in my ES3.1 NDA TRM ver. P. For the various C-states in CPUidle, we do indeed have various combinations of MPU and CORE state, from cpuidle34xx.c: /* omap3_init_power_states -

OMAP3 PM: off-mode during idle, problem with UART1 console

2009-06-16 Thread Kevin Hilman
Rajendra, Richard, Hoping you can shed some light, or give me some direction on where to debug this further... With the latest PM branch, I've notice that off-while idle isn't working on the SDP, but the same kernel works fine on the RX51. RET-while-idle works fine on both. This is with CPUidle

RE: Linux OMAP 2.6.30 kernel not booting

2009-06-16 Thread Gunasekera, Nipuna
Thanks Vikram. I'm able to move further in the booting process using arm-2008q3-72. However, I'm still getting a kernel panic and I'm not sure why. If you or some others have experienced this please let me know. 1656148 bytes read ## Booting image at 80c0 ...

RE: Linux OMAP 2.6.30 kernel not booting

2009-06-16 Thread Pandita, Vikram
-Original Message- From: Gunasekera, Nipuna Sent: Tuesday, June 16, 2009 5:45 PM To: Pandita, Vikram; linux-omap@vger.kernel.org Subject: RE: Linux OMAP 2.6.30 kernel not booting Thanks Vikram. I'm able to move further in the booting process using arm-2008q3-72. However, I'm still