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

2013-09-10 Thread Prabhakar Kushwaha
onam Aggrwal Signed-off-by: Priyanka Jain Signed-off-by: Varun Sethi Signed-off-by: Prabhakar Kushwaha --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git TODO: Add noded for ethernet arch/powerpc/boot/dts/fsl/t1040si-post.dtsi | 116 arch/powerpc/boot/dts

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

2013-09-10 Thread Prabhakar Kushwaha
- ProfiBus port - Four I2C ports Add T104xQDS support in Kconfig and Makefile. Also create device tree. Signed-off-by: Priyanka Jain Signed-off-by: Poonam Aggrwal Signed-off-by: Prabhakar Kushwaha --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git TODO: Add

[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 --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git arch/powerpc/configs/corenet32_smp_defconfig |1 + arch/powerpc/con

[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 Signed-off-by: Poonam Aggrwal Signed-off-by: Prabhakar Kushwaha --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next

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

2013-09-15 Thread Prabhakar Kushwaha
onam Aggrwal Signed-off-by: Priyanka Jain Signed-off-by: Varun Sethi Signed-off-by: Prabhakar Kushwaha --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next Changes for v2: Incorporated Scott's comments - Update t1040si-post.dtsi - update clock de

[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 --- 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/con

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

2013-09-19 Thread Prabhakar Kushwaha
onam Aggrwal Signed-off-by: Priyanka Jain Signed-off-by: Varun Sethi Signed-off-by: Prabhakar Kushwaha --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next Changes for v2: Incorporated Scott's comments - Update t1040si-post.dtsi - update clock de

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

2013-09-19 Thread Prabhakar Kushwaha
- ProfiBus port - Four I2C ports Add T104xQDS support in Kconfig and Makefile. Also create device tree. Signed-off-by: Priyanka Jain Signed-off-by: Poonam Aggrwal Signed-off-by: Prabhakar Kushwaha --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next

[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 --- 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: Sending as i

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 suppor

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

2013-09-22 Thread Prabhakar Kushwaha
onam Aggrwal Signed-off-by: Priyanka Jain Signed-off-by: Varun Sethi Signed-off-by: Prabhakar Kushwaha --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next Changes for v2: Incorporated Scott's comments - Update t1040si-post.dtsi - update clock de

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

2013-09-22 Thread Prabhakar Kushwaha
Jain Signed-off-by: Poonam Aggrwal Signed-off-by: Prabhakar Kushwaha --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next Changes for v2: Incorporated Scott's comments - Created t104xqds.dtsi, both t1040qds & t1042qds include it

[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 --- 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: Sending as it is Cha

[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 --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git branch next arch/powerpc/boot/dts/c293pcie.dts |1 + 1 file

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

2013-09-25 Thread Prabhakar Kushwaha
Jain Signed-off-by: Poonam Aggrwal Signed-off-by: Prabhakar Kushwaha --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch merge Changes for v2: Incorporated Scott's comments - Created t104xqds.dtsi, both t1040qds & t1042qds include it

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

2013-09-25 Thread Prabhakar Kushwaha
onam Aggrwal Signed-off-by: Priyanka Jain Signed-off-by: Varun Sethi Signed-off-by: Prabhakar Kushwaha --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next Changes for v2: Incorporated Scott's comments - Update t1040si-post.dtsi - update clock de

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

2013-09-25 Thread Prabhakar Kushwaha
Jain Signed-off-by: Poonam Aggrwal Signed-off-by: Prabhakar Kushwaha --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch merge Changes for v2: Incorporated Scott's comments - Created t104xqds.dtsi, both t1040qds & t1042qds include it

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

2013-09-25 Thread Prabhakar Kushwaha
onam Aggrwal Signed-off-by: Priyanka Jain Signed-off-by: Varun Sethi Signed-off-by: Prabhakar Kushwaha --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch merge Changes for v2: Incorporated Scott's comments - Update t1040si-post.dtsi - update clo

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

2013-09-29 Thread Prabhakar Kushwaha
onam Aggrwal Signed-off-by: Priyanka Jain Signed-off-by: Varun Sethi Signed-off-by: Prabhakar Kushwaha --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch merge Changes for v2: Incorporated Scott's comments - Update t1040si-post.dtsi - update clo

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

2013-09-29 Thread Prabhakar Kushwaha
Jain Signed-off-by: Poonam Aggrwal Signed-off-by: Prabhakar Kushwaha --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch merge Changes for v2: Incorporated Scott's comments - Created t104xqds.dtsi, both t1040qds & t1042qds include it

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. but

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. but

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

2013-10-02 Thread Prabhakar Kushwaha
On 10/02/2013 01:26 AM, Scott Wood wrote: On Tue, 2013-10-01 at 08:56 +0530, Prabhakar Kushwaha wrote: 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

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

2013-10-02 Thread Prabhakar Kushwaha
Jain Signed-off-by: Poonam Aggrwal Signed-off-by: Prabhakar Kushwaha --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch merge Changes for v2: Incorporated Scott's comments - Created t104xqds.dtsi, both t1040qds & t1042qds include it

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

2013-10-02 Thread Prabhakar Kushwaha
onam Aggrwal Signed-off-by: Priyanka Jain Signed-off-by: Varun Sethi Signed-off-by: Prabhakar Kushwaha --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch merge Changes for v2: Incorporated Scott's comments - Update t1040si-post.dtsi - update clo

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 red

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

[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 --- Based upon http://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git branch next

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

2014-04-21 Thread Prabhakar Kushwaha
onam Aggrwal Signed-off-by: Priyanka Jain Signed-off-by: Varun Sethi Signed-off-by: Prabhakar Kushwaha --- Changes for v2: Incorporated Scott's comments - Update t1040si-post.dtsi - update clock device tree node as per http://patchwork.ozlabs.org/patch/274134/ - removed DMA

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

2014-04-21 Thread Prabhakar Kushwaha
Jain Signed-off-by: Poonam Aggrwal Signed-off-by: Prabhakar Kushwaha --- Changes for v2: Incorporated Scott's comments - Created t104xqds.dtsi, both t1040qds & t1042qds include it - Updated get_irq Changes for v3: Sending as it is Changes for v4: Updated description

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 Si

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

2014-08-20 Thread Prabhakar Kushwaha
ovide proper access to this register. Signed-off-by: Aaron Sierra --- Thanks for fixing it. Acked-by: Prabhakar Kushwaha Thanks, Prabhakar ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

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 S

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

2014-08-24 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

[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 --- changes for v2: Sending as it is arch/powerpc/configs/corenet32_smp_defconfig |1 + arch/powerpc/configs/corenet64_smp_defconfig |1

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

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

[PATCH 1/2][v3] 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 Acked-by: Arnd Bergmann --- Changes for v2: - Move fsl_ifc in driver/memory Changes for v3: - move device tree bindings to memory .../{powerpc => memory-controllers}/fsl/ifc.

[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 --- Changes for v2: Sending as it is Changes for v3: Sending as it is arch/powerpc/configs/corenet32_smp_defconfig |1 + arch/powerpc

[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 Acked-by: Arnd Bergmann --- Changes for v2: - Move fsl_ifc in driver/memory Changes for v3: - move device tree bindings to memory Changes for v4: Rebased to git

[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 --- Changes for v2: Sending as it is Changes for v3: Sending as it is Changes for v4: Rebased to git://git.kernel.org/pub/scm/linux

[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 --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git branch master arch

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 wrote: Currently IFC NAND driver is enabled in corenet32smp_defconfig. But IFC controller is not enabled So, Enable IFC controller in

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 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 includes. Also remove

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

2014-01-17 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 --- Changes for v2: Sending as it is Changes for v3: Sending as it is Changes for v4: Rebased to git://git.kernel.org/pub/scm/linux

[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 Acked-by: Arnd Bergmann --- Changes for v2: - Move fsl_ifc in driver/memory Changes for v3: - move device tree bindings to memory Changes for v4: Rebased to git

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

2014-01-25 Thread Prabhakar Kushwaha
onam Aggrwal Signed-off-by: Priyanka Jain Signed-off-by: Varun Sethi Signed-off-by: Prabhakar Kushwaha --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next Changes for v2: Incorporated Scott's comments - Update t1040si-post.dtsi - update clock de

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

2014-01-25 Thread Prabhakar Kushwaha
Jain Signed-off-by: Poonam Aggrwal Signed-off-by: Prabhakar Kushwaha --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next Changes for v2: Incorporated Scott's comments - Created t104xqds.dtsi, both t1040qds & t1042qds include it

[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 Acked-by: Arnd Bergmann --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next Changes for v2: - Move fsl_ifc in driver/memory Changes for v3

[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 --- 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] 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 --- arch/powerpc/configs/corenet64_smp_defconfig |1 - arch/powerpc/configs/mpc85xx_defconfig |1 - arch/powerpc/configs/mpc85xx_smp_defconfig

[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 Acked-by: Arnd Bergmann --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next Changes for v2: - Move fsl_ifc in driver/memory Changes for v3

[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 --- 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 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 --- 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 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 Acked-by: Arnd Bergmann --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git Branch next Changes for v2: - Move fsl_ifc in driver/memory Changes for v3

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

2014-02-19 Thread Prabhakar Kushwaha
and so we have nothing to link the above symbols against. Since the goal of the original 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 s

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 regressio

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>; +

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 pa

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

2011-12-27 Thread Prabhakar Kushwaha
Integrated Flash Controller supports various flashes like NOR, NAND and other devices using NOR, NAND and GPCM Machine available on it. IFC supports four chip selects. Signed-off-by: Dipen Dudhat Signed-off-by: Scott Wood Signed-off-by: Li Yang Signed-off-by: Liu Shuo Signed-off-by: Prabhakar

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

2011-12-27 Thread Prabhakar Kushwaha
Integrated Flash Controller supports various flashes like NOR, NAND and other devices using NOR, NAND and GPCM Machine available on it. IFC supports four chip selects. Signed-off-by: Dipen Dudhat Signed-off-by: Scott Wood Signed-off-by: Li Yang Signed-off-by: Liu Shuo Signed-off-by: Prabhakar

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

2011-12-27 Thread Prabhakar Kushwaha
Integrated Flash Controller(IFC) can be used to hook NAND Flash chips using NAND Flash Machine available on it. Signed-off-by: Dipen Dudhat Signed-off-by: Scott Wood Signed-off-by: Li Yang Signed-off-by: Liu Shuo Signed-off-by: Prabhakar Kushwaha --- Based upon git://git.kernel.org/pub/scm

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 upda

[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 Signed-off-by: Prabhakar Kushwaha --- git://git.kernel.org/pub/scm/linux/kernel/git/ga

[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 Signed-off-by: Prabhakar Kushwaha --- git://git.kernel.org/pub/scm/linux/kernel/git/galak

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

2011-12-28 Thread Prabhakar Kushwaha
Integrated Flash Controller supports various flashes like NOR, NAND and other devices using NOR, NAND and GPCM Machine available on it. IFC supports four chip selects. Signed-off-by: Dipen Dudhat Signed-off-by: Scott Wood Signed-off-by: Li Yang Signed-off-by: Liu Shuo Signed-off-by: Prabhakar

[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 Signed-off-by: Prabhakar Kushwaha --- git://git.kernel.org/pub/scm/linux/kernel/

[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 Signed-off-by: Prabhakar Kushwaha --- git://git.kernel.org/pub/scm/linux/kernel/git/galak

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

2012-01-17 Thread Prabhakar Kushwaha
size. 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 Signed-off-by: Scott Wood Signed-off-by: Prabhakar Kushwaha --- git://git.kernel.org/pub/scm/linux/kerne

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

2012-01-20 Thread Prabhakar Kushwaha
Integrated Flash Controller(IFC) can be used to hook NAND Flash chips using NAND Flash Machine available on it. Signed-off-by: Dipen Dudhat Signed-off-by: Scott Wood Signed-off-by: Li Yang Signed-off-by: Liu Shuo Signed-off-by: Poonam Aggrwal Signed-off-by: Prabhakar Kushwaha --- Based

[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 --- Base upon git://git.kernel.org/pub/scm/linux/kerne

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

2012-08-15 Thread Prabhakar Kushwaha
Freescale's Integrated Flash controller(IFC) v1.1.0 supports 40 bit address bus width. In case more than 32 bit address is used, the EXT registers should be set. Add support of ext registers. Signed-off-by: Kumar Gala Signed-off-by: York Sun Signed-off-by: Prabhakar Kushwaha --- Base

[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: Prabhaka

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

2012-09-13 Thread Prabhakar Kushwaha
pper. Hence we must 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 --- Base

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 s

[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 Signed-off-by: Hemant Nautiyal --- Based upon git://git.infradead.org/linux-mtd.git branch master drivers/mtd/nand/fsl_ifc_nand.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mtd

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

2012-02-14 Thread Prabhakar Kushwaha
s for console display Linux runs on e500v2 core and access some DSP peripherals like AIC Signed-off-by: Ramneek Mehresh Signed-off-by: Priyanka Jain Signed-off-by: Akhil Goyal Signed-off-by: Poonam Aggrwal Signed-off-by: Rajan Srivastava Signed-off-by: Prabhakar Kushwaha --- Applied o

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

2012-03-12 Thread Prabhakar Kushwaha
nsole display Linux runs on e500v2 core and access some DSP peripherals like AIC Signed-off-by: Ramneek Mehresh Signed-off-by: Priyanka Jain Signed-off-by: Akhil Goyal Signed-off-by: Poonam Aggrwal Signed-off-by: Rajan Srivastava Signed-off-by: Prabhakar Kushwaha --- Developed o

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

2012-03-14 Thread Prabhakar Kushwaha
Integrated Flash Controller(IFC) can be used to hook NAND Flash chips using NAND Flash Machine available on it. Signed-off-by: Dipen Dudhat Signed-off-by: Scott Wood Signed-off-by: Li Yang Signed-off-by: Liu Shuo Signed-off-by: Poonam Aggrwal Signed-off-by: Prabhakar Kushwaha --- Beased on

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

2012-03-14 Thread Prabhakar Kushwaha
nsole display Linux runs on e500v2 core and access some DSP peripherals like AIC Signed-off-by: Ramneek Mehresh Signed-off-by: Priyanka Jain Signed-off-by: Akhil Goyal Signed-off-by: Poonam Aggrwal Signed-off-by: Rajan Srivastava Signed-off-by: Prabhakar Kushwaha --- Note: Name of PSC913

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

2012-03-17 Thread Prabhakar Kushwaha
nsole display Linux runs on e500v2 core and access some DSP peripherals like AIC Signed-off-by: Ramneek Mehresh Signed-off-by: Priyanka Jain Signed-off-by: Akhil Goyal Signed-off-by: Poonam Aggrwal Signed-off-by: Rajan Srivastava Signed-off-by: Prabhakar Kushwaha --- Note: Name of PSC913

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

2012-03-21 Thread Prabhakar Kushwaha
nsole display Linux runs on e500v2 core and access some DSP peripherals like AIC Signed-off-by: Ramneek Mehresh Signed-off-by: Priyanka Jain Signed-off-by: Akhil Goyal Signed-off-by: Poonam Aggrwal Signed-off-by: Rajan Srivastava Signed-off-by: Prabhakar Kushwaha --- Note: Name of PSC9131 has

[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 Acked-by: Scott Wood --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git Branch master drivers/mtd/nand

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

2011-02-17 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 Signed-off-by: Ashish Kalra --- git

[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 Signed-off-by: Ashish Kalra --- git

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

2011-02-20 Thread Prabhakar Kushwaha
could arrive. Update the new recommended value to 16. Signed-off-by: Prabhakar Kushwaha --- git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git (branch master) drivers/ata/sata_fsl.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/drivers

[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 Signed-off-by: Ashish Kalra --- git

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

2011-02-24 Thread Prabhakar Kushwaha
upon "compatible" field witin PCIE node. Signed-off-by: Prabhakar Kushwaha Acked-by: Roy Zang Acked-by: Kumar Gala --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git (branch master ) arch/powerpc/sysdev/fsl_pci.c | 15 +++ arch/powerpc/sy

[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 Signed-off-by: Ashish Kalra --- git

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

2011-03-06 Thread Prabhakar Kushwaha
could arrive. Update the new recommended value to 16. Signed-off-by: Prabhakar Kushwaha --- 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@lists.ozlabs.org

[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 Signed-off-by: Prabhakar Kushwaha --- git

[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 Signed-off-by: Prabhakar Kushwaha --- git

[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 Acked-by: Kumar Gala --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git

[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 Acked-by: Kumar Gala --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git(branch ma

[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 --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git(branch master) This patch is

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

2011-04-06 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 Acked-by: Kumar Gala --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git(branch master) Please see

[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 Acked-by: Kumar Gala --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git(branch master) Please see

[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 --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git(branch master) Please see mpc5200b.dtsi for

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

2011-04-10 Thread Prabhakar Kushwaha
From: Prabhakar e1000 default interrupt mode is MSI. No matter user select MSI or disable MSI in kernel config. Signed-off-by: Jin Qing Signed-off-by: Prabhakar Kushwaha --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git(branch master) drivers/net/e1000e

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

2011-04-11 Thread Prabhakar Kushwaha
From: Prabhakar The Intel e1000 device driver defaults to MSI interrupt mode, even if MSI support is not enabled Signed-off-by: Jin Qing Signed-off-by: Prabhakar Kushwaha --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git(branch master) added netdev mail

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

2011-04-19 Thread Prabhakar Kushwaha
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 --- Based upon git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git(branch master) This patch has depedency on following 2

  1   2   >