Re: [PATCH v4 0/3] Append new variables to vmcoreinfo (TCR_EL1.T1SZ for arm64 and MAX_PHYSMEM_BITS for all archs)

2019-11-18 Thread Prabhakar Kushwaha
Hi Akashi, On Fri, Nov 15, 2019 at 7:29 AM AKASHI Takahiro wrote: > > Bhupesh, > > On Fri, Nov 15, 2019 at 01:24:17AM +0530, Bhupesh Sharma wrote: > > Hi Akashi, > > > > On Wed, Nov 13, 2019 at 12:11 PM AKASHI Takahiro > > wrote: > > > > > > Hi Bhupesh, > > > > > > Do you have a corresponding

Re: [PATCH 2/2] fsl_ifc: Support all 8 IFC chip selects

2014-08-25 Thread Prabhakar Kushwaha
On 8/22/2014 11:21 PM, Scott Wood wrote: On Fri, 2014-08-22 at 20:07 +0530, Prabhakar Kushwaha wrote: Sorry Scott for late reply, Please find my reply in-lined On 8/21/2014 4:51 AM, Scott Wood wrote: On Wed, 2014-08-20 at 09:05 +0530, Prabhakar Kushwaha wrote: On 8/20/2014 5:38 AM, Scott

Re: [PATCH 2/2] fsl_ifc: Support all 8 IFC chip selects

2014-08-22 Thread Prabhakar Kushwaha
Sorry Scott for late reply, Please find my reply in-lined On 8/21/2014 4:51 AM, Scott Wood wrote: On Wed, 2014-08-20 at 09:05 +0530, Prabhakar Kushwaha wrote: On 8/20/2014 5:38 AM, Scott Wood wrote: On Fri, 2014-08-15 at 16:07 -0500, Aaron Sierra wrote: Freescale's QorIQ T Series

Re: [PATCH 1/2] fsl_ifc: Fix csor_ext position in fsl_ifc_regs

2014-08-20 Thread Prabhakar Kushwaha
proper access to this register. Signed-off-by: Aaron Sierra asie...@xes-inc.com --- Thanks for fixing it. Acked-by: Prabhakar Kushwaha prabha...@freescale.com Thanks, Prabhakar ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https

Re: [PATCH 2/2] fsl_ifc: Support all 8 IFC chip selects

2014-08-19 Thread Prabhakar Kushwaha
On 8/20/2014 5:38 AM, Scott Wood wrote: On Fri, 2014-08-15 at 16:07 -0500, Aaron Sierra wrote: Freescale's QorIQ T Series processors support 8 IFC chip selects within a memory map backward compatible with previous P Series processors which supported only 4 chip selects. Signed-off-by: Aaron

[PATCH][v10] powerpc/mpc85xx:Add initial device tree support of T104x

2014-04-21 Thread Prabhakar Kushwaha
poonam.aggr...@freescale.com Signed-off-by: Priyanka Jain priyanka.j...@freescale.com Signed-off-by: Varun Sethi varun.se...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Changes for v2: Incorporated Scott's comments - Update t1040si-post.dtsi - update

[PATCH][v10] powerpc/fsl-booke: Add initial T104x_QDS board support

2014-04-21 Thread Prabhakar Kushwaha
Jain priyanka.j...@freescale.com Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Changes for v2: Incorporated Scott's comments - Created t104xqds.dtsi, both t1040qds t1042qds include it - Updated get_irq

Re: [1/2, v9] powerpc/mpc85xx:Add initial device tree support of T104x

2014-04-06 Thread Prabhakar Kushwaha
On 3/20/2014 4:03 AM, Scott Wood wrote: On Sat, Jan 25, 2014 at 05:10:59PM +0530, Prabhakar Kushwaha wrote: + corenet-cf@18000 { + compatible = fsl,corenet-cf; + reg = 0x18000 0x1000; + interrupts = 16 2 1 31; + fsl,ccf-num-csdids

Re: [PATCH v2] powerpc: select MEMORY for FSL_IFC to not break existing .config files

2014-02-20 Thread Prabhakar Kushwaha
On 2/20/2014 8:10 PM, Paul Gortmaker wrote: On 14-02-20 01:05 AM, Prabhakar Kushwaha wrote: On 2/20/2014 4:16 AM, Paul Gortmaker wrote: commit d2ae2e20fbdde5a65f3a5a153044ab1e5c53f7cc (driver/memory:Move Freescale IFC driver to a common driver) introduces this build regression

Re: [PATCH v2] powerpc: select MEMORY for FSL_IFC to not break existing .config files

2014-02-19 Thread Prabhakar Kushwaha
commit was to relocate the driver to an arch independent location, it only makes sense to relocate the Kconfig setting there as well. But that alone won't fix the build failure; for that we ensure whoever selects FSL_IFC also selects MEMORY. Cc: Prabhakar Kushwaha prabha...@freescale.com Cc: Scott

[PATCH 2/2][v8] powerpc/config: Enable memory driver

2014-01-31 Thread Prabhakar Kushwaha
As Freescale IFC controller has been moved to driver to driver/memory. So enable memory driver in powerpc config Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next Changes for v2: Sending

[PATCH 1/2][v8] driver/memory:Move Freescale IFC driver to a common driver

2014-01-31 Thread Prabhakar Kushwaha
this module has been loaded before MTD partition parsing starts. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com Acked-by: Arnd Bergmann a...@arndb.de --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next Changes for v2: - Move fsl_ifc

[PATCH 1/2][v7] driver/memory:Move Freescale IFC driver to a common driver

2014-01-27 Thread Prabhakar Kushwaha
this module has been loaded before MTD partition parsing starts. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com Acked-by: Arnd Bergmann a...@arndb.de --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next Changes for v2: - Move fsl_ifc

[PATCH 2/2][v7] powerpc/config: Enable memory driver

2014-01-27 Thread Prabhakar Kushwaha
As Freescale IFC controller has been moved to driver to driver/memory. So enable memory driver in powerpc config Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next Changes for v2: Sending

[PATCH 1/2][v9] powerpc/mpc85xx:Add initial device tree support of T104x

2014-01-25 Thread Prabhakar Kushwaha
poonam.aggr...@freescale.com Signed-off-by: Priyanka Jain priyanka.j...@freescale.com Signed-off-by: Varun Sethi varun.se...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next Changes

[PATCH 2/2][v9] powerpc/fsl-booke: Add initial T104x_QDS board support

2014-01-25 Thread Prabhakar Kushwaha
Jain priyanka.j...@freescale.com Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next Changes for v2: Incorporated Scott's comments

[PATCH 1/2][v6] driver/memory:Move Freescale IFC driver to a common driver

2014-01-25 Thread Prabhakar Kushwaha
this module has been loaded before MTD partition parsing starts. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com Acked-by: Arnd Bergmann a...@arndb.de --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next Changes for v2: - Move fsl_ifc

[PATCH 2/2][v6] powerpc/config: Enable memory driver

2014-01-25 Thread Prabhakar Kushwaha
As Freescale IFC controller has been moved to driver to driver/memory. So enable memory driver in powerpc config Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next Changes for v2: Sending

[PATCH] powerpc/config: Remove unnecssary CONFIG_FSL_IFC

2014-01-25 Thread Prabhakar Kushwaha
CONFIG_FSL_IFC gets enabled by Kconfig dependancies. So remove unnecssary define from the defconfigs Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- arch/powerpc/configs/corenet64_smp_defconfig |1 - arch/powerpc/configs/mpc85xx_defconfig |1 - arch/powerpc/configs

Re: [PATCH] powerpc/configs: Enbale Freescale IFC controller

2014-01-17 Thread Prabhakar Kushwaha
On 1/18/2014 12:19 AM, Scott Wood wrote: On Fri, 2014-01-17 at 11:02 -0600, Kumar Gala wrote: On Jan 17, 2014, at 12:09 AM, Prabhakar Kushwaha prabha...@freescale.com wrote: Currently IFC NAND driver is enabled in corenet32smp_defconfig. But IFC controller is not enabled So, Enable IFC

Re: [PATCH 1/2][v3] driver/memory:Move Freescale IFC driver to a common driver

2014-01-17 Thread Prabhakar Kushwaha
On 1/17/2014 10:38 PM, Kumar Gala wrote: On Jan 15, 2014, at 11:42 PM, Prabhakar Kushwaha prabha...@freescale.com wrote: Freescale IFC controller has been used for mpc8xxx. It will be used for ARM-based SoC as well. This patch moves the driver to driver/memory and fix the header file

[PATCH 1/2][v5] driver/memory:Move Freescale IFC driver to a common driver

2014-01-17 Thread Prabhakar Kushwaha
this module has been loaded before MTD partition parsing starts. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com Acked-by: Arnd Bergmann a...@arndb.de --- Changes for v2: - Move fsl_ifc in driver/memory Changes for v3: - move device tree bindings to memory Changes

[PATCH 1/2][4] driver/memory:Move Freescale IFC driver to a common driver

2014-01-16 Thread Prabhakar Kushwaha
sure this module has been loaded before MTD partition parsing starts. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com Acked-by: Arnd Bergmann a...@arndb.de --- Changes for v2: - Move fsl_ifc in driver/memory Changes for v3: - move device tree bindings to memory Changes

[PATCH 2/2][v4] powerpc/config: Enable memory driver

2014-01-16 Thread Prabhakar Kushwaha
As Freescale IFC controller has been moved to driver to driver/memory. So enable memory driver in powerpc config Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Changes for v2: Sending as it is Changes for v3: Sending as it is Changes for v4: Rebased to git

[PATCH] powerpc/configs: Enbale Freescale IFC controller

2014-01-16 Thread Prabhakar Kushwaha
Currently IFC NAND driver is enabled in corenet32smp_defconfig. But IFC controller is not enabled So, Enable IFC controller in corenet32smp_defconfig. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git

[PATCH 2/2][v2] powerpc/config: Enable memory driver

2014-01-15 Thread Prabhakar Kushwaha
As Freescale IFC controller has been moved to driver to driver/memory. So enable memory driver in powerpc config Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- changes for v2: Sending as it is arch/powerpc/configs/corenet32_smp_defconfig |1 + arch/powerpc/configs

[PATCH 1/2][v2] driver/memory:Move Freescale IFC driver to a common driver

2014-01-15 Thread Prabhakar Kushwaha
this module has been loaded before MTD partition parsing starts. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Changes for v2: - Move fsl_ifc in driver/memory arch/powerpc/sysdev/Makefile |1 - drivers/memory/Makefile|1

[PATCH 2/2][v3] powerpc/config: Enable memory driver

2014-01-15 Thread Prabhakar Kushwaha
As Freescale IFC controller has been moved to driver to driver/memory. So enable memory driver in powerpc config Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Changes for v2: Sending as it is Changes for v3: Sending as it is arch/powerpc/configs/corenet32_smp_defconfig |1

Re: [PATCH 1/2][v8] powerpc/mpc85xx:Add initial device tree support of T104x

2013-10-28 Thread Prabhakar Kushwaha
On 10/29/2013 6:41 AM, Scott Wood wrote: On Mon, 2013-10-21 at 09:07 +0530, Prabhakar Kushwaha wrote: Hi Ben, This patch is present in upstream review list from a long time. There are no review comments. So, I request you to pick this patch-set for powerpc.git repository. http

Re: [PATCH 1/2][v8] powerpc/mpc85xx:Add initial device tree support of T104x

2013-10-20 Thread Prabhakar Kushwaha
:14 AM, Prabhakar Kushwaha wrote: The QorIQ T1040/T1042 processor support four integrated 64-bit e5500 PA processor cores with high-performance data path acceleration architecture and network peripheral interfaces required for networking telecommunications. T1042 personality is a reduced

[PATCH 2/2][v8] powerpc/fsl-booke: Add initial T104x_QDS board support

2013-10-02 Thread Prabhakar Kushwaha
Jain priyanka.j...@freescale.com Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch merge Changes for v2: Incorporated Scott's comments

[PATCH 1/2][v8] powerpc/mpc85xx:Add initial device tree support of T104x

2013-10-02 Thread Prabhakar Kushwaha
poonam.aggr...@freescale.com Signed-off-by: Priyanka Jain priyanka.j...@freescale.com Signed-off-by: Varun Sethi varun.se...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch merge Changes

[PATCH 1/2][v7] powerpc/mpc85xx:Add initial device tree support of T104x

2013-09-30 Thread Prabhakar Kushwaha
poonam.aggr...@freescale.com Signed-off-by: Priyanka Jain priyanka.j...@freescale.com Signed-off-by: Varun Sethi varun.se...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch merge Changes

[PATCH 2/2][v7] powerpc/fsl-booke: Add initial T104x_QDS board support

2013-09-30 Thread Prabhakar Kushwaha
Jain priyanka.j...@freescale.com Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch merge Changes for v2: Incorporated Scott's comments

Re: [PATCH 1/2][v7] powerpc/mpc85xx:Add initial device tree support of T104x

2013-09-30 Thread Prabhakar Kushwaha
On 10/01/2013 01:17 AM, Scott Wood wrote: On Mon, 2013-09-30 at 12:24 +0530, Prabhakar Kushwaha wrote: - Removed l2switch. It will be added later Why? I am not aware of bindings required for l2switch as we are not working on the driver. Earlier I thought of putting a place holder

Re: [PATCH 1/2][v7] powerpc/mpc85xx:Add initial device tree support of T104x

2013-09-30 Thread Prabhakar Kushwaha
On 10/01/2013 01:17 AM, Scott Wood wrote: On Mon, 2013-09-30 at 12:24 +0530, Prabhakar Kushwaha wrote: - Removed l2switch. It will be added later Why? I am not aware of bindings required for l2switch as we are not working on the driver. Earlier I thought of putting a place holder

[PATCH][v5] powerpc/fsl-booke: Add initial T104x_QDS board support

2013-09-25 Thread Prabhakar Kushwaha
Jain priyanka.j...@freescale.com Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch merge Changes for v2: Incorporated Scott's comments

[PATCH][v5] powerpc/mpc85xx:Add initial device tree support of T104x

2013-09-25 Thread Prabhakar Kushwaha
poonam.aggr...@freescale.com Signed-off-by: Priyanka Jain priyanka.j...@freescale.com Signed-off-by: Varun Sethi varun.se...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next Changes

[PATCH][v6] powerpc/fsl-booke: Add initial T104x_QDS board support

2013-09-25 Thread Prabhakar Kushwaha
Jain priyanka.j...@freescale.com Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch merge Changes for v2: Incorporated Scott's comments

[PATCH][v6] powerpc/mpc85xx:Add initial device tree support of T104x

2013-09-25 Thread Prabhakar Kushwaha
poonam.aggr...@freescale.com Signed-off-by: Priyanka Jain priyanka.j...@freescale.com Signed-off-by: Varun Sethi varun.se...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch merge Changes

[PATCH] dts/c293pcie: Add range field for IFC NAND

2013-09-24 Thread Prabhakar Kushwaha
C290PCIe has NAND flash present on IFC Chip Select(CS) 1. So Add ranges field for NAND flash on CS1. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git branch next arch/powerpc/boot/dts/c293pcie.dts |1

[PATCH][v4] powerpc/mpc85xx:Add initial device tree support of T104x

2013-09-22 Thread Prabhakar Kushwaha
poonam.aggr...@freescale.com Signed-off-by: Priyanka Jain priyanka.j...@freescale.com Signed-off-by: Varun Sethi varun.se...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next Changes

[PATCH 1/2][v4] powerpc/fsl-booke: Add initial T104x_QDS board support

2013-09-22 Thread Prabhakar Kushwaha
Jain priyanka.j...@freescale.com Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next Changes for v2: Incorporated Scott's comments

[PATCH 2/2][v4] powerpc/configs: Enable T1040QDS by default in corenet

2013-09-22 Thread Prabhakar Kushwaha
T1040 supports both 32 64 bit kernel. so enable T1040QDS by default in the config files. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next Changes for v2: Sending as it is Changes for v3

Re: [PATCH 1/2][v3] powerpc/fsl-booke: Add initial T104x_QDS board support

2013-09-20 Thread Prabhakar Kushwaha
On 09/20/2013 08:38 AM, Timur Tabi wrote: Kushwaha Prabhakar-B32579 wrote: My primary object is to put base patch in Linux. once it done other things can be enabled one by one. Any features which are not enabled must be specified in the patch description. The patch says that the board

[PATCH][v3] powerpc/mpc85xx:Add initial device tree support of T104x

2013-09-19 Thread Prabhakar Kushwaha
poonam.aggr...@freescale.com Signed-off-by: Priyanka Jain priyanka.j...@freescale.com Signed-off-by: Varun Sethi varun.se...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next Changes

[PATCH 2/2][v3] powerpc/configs: Enable T1040QDS by default in corenet

2013-09-19 Thread Prabhakar Kushwaha
T1040 supports both 32 64 bit kernel. so enable T1040QDS by default in the config files. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next Changes for v2: Sending as it is Changes for v3

[PATCH][v2] powerpc/fsl-booke: Add initial T104x_QDS board support

2013-09-15 Thread Prabhakar Kushwaha
- ProfiBus port - Four I2C ports Add T104xQDS support in Kconfig and Makefile. Also create device tree. Signed-off-by: Priyanka Jain priyanka.j...@freescale.com Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon

[PATCH][v2] powerpc/configs: Enable T1040QDS by default in corenet

2013-09-15 Thread Prabhakar Kushwaha
T1040 supports both 32 64 bit kernel. so enable T1040QDS by default in the config files. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next Changes for v2: Sending as it is arch/powerpc

[PATCH] powerpc/mpc85xx:Add initial device tree support of T104x

2013-09-11 Thread Prabhakar Kushwaha
poonam.aggr...@freescale.com Signed-off-by: Priyanka Jain priyanka.j...@freescale.com Signed-off-by: Varun Sethi varun.se...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git TODO: Add noded

[PATCH 1/2] powerpc/fsl-booke: Add initial T104x_QDS board support

2013-09-11 Thread Prabhakar Kushwaha
- ProfiBus port - Four I2C ports Add T104xQDS support in Kconfig and Makefile. Also create device tree. Signed-off-by: Priyanka Jain priyanka.j...@freescale.com Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon

[PATCH 2/2] powerpc/configs: Enable T1040QDS by default in corenet

2013-09-11 Thread Prabhakar Kushwaha
T1040 supports both 32 64 bit kernel. so enable T1040QDS by default in the config files. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git arch/powerpc/configs/corenet32_smp_defconfig |1 + arch

[PATCH] powerpc: add CONFIG(s) require for using flash controller

2013-03-18 Thread Prabhakar Kushwaha
Add CONFIG(s) required for NAND and NOR flash controller usage. It defines MTD, Jffs2 and UBIFS file system required for controllers. It also enables IFC controller Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon http://git.kernel.org/pub/scm/linux/kernel/git/galak

[PATCH] driver/mtd/IFC:Wait tWB time, poll R/B before command execution

2012-11-08 Thread Prabhakar Kushwaha
above requirement. So update its programming. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com Signed-off-by: Hemant Nautiyal hemant.nauti...@freescale.com --- Based upon git://git.infradead.org/linux-mtd.git branch master drivers/mtd/nand/fsl_ifc_nand.c |4 ++-- 1 file changed, 2

Re: [PATCH] driver/mtd:IFC NAND:Initialise internal SRAM before any write

2012-09-25 Thread Prabhakar Kushwaha
On 09/13/2012 06:23 PM, Kumar Gala wrote: On Sep 13, 2012, at 3:54 AM, Prabhakar Kushwaha wrote: IFC-1.1.0 uses 28nm techenology for SRAM. This tech has known limitaion for SRAM i.e. byte select is not supported. Hence Read Modify Write is implemented in IFC for any system side write into sram

[PATCH] powerpc/mpc85xx:Update interrupt handling for IFC controller

2012-09-13 Thread Prabhakar Kushwaha
IFC may have one or two interrupts. If two interrupt specifiers are present, the first is the common interrupt (CM_EVTER_STAT), and the second is the NAND interrupt (NAND_EVTER_STAT). If there is only one, that interrupt reports both types of event. Signed-off-by: Prabhakar Kushwaha prabha

[PATCH] driver/mtd:IFC NAND:Initialise internal SRAM before any write

2012-09-13 Thread Prabhakar Kushwaha
initialize/prefill SRAM buffer by any data before writing anything in SRAM from system side. To initialize SRAM user can use READID NAND command with read bytes equal to SRAM size. It will be a one time activity post boot. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git

[PATCH] powerpc:Update Integrated Flash controller device tree bindings

2012-08-15 Thread Prabhakar Kushwaha
Freescale's Integrated Flash controller (IFC) may have one or two interrupts. In case of single interrupt line, it will cover all IFC interrupts. Update this information in IFC device tree bindings Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Base upon git://git.kernel.org/pub

[PATCH] powerpc/mpc85xx:Add new ext fields to Integrated FLash Controller

2012-08-15 Thread Prabhakar Kushwaha
Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Base upon git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git Branch next arch/powerpc/include/asm/fsl_ifc.h | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/arch/powerpc/include/asm/fsl_ifc.h

[PATCH] driver/mtd: IFC NAND: Add support of ONFI NAND flash

2012-04-08 Thread Prabhakar Kushwaha
- Fix NAND_CMD_READID command for ONFI detect. - Add NAND_CMD_PARAM command to read the ONFI parameter page. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com Acked-by: Scott Wood scottw...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6

[PATCH][v2] powerpc/85xx:Add BSC9131 RDB Support

2012-03-17 Thread Prabhakar Kushwaha
...@freescale.com Signed-off-by: Rajan Srivastava rajan.srivast...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Note: Name of PSC9131 has been changed to BSC9131 because of new nomenclature Please reject earlier patchpowerpc/85xx:Add PSC9131 RDB Support http

[PATCH][v4] NAND Machine support for Integrated Flash Controller

2012-03-14 Thread Prabhakar Kushwaha
...@freescale.com Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Beased on http://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git branch master Tested on P1010RDB Changes for v2: Ported IFC driver for linux

[PATCH] powerpc/85xx:Add BSC9131 RDB Support

2012-03-14 Thread Prabhakar Kushwaha
...@freescale.com Signed-off-by: Rajan Srivastava rajan.srivast...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Note: Name of PSC9131 has been changed to BSC9131 because of new nomenclature Please reject earlier patchpowerpc/85xx:Add BSC9131 RDB Support http

[PATCH][v2] powerpc/85xx:Add PSC9131 RDB Support

2012-03-12 Thread Prabhakar Kushwaha
...@freescale.com Signed-off-by: Rajan Srivastava rajan.srivast...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Developed on git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git Branch master Changes for v2: - Used fsl/qoriq-dma-0.dtsi

[PATCH] powerpc/85xx:Add PSC9131 RDB Support

2012-02-14 Thread Prabhakar Kushwaha
...@freescale.com Signed-off-by: Rajan Srivastava rajan.srivast...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Applied on git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git branch next arch/powerpc/boot/dts/fsl/psc9131si-post.dtsi | 220

[PATCH][v3] NAND Machine support for Integrated Flash Controller

2012-01-20 Thread Prabhakar Kushwaha
...@freescale.com Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git (branch next) Tested on P1010RDB Changes for v2: Ported IFC driver for linux-3.2.0-rc3

[PATCH] mtd/nand:Fix wrong usage of is_blank() in fsl_ifc_run_command

2012-01-17 Thread Prabhakar Kushwaha
. is_blank() should be called per page for main and OOB area verification. Variables name are redefined to avoid confusion between buffer and ecc sector. Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.com Signed-off-by: Scott Wood scottw...@freescale.com Signed-off-by: Prabhakar Kushwaha

[PATCH 1/2][v2] mtd/nand:Fix wrong address read in is_blank()

2012-01-09 Thread Prabhakar Kushwaha
is wrong. It should be calculated on basis of ecc sector size. Also, in fsl_ifc_run_command() bufferpage is calculated on the basis of ecc sector size instead of hard coded value. Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com

[PATCH 2/2][v2] mtd/nand: Fix IFC driver to support 2K NAND page

2012-01-09 Thread Prabhakar Kushwaha
1) OOB area should be updated irrespective of NAND page size. Earlier it was updated only for 512byte NAND page. 2) During OOB update fbcr should be equal to OOB size. Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- git

mtd/NAND:Fix issues with freescale IFC to support NAND 2K

2011-12-28 Thread Prabhakar Kushwaha
This Patch series takes care issues with Freescale IFC driver for supporting 2K page size NAND with ECC enabled. [PATCH 1/2] mtd/nand:Fix wrong address read in is_blank() Fix driver issue when ECC enabled. [PATCH 2/2] mtd/nand: Fix IFC driver to support 2K NAND page Fix driver during OOB

[PATCH 1/2] mtd/nand:Fix wrong address read in is_blank()

2011-12-28 Thread Prabhakar Kushwaha
is wrong. It should be calculated on basis of ecc sector size. Also, in fsl_ifc_run_command() bufferpage is calculated on the basis of ecc sector size instead of hard coded value. Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com

[PATCH 2/2] mtd/nand: Fix IFC driver to support 2K NAND page

2011-12-28 Thread Prabhakar Kushwaha
1) OOB area should be updated irrespective of NAND page size. Earlier it was updated only for 512byte NAND page. 2) During OOB update fbcr should be equal to OOB size. Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- git

[PATCH 1/2][v3] Integrated Flash Controller support

2011-12-28 Thread Prabhakar Kushwaha
le...@freescale.com Signed-off-by: Liu Shuo b35...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git (branch next) Tested on P1010RDB Changes for v2: Incorporated Artem Bityutskiy's comment

[PATCH 1/2][v2] Integrated Flash Controller support

2011-12-27 Thread Prabhakar Kushwaha
le...@freescale.com Signed-off-by: Liu Shuo b35...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git (branch next) Tested on P1010RDB Changes for v2: Incorporated Artem Bityutskiy's comment

[PATCH 1/2][v2] Integrated Flash Controller support

2011-12-27 Thread Prabhakar Kushwaha
le...@freescale.com Signed-off-by: Liu Shuo b35...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git (branch next) Tested on P1010RDB Changes for v2: Incorporated Artem Bityutskiy's comment

[PATCH 2/2][v2] NAND Machine support for Integrated Flash Controller

2011-12-27 Thread Prabhakar Kushwaha
...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git (branch next) Tested on P1010RDB Changes for v2: Ported IFC driver for linux-3.2.0-rc3 - Use chip-bbt_options for BBT - Use

[PATCH] powerpc/85xx:DTS: Fix tbi node location for Px020RDB

2011-06-07 Thread Prabhakar Kushwaha
ten-bit interface (TBI) module is part of SoC not board. Move tbi entries from board related dts files to Si dts. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon http://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git (branch next) arch/powerpc/boot/dts

[PATCH][v2] powerpc/85xx: Add P1010RDB board support

2011-06-05 Thread Prabhakar Kushwaha
PHY VSC8221 eTSEC3: Connected to SGMII PHY VSC8221 eCAN Two DB-9 female connectors for Field bus interface UART DUART interface: supports two UARTs up to 115200 bps for console display Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha

[PATCH] powerpc/85xx: Add P1010RDB board support

2011-06-03 Thread Prabhakar Kushwaha
PHY VSC8221 eTSEC3: Connected to SGMII PHY VSC8221 eCAN Two DB-9 female connectors for Field bus interface UART DUART interface: supports two UARTs up to 115200 bps for console display Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha

[PATCH][v2] powerpc/85xx: add host-pci(e) bridge only for RC

2011-05-23 Thread Prabhakar Kushwaha
FSL PCIe controller can act as agent(EP) or host(RC). Under Agent(EP) mode they are configured via Host. So it is not required to add with the PCI(e) sub-system. Add and configure PCIe controller only for RC mode. Signed-off-by: Vivek Mahajan vivek.maha...@freescale.com Signed-off-by: Prabhakar

[PATCH][v3] powerpc/85xx: add host-pci(e) bridge only for RC

2011-05-23 Thread Prabhakar Kushwaha
FSL PCIe controller can act as agent(EP) or host(RC). Under Agent(EP) mode they are configured via Host. So it is not required to add with the PCI(e) sub-system. Add and configure PCIe controller only for RC mode. Signed-off-by: Vivek Mahajan vivek.maha...@freescale.com Signed-off-by: Prabhakar

[PATCH] powerpc/85xx: Save and restore pcie ATMU windows for PM

2011-04-28 Thread Prabhakar Kushwaha
to be saved and restored during suspend and resume. Signed-off-by: Jiang Yutang b14...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git(branch master) arch/powerpc/sysdev/fsl_pci.c | 116

[PATCH] powerpc/85xx:Create dts of each core in CAMP mode for P1020RDB

2011-04-28 Thread Prabhakar Kushwaha
core will protect its interrupts from other core by using protected-sources of mpic. Fix compatible property for global-util node of P1020si.dtsi. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git(branch

[PATCH] powerpc/85xx: add host-pci(e) bridge only for RC

2011-04-26 Thread Prabhakar Kushwaha
FSL PCIe controller can act as agent(EP) or host(RC). Under Agent(EP) mode they are configured via Host. So it is not required to add with the PCI(e) sub-system. Add and configure PCIe controller only for RC mode. Signed-off-by: Vivek Mahajan vivek.maha...@freescale.com Signed-off-by: Prabhakar

[PATCH] powerpc/85xx:DTS: Fix PCIe IDSEL for Px020RDB

2011-04-19 Thread Prabhakar Kushwaha
and interrupt-map-mask properties for device tree to of map each PCI interrupt signal to the inputs of the interrupt controller. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git(branch master) This patch has

[PATCH] driver/e1000e: Fix default interrupt mode select

2011-04-11 Thread Prabhakar Kushwaha
From: Prabhakar prabha...@freescale.com e1000 default interrupt mode is MSI. No matter user select MSI or disable MSI in kernel config. Signed-off-by: Jin Qing b24...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux

[PATCH] driver/e1000e: Fix default interrupt mode select

2011-04-11 Thread Prabhakar Kushwaha
From: Prabhakar prabha...@freescale.com The Intel e1000 device driver defaults to MSI interrupt mode, even if MSI support is not enabled Signed-off-by: Jin Qing b24...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux

[PATCH] powerpc/85xx: P2020 DTS: re-organize dts files

2011-04-08 Thread Prabhakar Kushwaha
Creates P2020si.dtsi, containing information for P2020 SoC. Modifies dts files for P2020 based systems to use dtsi file. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git(branch master) Please see

[PATCH] powerpc/85xx: P1020 DTS : re-organize dts files

2011-04-07 Thread Prabhakar Kushwaha
Creates P1020si.dtsi, containing information for the P1020 SoC. Modifies dts files for P1020 based systems to use dtsi file. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com Acked-by: Kumar Gala kumar.g...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git

[PATCH][v2] powerpc/85xx: P1020 DTS : re-organize dts files

2011-04-07 Thread Prabhakar Kushwaha
Creates P1020si.dtsi, containing information for the P1020 SoC. Modifies dts files for P1020 based systems to use dtsi file Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com Acked-by: Kumar Gala kumar.g...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git

[PATCH] powerpc/kernel: Don't add disabled serial device

2011-04-06 Thread Prabhakar Kushwaha
serial port nodes with the property status=disabled are not usable and so avoid adding disabled port with the system. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git(branch master) This patch

[PATCH] powerpc/85xx: Don't add disabled PCIe devices

2011-03-31 Thread Prabhakar Kushwaha
PCIe nodes with the property status=disabled are not usable and so avoid adding disabled PCIe bridge with the system. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com Acked-by: Kumar Gala kumar.g...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/torvalds

[PATCH] powerpc/dts:Update PCIe memory maps to match u-boot of Px020RDB

2011-03-24 Thread Prabhakar Kushwaha
PCIe memory address space is 1:1 mapped with u-boot. Update dts of Px020RDB i.e. P1020RDB and P2020RDB to match the address map changes in u-boot. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com Acked-by: Kumar Gala kumar.g...@freescale.com --- Based upon git://git.kernel.org/pub/scm

[PATCH][v3] driver/FSL SATA:Fix wrong Device Error Register usage

2011-03-08 Thread Prabhakar Kushwaha
treats Device error register value as device number not set of bits representing multiple device on PMP. It is changed to consider bit level. No need to check for each set bit as all command is going to be aborted. Signed-off-by: Ashish Kalra b00...@freescale.com Signed-off-by: Prabhakar Kushwaha

[PATCH][v2] driver/FSL SATA:Fix wrong Device Error Register usage

2011-03-07 Thread Prabhakar Kushwaha
treats Device error register value as device number not set of bits representing multiple device on PMP. It is changed to consider bit level. No need to check for each set bit as all command is going to be aborted. Signed-off-by: Ashish Kalra b00...@freescale.com Signed-off-by: Prabhakar Kushwaha

[PATCH] driver/FSL SATA:Fix wrong Device Error Register usage

2011-03-06 Thread Prabhakar Kushwaha
treats Device error register value as device number not set of bits representing multiple device on PMP. It is changed to consider bit level. No need to check for each set bit as all command is going to be aborted. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com Signed-off-by: Ashish

[PATCH] driver/FSL SATA: Update RX_WATER_MARK for TRANSCFG

2011-03-06 Thread Prabhakar Kushwaha
that could arrive. Update the new recommended value to 16. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git (branch master) This patch is already gone through review of linuxppc-dev mail list. Making CC linuxppc-dev

[PATCH] fsl_pci: Add support for FSL PCIe controllers v2.x

2011-02-24 Thread Prabhakar Kushwaha
compatible field witin PCIE node. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com Acked-by: Roy Zang tie-fei.z...@freescale.com Acked-by: Kumar Gala kumar.g...@freescale.com --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git (branch master ) arch/powerpc

[PATCH][v2] driver/FSL SATA:Fix wrong Device Error Register usage

2011-02-21 Thread Prabhakar Kushwaha
treats Device error register value as device number not set of bits representing multiple device on PMP. It is changed to consider bit level. No need to check for each set bit as all command is going to be aborted. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com Signed-off-by: Ashish

[PATCH][v1] driver/FSL SATA:Fix wrong Device Error Register usage

2011-02-20 Thread Prabhakar Kushwaha
treats Device error register value as device number not set of bits representing multiple device on PMP. It is changed to consider bit level. No need to check for each set bit as all command is going to be aborted. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com Signed-off-by: Ashish

  1   2   >