Re: [PATCH-v6 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards

2009-12-02 Thread Vimal Singh
From 8bc97108cf9c78216f1ea5407ccbd900e6b63dc2 Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Thu, 19 Nov 2009 19:28:11 +0530 This patch series adds flash support for NAND (in sdp, zoom and ldp), OneNAND and NOR (in sdp) Tested on Zoom2 and 3430SDP Vimal

Re: [PATCH-v5 2/4] OMAP3: Add support for NAND on ZOOM2/LDP boards

2009-11-29 Thread Vimal Singh
On Mon, Nov 23, 2009 at 11:15 PM, Tony Lindgren t...@atomide.com wrote: * Vimal Singh vimal.neww...@gmail.com [091119 00:52]: On Wed, Nov 18, 2009 at 10:37 PM, Tony Lindgren t...@atomide.com wrote: * Vimal Singh vimal.neww...@gmail.com [091118 06:38]: Tony, On Fri, Nov 13, 2009 at 2:14

Re: [PATCH-v5 2/4] OMAP3: Add support for NAND on ZOOM2/LDP boards

2009-11-29 Thread Vimal Singh
On Mon, Nov 23, 2009 at 11:15 PM, Tony Lindgren t...@atomide.com wrote: * Vimal Singh vimal.neww...@gmail.com [091119 00:52]: On Wed, Nov 18, 2009 at 10:37 PM, Tony Lindgren t...@atomide.com wrote: * Vimal Singh vimal.neww...@gmail.com [091118 06:38]: Tony, On Fri, Nov 13, 2009 at 2:14

Re: [PATCH-v6 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards

2009-11-24 Thread Vimal Singh
On Tue, Nov 24, 2009 at 8:36 PM, Artem Bityutskiy dedeki...@gmail.com wrote: On Thu, 2009-11-19 at 19:38 +0530, Vimal Singh wrote: Here is the v6 of this patch series. I am cc'ing mtd list too this time. From 8bc97108cf9c78216f1ea5407ccbd900e6b63dc2 Mon Sep 17 00:00:00 2001 From: Vimal Singh

Re: [PATCH-v5 1/4] OMAP2/3: Add support for flash on SDP boards

2009-11-19 Thread Vimal Singh
On Wed, Nov 18, 2009 at 10:33 PM, Tony Lindgren t...@atomide.com wrote: * Vimal Singh vimal.neww...@gmail.com [091118 07:25]: On Fri, Nov 13, 2009 at 2:10 AM, Tony Lindgren t...@atomide.com wrote: * Vimal Singh vimal.neww...@gmail.com [091110 02:08]: From

Re: [PATCH-v5 2/4] OMAP3: Add support for NAND on ZOOM2/LDP boards

2009-11-19 Thread Vimal Singh
On Wed, Nov 18, 2009 at 10:37 PM, Tony Lindgren t...@atomide.com wrote: * Vimal Singh vimal.neww...@gmail.com [091118 06:38]: Tony, On Fri, Nov 13, 2009 at 2:14 AM, Tony Lindgren t...@atomide.com wrote: * Vimal Singh vimal.neww...@gmail.com [091110 02:08]: From

[PATCH-v6 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards

2009-11-19 Thread Vimal Singh
Here is the v6 of this patch series. I am cc'ing mtd list too this time. From 8bc97108cf9c78216f1ea5407ccbd900e6b63dc2 Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Thu, 19 Nov 2009 19:28:11 +0530 This patch series adds flash support for NAND (in sdp, zoom and ldp), OneNAND

Re: [PATCH-v6 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards

2009-11-19 Thread Vimal Singh
Sorry, forgot to append diffstat. Listing below this time. On Thu, Nov 19, 2009 at 7:38 PM, Vimal Singh vimal.neww...@gmail.com wrote: Here is the v6 of this patch series. I am cc'ing mtd list too this time. From 8bc97108cf9c78216f1ea5407ccbd900e6b63dc2 Mon Sep 17 00:00:00 2001 From: Vimal

[PATCH-v6 2/4] OMAP3: Add support for NAND on ZOOM/LDP boards

2009-11-19 Thread Vimal Singh
From 43df1ee9e29d454100e59ee4902db157072b81b6 Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Thu, 19 Nov 2009 14:37:44 +0530 Subject: [PATCH] OMAP3: Add support for NAND on ZOOM/LDP boards Adding NAND support for ZOOM2/3 and LDP board. I have tested it for ZOOM2 boards

[PATCH-v6 3/4] OMAP: Zoom2: Enable NAND and JFFS2 support in defconfig

2009-11-19 Thread Vimal Singh
From 8bc97108cf9c78216f1ea5407ccbd900e6b63dc2 Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Thu, 19 Nov 2009 19:23:18 +0530 Subject: [PATCH] OMAP: Zoom2: Enable NAND and JFFS2 support in defconfig Enable NAND (and other necessary options too) and JFFS2 options by default

[PATCH-v6 4/4] OMAP: 3430SDP: Enable NAND in defconfig

2009-11-19 Thread Vimal Singh
From cff30e52d3702c154310557145090b2375c870c3 Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Thu, 19 Nov 2009 19:17:38 +0530 Subject: [PATCH] OMAP: 3430SDP: Enable NAND in defconfig Enable NAND by default in 3430sdp_defconfig file. Other changes in defconfig come from make

[PATCH-v6 1/4] OMAP2/3: Add support for flash on SDP boards

2009-11-19 Thread Vimal Singh
From ac109bb5f47577b323673699a94f9b6a4a7e2431 Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Thu, 19 Nov 2009 19:01:11 +0530 Subject: [PATCH] OMAP2/3: Add support for flash on SDP boards Add support for flash on SDP boards. NAND, NOR and OneNAND are supported. This patch also

Re: [PATCH-v6 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards

2009-11-19 Thread Vimal Singh
On Thu, Nov 19, 2009 at 7:52 PM, Nishanth Menon n...@ti.com wrote: Vimal Singh had written, on 11/19/2009 08:11 AM, the following: [...] v4-v5: [PATCH-v5 1/4] OMAP2/3: Add support for flash on SDP boards: Implemented Tony's comments.  arch/arm/configs/omap_3430sdp_defconfig      |  140

Re: [PATCH-v6 2/4] OMAP3: Add support for NAND on ZOOM/LDP boards

2009-11-19 Thread Vimal Singh
On Thu, Nov 19, 2009 at 7:50 PM, Nishanth Menon n...@ti.com wrote: Vimal Singh had written, on 11/19/2009 08:16 AM, the following: From 43df1ee9e29d454100e59ee4902db157072b81b6 Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Thu, 19 Nov 2009 14:37:44 +0530 Subject: [PATCH

Re: [PATCH 3/8] OMAP3 hwmod: Add automatic OCP_SYSCONFIG AUTOIDLE handling

2009-11-18 Thread Vimal Singh
On Wed, Nov 18, 2009 at 6:35 AM, Kevin Hilman khil...@deeprootsystems.com wrote: From: Paul Walmsley p...@pwsan.com This patch fills in the OCP_SYSCONFIG.AUTOIDLE handling in the OMAP hwmod code. After this patch, the hwmod code will set the module AUTOIDLE bit (generally

Re: [PATCH-v5 2/4] OMAP3: Add support for NAND on ZOOM2/LDP boards

2009-11-18 Thread Vimal Singh
Tony, On Fri, Nov 13, 2009 at 2:14 AM, Tony Lindgren t...@atomide.com wrote: * Vimal Singh vimal.neww...@gmail.com [091110 02:08]: From 6f535d7128ca392458dd0cb31d138cda84747c06 Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Tue, 10 Nov 2009 11:42:45 +0530 Subject: [PATCH

Re: [PATCH-v5 1/4] OMAP2/3: Add support for flash on SDP boards

2009-11-18 Thread Vimal Singh
On Fri, Nov 13, 2009 at 2:10 AM, Tony Lindgren t...@atomide.com wrote: * Vimal Singh vimal.neww...@gmail.com [091110 02:08]: From 42f080e0915bbce1509fc8ab3773569fec0a44f1 Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Tue, 10 Nov 2009 11:39:39 +0530 Subject: [PATCH] OMAP2

[PATCH] Fixing keymap for zoom2 according to matrix keypad framwork

2009-11-12 Thread Vimal Singh
From fa0ed0d00ee835d70cd4b1d32f89d4e845e0fff8 Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Thu, 12 Nov 2009 14:46:00 +0530 Subject: [PATCH] Fixing keymap for zoom2 according to matrix keypad framwork Interpretation of 'row' and 'col' got reversed in matrix keymap framework

Re: [PATCH 4/4] Add ASoC support for DEVKIT8000

2009-11-12 Thread Vimal Singh
On Thu, Nov 12, 2009 at 3:54 PM, Kim Botherway kbother...@djdvant.com wrote: This patch add support for DEVKIT8000, it is a copy of Beagleboard sound driver diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index 653a362..8cdcfe9 100644 --- a/sound/soc/omap/Kconfig +++

Re: [PATCH 3/4] Add support for DEVKIT8000 LCD

2009-11-12 Thread Vimal Singh
); +module_exit(omap3devkit8000_panel_drv_exit); -- 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 -- Regards, Vimal Singh -- To unsubscribe from

Re: [PATCH 2/4] Add omap3_devkit8000_defconfig

2009-11-12 Thread Vimal Singh
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 -- Regards, Vimal Singh -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message

[PATCH-v5 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards

2009-11-10 Thread Vimal Singh
From 225e5c1e38ba1d4a14757150b0b7caf1d8cab893 Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Tue, 10 Nov 2009 15:24:29 +0530 Subject: [PATCH] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards This is v5 of this patch series. This patch series adds flash support for NAND

[PATCH-v5 1/4] OMAP2/3: Add support for flash on SDP boards

2009-11-10 Thread Vimal Singh
From 42f080e0915bbce1509fc8ab3773569fec0a44f1 Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Tue, 10 Nov 2009 11:39:39 +0530 Subject: [PATCH] OMAP2/3: Add support for flash on SDP boards Add support for flash on SDP boards. NAND, NOR and OneNAND are supported. Only tested

[PATCH-v5 2/4] OMAP3: Add support for NAND on ZOOM2/LDP boards

2009-11-10 Thread Vimal Singh
From 6f535d7128ca392458dd0cb31d138cda84747c06 Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Tue, 10 Nov 2009 11:42:45 +0530 Subject: [PATCH] OMAP3: Add support for NAND on ZOOM2/LDP boards Adding NAND support for ZOOM2 and LDP board. I have tested it for ZOOM2 boards, someone

[PATCH-v5 3/4] OMAP: Zoom2: Enable NAND and JFFS2 support in defconfig

2009-11-10 Thread Vimal Singh
From ddd6a39e4725c1e3947fab9a54399e9e7de508cd Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Tue, 10 Nov 2009 11:48:24 +0530 Subject: [PATCH] OMAP: Zoom2: Enable NAND and JFFS2 support in defconfig Enable NAND and JFFS2 options by default in zoom2_defconfig file Other changes

[PATCH-v5 4/4] OMAP: 3430SDP: Enable NAND in defconfig

2009-11-10 Thread Vimal Singh
From 225e5c1e38ba1d4a14757150b0b7caf1d8cab893 Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Tue, 10 Nov 2009 15:24:07 +0530 Subject: [PATCH] OMAP: 3430SDP: Enable NAND in defconfig Enable NAND by default in 3430sdp_defconfig file. This patch also enables MTD_CMDLINE_PARTS

Re: [PATCH 1/3] Fixing compilation warning for 'nand/omap2.c'

2009-11-10 Thread Vimal Singh
On Tue, Nov 10, 2009 at 7:56 PM, Artem Bityutskiy dedeki...@gmail.com wrote: On Tue, 2009-11-10 at 16:20 +0200, Artem Bityutskiy wrote: On Tue, 2009-11-03 at 14:31 +0530, Vimal Singh wrote: diff --git a/drivers/mtd/nand/omap2.c b/drivers/mtd/nand/omap2.c index 090ab87..92573d5 100644

Re: [PATCH 1/3] Fixing compilation warning for 'nand/omap2.c'

2009-11-10 Thread Vimal Singh
On Tue, Nov 10, 2009 at 7:54 PM, Artem Bityutskiy dedeki...@gmail.com wrote: On Tue, 2009-11-03 at 14:31 +0530, Vimal Singh wrote: diff --git a/drivers/mtd/nand/omap2.c b/drivers/mtd/nand/omap2.c index 090ab87..92573d5 100644 --- a/drivers/mtd/nand/omap2.c +++ b/drivers/mtd/nand/omap2.c

Re: [PATCH 2/3]NAND: OMAP: Fixing omap nand driver, compiled as module

2009-11-10 Thread Vimal Singh
On Wed, Nov 11, 2009 at 12:26 AM, Tony Lindgren t...@atomide.com wrote: * Artem Bityutskiy dedeki...@gmail.com [091110 06:22]: On Fri, 2009-10-30 at 14:57 +0530, Vimal Singh wrote: Last time I forgot to 'git add' for 'arch/arm/mach-omap2/gpmc.c'... My bad. Correct patch is below. -vimal

Re: [PATCH 0/3] NAND: OMAP: Fix and clean NAND driver

2009-11-09 Thread Vimal Singh
Artem, I just saw you have taken 2nd patch from this series to your tree . Could you please be able to maintain this full series? Tony, You may want to look into 1st and 2nd patch in this series. -vimal On Fri, Oct 30, 2009 at 2:12 PM, Vimal Singh vimal.neww...@gmail.com wrote: Looping Linux

Re: [PATCH-v4 1/4] OMAP2/3: Add support for flash on SDP boards

2009-11-09 Thread Vimal Singh
On Tue, Nov 10, 2009 at 2:21 AM, Tony Lindgren t...@atomide.com wrote: Hi, Few comments below. * Vimal Singh vimal.neww...@gmail.com [091026 05:10]: From 92c416f513df62cc0ad75b61639df27f2857b641 Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Mon, 26 Oct 2009 14:24:18

Re: [PATCH-v4 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards

2009-11-04 Thread Vimal Singh
Hi Tony, I did not see any comment on these patches. Could you please upstream these? Or, do you have some other plan? - vimal On Mon, Oct 26, 2009 at 5:37 PM, Vimal Singh vimal.neww...@gmail.com wrote: I posted a patch series for this sometime back and did not get any respose.. :( http

Re: [PATCH 2/3]NAND: OMAP: Fixing omap nand driver, compiled as module

2009-11-03 Thread Vimal Singh
On Tue, Nov 3, 2009 at 1:58 PM, Artem Bityutskiy dedeki...@gmail.com wrote: On Fri, 2009-10-30 at 14:57 +0530, Vimal Singh wrote: Last time I forgot to 'git add' for 'arch/arm/mach-omap2/gpmc.c'... My bad. Correct patch is below. -vimal From: Vimal Singh vimalsi...@ti.com Date: Fri, 30

Re: [PATCH 1/3] Fixing compilation warning for 'nand/omap2.c'

2009-11-03 Thread Vimal Singh
On Tue, Nov 3, 2009 at 1:48 PM, Artem Bityutskiy dedeki...@gmail.com wrote: On Fri, 2009-10-30 at 14:12 +0530, Vimal Singh wrote: Looping Linux-omap mailing list. From: Vimal Singh vimalsi...@ti.com Date: Fri, 30 Oct 2009 11:31:34 +0530 Subject: [PATCH] Fixing compilation warning for 'nand

Re: [PATCH 2/3]NAND: OMAP: Fixing omap nand driver, compiled as module

2009-11-03 Thread Vimal Singh
On Tue, Nov 3, 2009 at 2:09 PM, Artem Bityutskiy dedeki...@gmail.com wrote: On Tue, 2009-11-03 at 14:05 +0530, Vimal Singh wrote: On Tue, Nov 3, 2009 at 1:58 PM, Artem Bityutskiy dedeki...@gmail.com wrote: On Fri, 2009-10-30 at 14:57 +0530, Vimal Singh wrote: Last time I forgot to 'git add

Re: [PATCH 1/3] Fixing compilation warning for 'nand/omap2.c'

2009-11-03 Thread Vimal Singh
-mail to yourself, then save it and apply with git-am. If it works, send to the mailing list. Below patch applies. Sorry for noise... :( Thanks, vimal From eebbd81141b196af2dc3f7a2650ce16b6b0d76ae Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Fri, 30 Oct 2009 11:31:34 +0530

Re: [PATCH v2] [OMAP3_PM] Fix omap zoom2 defconfig build error

2009-11-02 Thread Vimal Singh
-omap2/pm-debug.c @@ -625,4 +625,6 @@ arch_initcall(pm_dbg_init);  #else  void pm_dbg_update_time(struct powerdomain *pwrdm, int prev) {} +int pm_dbg_regset_init(int reg_set) {} +int pm_dbg_regset_save(int reg_set) {} 'return 0' to avoid compilation warning... -- Regards, Vimal Singh  #endif

Re: [PATCH 0/3] NAND: OMAP: Fix and clean NAND driver

2009-10-30 Thread Vimal Singh
Looping Linux-omap mailing list. From: Vimal Singh vimalsi...@ti.com Date: Fri, 30 Oct 2009 11:34:14 +0530 Subject: [PATCH 0/3] NAND: OMAP: Fix and clean NAND driver This patch series addresses some of the issues in omap nand driver. Vimal Singh (3): Fixing compilation warning for 'nand/omap2

Re: [PATCH 1/3] Fixing compilation warning for 'nand/omap2.c'

2009-10-30 Thread Vimal Singh
Looping Linux-omap mailing list. From: Vimal Singh vimalsi...@ti.com Date: Fri, 30 Oct 2009 11:31:34 +0530 Subject: [PATCH] Fixing compilation warning for 'nand/omap2.c' Fixing below warning in compilation: drivers/mtd/nand/omap2.c: In function 'omap_write_buf_dma_pref': drivers/mtd/nand/omap2

Re: [PATCH 2/3]NAND: OMAP: Fixing omap nand driver, compiled as module

2009-10-30 Thread Vimal Singh
Looping Linux-omap mailing list. From: Vimal Singh vimalsi...@ti.com Date: Fri, 30 Oct 2009 11:32:17 +0530 Subject: [PATCH] NAND: OMAP: Fixing omap nand driver, compiled as module Removing OMAP NAND driver, when loaded as a module, gives error and does not get success. This fixes this and makes

Re: [PATCH 3/3] NAND: OMAP: Simplifying HWECC and removing unnecessary macros

2009-10-30 Thread Vimal Singh
Looping Linunx-omap mailing list. From: Vimal Singh vimalsi...@ti.com Date: Fri, 30 Oct 2009 11:33:34 +0530 Subject: [PATCH] NAND: OMAP: Simplifying HWECC and removing unnecessary macros Removing number of macros from the top, which were being used for generating ture ECC earlier

Re: [PATCH 2/3]NAND: OMAP: Fixing omap nand driver, compiled as module

2009-10-30 Thread Vimal Singh
Last time I forgot to 'git add' for 'arch/arm/mach-omap2/gpmc.c'... My bad. Correct patch is below. -vimal From: Vimal Singh vimalsi...@ti.com Date: Fri, 30 Oct 2009 14:54:29 +0530 Subject: [PATCH] NAND: OMAP: Fixing omap nand driver, compiled as module Removing OMAP NAND driver, when loaded

Re: [PATCH 3/3] NAND: OMAP: Simplifying HWECC and removing unnecessary macros

2009-10-30 Thread Vimal Singh
I removed function description comments for 'omap_correct_data' by mistake last time. Correcting that. Updated patch is below. Sorry for noise. -vimal From: Vimal Singh vimalsi...@ti.com Date: Fri, 30 Oct 2009 17:41:55 +0530 Subject: [PATCH] NAND: OMAP: Simplifying HWECC and removing

[PATCH-v4 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards

2009-10-26 Thread Vimal Singh
arch/arm/plat-omap/include/plat/board-sdp.h | 15 arch/arm/plat-omap/include/plat/board-zoom.h | 36 + arch/arm/plat-omap/include/plat/gpmc.h |2 arch/arm/plat-omap/include/plat/nand.h |2 14 files changed, 1095 insertions(+), 403 deletions(-) -- Regards, Vimal Singh

[PATCH-v4 1/4] OMAP2/3: Add support for flash on SDP boards

2009-10-26 Thread Vimal Singh
From 92c416f513df62cc0ad75b61639df27f2857b641 Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Mon, 26 Oct 2009 14:24:18 +0530 Subject: [PATCH] OMAP2/3: Add support for flash on SDP boards Add support for flash on SDP boards. NAND, NOR and OneNAND are supported. Only tested

[PATCH-v4 2/4] OMAP3: Add support for NAND on ZOOM2/LDP boards

2009-10-26 Thread Vimal Singh
From 76e86c500e247e231c975f0a5bf01e832bf460d6 Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Mon, 26 Oct 2009 14:25:26 +0530 Subject: [PATCH] OMAP3: Add support for NAND on ZOOM2/LDP boards Adding NAND support for ZOOM2 and LDP board. I have tested it for ZOOM2 boards, someone

[PATCH-v4 3/4] OMAP: Zoom2: Enable NAND and JFFS2 support in defconfig

2009-10-26 Thread Vimal Singh
From d99d0bb2f2bf1d6a1b8197daf93634dc5a9fa16f Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Mon, 26 Oct 2009 16:56:16 +0530 Subject: [PATCH] OMAP: Zoom2: Enable NAND and JFFS2 support in defconfig Enable NAND and JFFS2 options by default in zoom2_defconfig file Other changes

[PATCH 4/4] OMAP: 3430SDP: Enable NAND in defconfig

2009-10-26 Thread Vimal Singh
From 7f9c36fb821c2a836508be712e8247d6b283acfe Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Mon, 26 Oct 2009 17:23:57 +0530 Subject: [PATCH] OMAP: 3430SDP: Enable NAND in defconfig Enable NAND options by default in 3430sdp_defconfig file Other changes in defconfig come from

Re: [PATCH] OMAP3: Fix McBSP poll read and write for 32bit reg access

2009-10-14 Thread vimal singh
of a message to majord...@vger.kernel.org More majordomo info at  http://vger.kernel.org/majordomo-info.html -- Regards, Vimal Singh -- 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

Re: [PATCH 0/2] mfd: restoring twl4030 power-off and power-button capabilities

2009-09-25 Thread vimal singh
Hi Tony, Since there are no comments on these patches, can these go upstream? Or, is there something to fix? --vimal On Thu, Sep 3, 2009 at 8:11 AM, vimal singh vimalsi...@ti.com wrote: This patch series restores the TWL Power-button and Power-off capabilities. Which were removed in REMOVE

Re: [PATCH-v3 0/3] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards

2009-09-25 Thread vimal singh
Tony, Can you please upstream these patches, or there is still something to fix? --vimal On Thu, Sep 10, 2009 at 4:31 AM, vimal singh vimalsi...@ti.com wrote: This patch series adds flash support for NAND (in sdp, zoom2 and ldp), OneNAND and NOR (in sdp) Tested on Zoom2 by Vikram, On SDP

Re: [PATCH-v2 0/3] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards

2009-09-10 Thread vimal singh
: Zoom2: Enable NAND in defconfig 1. Disabling 'CONFIG_MTD_NAND_VERIFY_WRITE' and 'CONFIG_MTD_NAND_ECC_SMC' in from previous patch 2. Enabling CONFIG_JFFS2_FS in addition, to support NAND devices. Patch 1/3: Add support for flash on SDP boards will remain unchanged. -- Regards, Vimal Singh On Fri

[PATCH-v3 0/3] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards

2009-09-10 Thread vimal singh
This patch series adds flash support for NAND (in sdp, zoom2 and ldp), OneNAND and NOR (in sdp) Tested on Zoom2 by Vikram, On SDP by Vimal OMAP: Zoom2: Enable NAND and JFFS2 in defconfig OMAP2/3: Add support for flash on SDP boards OMAP3: Add support for NAND on ZOOM2/LDP boards

[PATCH-v3 1/3 ] OMAP2/3: Add support for flash on SDP boards

2009-09-10 Thread vimal singh
From: Vimal Singh vimalsi...@ti.com Add support for flash on SDP boards. NAND, NOR and OneNAND are supported. Only tested on 3430SDP (ES2 and ES3.1), somebody please test on 2430SDP and check the chips select for 2430SDP. Also note that: For OneNAND: in the earlier 2430SDP code the kernel

[no subject]

2009-09-10 Thread vimal singh
From: Vimal Singh vimalsi...@ti.com Adding NAND support for ZOOM2 and LDP board. I have tested it for ZOOM2 boards, someone can verify it for LDP, hopefully it should not have any problem. The size of the U-Boot environment partition was increased to 1.25MB. Vikram: Changed ldp name to zoom

[PATCH-v3 2/3] OMAP3: Add support for NAND on ZOOM2/LDP boards

2009-09-10 Thread vimal singh
Sorry I clicked on -send- button without $SUBJECT. Correcting this time. -vimal From: Vimal Singh vimalsi...@ti.com Adding NAND support for ZOOM2 and LDP board. I have tested it for ZOOM2 boards, someone can verify it for LDP, hopefully it should not have any problem. The size of the U-Boot

[PATCH-v3 3/3] OMAP: Zoom2: Enable NAND in defconfig

2009-09-10 Thread vimal singh
From: Vimal Singh vimalsi...@ti.com Enable NAND options by default in zoom2_defconfig file Other changes in defconfig come from make menuconfig syncup Signed-off-by: Vikram Pandita vikram.pand...@ti.com Signed-off-by: Vimal Singh vimalsi...@ti.com --- arch/arm/configs/omap_zoom2_defconfig

[PATCH 0/2] mfd: restoring twl4030 power-off and power-button capabilities

2009-09-03 Thread vimal singh
This patch series restores the TWL Power-button and Power-off capabilities. Which were removed in REMOVE OMAP LEGACY CODE patches. Patches are compile tested only. [PATCH 1/2]: twl4030: register twl4030-pwrbuttonas a child of twl4030-core.c [PATCH 2/2]: twl4030: initialization of pm_power_off in

[PATCH 1/2]: twl4030: register twl4030-pwrbuttonas a child of twl4030-core.c

2009-09-03 Thread vimal singh
'twl4030-pwrbutton' was already made as a platform_driver so it can be registered as a child of twl4030-core.c. But adding twl4030-pwrbutton as our child in twl4030-core is missing currently. This patch adds it. Signed-off-by: Vimal Singh vimalsi...@ti.com CC: Felipe Balbi felipe.ba...@nokia.com

[PATCH 2/2]: twl4030: initialize pm_power_off in twl4030-core.c

2009-09-03 Thread vimal singh
'twl4030-poweroff' module was removed sometime back. This patch adds back this capability. We don't really need a whole new driver just for initializing one pointer. Initialize pm_power_off in twl4030-core.c Signed-off-by: Vimal Singh vimalsi...@ti.com CC: Felipe Balbi felipe.ba...@nokia.com

Re: [PATCH] OMAP3: Zoom2: provide default MTD partitions

2009-09-01 Thread vimal singh
On Thu, Aug 27, 2009 at 7:36 PM, Maxime Petazzonimpetazz...@mvista.com wrote: Hi, * Pandita, Vikram vikram.pand...@ti.com [2009-08-27 19:16:27]: Why? I know of an implementation by Vimal Singh that introduces a common flash file for Zoom1 and Zoom2. There is reuse of code there. Thanks

Re: [PATCH] OMAP3: Zoom2: provide default MTD partitions

2009-09-01 Thread vimal singh
On Tue, Sep 1, 2009 at 12:42 PM, Maxime Petazzonimpetazz...@mvista.com wrote: * vimal singh vimal.neww...@gmail.com [2009-09-01 12:34:26]: Yes, I am aware of the mtdparts command line arguments, which works great. I think a default, sensible partition layout for the Zoom2 would be nice

[PATCH 0/2] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards

2009-09-01 Thread vimal singh
. --- Thanks and Regards, Vimal Singh -- 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

[PATCH 1/2] OMAP2/3: Add support for flash on SDP boards

2009-09-01 Thread vimal singh
a patch. Signed-off-by: Vimal Singh vimalsi...@ti.com Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/Makefile |2 arch/arm/mach-omap2/board-2430sdp.c|2 arch/arm/mach-omap2/board-3430sdp.c|2 arch/arm/mach-omap2/board-sdp-flash.c | 326

[PATCH 2/2] OMAP3: Add support for NAND on ZOOM2/LDP boards

2009-09-01 Thread vimal singh
Adding NAND support for ZOOM2 and LDP board. I have tested it for ZOOM2 boards, someone can verify it for LDP, hopefully it should not have any problem. The size of the U-Boot environment partition was increased to 1.25MB. Singned-off-by: Vimal Singh vimalsi...@ti.com --- arch/arm/mach-omap2

[RFC][PATCH]: Adding support for omap-serail driver

2009-08-28 Thread vimal singh
From: Govindraj R govindraj.r...@ti.com This patch adds support for OMAP3430-HIGH SPEED UART Controller. It currently adds support for the following features. 1. Supports Interrupt Mode for all three UARTs on SDP/ZOOM2. 2. Supports DMA Mode for all three UARTs on SDP/ZOOM2.

Re: [PATCH] OMAP3: Zoom2: provide default MTD partitions

2009-08-27 Thread vimal singh
for zoom2, however I NAK for now. Why? I know of an implementation by Vimal Singh that introduces a common flash file for Zoom1 and Zoom2. There is reuse of code there. I have attached the patch by Vimal here (in-lining would be difficult) I am attaching an updated patch, which is prepared

Re: [PATCH] OMAP2/3: Add support for flash on SDP boards

2009-08-22 Thread vimal singh
a patch. For NAND: 'U-Boot', 'Boot Env' and 'Kernel' partitions sizes increased by few blocks to provide few spare blocks for NAND bab block management in u-boot. If people want old partition sizes, please provide a patch. Signed-off-by: Vimal Singh vimalsi...@ti.com Signed-off-by: Tony

SDP support seems broken in LO

2009-08-18 Thread vimal singh
LO seems broken on OMAP3430 SDP platform. I compile latest kernel with 'omap_3430sdp_defconfig' config options. Booting hangs after kernel uncompressed and last message which appears is 'booting the kernel' Thanks and regards, vimal See below log: ## Booting image at 8000 ... Image

Re: SDP support seems broken in LO

2009-08-18 Thread vimal singh
On Tue, Aug 18, 2009 at 5:53 PM, Shilimkar, Santoshsantosh.shilim...@ti.com wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of vimal singh Sent: Tuesday, August 18, 2009 5:49 PM To: linux-omap@vger.kernel.org

Re: SDP support seems broken in LO

2009-08-18 Thread vimal singh
On Tue, Aug 18, 2009 at 6:30 PM, Gadiyar, Anandgadi...@ti.com wrote: LO seems broken on OMAP3430 SDP platform. I compile latest kernel with 'omap_3430sdp_defconfig' config options. Booting hangs after kernel uncompressed and last message which appears is 'booting the kernel' Thanks

Re: SDP support seems broken in LO

2009-08-18 Thread vimal singh
Move to 2008q3 or 2009q1 as a workaround. Thanks Anand... it came up. :) -vimal - Anand -- 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

[PATCH] OMAP2/3: Add support for flash on SDP boards

2009-08-18 Thread vimal singh
a patch. Signed-off-by: Vimal Singh vimalsi...@ti.com Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/Makefile |2 arch/arm/mach-omap2/board-2430sdp.c|2 arch/arm/mach-omap2/board-3430sdp.c|2 arch/arm/mach-omap2/board-sdp-flash.c | 326

Re: [PATCH 6/9] OMAP2/3: Add support for flash on SDP boards

2009-08-12 Thread vimal singh
On Wed, Aug 12, 2009 at 5:00 PM, Tony Lindgrent...@atomide.com wrote: * vimal singh vimal.neww...@gmail.com [090811 17:34]: On Tue, Aug 11, 2009 at 3:23 PM, Tony Lindgrent...@atomide.com wrote: Add support for flash on SDP boards. Currently only onenand is supported. Only tested

Re: [PATCH-v3 1:2] [MTD][NAND]omap: Adding support for nand prefetch-read and post-write, in MPU mode.

2009-08-11 Thread vimal singh
On Mon, Aug 10, 2009 at 9:57 PM, Tony Lindgrent...@atomide.com wrote: * vimal singh vimalsi...@ti.com [090713 13:56]: Patch updated for ' ioreadX / iowriteX and ioreadX_rep / iowriteX_rep' as per David Brownell's comment. I updated 'omap_(read/write)_buf16' fucntions also for this. -vimal

Re: [PATCH 6/9] OMAP2/3: Add support for flash on SDP boards

2009-08-11 Thread vimal singh
On Tue, Aug 11, 2009 at 3:23 PM, Tony Lindgrent...@atomide.com wrote: Add support for flash on SDP boards. Currently only onenand is supported. Only tested on 3430SDP, somebody please test on 2430SDP and check the chip select for 2430SDP. Also note that in the earlier 2430SDP code the

Re: [PATCH-v3 1:2] [MTD][NAND]omap: Adding support for nand prefetch-read and post-write, in MPU mode.

2009-08-11 Thread vimal singh
On Tue, Aug 11, 2009 at 11:51 AM, Artem Bityutskiydedeki...@gmail.com wrote: On 08/11/2009 08:45 AM, vimal singh wrote: On Mon, Aug 10, 2009 at 9:57 PM, Tony Lindgrent...@atomide.com  wrote: * vimal singhvimalsi...@ti.com  [090713 13:56]: Patch updated for ' ioreadX / iowriteX

Re: [PATCH][OMAP]: Adding flash devices support back for OMAP3430 SDP boards

2009-08-10 Thread vimal singh
Adding Linux-Omap mailing list too... -vimal Adding flash devices support back for OMAP3430 SDP boards. Signed-off-by: Vimal Singh vimalsi...@ti.com --- mach-omap2/Makefile |1 mach-omap2/board-3430sdp-flash.c | 267 +++ mach-omap2

Re: [PATCH] musb: fix CONFIGDATA register read issue

2009-07-28 Thread vimal singh
On Mon, Jul 6, 2009 at 11:03 AM, Ajay Kumar Guptaajay.gu...@ti.com wrote: INDEX register has to be set to '0' before reading CONFIGDATA register which is only present in TI musb platforms. Currently the default register access mode is set to FLAT_MODE thus INDEX register is not getting set

[PATCH-v3 1:2] [MTD][NAND]omap: Adding support for nand prefetch-read and post-write, in MPU mode.

2009-07-13 Thread vimal singh
/write_buf8). Prefetch can be used for both 8- and 16-bit devices. Signed-off-by: Vimal Singh vimalsi...@ti.com --- --- arch/arm/mach-omap2/gpmc.c | 63 arch/arm/plat-omap/include/mach/gpmc.h |4 drivers/mtd/nand/Kconfig |8 + drivers/mtd/nand/omap2.c

Re: [PATCH-v2 2:2][MTD][NAND]omap : Adding DMA mode support in nand prefetch/post-write

2009-07-13 Thread vimal singh
This patch updated for line offsets due to 1st patch. -vimal This patch adds DMA mode support for nand prefetch/post-write engine. Signed-off-by: Vimal Singh vimalsi...@ti.com --- drivers/mtd/nand/Kconfig |9 ++ drivers/mtd/nand/omap2.c | 186

[PATCH 0/2] [MTD] [NAND] Add prefetch and dma support for omap2/3 NAND driver

2009-07-10 Thread vimal singh
Hi, I have splited gpmc prefetch support for NAND into two patches: [PATCH 1:2] : Adding support for nand prefetch-read and post-write, in MPU mode. [PATCH 2:2] : Adding DMA mode support in nand prefetch/post-write These patches implements Tony's comments. (For comments and discussion see:

[PATCH 1:2] [MTD][NAND]omap: Adding support for nand prefetch-read and post-write, in MPU mode.

2009-07-10 Thread vimal singh
This patch adds prefetch support to access nand flash in mpu mode. This patch also adds 8-bit nand support (omap_read/write_buf8). Prefetch can be used for both 8- and 16-bit devices. Signed-off-by: Vimal Singh vimalsi...@ti.com --- arch/arm/mach-omap2/gpmc.c | 63

[PATCH 2:2][MTD][NAND]omap : Adding DMA mode support in nand prefetch/post-write

2009-07-10 Thread vimal singh
This patch adds DMA mode support for nand prefetch/post-write engine. Signed-off-by: Vimal Singh vimalsi...@ti.com --- drivers/mtd/nand/Kconfig |9 ++ drivers/mtd/nand/omap2.c | 186 ++- 2 files changed, 193 insertions(+), 2 deletions(-) Index

[PATCH-v2 1:2] [MTD][NAND]omap: Adding support for nand prefetch-read and post-write, in MPU mode.

2009-07-10 Thread vimal singh
-off-by: Vimal Singh vimalsi...@ti.com --- arch/arm/mach-omap2/gpmc.c | 63 - arch/arm/plat-omap/include/mach/gpmc.h |4 drivers/mtd/nand/Kconfig |8 + drivers/mtd/nand/omap2.c | 159 +++-- 4 files changed

[PATCH-v2 2:2][MTD][NAND]omap : Adding DMA mode support in nand prefetch/post-write

2009-07-10 Thread vimal singh
This patch also got updated due to changes in 1st patch. Also made 'len/64' to 'len 6', as per Artem's comment. -vimal This patch adds DMA mode support for nand prefetch/post-write engine. Signed-off-by: Vimal Singh vimalsi...@ti.com --- drivers/mtd/nand/Kconfig |9 ++ drivers/mtd/nand

Re: [PATCH] [MTD] [NAND] Add prefetch and dma support for omap2/3 NAND driver

2009-06-04 Thread vimal singh
On Wed, Jun 3, 2009 at 10:03 PM, Tony Lindgren t...@atomide.com wrote: * Singh, Vimal imceaex-_o=ti_ou=bd_cn=recipients_cn=x0094...@dlee86.itg.ti.com [090602 23:46]: On Wed, Jun 3, 2009 at 2:06 AM, Tony Lindgren t...@atomide.com wrote: * vimal singh vimalsi...@ti.com [090602 05:40

Re: [PATCH 2/2][RFC] OMAP4: UART4 Support for OMAP_4430SDP.

2009-05-12 Thread vimal singh
On Tue, May 12, 2009 at 11:50 AM, Syed Rafiuddin rafiuddin.s...@ti.com wrote: This patch enables support for UART4 on OMAP4430 development platform. Signed-off-by: Syed Rafiuddin rafiuddin.s...@ti.com --- arch/arm/mach-omap2/board-4430sdp.c |2 +- arch/arm/mach-omap2/serial.c|

Re: [PATCH 1/2][RFC] OMAP4: McBSP support for OMAP_4430SDP.

2009-05-12 Thread vimal singh
On Tue, May 12, 2009 at 11:49 AM, Syed Rafiuddin rafiuddin.s...@ti.com wrote: This patch creates McBSP support on OMAP4430 development platform. This patch includes corresponding base address changes for OMAP4. Signed-off-by: Syed Rafiuddin rafiuddin.s...@ti.com ---

Re: [PATCH] onenand_init: Allow disabling sync read and write based on flags, v2 (Re: [PATCH 1/4] onenand init: Rename board-n800-flash.c to gpmc-onenand.c)

2009-05-04 Thread vimal singh
On Mon, May 4, 2009 at 9:29 PM, Tony Lindgren t...@atomide.com wrote: * vimal singh vimalsi...@ti.com [090503 22:36]: On Fri, May 1, 2009 at 11:08 PM, Tony Lindgren t...@atomide.com wrote: * Tony Lindgren t...@atomide.com [090430 11:56]: * Tony Lindgren t...@atomide.com [090430 07:06

Re: [PATCH] onenand_init: Allow disabling sync read and write based on flags, v2 (Re: [PATCH 1/4] onenand init: Rename board-n800-flash.c to gpmc-onenand.c)

2009-05-03 Thread vimal singh
On Fri, May 1, 2009 at 11:08 PM, Tony Lindgren t...@atomide.com wrote: * Tony Lindgren t...@atomide.com [090430 11:56]: * Tony Lindgren t...@atomide.com [090430 07:06]: * vimal singh vimalsi...@ti.com [090429 23:33]: 'gpmc-onenand.c' is still confusing name. This is not going to used

Re: [PATCH 1/4] onenand init: Rename board-n800-flash.c to gpmc-onenand.c

2009-04-30 Thread vimal singh
'gpmc-onenand.c' is still confusing name. This is not going to used in all boards anyway. On Thu, Apr 30, 2009 at 3:20 AM, Tony Lindgren t...@atomide.com wrote: Rename board-n800-flash.c to gpmc-onenand.c. Signed-off-by: Tony Lindgren t...@atommide.com --- arch/arm/mach-omap2/Makefile

[PATCH - Omapzoom] [NAND] [OMAP2]: Change __raw_readsl() to __raw_readsw()

2008-12-12 Thread vimal singh
OMAP2 NAND: Change __raw_readsl() to __raw_readsw() This patch is taken from linux-omap tree submitted by Juha Kuikka (commit id: 352eeeabb67c2cb2cc613a02a62623790f360224). Singed-off-by: Vimal Singh vimalsi...@ti.com Signed-off-by: Juha Kuikka juha.kui...@gmail.com Signed-off-by: Tony Lindgren

[PATCH - Omapzoom][NAND] 32-bit read in prefetch for NAND

2008-12-10 Thread vimal singh
Changing 16-bit read access to 32-bit to improve the performance in prefetch support. Signed-off-by: Vimal Singh [EMAIL PROTECTED] --- drivers/mtd/nand/omap2.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) Index: omapkernel/drivers/mtd/nand/omap2.c

[PATCH - Omapzoom][NAND] Add prefetch and DMA support

2008-11-06 Thread vimal singh
This patch adds prefetch support to access nand flash in both mpu and dma mode. This patch also adds 8-bit nand support (omap_read/write_buf8). Prefetch can be used for both 8- and 16-bit devices. Signed-off-by: Vimal Singh vimalsingh at ti.com --- API's to access 8- and 16-bit NAND devices

[PATCH - Omapzoom][NAND] removing nand hwecc warning for omap

2008-11-06 Thread vimal singh
Removing warning: drivers/mtd/nand/omap2.c: In function 'omap_calculate_ecc': drivers/mtd/nand/omap2.c:466: warning: unused variable 'chip' Signed-off-by: Vimal Singh [EMAIL PROTECTED] --- drivers/mtd/nand/omap2.c |1 - 1 files changed, 1 deletion(-) Index: omapkernel/drivers/mtd/nand

[PATCH - Omapzoom][NAND] Fix selection of sw/hw ecc

2008-10-30 Thread vimal singh
Removing unnecessary '#ifdef' in 'nand/omap2.c' and changing hwecc config option from 'int' to 'bool' in 'nand/Kconfig'. Because of 'int' option hw ecc was always used even if sw ecc had been selected. Signed-off-by: Vimal Singh [EMAIL PROTECTED] --- drivers/mtd/nand/Kconfig |6

OMAP3 NAND: move NAND_BLOCK_SIZE macro to board-3430sdp-flash.c

2008-10-07 Thread vimal singh
Moving NAND_BLOCK_SIZE definition to board-3430sdp-flash.c Signed-off-by: Vimal Singh [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-3430sdp-flash.c |2 ++ include/linux/mtd/nand.h |2 +- 2 files changed, 3 insertions(+), 1 deletion(-) Index: linux-omap-2.6_27_08_2008

[RESENDING][PATCH 1/2]OMAP3 NAND: Add NAND support on OMAP3430

2008-09-11 Thread vimal singh
From: Teerth Reddy [EMAIL PROTECTED] This patch adds NAND support on 3430sdp board [VS: updated for NAND_BLOCK_SIZE macros] Signed-off-by: Teerth Reddy [EMAIL PROTECTED] Signed-off-by: Vimal Singh [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-3430sdp-flash.c | 87

<    1   2