Re: [PATCH v8 0/5] support reserving crashkernel above 4G on arm64 kdump

2020-06-03 Thread Prabhakar Kushwaha
Hi Chen, On Tue, Jun 2, 2020 at 8:12 PM John Donnelly wrote: > > > > > On Jun 2, 2020, at 12:38 AM, Prabhakar Kushwaha > > wrote: > > > > On Tue, Jun 2, 2020 at 3:29 AM John Donnelly > > wrote: > >> > >> Hi . See below ! >

Re: [PATCH v8 0/5] support reserving crashkernel above 4G on arm64 kdump

2020-06-01 Thread Prabhakar Kushwaha
On Tue, Jun 2, 2020 at 3:29 AM John Donnelly wrote: > > Hi . See below ! > > > On Jun 1, 2020, at 4:02 PM, Bhupesh Sharma wrote: > > > > Hi John, > > > > On Tue, Jun 2, 2020 at 1:01 AM John Donnelly > > wrote: > >> > >> Hi, >

Re: [PATCH v8 0/5] support reserving crashkernel above 4G on arm64 kdump

2020-06-01 Thread Prabhakar Kushwaha
Hi Chen, On Thu, May 21, 2020 at 3:05 PM Chen Zhou wrote: > > This patch series enable reserving crashkernel above 4G in arm64. > > There are following issues in arm64 kdump: > 1. We use crashkernel=X to reserve crashkernel below 4G, which will fail > when there is no enough low memory. > 2.

RE: [PATCH 4/7] dt-bindings: spi: add binding file for NXP FlexSPI driver

2018-09-03 Thread Prabhakar Kushwaha
Dear Yogesh, > -Original Message- > From: linux-kernel-ow...@vger.kernel.org ow...@vger.kernel.org> On Behalf Of Yogesh Gaur > Sent: Friday, August 31, 2018 4:00 PM > To: linux-...@lists.infradead.org; boris.brezil...@bootlin.com; > marek.va...@gmail.com; linux-...@vger.kernel.org; >

RE: [PATCH 4/7] dt-bindings: spi: add binding file for NXP FlexSPI driver

2018-09-03 Thread Prabhakar Kushwaha
Dear Yogesh, > -Original Message- > From: linux-kernel-ow...@vger.kernel.org ow...@vger.kernel.org> On Behalf Of Yogesh Gaur > Sent: Friday, August 31, 2018 4:00 PM > To: linux-...@lists.infradead.org; boris.brezil...@bootlin.com; > marek.va...@gmail.com; linux-...@vger.kernel.org; >

RE: [U-Boot] [PATCH] config: ls1012aqds: Add USB EHCI support for ls1012aqds

2017-08-08 Thread Prabhakar Kushwaha
> -Original Message- > From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of > yinbo@nxp.com > Sent: Thursday, July 27, 2017 3:19 PM > To: u-b...@lists.denx.de > Cc: open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS > ; Mihai Emilian

RE: [U-Boot] [PATCH] config: ls1012aqds: Add USB EHCI support for ls1012aqds

2017-08-08 Thread Prabhakar Kushwaha
> -Original Message- > From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of > yinbo@nxp.com > Sent: Thursday, July 27, 2017 3:19 PM > To: u-b...@lists.denx.de > Cc: open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS > ; Mihai Emilian Bantea ; > Horia Geantă ; Marc

Re: [PATCH] arm64: PCI(e) arch support

2014-07-03 Thread Prabhakar Kushwaha
Hi Tanmay, Liviu, On 7/4/2014 2:57 AM, Tanmay Inamdar wrote: Reposting on request of several people since previously posted one was corrupted. This patch adds the arch support for PCI(e) for arm64. The files added or modified in this patch are based on PCI(e) support in 32bit arm. Please note

Re: [PATCH] arm64: PCI(e) arch support

2014-07-03 Thread Prabhakar Kushwaha
Hi Tanmay, Liviu, On 7/4/2014 2:57 AM, Tanmay Inamdar wrote: Reposting on request of several people since previously posted one was corrupted. This patch adds the arch support for PCI(e) for arm64. The files added or modified in this patch are based on PCI(e) support in 32bit arm. Please note

[PATCH][v2] driver/memory:Add Kconfig help description for IFC

2014-05-07 Thread Prabhakar Kushwaha
Freescale's Integrated Flash controller(IFC) module is used to handle devices such as NOR, NAND, FPGA and ASIC. Update same in Help section of Kconfig for IFC. Signed-off-by: Prabhakar Kushwaha --- Changes for v2: Resending again keeping maintainer in 'CC' drivers/memory/Kconfig |4

[PATCH][v2] driver/memory:Add Kconfig help description for IFC

2014-05-07 Thread Prabhakar Kushwaha
Freescale's Integrated Flash controller(IFC) module is used to handle devices such as NOR, NAND, FPGA and ASIC. Update same in Help section of Kconfig for IFC. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Changes for v2: Resending again keeping maintainer in 'CC' drivers

[PATCH] driver/memory:Add Kconfig help description for IFC

2014-04-15 Thread Prabhakar Kushwaha
Freescale's Integrated Flash controller(IFC) module is used to handle devices such as NOR, NAND, FPGA and ASIC. Update same in Help section of Kconfig for IFC. Signed-off-by: Prabhakar Kushwaha --- drivers/memory/Kconfig |4 1 file changed, 4 insertions(+) diff --git a/drivers/memory

[PATCH] driver/memory:Add Kconfig help description for IFC

2014-04-15 Thread Prabhakar Kushwaha
Freescale's Integrated Flash controller(IFC) module is used to handle devices such as NOR, NAND, FPGA and ASIC. Update same in Help section of Kconfig for IFC. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- drivers/memory/Kconfig |4 1 file changed, 4 insertions(+) diff

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

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

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 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 prabha...@freescale.com --- Changes for v2: Sending as it is Changes for v3: Sending as it is Changes for v4: Rebased to git

[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 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 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 prabha...@freescale.com --- Changes for v2: Sending as it is Changes for v3: Sending as it is Changes for v4: Rebased to git

[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 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][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 --- Changes for v2: - Move fsl_ifc in driver/memory arch/powerpc/sysdev/Makefile |1 - drivers/memory/Makefile|1 + {arch/powerpc/sysdev

[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 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 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 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 .../{powerpc

[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

[PATCH] Driver/IFC: Move Freescale IFC driver to a common driver

2014-01-12 Thread Prabhakar Kushwaha
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/misc and fix the header file includes. Signed-off-by: Prabhakar Kushwaha --- arch/powerpc/sysdev/Makefile |1 - drivers/misc/Makefile

[PATCH] Driver/IFC: Move Freescale IFC driver to a common driver

2014-01-12 Thread Prabhakar Kushwaha
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/misc and fix the header file includes. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- arch/powerpc/sysdev/Makefile |1