[PATCH] arch/PPC:B4860qds/B4420qds: Updates to device trees for B4860 for DSP clusters and their L2 caches

2016-01-28 Thread Ashish Kumar
(b4860si-post.dtsi and b4420si-post.dtsi). Signed-off-by: Ashish Kumar Signed-off-by: Shaveta Leekha --- arch/powerpc/boot/dts/fsl/b4420si-post.dtsi |7 +++- arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi | 23 arch/powerpc/boot/dts/fsl/b4860si-post.dtsi | 20 ++- arch

RE: [PATCH] B4860qds/B4420qds: Updates to device trees for B4860 for DSP clusters and their L2 caches

2016-01-28 Thread Ashish Kumar
Please ignore this mail. Will send another revision. Regards Ashish -Original Message- From: Ashish Kumar [mailto:ashish.ku...@nxp.com] Sent: Thursday, January 28, 2016 1:23 PM To: Scott Wood ; linuxppc-dev@lists.ozlabs.org Cc: Ashish Kumar ; Shaveta Leekha Subject: [PATCH] B4860qds

[PATCH] B4860qds/B4420qds: Updates to device trees for B4860 for DSP clusters and their L2 caches

2016-01-28 Thread Ashish Kumar
specific dtsi files(b4860si-post.dtsi and b4420si-post.dtsi). Earlier they were shown partly in common b4si-post.dtsi and si specific b4860si-post.dtsi files . Signed-off-by: Ashish Kumar Signed-off-by: Shaveta Leekha --- arch/powerpc/boot/dts/fsl/b4420si-post.dtsi |8 arch/powerpc/boot

PCIE Switch Bringup Problem

2015-04-03 Thread Ashish Khetan
Hi, I am using MPC8640D based powerpc board. I am trying to bringup PCIe switch(PES64H16AG2) using linux BSP(Linux-3.14). After Power on reset its unable detect to detect any link on PCIe BUS. While on another bus PCIe link is detected which is not another PCIe device. Any debugging points/link

[PATCH] mpc85xx: dts: Remove SPI and NAND partition from bsc9131rdb.dtsi

2014-10-07 Thread Ashish Kumar
pi_kernel),512k(spi_dtb),-(fs)'" Signed-off-by: Ashish Kumar --- arch/powerpc/boot/dts/bsc9131rdb.dtsi | 50 - 1 files changed, 0 insertions(+), 50 deletions(-) diff --git a/arch/powerpc/boot/dts/bsc9131rdb.dtsi b/arch/powerpc/boot/dts/bsc9131rdb.dt

Re: MPC8641 based custom board Kernel stuck at 1000Mhz core clock

2014-04-04 Thread Ashish
On Thursday 03 April 2014 08:55 AM, sanjeev sharma wrote: Are you able to capture kernel logs ? Regards Sanjeev Sharma On Thu, Mar 27, 2014 at 10:01 PM, <mailto:valdis.kletni...@vt.edu>> wrote: On Thu, 27 Mar 2014 16:04:37 +0530, Ashish said: > Hi, > >

MPC8641 based custom board Kernel stuck at 1000Mhz core clock

2014-03-27 Thread Ashish
Hi, I am using MPC8641-HPCN based custom board and able to boot linux at MPX clock 400Mhz and core clock 800mhz. When I am increasing core frequency ie MPX clock at 400Mhz and core at 1Ghz, kernel stuck. Does any body have faced this kind of issue ? Or any idea how to resolve this? Tha

Re: MPC8641 based custom board kernel Bug

2013-12-26 Thread Ashish Khetan
... Thanks & Regards Ashish Khetan On Fri, Dec 27, 2013 at 4:21 AM, Sri Ram Vemulpali wrote: > Why do not you use deconfig from linux kernel tree. Modify only base > address of CCSR (soc node) for child nodes of root in device tree. > arch/powerpc/boot/dts/mpc8641_hpcn.dts. > &g

Re: MPC8641 based custom board kernel Bug

2013-12-26 Thread Ashish Khetan
pt-parent = <0x1>; tbi-handle = <0x8>; phy-handle = <0x9>; phy-connection-type = "rgmii-id"; mdio@520 { #address-cells = <0x1>; #size-cells = <0x0>; compatible = &qu

MPC8641 based custom board kernel Bug

2013-12-25 Thread Ashish Khetan
the snapshot for the bug that may be helpful to address the bug. Using MPC86xx HPCN machine description Total memory = 512MB; using 1024kB for hash table (at cff0) Linux version 3.12.0 (ashish@ashish-VirtualBox) (gcc version 4.7.2 (GCC) ) #2 We d Dec 25 16:04:36 IST 2013 Found initrd at

MPC8641 BASED Custom designed Board Linux stucks after Mounting cache hash table entries

2013-12-09 Thread Ashish
description Total memory = 512MB; using 1024kB for hash table (at cff0) Linux version 2.6.34 (ashish@ashish-virtual-machine) (gcc version 4.7.2 (GCC) ) #1 Fri Dec 6 10:38:44 IST 2013 Found initrd at 0xdf6fb000:0xdfea6c80 bootconsole [udbg0] enabled setup_arch: bootmem mpc86xx_hpcn_setup_arch

RE: [RESEND][PATCH] sata_fsl: hard and soft reset split

2009-09-11 Thread Kalra Ashish-B00888
Hello Jeff, I will do the rediff and resubmit the patch. Thanks, Ashish -Original Message- From: Jeff Garzik [mailto:j...@garzik.org] Sent: Friday, September 11, 2009 12:08 PM To: Kalra Ashish-B00888 Cc: linux-...@vger.kernel.org; linuxppc-...@ozlabs.org Subject: Re: [RESEND][PATCH

RE: [PATCH][sata_fsl] Defer non-ncq commands when ncq commands active

2009-07-30 Thread Kalra Ashish-B00888
, thus, this patch is required for quite old kernels ( < 2.6.26 ). Thanks, Ashish ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

RE: [PATCH][sata_fsl] Defer non-ncq commands when ncq commands active

2009-07-30 Thread Kalra Ashish-B00888
Hello, >> Signed-off-by: Ashish Kalra >> --- >> drivers/ata/sata_fsl.c | 1 + >> 1 files changed, 1 insertions(+), 0 deletions(-) >> >> diff --git a/drivers/ata/sata_fsl.c b/drivers/ata/sata_fsl.c >> index 5a88b44..a33f130 100644 >> --- a/driver

[PATCH][sata_fsl] Defer non-ncq commands when ncq commands active

2009-07-29 Thread ashish kalra
From: Ashish Kalra Date: Wed, 29 Jul 2009 21:15:49 +0530 Fix for non-ncq & ncq commands causing timeouts when both are issued simultaneously to the same device. Signed-off-by: Ashish Kalra --- drivers/ata/sata_fsl.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --g

[PATCH][v3] Add asynchronous notification support

2009-07-01 Thread ashish kalra
Enable device hot-plug support on Port multiplier fan-out ports v3 fixes whitespace/identation issues Signed-off-by: Ashish Kalra --- drivers/ata/sata_fsl.c | 15 ++- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/drivers/ata/sata_fsl.c b/drivers/ata/sata_fsl.c

RE: [PATCH][v2] sata_fsl: Add asynchronous notification support

2009-07-01 Thread Kalra Ashish-B00888
Hello Sergei, It looks like that the email client has added these whitespaces and alignment mess-up, as the original patch file has none of these issues. I will try using another email client and re-post the patch. Thanks, Ashish -Original Message- From: Sergei Shtylyov [mailto:sshtyl

[PATCH][v2] sata_fsl: Add asynchronous notification support

2009-06-29 Thread ashish kalra
Enable device hot-plug support on Port multiplier fan-out ports Signed-off-by: Ashish Kalra --- drivers/ata/sata_fsl.c | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/ata/sata_fsl.c b/drivers/ata/sata_fsl.c index 94eaa43..5751145 100644 --- a/drivers

[no subject]

2009-06-29 Thread ashish kalra
From: Ashish Kalra Date: Fri, 26 Jun 2009 15:46:02 +0530 Subject: [PATCH][v2] sata_fsl: Add asynchronous notification support Enable device hot-plug support on Port multiplier fan-out ports Signed-off-by: Ashish Kalra --- drivers/ata/sata_fsl.c | 10 -- 1 files changed, 8

[RESEND][PATCH] sata_fsl: hard and soft reset split

2009-06-29 Thread ashish kalra
Split sata_fsl_softreset() into hard and soft resets to make error-handling more efficient & device and PMP detection more reliable. Also includes fix for PMP support, driver tested with Sil3726, Sil4726 & Exar PMP controllers. Signed-off-by: Ashish Kalra --- drivers/ata/sata_fsl.

[PATCH] sata_fsl: Add asynchronous notification support

2009-06-29 Thread ashish kalra
Signed-off-by: Ashish Kalra --- drivers/ata/sata_fsl.c | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/ata/sata_fsl.c b/drivers/ata/sata_fsl.c index 94eaa43..5751145 100644 --- a/drivers/ata/sata_fsl.c +++ b/drivers/ata/sata_fsl.c @@ -34,7 +34,7 @@ enum

[PATCH] sata_fsl: hard and soft reset split

2009-06-29 Thread Kalra Ashish-B00888
Split sata_fsl_softreset() into hard and soft resets to make error-handling more efficient & device and PMP detection more reliable. Also includes fix for PMP support, driver tested with Sil3726, Sil4726 & Exar PMP controllers. Signed-off-by: Ashish Kalra --- drivers/ata/sata_fsl.

Problem while make menuconfig

2008-10-23 Thread Dudeja, Ashish
scripts/kconfig/dochecklxdialog] Error 1 make: *** [menuconfig] Error 2 " How can I include the libraries. Thanks and Regards Ashish Dudeja Development Engineer, R&D Security & Monitoring Division Barco Electronics System Pvt. Ltd A 38 B & C. Sector 64, Noida *+91 (120)

RE: [PATCH] Add port multiplier (PMP) support in sata_fsl driver

2008-05-23 Thread Kalra Ashish
dreset() alone doesn't leave the controller in usable state. Return -EAGAIN from it to request follow-up SRST on success. Both of the above cases ( ATA_DEV_NONE & NO_AUTOPSY ) are basically hacks because as you have mentioned, currently sata_fsl_softreset() does both PHY-reset and softrese

Help:To Add NAND Node in Device Tree

2007-12-10 Thread ashish
. Thanks in Advance. With Best Regards Ashish Yadav -- eInfochips Business Disclaimer: This message may contain confidential, proprietary or legally Privileged information. In case you are not the original intended Recipient of the message, you must not, directly or indirectly, use

RE: [PATCH v2] drivers/ata: add support to Freescale 3.0Gbps SATA Controller

2007-10-15 Thread Kalra Ashish-B00888
() & ioremap(). We will also incorporate your other suggestions and then resubmit the patch. Ashish -Original Message- From: Arnd Bergmann [mailto:[EMAIL PROTECTED] Sent: Friday, October 12, 2007 7:52 PM To: linuxppc-dev@ozlabs.org Cc: Li Yang-r58472; [EMAIL PROTECTED]; [EMAIL PROTECTED]; K

RE: [PATCH v2] drivers/ata: add support to Freescale 3.0Gbps SATA Controller

2007-10-12 Thread Kalra Ashish-B00888
This should be fine, as cd->sfis is allocated in host memory using a _coherent allocator and the SATA-2 controller is DMA'ing the D2H FIS into it. Ashish -Original Message- From: Alan Cox [mailto:[EMAIL PROTECTED] Sent: Friday, October 12, 2007 7:25 PM To: Li Yang-r58472 Cc