Re: [PATCH 0/3] 8xx: Large page(8MB) support for 2.4

2011-10-11 Thread Joakim Tjernlund
Dan Malek wrote on 2011/10/10 20:03:53: > > > On Oct 10, 2011, at 9:45 AM, Joakim Tjernlund wrote: > > > That is an easy port but I will have to do that blind. Would you > > mind take this for a spin on 2.4 first? > > My current system is running 2.6, so I don't have much > interested in testing 2

[PATCH] Fix interrupt handling in MPC8xxx GPIO driver

2011-10-11 Thread Felix Radensky
Interrupt handler in MPC8xxx GPIO driver is missing the call to PIC EOI (end of interrupt) handler. As a result, at least on 85XX systems, GPIO interrupt is delivered only once. This patch adds the missing EOI call. Tested on custom P1022 board. Signed-off-by: Felix Radensky --- arch/powerpc/sys

[PATCH] powerpc: e500mc: Fix: use CONFIG_PPC_E500MC in idle_e500.S

2011-10-11 Thread Bharat Bhushan
It is wrongly using undefined CONFIG_E500MC. Signed-off-by: Bharat Bhushan --- arch/powerpc/kernel/idle_e500.S |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/kernel/idle_e500.S b/arch/powerpc/kernel/idle_e500.S index 3e2b95c..4f0ab85 100644 --- a/arch/powe

Re: [PATCH v14 02/10] USB/ppc4xx: Add Synopsys DesignWare HS USB OTG driver framework

2011-10-11 Thread Kassey Lee
hi, Tirumala: I did find any private info for ppc in drivers/usb/dwc/apmppc.c do you want make it generic driver ? if yes, it could be a generic name too. thanks ! 2011/10/7 : > From: Tirumala Marri > > Platform probing is in apmppc.c. > Driver parameter and parameter che

Re: [PATCH] Fix interrupt handling in MPC8xxx GPIO driver

2011-10-11 Thread Greg KH
On Tue, Oct 11, 2011 at 10:24:21AM +0200, Felix Radensky wrote: > Interrupt handler in MPC8xxx GPIO driver is missing the call > to PIC EOI (end of interrupt) handler. As a result, at least > on 85XX systems, GPIO interrupt is delivered only once. This > patch adds the missing EOI call. Tested on c

Re: [PATCH 2/3] [44x] Enable CONFIG_RELOCATABLE for PPC44x

2011-10-11 Thread Suzuki Poulose
On 10/10/11 23:30, Scott Wood wrote: On 10/10/2011 04:56 AM, Suzuki K. Poulose wrote: #if defined(CONFIG_RELOCATABLE)&& defined(CONFIG_44x) #define __va(x) ((void *)(unsigned long)((phys_addr_t)(x) - PHYSICAL_START + (KERNELBASE + RELOC_OFFSET))) #define __pa(x) ((unsigned long)(x) + PHYSICAL_

Re: [PATCH v2] powerpc: book3e: WSP: Add Chroma as a new WSP/PowerEN platform.

2011-10-11 Thread Jimi Xenidis
On Tue Oct 4 05:02:41 EST 2011, Scott Wood wrote: Looking at your comments below, will the following be acceptable > On 09/29/2011 09:27 PM, Jimi Xenidis wrote: > > diff --git a/arch/powerpc/platforms/wsp/Kconfig > > b/arch/powerpc/platforms/wsp/Kconfig > > index ea2811c..a3eef8e 100644 > > ---

RE: [PATCH v14 10/10] USB/ppc4xx:Synopsys DWC OTG driver enable gadget support

2011-10-11 Thread Tirumala Marri
<> +# dwc_otg builds in ../dwc along with host support <> +config USB_GADGET_DWC_HDRC <> +boolean "DesignWare USB Peripheral" <> +depends on DWC_OTG_MODE || DWC_DEVICE_ONLY <> +select USB_GADGET_DUALSPEED <> +select USB_GADGET_SELECTED <> +select USB_GADGET_DWC_OTG <

RE: [PATCH v14 02/10] USB/ppc4xx: Add Synopsys DesignWare HS USB OTG driver framework

Hi, < < I did find any private info for ppc in < drivers/usb/dwc/apmppc.c < < do you want make it generic driver ? if yes, it could be a https://lists.ozlabs.org/listinfo/linuxppc-dev

[PATCH] powerpc/85xx: Fix doorbells

Commit 765342526246c97600e5344c0949824d94bb51c3 made some small changes to IPI, message_pass in smp_ops was initialized to NULL for other platforms but not for 85xx which causes us to always use the mpic for IPI's. This patch makes doorbells work again. Signed-off-by: Matthew McClintock --- arch

Re: [PATCH 1/2] [hw-breakpoint] Use generic hw-breakpoint interfaces for new PPC ptrace flags

On Fri, Sep 16, 2011 at 12:57:10PM +0530, K.Prasad wrote: > On Fri, Aug 26, 2011 at 03:05:52PM +0530, K.Prasad wrote: > > On Wed, Aug 24, 2011 at 01:59:39PM +1000, David Gibson wrote: > > > On Tue, Aug 23, 2011 at 02:55:13PM +0530, K.Prasad wrote: > > > > On Tue, Aug 23, 2011 at 03:08:50PM +1000, D

Re: [PATCH] powerpc/82xx: updates for mgcoge

On Sep 27, 2011, at 2:44 AM, Holger Brunck wrote: > Add: > - Setup dts node for USB > - pin description and setup for SMC1 (serial interface) > > Update and cleanup mgcoge_defconfig: > - enable: TIPC, UBIFS, USB_GADGET driver, SQUASHFS, HIGHRES timers > POSIX_MQUEUE, EMBEDDED > - disabl

Re: [PATCH 0/3] math_emu: fixup for efp

On Sep 5, 2011, at 4:01 AM, Liu Yu wrote: > These patches fix some issues in efp. applied - k ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH] powerpc/fsl-booke: Handle L1 D-cache parity error correctly on e500mc

On Aug 27, 2011, at 6:18 AM, Kumar Gala wrote: > If the L1 D-Cache is in write shadow mode the HW will auto-recover the > error. However we might still log the error and cause a machine check > (if L1CSR0[CPE] - Cache error checking enable). We should only treat > the non-write shadow case as n

Re: [PATCH] powerpc/fsl_msi: fix support for multiple MSI ranges

On Sep 13, 2011, at 4:17 PM, Timur Tabi wrote: > Commit 6820fead ("powerpc/fsl_msi: Handle msi-available-ranges better") added > support for multiple ranges in the msi-available-ranges property, but it > miscalculated the MSIR index when multiple ranges are used. > > Signed-off-by: Timur Tabi >

Re: [PATCH 2/4] powerpc/85xx: Rename p2040_rdb.c to p2041_rdb.c

On Sep 1, 2011, at 2:26 PM, Kumar Gala wrote: > From: Mingkai Hu > > There's only p2041rdb board for official release, but the p2041 silicon > on the board can be converted to p2040 silicon without XAUI and L2 cache > function, then the board becomes p2040rdb board. so we use the file name > p2

Re: [PATCH 1/4] powerpc/85xx: Rename PowerPC core nodes to match other e500mc based .dts

On Sep 1, 2011, at 2:26 PM, Kumar Gala wrote: > The P4080 silicon device tree was using PowerPC,4080 while the other > e500mc based SoCs used PowerPC,e500mc. Use the core name to be > consistent going forward. > > Signed-off-by: Kumar Gala > --- > arch/powerpc/boot/dts/p4080si.dtsi | 16

Re: [PATCH] powerpc: e500mc: Fix: use CONFIG_PPC_E500MC in idle_e500.S

On Oct 11, 2011, at 12:56 AM, Bharat Bhushan wrote: > It is wrongly using undefined CONFIG_E500MC. > > Signed-off-by: Bharat Bhushan > --- > arch/powerpc/kernel/idle_e500.S |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) applied, can you send this linux-stable for v3.0.x inclusion

Re: [PATCH] powerpc/85xx: Fix doorbells

On Oct 11, 2011, at 7:06 PM, Matthew McClintock wrote: > Commit 765342526246c97600e5344c0949824d94bb51c3 made some small > changes to IPI, message_pass in smp_ops was initialized to NULL > for other platforms but not for 85xx which causes us to always > use the mpic for IPI's. This patch makes do

Re: [PATCH 12/13] powerpc: Update corenet64_smp_defconfig

On Oct 10, 2011, at 3:50 PM, Becky Bruce wrote: > From: Becky Bruce > > Updates from make savedefconfig. > > Signed-off-by: Becky Bruce > --- > arch/powerpc/configs/corenet64_smp_defconfig |5 - > 1 files changed, 0 insertions(+), 5 deletions(-) applied - k __

Re: [PATCH 10/13] powerpc: Update mpc85xx/corenet 32-bit defconfigs

On Oct 10, 2011, at 3:50 PM, Becky Bruce wrote: > From: Becky Bruce > > Results from updates via make savedefconfig. > > Signed-off-by: Becky Bruce > --- > arch/powerpc/configs/corenet32_smp_defconfig |8 > arch/powerpc/configs/mpc85xx_defconfig |5 + > arch/powerpc/c

Re: [PATCH 1/2] powerpc: respect mem= setting for early memory limit setup

On Sep 16, 2011, at 10:39 AM, Kumar Gala wrote: > For those MMUs that have some form of bolt'd linear mapping (TLB) > required its rare that one ever sets mem= smaller than the size of that > mapping. > > However, on Book-E 64 parts the initial linear mapping is quite large > (1G) so its quite r

Re: [PATCH 2/2] powerpc/fsl-booke: Fix setup_initial_memory_limit to not blindly map

On Sep 16, 2011, at 10:39 AM, Kumar Gala wrote: > On FSL Book-E devices we support multiple large TLB sizes and so we can > get into situations in which the initial 1G TLB size is too big and > we're asked for a size that is not mappable by a single entry (like > 512M). The single entry is impor

Re: [PATCH] [v3] powerpc/85xx: clean up FPGA device tree nodes for Freecsale QorIQ boards

On Sep 15, 2011, at 1:04 PM, Timur Tabi wrote: > Standarize and document the FPGA nodes used on Freescale QorIQ reference > boards. There are different kinds of FPGAs used on the boards, but > only two are currently standard: "pixis", "ngpixis", and "qixis". Although > there are minor differenc

Re: [PATCH] powerpc/85xx: fix PHYS_64BIT selection for P1022DS

On Sep 23, 2011, at 2:32 PM, Anatolij Gustschin wrote: > Remove wrong CONFIG_ prefix in Kconfig file. > > Signed-off-by: Anatolij Gustschin > --- > arch/powerpc/platforms/85xx/Kconfig |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) applied - k

Re: [PATCH v3] powerpc/85xx: Adding DCSR node to dtsi device trees

On Sep 16, 2011, at 10:36 AM, Kumar Gala wrote: > From: Stephen George > > Adding new device tree binding file for the DCSR node. Modifying device > tree dtsi files to add DCSR node for P2041, P3041, P3060, P4080, & P5020. > > Signed-off-by: Stephen George > Signed-off-by: Kumar Gala > ---