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
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
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
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
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
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_
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
> > ---
<> +# 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
<
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
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
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
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
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
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
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
>
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
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
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
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
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
__
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
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
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
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
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
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
> ---
26 matches
Mail list logo