[linux-yocto] git pull request output

2015-05-05 Thread Abhishek Paliwal
nges up to dee4fa366c2466f4f1ed8f7c7924a744c90306b0: netdev: octeon-bgx-port: Destroy workqueue only if it had been created. (2015-04-29 12:07:01 +0530) ---- Abhishek Paliwal (48): netdev: octeon3-ethernet: Allow cpus to bind to the maxi

[linux-yocto] git pull request output

2015-04-28 Thread Abhishek Paliwal
for you to fetch changes up to dee4fa366c2466f4f1ed8f7c7924a744c90306b0: netdev: octeon-bgx-port: Destroy workqueue only if it had been created. (2015-04-29 12:07:01 +0530) -------- Abhishek Paliwal (48): netdev: octeon3-ethernet: Allow cpus to bind to

[linux-yocto] git pull request output

2015-04-13 Thread Abhishek Paliwal
to fetch changes up to c6dbf6731f79c72d91f5052896540b3dc073ae9c: netdev: octeon-ethernet: Streamline logic to determine if hardware should calculate L3/L4 checksum. (2015-04-13 15:54:23 +0530) -------- Abhishek Paliwal (54): MIPS: OCTEON: Define cpu_has_local

Re: [linux-yocto] git pull request output

2015-04-07 Thread Abhishek Paliwal
another new branch? If not then, please suggest us how to submit these changes to you to push them to yocto kernel mainline. Regards, Abhishek -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: 02 March 2015 10:30 To: Abhishek Paliwal Cc: linux-yocto

[linux-yocto] git pull request output

2015-02-27 Thread Abhishek Paliwal
4:38 +0530) ---- Abhishek Paliwal (147): Replace OCTEON_IS_OCTEON2() and OCTEON_IS_OCTEON3() with appropriate current_cpu_type(). MIPS: OCTEON: Fix L1 dacache parity for OCTEON3 MIPS/EDAC: Cavium: Updated L2C error ch

Re: [linux-yocto] [PATCH 0/9] MIPS : Basic OcteonIII support.

2015-01-15 Thread Abhishek Paliwal
y to respond. - Armin On 01/12/2015 02:41 AM, Abhishek Paliwal wrote: > These patches cover basic OCTEONIII support. > > Abhishek Paliwal (9): >MIPS OCTEON Add OCTEON3 to get cpu type >MIPS OCTEON Enable use of FPU >MIPS Add function get ebase cpunum >MIPS A

Re: [linux-yocto] [PATCH 0/9] MIPS : Basic OcteonIII support.

2015-01-15 Thread Abhishek Paliwal
ensuring that the support for previous simulators (like CN56xx, CN68xx) are not broken while submitting. Regards, Abhishek -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: 15 January 2015 10:40 To: Abhishek Paliwal; linux-yocto@yoctoproject.org Subject: Re

[linux-yocto] [PATCH 2/9] MIPS OCTEON Enable use of FPU

2015-01-12 Thread Abhishek Paliwal
lf Baechle Signed-off-by: Abhishek Paliwal --- .../asm/mach-cavium-octeon/cpu-feature-overrides.h | 1 - arch/mips/kernel/Makefile | 2 +- arch/mips/kernel/branch.c | 6 +- arch/mips/kernel/octeon_switch.S | 85 --

[linux-yocto] [PATCH 6/9] MIPS Override assembler ISA for kernel FPU instruction.

2015-01-12 Thread Abhishek Paliwal
From: David Daney Some versions of the assembler will not assemble CFC1 for OCTEON, so override the ISA for these. Signed-off-by: David Daney Signed-off-by: Abhishek Paliwal --- arch/mips/kernel/ptrace.c | 24 arch/mips/kernel/ptrace32.c | 12 ++-- 2 files

[linux-yocto] [PATCH 5/9] MIPS donot build fast TLB refill handler with 32-bit kernels.

2015-01-12 Thread Abhishek Paliwal
-mips.org/patch/7010/ Signed-off-by: Ralf Baechle Signed-off-by: Abhishek Paliwal --- arch/mips/mm/tlbex.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/arch/mips/mm/tlbex.c b/arch/mips/mm/tlbex.c index aa24119..c05f2fd 100644 --- a/arch/mips/mm/tlbex.c +++ b/arch/mips

[linux-yocto] [PATCH 9/9] MIPS:OCTEON: More OCTEONIII support

2015-01-12 Thread Abhishek Paliwal
From: Chandrakala Chavva Read clock rate from the correct CSR. Don't clear COP0_DCACHE for OCTEONIII. Signed-off-by: Chandrakala Chavva Signed-off-by: Abhishek Paliwal --- arch/mips/Makefile | 7 + arch/mips/cavium-octeon/csrc-octeon.c

[linux-yocto] [PATCH 7/9] MIPS: Octeon: Implement the core-16057 workaround

2015-01-12 Thread Abhishek Paliwal
From: David Daney Disable ICache prefetch for certian Octeon II processors. Signed-off-by: David Daney Signed-off-by: Abhishek Paliwal --- .../asm/mach-cavium-octeon/kernel-entry-init.h | 22 ++ 1 file changed, 22 insertions(+) diff --git a/arch/mips/include/asm/mach

[linux-yocto] [PATCH 1/9] MIPS OCTEON Add OCTEON3 to get cpu type

2015-01-12 Thread Abhishek Paliwal
/patch/7014/ Signed-off-by: Ralf Baechle Signed-off-by: Abhishek Paliwal --- arch/mips/include/asm/cpu-type.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/include/asm/cpu-type.h b/arch/mips/include/asm/cpu-type.h index 02f591b..19557ca 100644 --- a/arch/mips/include/asm/cpu-type.h

[linux-yocto] [PATCH 4/9] MIPS Add minimal support for OCTEON3 to c-r4k.c

2015-01-12 Thread Abhishek Paliwal
://patchwork.linux-mips.org/patch/7003/ Signed-off-by: Ralf Baechle Signed-off-by: Abhishek Paliwal --- arch/mips/include/asm/r4kcache.h | 2 ++ arch/mips/mm/c-r4k.c | 47 2 files changed, 45 insertions(+), 4 deletions(-) diff --git a/arch/mips

[linux-yocto] [PATCH 8/9] MIPS: Octeon: CVMSEG LM loads may cause dcache parity errors

2015-01-12 Thread Abhishek Paliwal
From: David Daney Signed-off-by: David Daney Signed-off-by: Abhishek Paliwal --- arch/mips/cavium-octeon/setup.c| 4 +--- .../include/asm/mach-cavium-octeon/kernel-entry-init.h | 18 -- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a

[linux-yocto] [PATCH 3/9] MIPS Add function get ebase cpunum

2015-01-12 Thread Abhishek Paliwal
://patchwork.linux-mips.org/patch/7012/ Signed-off-by: Ralf Baechle Signed-off-by: Abhishek Paliwal --- arch/mips/include/asm/mipsregs.h | 8 arch/mips/kernel/cpu-probe.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/arch/mips/include/asm/mipsregs.h b/arch/mips/include/asm

[linux-yocto] [PATCH 0/9] MIPS : Basic OcteonIII support.

2015-01-12 Thread Abhishek Paliwal
These patches cover basic OCTEONIII support. Abhishek Paliwal (9): MIPS OCTEON Add OCTEON3 to get cpu type MIPS OCTEON Enable use of FPU MIPS Add function get ebase cpunum MIPS Add minimal support for OCTEON3 to c-r4k.c MIPS donot build fast TLB refill handler with 32-bit kernels