Re: [PATCH] arm: omap1/2/3/4: convert clocksource to a platform_driver

2010-04-06 Thread Felipe Balbi
Hi, On Tue, Apr 06, 2010 at 12:57:16AM +0200, ext Kevin Hilman wrote: What' you've created is not a generic clocksource driver but one that can only work with the 32k sync timer. so I achieved my goal, which was to convert *32k-sync timer* into a platform_driver. If you're going to create

Re: [PATCH] omap: Add I2C bus 1 initialisation for OMAP2430

2010-04-06 Thread Felipe Balbi
On Tue, Apr 06, 2010 at 08:23:33AM +0200, ext Viral Mehta wrote: Initialize isp1301 FS USB transceiver and add I2C bus1 initialization code for OMAP2430 Signed-off-by: Viral Mehta viral.me...@lntinfotech.com this should go through linux-omap --- arch/arm/mach-omap2/board-2430sdp.c | 10

Re: [PATCH] omap: Add OHCI USB platform init for OMAP2430

2010-04-06 Thread Felipe Balbi
On Tue, Apr 06, 2010 at 08:25:25AM +0200, ext Viral Mehta wrote: Add platform init code for OHCI USB on OMAP2430 Signed-off-by: Viral Mehta viral.me...@lntinfotech.com this one too --- arch/arm/mach-omap2/board-2430sdp.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-)

Re: [PATCH] omap: select ARCH_OMAP_OTG for OMAP2430

2010-04-06 Thread Felipe Balbi
On Tue, Apr 06, 2010 at 08:26:30AM +0200, ext Viral Mehta wrote: Configuration for OMAP2430 should select ARCH_OMAP_OTG just like it is done for OMAP2420 Signed-off-by: Viral Mehta viral.me...@lntinfotech.com and this --- arch/arm/mach-omap2/Kconfig |1 + 1 files changed, 1

RE: [PATCH] OMAP: GPIO: Fix OMAP4 GPIO reg access issues

2010-04-06 Thread Varadarajan, Charulatha
Tony, If there are no review comments, can you please push this patch? -V Charulatha -Original Message- From: Varadarajan, Charulatha Sent: Monday, March 22, 2010 8:08 PM To: linux-omap@vger.kernel.org Cc: Varadarajan, Charulatha Subject: [PATCH] OMAP: GPIO: Fix OMAP4 GPIO reg

Re: [PATCH 0/5] OMAP: RX51: Add LCD Panel Support for N900

2010-04-06 Thread Arnaud Ebalard
Hi Roger, Roger Quadros roger.quad...@nokia.com writes: These patches get the N900 LCD panel working. Apply's cleanly on 2.6.34-rc2 Pre-requisites: https://patchwork.kernel.org/patch/86318/ https://patchwork.kernel.org/patch/86319/ https://patchwork.kernel.org/patch/86320/ First, thanks

RE: USB on omap2430

2010-04-06 Thread Gadiyar, Anand
Felipe Balbi wrote: On Mon, Apr 05, 2010 at 07:32:06PM +0530, Viral Mehta wrote: After adding the above code, isp1301's probe is called but that fails before it does otg_set_transceiver() And I am debugging further on that path. ok, cool. When you get that done, please send a

Re: [PATCH 0/5] OMAP: RX51: Add LCD Panel Support for N900

2010-04-06 Thread Roger Quadros
Hi, ext Arnaud Ebalard wrote: Hi Roger, Roger Quadros roger.quad...@nokia.com writes: These patches get the N900 LCD panel working. Apply's cleanly on 2.6.34-rc2 Pre-requisites: https://patchwork.kernel.org/patch/86318/ https://patchwork.kernel.org/patch/86319/

[PM-WIP-OPP][PATCH] OMAP3 PM: Fix issue with opp_find_freq_floor

2010-04-06 Thread Vishwanath BS
opp_find_freq_floor should return the lower enabled* OPP from a starting freq from a start opp list. But current code returns next lower opp. This patch fixes this issue. Signed-off-by: Vishwanath BS vishwanath...@ti.com --- diff --git a/arch/arm/plat-omap/opp.c b/arch/arm/plat-omap/opp.c index

[PM-WIP-OPP][PATCH] OMAP3630 PM: Update for OPP 1GHz

2010-04-06 Thread Vishwanath BS
It is found that system is not very stable with current 1GHz OPP configuration (a...@1g, i...@880m, v...@1.31v) and it has been recommended to use below configuration for stable 1GHz OPP. (a...@1g, i...@800m, v...@1.35v). Signed-off-by: Vishwanath BS vishwanath...@ti.com --- diff --git

[PATCH 0/2] OMAP: Flash device support 3630 sdp board

2010-04-06 Thread Sukumar Ghorai
Sukumar Ghorai (2): OMAP3630SDP: Add support for Flash OMAP3630SDP: enable Flash device support arch/arm/mach-omap2/Makefile |1 + arch/arm/mach-omap2/board-3630sdp.c | 111 + arch/arm/mach-omap2/board-sdp-flash.c |2 +

[PATCH 1/2] OMAP3630SDP: Add support for Flash

2010-04-06 Thread Sukumar Ghorai
Add support for NAND, OneNAND, NOR on OMAP 3630-sdp board. Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- --- arch/arm/mach-omap2/Makefile |1 + arch/arm/mach-omap2/board-3630sdp.c | 111 + arch/arm/mach-omap2/board-sdp-flash.c |2 + 3 files

[PATCH 2/2] OMAP3630SDP: enable Flash device support

2010-04-06 Thread Sukumar Ghorai
update config file to support for NAND, OneNAND, NOR on OMAP 3630-sdp board. Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- --- arch/arm/configs/omap_3630sdp_defconfig | 77 ++- 1 files changed, 76 insertions(+), 1 deletions(-) diff --git

Re: [PATCH 1/2] OMAP3630SDP: Add support for Flash

2010-04-06 Thread Vimal Singh
On Tue, Apr 6, 2010 at 5:59 PM, Sukumar Ghorai s-gho...@ti.com wrote: Add support for NAND, OneNAND, NOR on OMAP 3630-sdp board. Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- Feel free to add my acked-by: Acked-by: Vimal Singh vimal.neww...@gmail.com Regards, Vimal -- To unsubscribe from

RE: [PATCHV3 1/2] OMAP3: Set MPU and IVA bypass Clock Divider

2010-04-06 Thread Sripathy, Vishwanath
-Original Message- From: Premi, Sanjeev Sent: Monday, April 05, 2010 6:39 PM To: Sripathy, Vishwanath; Paul Walmsley Cc: linux-omap@vger.kernel.org Subject: RE: [PATCHV3 1/2] OMAP3: Set MPU and IVA bypass Clock Divider -Original Message- From:

Re: [PATCH] arm: omap1/2/3/4: convert clocksource to a platform_driver

2010-04-06 Thread Felipe Balbi
On Tue, Apr 06, 2010 at 04:43:52PM +0200, ext Kevin Hilman wrote: so I achieved my goal, which was to convert *32k-sync timer* into a platform_driver. OK, then I misunderstood your goal. Based on $SUBJECT, I thought you were trying to create a generic clocksource driver. ok, so it was my

Re: [PM-WIP-OPP][PATCH] OMAP3630 PM: Update for OPP 1GHz

2010-04-06 Thread Nishanth Menon
Sripathy, Vishwanath had written, on 04/06/2010 01:06 PM, the following: It is found that system is not very stable with current 1GHz OPP configuration (a...@1g, i...@880m, v...@1.31v) and it has been recommended to use below configuration for stable 1GHz OPP. (a...@1g, i...@800m, v...@1.35v).

Re: [PATCHv2 0/3] OMAP: DSS2: Allow us to use SDI

2010-04-06 Thread Roger Quadros
hi Tomi, Valkeinen Tomi (Nokia-D/Helsinki) wrote: Hi, On Wed, 2010-03-17 at 13:35 +0100, Quadros Roger (Nokia-D/Helsinki) wrote: SDI now makes use of vdds_sdi regulator supply. DPI can now be disabled on systems that don't have it changes since v1: - Incorporated review comments - no more

Re: [PM-WIP-OPP][PATCH] OMAP3 PM: Fix issue with opp_find_freq_floor

2010-04-06 Thread Nishanth Menon
Sripathy, Vishwanath had written, on 04/06/2010 12:56 PM, the following: opp_find_freq_floor should return the lower enabled* OPP from a starting freq from a start opp list. But current code returns next lower opp. This patch fixes this issue. Signed-off-by: Vishwanath BS vishwanath...@ti.com

RE: [PATCH v3] OMAP: Fix for bus width which improves SD card's peformance.

2010-04-06 Thread Madhusudhan
-Original Message- From: Felipe Balbi [mailto:m...@felipebalbi.com] Sent: Tuesday, April 06, 2010 12:01 AM To: Madhusudhan Cc: m...@felipebalbi.com; 'kishore kadiyala'; 'Vimal Singh'; t...@atomide.com; svenk...@ti.com; linux-omap@vger.kernel.org; linux- ker...@vger.kernel.org;

Re: [PATCH v3] OMAP: Fix for bus width which improves SD card's peformance.

2010-04-06 Thread Felipe Balbi
On Tue, Apr 06, 2010 at 06:16:01PM +0200, ext Madhusudhan wrote: -Original Message- From: Felipe Balbi [mailto:m...@felipebalbi.com] Sent: Tuesday, April 06, 2010 12:01 AM To: Madhusudhan Cc: m...@felipebalbi.com; 'kishore kadiyala'; 'Vimal Singh'; t...@atomide.com; svenk...@ti.com;

RE: [PATCH 1/2] OMAP2/3 V4L2: Add support for OMAP2/3 V4L2 driver on top of DSS2

2010-04-06 Thread Hiremath, Vaibhav
-Original Message- From: Muralidharan Karicheri [mailto:mkarich...@gmail.com] Sent: Saturday, April 03, 2010 1:33 AM To: Hiremath, Vaibhav Cc: linux-me...@vger.kernel.org; Karicheri, Muralidharan; mche...@redhat.com; linux-omap@vger.kernel.org; t...@atomide.com Subject: Re: [PATCH

RE: [PATCH] arm: Fix DEBUG_LL for omap zoom2/3

2010-04-06 Thread Aguirre, Sergio
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Tony Lindgren Sent: Tuesday, March 23, 2010 10:27 AM To: Pais, Allen Cc: linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org; Pandita, Vikram Subject:

Re: [PATCH v3] OMAP: Fix for bus width which improves SD card's peformance.

2010-04-06 Thread Nishanth Menon
Felipe Balbi had written, on 04/06/2010 11:32 AM, the following: On Tue, Apr 06, 2010 at 06:16:01PM +0200, ext Madhusudhan wrote: -Original Message- From: Felipe Balbi [mailto:m...@felipebalbi.com] Sent: Tuesday, April 06, 2010 12:01 AM To: Madhusudhan Cc: m...@felipebalbi.com;

Re: [PATCH v3] OMAP: Fix for bus width which improves SD card's peformance.

2010-04-06 Thread Felipe Balbi
On Tue, Apr 06, 2010 at 06:55:03PM +0200, ext Nishanth Menon wrote: some reasons why i love switch statements ;) since I dont expect other than precisely 4 and 8 (do we expect 5,6,7 - i might be wrong).. but if it is so, wont the following be better? switch (mmc_slot(host).wires) { case 8:

[PATCH 0/5] Initial change for merge of new board

2010-04-06 Thread Laine Walker-Avina
Hi all, I'm beginning to merge some of the changes for my new board. These include: * Adding macros to compute the ACTIM values for the SDRAM timings, eliminating magic numbers. The original authors may want to verify their timings were converted correctly. * Adding the ability to use the

[PATCH 1/5] OMAP: Add in helper macros for the SDRAM timings

2010-04-06 Thread Laine Walker-Avina
Signed-off-by: Laine Walker-Avina lwalk...@ieee.org --- arch/arm/plat-omap/include/plat/sdrc.h | 23 +++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-omap/include/plat/sdrc.h b/arch/arm/plat-omap/include/plat/sdrc.h index 7b76f50..c74d1e7

[PATCH 2/5] OMAP: Convert the sdram-*.h timings to use the SDRAM timing macros

2010-04-06 Thread Laine Walker-Avina
Signed-off-by: Laine Walker-Avina lwalk...@ieee.org --- arch/arm/mach-omap2/sdram-hynix-h8mbx00u0mer-0em.h | 44 +++-- arch/arm/mach-omap2/sdram-micron-mt46h32m32lf-6.h | 44 +++-- arch/arm/mach-omap2/sdram-numonyx-m65kam.h | 52

[PATCH 3/5] OMAP: Add SDRAM timings for Micron mt46h16m32lf-6

2010-04-06 Thread Laine Walker-Avina
Signed-off-by: Laine Walker-Avina lwalk...@ieee.org --- arch/arm/mach-omap2/sdram-micron-mt46h16m32lf-6.h | 67 + 1 files changed, 67 insertions(+), 0 deletions(-) create mode 100644 arch/arm/mach-omap2/sdram-micron-mt46h16m32lf-6.h diff --git

[PATCH 4/5] OMAP: Add support for setting the divider for sys_clkout2 using clk_set_rate

2010-04-06 Thread Laine Walker-Avina
Signed-off-by: Laine Walker-Avina lwalk...@ieee.org --- arch/arm/mach-omap2/clock3xxx_data.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/clock3xxx_data.c b/arch/arm/mach-omap2/clock3xxx_data.c index d5153b6..2a62779 100644 ---

[PATCH 5/5] OMAP: Make set_gpmc_timing_reg aware of the TIMEPARAGRANULARITY flag

2010-04-06 Thread Laine Walker-Avina
Signed-off-by: Laine Walker-Avina lwalk...@ieee.org --- arch/arm/mach-omap2/gpmc.c | 14 ++ 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-omap2/gpmc.c b/arch/arm/mach-omap2/gpmc.c index 5bc3ca0..9fa80e3 100644 --- a/arch/arm/mach-omap2/gpmc.c +++

Re: [PATCH 1/5] OMAP: Add in helper macros for the SDRAM timings

2010-04-06 Thread Felipe Balbi
On Tue, Apr 06, 2010 at 06:51:04PM +0200, ext Laine Walker-Avina wrote: Signed-off-by: Laine Walker-Avina lwalk...@ieee.org --- arch/arm/plat-omap/include/plat/sdrc.h | 23 +++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git

Re: [PATCH 1/5] OMAP: Add in helper macros for the SDRAM timings

2010-04-06 Thread Laine Walker-Avina
On Tue, Apr 6, 2010 at 10:17 AM, Felipe Balbi felipe.ba...@nokia.com wrote: +/* Helper macros and defines for the omap_sdrc_params registers */ +#define ACTIM_TRFC(a)          (((a) 0x1f)27) you need to add more spacing in all these macros, something like: #define ACTIM_TRFC(a)          

Re: [PATCH 1/5] OMAP: Add in helper macros for the SDRAM timings

2010-04-06 Thread Felipe Balbi
On Tue, Apr 06, 2010 at 07:26:48PM +0200, ext Laine Walker-Avina wrote: I'll do it, however checkpatch.pl didn't flag that as a warning. I guess you need to call it with --strict :-) -- balbi -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

[PATCH v2 1/5] OMAP: Add in helper macros for the SDRAM timings

2010-04-06 Thread Laine Walker-Avina
Signed-off-by: Laine Walker-Avina lwalk...@ieee.org --- arch/arm/plat-omap/include/plat/sdrc.h | 23 +++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-omap/include/plat/sdrc.h b/arch/arm/plat-omap/include/plat/sdrc.h index 7b76f50..c74d1e7

[PATCH 0/3] DSPBRIDGE: Cleanup hw directory and module parameter

2010-04-06 Thread Guzman Lugo, Fernando
From 4fb9fc015cea65dcd47172a8b180f380fe86be46 Mon Sep 17 00:00:00 2001 From: Fernando Guzman Lugo x0095...@ti.com Date: Tue, 30 Mar 2010 22:03:27 -0600 Subject: [PATCH] DSPBRIDGE: Cleanup hw directory and module parameter This patches does a clenaup of unused module paremeters and also a clenaup

[PATCH 1/3] DSPBRIDGE: remove unused module parameters

2010-04-06 Thread Guzman Lugo, Fernando
From 0923c8f7c0cca3a2d308d673092adcc4de74088b Mon Sep 17 00:00:00 2001 From: Fernando Guzman Lugo x0095...@ti.com Date: Sat, 27 Mar 2010 02:01:20 -0600 Subject: [PATCH] DSPBRIDGE: remove unused module parameters This patch removes unused module parameters: -phys_mempool_base -phys_mempool_base

[PATCH 2/3] DSPBRIDGE: remove HW_DSPSS_BootModeSet function

2010-04-06 Thread Guzman Lugo, Fernando
From 4cc1e01fbd78fcf8084b75566a750a3c88fc5dc6 Mon Sep 17 00:00:00 2001 From: Fernando Guzman Lugo x0095...@ti.com Date: Sat, 27 Mar 2010 21:22:29 -0600 Subject: [PATCH] DSPBRIDGE: remove HW_DSPSS_BootModeSet function This patch removes HW_DSPSS_BootModeSet function and uses kernel functions

RE: [PATCH 1/2] OMAP2/3 V4L2: Add support for OMAP2/3 V4L2 driver on top of DSS2

2010-04-06 Thread Karicheri, Muralidharan
Vaibhav, [Hiremath, Vaibhav] Thanks Murali, I really appreciate your comments here. Please find response below - You had responded only to some comments. Can I assume that you are taking care of the other comments as well? I have also asked Hans to provide his comments since this is a new

Re: [PM-WIP-OPP][PATCH] OMAP3 PM: Fix issue with opp_find_freq_floor

2010-04-06 Thread Kevin Hilman
Nishanth Menon n...@ti.com writes: Sripathy, Vishwanath had written, on 04/06/2010 12:56 PM, the following: opp_find_freq_floor should return the lower enabled* OPP from a starting freq from a start opp list. But current code returns next lower opp. This patch fixes this issue.

Re: [PM-WIP-OPP][PATCH] OMAP3630 PM: Update for OPP 1GHz

2010-04-06 Thread Kevin Hilman
Nishanth Menon n...@ti.com writes: Sripathy, Vishwanath had written, on 04/06/2010 01:06 PM, the following: It is found that system is not very stable with current 1GHz OPP configuration (a...@1g, i...@880m, v...@1.31v) and it has been recommended to use below configuration for stable 1GHz

Re: [ASK] OMAP 3430 LDP Trouble

2010-04-06 Thread Tar Gz
if NAND support is currently missing for OMAP3430 LDP,,how i boot my ldp again like before?...any idea? best regards, Aldyth M On 4/5/10, Vimal Singh vimal.neww...@gmail.com wrote: AFAIK, NAND support is currently missing for OMAP3430 LDP boards in LO. -Vimal On Sun, Apr 4, 2010 at 9:34 PM,

RE: [ASK] OMAP 3430 LDP Trouble

2010-04-06 Thread Gadiyar, Anand
Tar Gz wrote: if NAND support is currently missing for OMAP3430 LDP,,how i boot my ldp again like before?...any idea? snip If I understand you correctly, you now have a non-booting LDP, and want to get a bootloader flashed on it? You may need to do a serial boot. Maybe this (old, and no

RE: [ASK] OMAP 3430 LDP Trouble

2010-04-06 Thread Gadiyar, Anand
Gadiyar, Anand wrote: Tar Gz wrote: if NAND support is currently missing for OMAP3430 LDP,,how i boot my ldp again like before?...any idea? snip If I understand you correctly, you now have a non-booting LDP, and want to get a bootloader flashed on it? You may need to do a

Re: [PATCH] [PATCH v4 2/5] omap3: pm: Using separate clk/volt setup_time for RET and OFF states

2010-04-06 Thread Kevin Hilman
Lesly A M lesl...@ti.com writes: This patch will use separate clk/volt setup_time for RET and OFF state, also create separate copies of vc parameters for each Si in voltage.c. Updates the clksetup time from board file, since clksetup time depends on the OSC/XTAL used on the board.

Re: [ASK] OMAP 3430 LDP Trouble

2010-04-06 Thread Tar Gz
yes, i can't boot from nand because i erase it and i can't boot from my sd card.. okey i will try boot from serial..hope this help best regards, Aldyth M On 4/7/10, Gadiyar, Anand gadi...@ti.com wrote: Gadiyar, Anand wrote: Tar Gz wrote: if NAND support is currently missing for OMAP3430

Re: [ASK] OMAP 3430 LDP Trouble

2010-04-06 Thread Tar Gz
i don't know, i'm forget to setting up my environment variable mmcinit or my sd card can't booting / bootablebut if i'm boot from nadn and can enter prompt, my ldp board can read my sd card...can load kernel from my sd card best regards, Aldyth M On 4/7/10, Gary Thomas g...@mlbassoc.com

Re: [PATCH 0/5] OMAP: RX51: Add LCD Panel Support for N900

2010-04-06 Thread Arnaud Ebalard
Hi, Roger Quadros roger.quad...@nokia.com writes: These patches get the N900 LCD panel working. Apply's cleanly on 2.6.34-rc2 Pre-requisites: https://patchwork.kernel.org/patch/86318/ https://patchwork.kernel.org/patch/86319/ https://patchwork.kernel.org/patch/86320/ First, thanks for

Re: [ASK] OMAP 3430 LDP Trouble

2010-04-06 Thread Gary Thomas
On 04/06/2010 02:40 PM, Tar Gz wrote: i don't know, i'm forget to setting up my environment variable mmcinit or my sd card can't booting / bootablebut if i'm boot from nadn and can enter prompt, my ldp board can read my sd card...can load kernel from my sd card You'll be much better off

Re: [ASK] OMAP 3430 LDP Trouble

2010-04-06 Thread Tar Gz
i try following the procedure..start from make partitions using fdisk...everything is ok but if i'm booting from my ldp it's doesn't work...i don't know what's problem about my sd card?...ldp can support my sd card or not?...i'm using v-gen, using transcend same too.. best regards, Aldyth M On

[PATCH] OMAP: omap_device: add omap_device_has_lost_context()

2010-04-06 Thread Kevin Hilman
Add new function omap_device_has_lost_context() as a simple check to be used after omap_device_enable() to determine if device has lost context (and thus needs context restore.) Motivation: Currently, each driver needs to read the context-loss count before suspend, and again upon resume to

Re: [PATCH v4 0/5] omap3: pm: Update TRITON power scripts and making it generic

2010-04-06 Thread Kevin Hilman
Lesly A M lesl...@ti.com writes: This series of patch implements a updated TRITON power scripts. Also moving the sleep, wakeup warm_reset sequence to a generic script file, which can be used by different OMAP3 board with the power companion chip TWL4030. This patch series is based off

Re: [RFC/PATCH 2/3] arm: omap1: remove dead code from timer32k.c

2010-04-06 Thread Kevin Hilman
Felipe Balbi felipe.ba...@nokia.com writes: Trivial patch, no functional changes Signed-off-by: Felipe Balbi felipe.ba...@nokia.com Acked-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-omap1/timer32k.c | 15 --- 1 files changed, 0 insertions(+), 15

Re: [RFC/PATCH 3/3] arm: omap1/2/3/4: convert clocksource to a platform_driver

2010-04-06 Thread Kevin Hilman
Felipe Balbi felipe.ba...@nokia.com writes: Convert the omap32k clocksource driver into a platform_driver and while at that, also remove the ifdeferry around the code. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com This looks mostly good to me. One cosmetic request. There is some

Re: [PATCH 5/8] OMAP2PLUS:GPIO:Add OMAP2PLUS specific gpio support

2010-04-06 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: * Charulatha V ch...@ti.com [100331 05:15]: --- /dev/null +++ b/arch/arm/mach-omap2/gpio.c @@ -0,0 +1,36 @@ +/* + * gpio.c - OMAP2PLUS architecture specific common gpio code + * + * Copyright (C) 2010 Texas Instruments, Inc. + * + * Author: + *

Re: [PATCH 7/8] OMAP2PLUS:GPIO:Move gpio_init from board files to init_common_hw

2010-04-06 Thread Kevin Hilman
Charulatha V ch...@ti.com writes: This is preparation for early platform device implementation for GPIO in OMAP2PLUS. This patch moves initialization of gpio from board files to omap2_init_common_hw API in io.c Why? Not a helpful description. Kevin -- To unsubscribe from this list: send the

Re: [PATCH 0/8 RFC] OMAP: GPIO: Split OMAP1 and OMAP2PLUS

2010-04-06 Thread Kevin Hilman
Charulatha V ch...@ti.com writes: This patch series is in preparation to adapt GPIO to HWMOD FW. It creates OMAP architecture specific gpio files to handle SoC specific gpio_init. The common plat-omap/gpio.c handles all common GPIO APIs. OMAP2PLUS GPIO module is implemented as early

Re: [PATCH 5/5] OMAP: Make set_gpmc_timing_reg aware of the TIMEPARAGRANULARITY flag

2010-04-06 Thread Kevin Hilman
Laine Walker-Avina lwalk...@ieee.org writes: Signed-off-by: Laine Walker-Avina lwalk...@ieee.org All of the patches in this series should have a more descriptive changelog. Typically that means answering why? to the subject, and for more complicated series, also answering how? [...] +#ifdef

Re: [PATCH] OMAP: GPIO: Fix OMAP4 GPIO reg access issues

2010-04-06 Thread Kevin Hilman
Charulatha V ch...@ti.com writes: Access to some of the OMAP4 GPIO registers are not properly handled. This patch fixes it. Tested on... ? Signed-off-by: Charulatha V ch...@ti.com --- arch/arm/plat-omap/gpio.c | 61 +++- 1 files changed, 55

RE: [PATCH v3] OMAP: Fix for bus width which improves SD card's peformance.

2010-04-06 Thread Madhusudhan
-Original Message- From: Felipe Balbi [mailto:felipe.ba...@nokia.com] Sent: Tuesday, April 06, 2010 11:57 AM To: ext Nishanth Menon Cc: Balbi Felipe (Nokia-D/Helsinki); Chikkature Rajashekar, Madhusudhan; m...@felipebalbi.com; 'kishore kadiyala'; 'Vimal Singh'; t...@atomide.com;

Re: [PATCH v3] OMAP: Fix for bus width which improves SD card's peformance.

2010-04-06 Thread Nishanth Menon
Chikkature Rajashekar, Madhusudhan had written, on 04/06/2010 06:23 PM, the following: -Original Message- From: Felipe Balbi [mailto:felipe.ba...@nokia.com] Sent: Tuesday, April 06, 2010 11:57 AM To: ext Nishanth Menon Cc: Balbi Felipe (Nokia-D/Helsinki); Chikkature Rajashekar,

RE: [PATCH v3] OMAP: Fix for bus width which improves SD card's peformance.

2010-04-06 Thread Madhusudhan
-Original Message- From: Nishanth Menon [mailto:n...@ti.com] Sent: Tuesday, April 06, 2010 6:39 PM To: Chikkature Rajashekar, Madhusudhan Cc: felipe.ba...@nokia.com; m...@felipebalbi.com; 'kishore kadiyala'; 'Vimal Singh'; t...@atomide.com; S, Venkatraman;

Re: [PATCH v3] OMAP: Fix for bus width which improves SD card's peformance.

2010-04-06 Thread Nishanth Menon
Chikkature Rajashekar, Madhusudhan had written, on 04/06/2010 07:16 PM, the following: -Original Message- From: Nishanth Menon [mailto:n...@ti.com] Sent: Tuesday, April 06, 2010 6:39 PM To: Chikkature Rajashekar, Madhusudhan Cc: felipe.ba...@nokia.com; m...@felipebalbi.com; 'kishore

RE: [PATCH] OMAP: GPIO: Fix OMAP4 GPIO reg access issues

2010-04-06 Thread Varadarajan, Charulatha
From: Kevin Hilman [khil...@deeprootsystems.com] Sent: Wednesday, April 07, 2010 4:21 AM To: Varadarajan, Charulatha Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH] OMAP: GPIO: Fix OMAP4 GPIO reg access issues Charulatha V ch...@ti.com writes:

linux-omap-pm troubles on Gumstix Overo

2010-04-06 Thread Peter Tseng
Hey there, My name's Peter and I'm working with the linux-omap-pm kernel on the Gumstix Overo board for an academic project. Back when the linux-omap-pm branch was still on 2.6.33-rc8, I could compile and run the kernel on the Overo without any problems. Suspend to memory (via mem

[PATCH 2/2] Setup LCD reset for Devkit8000

2010-04-06 Thread Kan-Ru Chen
This patch corrects the LCD reset pin config Original code from early devkit8000 patch sets the TWL4030 GPIO_1 to EHCI_nOC and TWL4030_GPIO_MAX+1 to ledA. Indeed these two pins are both LCD_PWREN. Setup the lcd reset_gpio properly so it can be disabled when other display is turned on.

[PATCH 1/2] Enable DVI-D output for Devkit8000

2010-04-06 Thread Kan-Ru Chen
This patch corrects the DVI-D output setup of Devkit8000 Devkit8000 has different DVI reset pin with the BeagleBoard. On Devkit8000 the TWL4030 GPIO_7 is assigned to do the job. Signed-off-by: Kan-Ru Chen ka...@0xlab.org --- arch/arm/mach-omap2/board-devkit8000.c | 20 +--- 1

Re: [ASK] OMAP 3430 LDP Trouble

2010-04-06 Thread Vimal Singh
On Wed, Apr 7, 2010 at 1:19 AM, Gadiyar, Anand gadi...@ti.com wrote: Gadiyar, Anand wrote: Tar Gz wrote: if NAND support is currently missing for OMAP3430 LDP,,how i boot my ldp again like before?...any idea? You can still have x-loader and u-boot on NAND (flash them from u-boot prompt,

Re: [PATCHv2 0/3] OMAP: DSS2: Allow us to use SDI

2010-04-06 Thread Tomi Valkeinen
Hi, On Tue, 2010-04-06 at 18:03 +0200, Quadros Roger (Nokia-D/Helsinki) wrote: hi Tomi, Valkeinen Tomi (Nokia-D/Helsinki) wrote: Hi, On Wed, 2010-03-17 at 13:35 +0100, Quadros Roger (Nokia-D/Helsinki) wrote: SDI now makes use of vdds_sdi regulator supply. DPI can now be disabled

Re: [PATCH 0/5] OMAP: RX51: Add LCD Panel Support for N900

2010-04-06 Thread Tomi Valkeinen
On Tue, 2010-04-06 at 22:41 +0200, ext Arnaud Ebalard wrote: For the records, just in case someone wants to do the same, I had to use: /sbin/getty 115200 tty0 -n -l /bin/sh I also had to set CONFIG_KEYBOARD_TWL4030 to get the keyboard working. Any reason for that option not be