[PATCH v4 2/3] omap3 nand: cleanup virtual address usages

2010-05-27 Thread Sukumar Ghorai
This patch removes direct reference of gpmc address from generic nand platform code. Nand platform code now uses wrapper functions which are implemented in gpmc module. Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/gpmc-nand.c| 39 ++ arch/arm/plat-omap

[PATCH v5 2/3] omap3 nand: cleanup virtual address usages

2010-06-04 Thread Sukumar Ghorai
This patch removes direct reference of gpmc address from generic nand platform code. Nand platform code now uses wrapper functions which are implemented in gpmc module. Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/gpmc-nand.c| 39 ++ arch/arm/mach-omap2

[PATCH v5 3/3] omap3 nand: fix issue in board file to detect nand

2010-06-04 Thread Sukumar Ghorai
Board file modified for not to provide gpmc phys_base address to nand driver. The gpmc_nand_init funciton is now used to detect the nand and required to adopt _prob function as in nand/omap2.c Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/board-cm-t35.c | 20

[PATCH v5 0/3] omap3 nand: cleanup exiting platform related code

2010-06-04 Thread Sukumar Ghorai
functions for the platform init code to use. v2: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg28467.html v1: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg28164.html Sukumar Ghorai (3): omap3 gpmc: functionality enhancement omap3 nand: cleanup

[PATCH v5 1/3] omap3 gpmc: functionality enhancement

2010-06-04 Thread Sukumar Ghorai
few functions added in gpmc module and to be used by other drivers like NAND. E.g.: - ioctl function - ecc functions Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/gpmc.c | 219 ++-- arch/arm/plat-omap/include/plat/gpmc.h

[PATCH v3 0/8] nand support on omap3 boards

2010-06-16 Thread Sukumar Ghorai
@vger.kernel.org/msg30305.html v2: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg26479.html rework to use full nand in partition table of ZOOM2/3; ZOOM1(LDP)support added. v1: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg22205.html Sukumar

[PATCH v3 1/8] omap3 flash: rename board-sdp-flash.c to be use by other boards

2010-06-16 Thread Sukumar Ghorai
rename board-sdp-flash.c(board-flash.c) and board-sdp.h(board-flash.h) to used by other board e.g. zoom Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/Makefile |2 +- arch/arm/mach-omap2/board-3430sdp.c| 16 ++- arch/arm/mach-omap2/board

[PATCH v3 7/8] zoom2: enable NAND support

2010-06-16 Thread Sukumar Ghorai
update config file to support for NAND in zoom2. Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/configs/omap_zoom2_defconfig | 24 +++- 1 files changed, 23 insertions(+), 1 deletions(-) arch/arm/configs/omap_zoom2_defconfig diff --git a/arch/arm/configs

[PATCH v3 5/8] omap3: add support for NAND on LDP board

2010-06-16 Thread Sukumar Ghorai
patch adds NAND support to LDP board. Signed-off-by: Vimal Singh vimalsi...@ti.com Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/Makefile|1 + arch/arm/mach-omap2/board-ldp.c | 35 +++ 2 files changed, 36 insertions(+), 0

[PATCH v3 8/8] zoom3: enable NAND support

2010-06-16 Thread Sukumar Ghorai
update config file to support for NAND on zoom3 board. Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/configs/omap_zoom3_defconfig | 24 +++- 1 files changed, 23 insertions(+), 1 deletions(-) arch/arm/configs/omap_zoom3_defconfig diff --git a/arch/arm/configs

[PATCH v3 6/8] omap-3630-sdp: enable Flash device support

2010-06-16 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 | 31 ++- 1 files changed, 30 insertions(+), 1 deletions(-) diff --git a/arch/arm/configs

[PATCH v3 4/8] omap-3630-sdp : Add support for Flash

2010-06-16 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 | 120 +++ 2 files changed, 121 insertions(+), 0 deletions(-) diff

[PATCH v3 3/8] omap3: add support for NAND on zoom3 board

2010-06-16 Thread Sukumar Ghorai
patch adds NAND support to zoom3 board. Signed-off-by: Sukumar Ghorai s-gho...@ti.com Signed-off-by: Vimal Singh vimalsi...@ti.com --- arch/arm/mach-omap2/Makefile |1 + arch/arm/mach-omap2/board-zoom3.c | 43 + 2 files changed, 44 insertions(+), 0

[PATCH v3 2/8] omap3: add support for NAND on zoom2 board

2010-06-16 Thread Sukumar Ghorai
This patch adds NAND support to ZOOM2 board. Signed-off-by: Sukumar Ghorai s-gho...@ti.com Signed-off-by: Vimal Singh vimalsi...@ti.com --- arch/arm/mach-omap2/Makefile |1 + arch/arm/mach-omap2/board-zoom2.c | 43 + arch/arm/mach-omap2

[PATCH v2 0/4] nand prefetch-irq support and ecc layout chanage

2010-07-01 Thread Sukumar Ghorai
/msg30735.html v2: Rebase on latest codebase and previous patch(posted). v1: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg2.html Sukumar Ghorai (4): omap3: nand: prefetch in irq mode support omap: nand: configurable fifo threshold to gain the throughput

[PATCH v2 3/4] omap: nand: ecc layout select from board file

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

[PATCH v2 2/4] omap3: nand: configurable fifo threshold to gain the throughput

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

[PATCH v2 1/4] omap3: nand: prefetch in irq mode support

2010-07-01 Thread Sukumar Ghorai
This patch enable prefetch-irq mode for NAND. Signed-off-by: Vimal Singh vimalsi...@ti.com Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/board-flash.c |1 + arch/arm/mach-omap2/gpmc.c |7 + arch/arm/mach-omap2/include/mach/board

[PATCH v2 4/4] omap: nand: making ecc layout as compatible with romcode ecc

2010-07-01 Thread Sukumar Ghorai
. This enables to flash x-load, u-boot, kernel, FS images from kernel itself and compatiable with other tools. Signed-off-by: Sukumar Ghorai s-gho...@ti.com Signed-off-by: Vimal Singh vimalsi...@ti.com --- arch/arm/mach-omap2/board-flash.c |2 +- drivers/mtd/nand/omap2.c | 34

[PATCH v6 0/3] omap3 nand: cleanup exiting platform related code

2010-07-09 Thread Sukumar Ghorai
/linux-omap@vger.kernel.org/msg28164.html Sukumar Ghorai (3): omap3 gpmc: functionality enhancement omap3 nand: cleanup virtual address usages omap3 nand: fix issue in board file to detect nand arch/arm/mach-omap2/board-cm-t35.c | 20 +-- arch/arm/mach-omap2

[PATCH v6 3/3] omap3 nand: fix issue in board file to detect nand

2010-07-09 Thread Sukumar Ghorai
Board file modified for not to provide gpmc phys_base address to nand driver. The gpmc_nand_init funciton is now used to detect the nand and required to adopt _prob function as in nand/omap2.c Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/board-cm-t35.c | 20

[PATCH v6 2/3] omap3 nand: cleanup virtual address usages

2010-07-09 Thread Sukumar Ghorai
This patch removes direct reference of gpmc address from generic nand platform code. Nand platform code now uses wrapper functions which are implemented in gpmc module. Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/gpmc-nand.c| 38 ++ arch/arm/mach-omap2

[PATCH v6 1/3] omap3 gpmc: functionality enhancement

2010-07-09 Thread Sukumar Ghorai
few functions added in gpmc module and to be used by other drivers like NAND. Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/gpmc.c | 276 ++-- arch/arm/plat-omap/include/plat/gpmc.h | 39 - drivers/mtd/nand/omap2.c

[PATCH v7 0/3] omap3 nand: cleanup exiting platform related code

2010-07-09 Thread Sukumar Ghorai
to implement more functions for the platform init code to use. v2: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg28467.html v1: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg28164.html Sukumar Ghorai (3): omap3 gpmc: functionality enhancement omap3

[PATCH v7 3/3] omap3 nand: fix issue in board file to detect nand

2010-07-09 Thread Sukumar Ghorai
Board file modified for not to provide gpmc phys_base address to nand driver. The gpmc_nand_init funciton is now used to detect the nand and required to adopt _prob function as in nand/omap2.c Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/board-cm-t35.c | 20

[PATCH v7 1/3] omap3 gpmc: functionality enhancement

2010-07-09 Thread Sukumar Ghorai
few functions added in gpmc module and to be used by other drivers like NAND. Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/gpmc.c | 276 ++-- arch/arm/plat-omap/include/plat/gpmc.h | 39 - drivers/mtd/nand/omap2.c

[PATCH v7 2/3] omap3 nand: cleanup virtual address usages

2010-07-09 Thread Sukumar Ghorai
This patch removes direct reference of gpmc address from generic nand platform code. Nand platform code now uses wrapper functions which are implemented in gpmc module. Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/gpmc-nand.c| 38 ++ arch/arm/mach-omap2

[PATCH v4 0/8] nand support on omap3 boards

2010-07-09 Thread Sukumar Ghorai
/msg26479.html rework to use full nand in partition table of ZOOM2/3; ZOOM1(LDP)support added. v1: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg22205.html Sukumar Ghorai (5): omap3 flash: rename board-sdp-flash.c to be use by other boards

[PATCH v4 2/5] omap3: add support for NAND on zoom2 board

2010-07-09 Thread Sukumar Ghorai
This patch adds NAND support to ZOOM2 board. Signed-off-by: Sukumar Ghorai s-gho...@ti.com Signed-off-by: Vimal Singh vimalsi...@ti.com --- arch/arm/mach-omap2/Makefile |1 + arch/arm/mach-omap2/board-zoom2.c | 43 + arch/arm/mach-omap2

[PATCH v4 3/5] omap3: add support for NAND on zoom3 board

2010-07-09 Thread Sukumar Ghorai
patch adds NAND support to zoom3 board. Signed-off-by: Sukumar Ghorai s-gho...@ti.com Signed-off-by: Vimal Singh vimalsi...@ti.com --- arch/arm/mach-omap2/Makefile |1 + arch/arm/mach-omap2/board-zoom3.c | 43 + 2 files changed, 44 insertions(+), 0

[PATCH v4 5/5] omap3: add support for NAND on LDP board

2010-07-09 Thread Sukumar Ghorai
patch adds NAND support to LDP board. Signed-off-by: Vimal Singh vimalsi...@ti.com Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/Makefile|1 + arch/arm/mach-omap2/board-ldp.c | 35 +++ 2 files changed, 36 insertions(+), 0

[PATCH v4 4/5] omap-3630-sdp : Add support for Flash

2010-07-09 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 | 120 +++ 2 files changed, 121 insertions(+), 0 deletions(-) diff

[PATCH v4 1/5] omap3 flash: rename board-sdp-flash.c to be use by other boards

2010-07-09 Thread Sukumar Ghorai
rename board-sdp-flash.c(board-flash.c) and board-sdp.h(board-flash.h) to used by other board e.g. zoom Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/Makefile |2 +- arch/arm/mach-omap2/board-3430sdp.c| 16 +++- .../{board-sdp

[PATCH v3 0/4] nand prefetch-irq support and ecc layout chanage

2010-07-12 Thread Sukumar Ghorai
/linux-omap@vger.kernel.org/msg31963.html v2: Rebase on latest codebase and previous patch(posted). http://www.mail-archive.com/linux-omap@vger.kernel.org/msg31471.html v1: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg2.html Sukumar Ghorai (4): omap3

[PATCH v3 2/4] omap3: nand: configurable fifo threshold to gain the throughput

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

[PATCH v3 1/4] omap3: nand: prefetch in irq mode support

2010-07-12 Thread Sukumar Ghorai
This patch enable prefetch-irq mode for NAND. Signed-off-by: Vimal Singh vimalsi...@ti.com Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/board-flash.c |1 + arch/arm/mach-omap2/gpmc.c |4 + arch/arm/mach-omap2/include/mach/board

[PATCH v3 3/4] omap: nand: ecc layout select from board file

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

[PATCH v3 4/4] omap: nand: making ecc layout as compatible with romcode ecc

2010-07-12 Thread Sukumar Ghorai
. This enables to flash x-load, u-boot, kernel, FS images from kernel itself and compatiable with other tools. Signed-off-by: Sukumar Ghorai s-gho...@ti.com Signed-off-by: Vimal Singh vimalsi...@ti.com --- arch/arm/mach-omap2/board-flash.c |2 +- drivers/mtd/nand/omap2.c | 34

[PATCH] mmc: csd version check updated to support MMC v4.41

2010-07-14 Thread Sukumar Ghorai
CSD_STRUCTURE [127:126] describes the version of the CSD structure. According to the MMC specificaiton (v4.4.1), 3 is also a valid number. Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- Tested on omap4430 ES2.0 drivers/mmc/core/mmc.c |2 +- 1 files changed, 1 insertions(+), 1

[PATCH v4 0/4] nand prefetch-irq support and ecc layout chanage

2010-08-02 Thread Sukumar Ghorai
@vger.kernel.org/msg31963.html v2: Rebase on latest codebase and previous patch(posted). http://www.mail-archive.com/linux-omap@vger.kernel.org/msg31471.html v1: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg2.html Sukumar Ghorai (4): omap3: nand

[PATCH v4 2/4] omap3: nand: configurable fifo threshold to gain the throughput

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

[PATCH v4 1/4] omap3: nand: prefetch in irq mode support

2010-08-02 Thread Sukumar Ghorai
This patch enable prefetch-irq mode for NAND. Signed-off-by: Vimal Singh vimalsi...@ti.com Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/board-flash.c |2 + arch/arm/mach-omap2/gpmc.c |4 + arch/arm/plat-omap/include/plat/gpmc.h |4 + arch

[PATCH v4 3/4] omap: nand: ecc layout select from board file

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

[PATCH v4 4/4] omap: nand: making ecc layout as compatible with romcode ecc

2010-08-02 Thread Sukumar Ghorai
. This enables to flash x-loader, u-boot, kernel, FS images from kernel itself and compatiable with other tools. Signed-off-by: Sukumar Ghorai s-gho...@ti.com Signed-off-by: Vimal Singh vimalsi...@ti.com --- arch/arm/mach-omap2/board-flash.c |2 +- drivers/mtd/nand/omap2.c | 34

Re: [pandaboard] device tree does not work

2012-12-21 Thread Sukumar Ghorai
...@googlegroups.com] on behalf of Sukumar Ghorai [ghorai.suku...@gmail.com] Sent: Friday, December 21, 2012 10:33 To: pandabo...@googlegroups.com Subject: [pandaboard] device tree does not work Hi, Device Tree in Panda board does not boot. Device Tree with legacy u-boot : Appending dtb blob to kernel

<    1   2