[PATCH] powerpc/mm: Fix handling of _PAGE_COHERENT in BAT setup code

2009-01-23 Thread Gerhard Pircher
_PAGE_COHERENT is now always set in _PAGE_RAM resp. PAGE_KERNEL. Thus it has to be masked out, if the BAT mapping should be non cacheable or CPU_FTR_NEED_COHERENT is not set. Signed-off-by: Gerhard Pircher gerhard_pirc...@gmx.net --- arch/powerpc/mm/ppc_mmu_32.c |6 +++--- 1 files changed, 3

AmigaOne platform patches v2

2009-02-02 Thread Gerhard Pircher
Hi! I updated the patches for the AmigaOne platform based on your comments. The following changes were made compared to v1: setup.c: - replaced model entry in /proc/cpuinfo with a vendor entry - replaced cache flushing code in amigaone_restart() with call to __flush_disable_L1() - removed

[PATCH v2 3/4] Bootwrapper and serial console support for AmigaOne

2009-02-02 Thread Gerhard Pircher
a uImage at 0x50. Signed-off-by: Gerhard Pircher gerhard_pirc...@gmx.net --- arch/powerpc/boot/Makefile |5 - arch/powerpc/boot/cuboot-amigaone.c | 35 +++ arch/powerpc/boot/serial.c |3 ++- arch/powerpc/boot/wrapper

[PATCH v2 4/4] Default config for AmigaOne boards

2009-02-02 Thread Gerhard Pircher
CONFIG_CC_OPTIMIZE_FOR_SIZE is selected, because otherwise the kernel wouldn't boot. The AmigaOne's U-boot firmware seems to have a problem loading uImages bigger than 1.8 MB. Signed-off-by: Gerhard Pircher gerhard_pirc...@gmx.net --- arch/powerpc/configs/amigaone_defconfig | 1636

[RFC] Error handling in *_add/find_bridges()

2009-02-05 Thread Gerhard Pircher
Hi! I have a minor question about the error handling in the various *_add/find_bridges functions, which are used to detect and initialize PHBs. AFAIK all of them return an error code that is never checked in the platform setup code (e.g. when there is no memory for the pci_controller struct).

[PATCH v3 2/4] powerpc: Generic device tree for all AmigaOne boards

2009-02-10 Thread Gerhard Pircher
, as only i8259 legacy interrupts are used. Signed-off-by: Gerhard Pircher gerhard_pirc...@gmx.net --- arch/powerpc/boot/dts/amigaone.dts | 173 1 files changed, 173 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/boot/dts/amigaone.dts diff --git

[PATCH v3 3/4] powerpc: Bootwrapper and serial console support for AmigaOne

2009-02-10 Thread Gerhard Pircher
a uImage at 0x50. Signed-off-by: Gerhard Pircher gerhard_pirc...@gmx.net --- arch/powerpc/boot/Makefile |5 - arch/powerpc/boot/cuboot-amigaone.c | 35 +++ arch/powerpc/boot/serial.c |3 ++- arch/powerpc/boot/wrapper

[PATCH v3 4/4] powerpc: Default config for AmigaOne boards

2009-02-10 Thread Gerhard Pircher
CONFIG_CC_OPTIMIZE_FOR_SIZE is selected, because otherwise the kernel wouldn't boot. The AmigaOne's U-boot firmware seems to have a problem loading uImages bigger than 1.8 MB. Signed-off-by: Gerhard Pircher gerhard_pirc...@gmx.net --- arch/powerpc/configs/amigaone_defconfig | 1636

Does DRI/DRM still work on non-coherent DMA platforms?

2009-03-09 Thread Gerhard Pircher
Hi, I heard rumors that DRI doesn't work on SAM440EP (onboard Radeon GPU) boards. I had DRI halfway working on my AmigaOne (Radeon 9250) with an early release candidate of the 2.6.25 kernel and IIRC this patch here (manually applied):

Re: NFS problems on a MPC5200-based board

2009-03-11 Thread Gerhard Pircher
handling of the hash page table code. regards, Gerhard commit 4c456a67f501b8b15542c7c21c28812bf88f484b Author: Gerhard Pircher gerhard_pirc...@gmx.net Date: Fri Jan 23 06:51:28 2009 + powerpc/mm: Fix handling of _PAGE_COHERENT in BAT setup code _PAGE_COHERENT is now always

Re: DTS file PCI / i8259 for Xilinx ML510

2009-03-14 Thread Gerhard Pircher
Original-Nachricht Datum: Thu, 12 Mar 2009 11:32:19 +0100 Von: Roderick Colenbrander thunderbir...@gmx.net An: linuxppc-dev@ozlabs.org Betreff: DTS file PCI / i8259 for Xilinx ML510 ... The freescale boards define the pci bus like below and connect ULI M1575 peripherals

Re: DTS file PCI / i8259 for Xilinx ML510

2009-03-15 Thread Gerhard Pircher
Original-Nachricht Datum: Sun, 15 Mar 2009 09:38:26 +0100 Von: Roderick Colenbrander thunderbir...@gmx.net An: Gerhard Pircher gerhard_pirc...@gmx.net, linuxppc-dev@ozlabs.org Betreff: Re: DTS file PCI / i8259 for Xilinx ML510 At some point in the file they create some

Re: DTS file PCI / i8259 for Xilinx ML510

2009-03-15 Thread Gerhard Pircher
Original-Nachricht Datum: Sun, 15 Mar 2009 12:00:17 +0100 Von: Roderick Colenbrander thunderbir...@gmx.net An: Gerhard Pircher gerhard_pirc...@gmx.net, linuxppc-dev@ozlabs.org Betreff: Re: DTS file PCI / i8259 for Xilinx ML510 I got the i8259 south bridge working now

Re: Commit for mm/page_alloc.c breaks boot process on my machine

2008-02-04 Thread Gerhard Pircher
Original-Nachricht Datum: Mon, 4 Feb 2008 10:42:32 + Von: Mel Gorman [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: [EMAIL PROTECTED], linuxppc-dev@ozlabs.org Betreff: Re: Commit for mm/page_alloc.c breaks boot process on my machine 2. Any chance

Question about PPC_NATIVE/hash_native_64.c

2008-02-20 Thread Gerhard Pircher
Hi, I'm a little bit confused about the hash_native_64.c file, which is compiled in the kernel, if PPC_NATIVE is defined. PPC_NATIVE seems to be defined also for 32bit platforms (CHRP, PREP, etc.), but the name of the hash_native_64.c file and the Makefile suggest that it is for 64bit platforms

How to dynamically disable/enable CPU features?

2008-02-21 Thread Gerhard Pircher
Hi, I'm wondering how to disable or enable CPU features based on the board the kernel is running on. In my case I want to disable the CPU_FTR_NEED_COHERENT flag for 74xx CPUs, because it locks up the machine. I tried to clear the flag in the platform's *_probe() function with the following code:

Re: How to dynamically disable/enable CPU features?

2008-02-22 Thread Gerhard Pircher
Hi, Original-Nachricht Datum: Fri, 22 Feb 2008 11:24:38 -0600 Von: Milton Miller [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: ppcdev linuxppc-dev@ozlabs.org Betreff: Re: How to dynamically disable/enable CPU features? We handle cpu features in a couple

Re: How to dynamically disable/enable CPU features?

2008-02-24 Thread Gerhard Pircher
Original-Nachricht Datum: Sat, 23 Feb 2008 09:32:01 +1100 Von: Benjamin Herrenschmidt [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: Milton Miller [EMAIL PROTECTED], linuxppc-dev@ozlabs.org Betreff: Re: How to dynamically disable/enable CPU features

Re: [BUG/RFC/PATCH] drm: Fix for non-coherent DMA PowerPC

2008-03-03 Thread Gerhard Pircher
Original-Nachricht Datum: Mon, 03 Mar 2008 09:56:09 +1100 Von: Benjamin Herrenschmidt [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: linuxppc-dev@ozlabs.org, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Betreff: Re: [BUG/RFC/PATCH] drm: Fix for non

Re: [BUG/RFC/PATCH] drm: Fix for non-coherent DMA PowerPC

2008-03-03 Thread Gerhard Pircher
Original-Nachricht Datum: Tue, 04 Mar 2008 07:44:11 +1100 Von: Benjamin Herrenschmidt [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], linuxppc-dev@ozlabs.org Betreff: Re: [BUG/RFC/PATCH] drm: Fix for non

Re: 7448/2.6.20 problems (double boots or hangs)

2008-03-19 Thread Gerhard Pircher
Original-Nachricht Datum: Wed, 19 Mar 2008 17:52:16 -0400 Von: Leisner, Martin [EMAIL PROTECTED] An: linuxppc-dev@ozlabs.org CC: Lund, Nathan \\([EMAIL PROTECTED]) [EMAIL PROTECTED] Betreff: 7448/2.6.20 problems (double boots or hangs) My taiga board is now dead -- on our

Re: [PATCH] [POWERPC] Port fixmap from x86 and use for kmap_atomic

2008-04-19 Thread Gerhard Pircher
Original-Nachricht Datum: Thu, 17 Apr 2008 21:57:05 -0500 (CDT) Von: Kumar Gala [EMAIL PROTECTED] An: Paul Mackerras [EMAIL PROTECTED] CC: linuxppc-dev@ozlabs.org Betreff: [PATCH] [POWERPC] Port fixmap from x86 and use for kmap_atomic The fixmap code from x86 allows us to

ide/libata and powerpc arch/device tree

2007-08-28 Thread Gerhard Pircher
Hi, I'm currently/still trying to describe legacy ports and interrupts for a VIA southbridge PCI IDE controller in a device tree. While the legacy ports can be described in the PCI device node (as suggested to me by some developers here in a previous discussion thread - by imitating the Pegasos),

Re: [RFC] AmigaOne device tree source v2

2007-09-03 Thread Gerhard Pircher
Hi, Original-Nachricht Datum: Mon, 3 Sep 2007 20:12:34 +1000 Von: David Gibson [EMAIL PROTECTED] An: Segher Boessenkool [EMAIL PROTECTED] CC: linuxppc-dev@ozlabs.org Betreff: Re: [RFC] AmigaOne device tree source v2 On Mon, Sep 03, 2007 at 12:02:58PM +0200, Segher

Need Pegasos I/II device tree

2007-09-04 Thread Gerhard Pircher
Hi, Can somebody post the device tree of a Pegasos I (prefered) or a Pegasos II (or any other similar machine) here, please. Thanks! regards, Gerhard -- GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS. Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail

Re: [RFC] AmigaOne device tree source v2

2007-09-04 Thread Gerhard Pircher
Original-Nachricht Datum: Tue, 4 Sep 2007 00:32:57 +0200 Von: Segher Boessenkool [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: linuxppc-dev@ozlabs.org, David Gibson [EMAIL PROTECTED] Betreff: Re: [RFC] AmigaOne device tree source v2 PCI memory space sits

Re: [RFC] AmigaOne device tree source v2

2007-09-04 Thread Gerhard Pircher
Original-Nachricht Datum: Tue, 4 Sep 2007 00:52:02 +0200 Von: Segher Boessenkool [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: linuxppc-dev@ozlabs.org, David Gibson [EMAIL PROTECTED] Betreff: Re: [RFC] AmigaOne device tree source v2 Yeah, PCI is a special

Re: [RFC] AmigaOne device tree source v2

2007-09-06 Thread Gerhard Pircher
Original-Nachricht Datum: Thu, 6 Sep 2007 15:36:30 +0200 Von: Segher Boessenkool [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: linuxppc-dev@ozlabs.org, [EMAIL PROTECTED] Betreff: Re: [RFC] AmigaOne device tree source v2 PCI legacy I/O is not direct mapped

RTC class drivers and powerpc arch

2007-09-14 Thread Gerhard Pircher
Hi, Since todc was removed from arch/powerpc I wonder how to use the rtc-cmos RTC class driver for my AmigaOne with its VIA southbridge. Do I have to define a platform device and the get/set_rtc_time hook functions or can the driver probe for and access the hardware automatically, if there's a

Re: cuImage generation

2007-09-19 Thread Gerhard Pircher
Original-Nachricht Datum: Wed, 19 Sep 2007 17:20:23 +0200 Von: Peter Korsgaard [EMAIL PROTECTED] An: Scott Wood [EMAIL PROTECTED] CC: Gerhard Pircher [EMAIL PROTECTED], linuxppc-dev@ozlabs.org Betreff: Re: cuImage generation Scott == Scott Wood [EMAIL PROTECTED] writes

Triggered BUG_ON in prom.c/of_get_flat_dt_root()

2007-09-21 Thread Gerhard Pircher
Hi, I was able to boot the first cuImage build from a 2.6.23-rc7 kernel source on my AmigaOne. Unfortunately the kernel triggers a BUG_ON statement in of_get_flat_dt_root(), which is called in the probe function of my platform code. I wasn't able to capture the kernel log, but it looks similar to

2.6.23-rc8 dies somewhere during boot!?

2007-09-27 Thread Gerhard Pircher
? Der kanns mit allen: http://www.gmx.net/de/go/multimessenger amigaone.dts Description: Binary data /* * AmigaOne platform setup * * Copyright 2007 Gerhard Pircher ([EMAIL PROTECTED]) * * Based on original amigaone_setup.c source code * Copyright 2003 by Hans-Jörg and Thomas Frieden

Re: 2.6.23-rc8 dies somewhere during boot!?

2007-09-27 Thread Gerhard Pircher
Original-Nachricht Datum: Thu, 27 Sep 2007 14:25:51 -0500 Von: [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: linuxppc-dev@ozlabs.org Betreff: Re: 2.6.23-rc8 dies somewhere during boot!? On Thu, Sep 27, 2007 at 09:12:33PM +0200, Gerhard Pircher wrote: Hi

Re: 2.6.23-rc8 dies somewhere during boot!?

2007-09-27 Thread Gerhard Pircher
Original-Nachricht Datum: Thu, 27 Sep 2007 15:50:12 -0500 Von: [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: linuxppc-dev@ozlabs.org Betreff: Re: 2.6.23-rc8 dies somewhere during boot!? On Thu, Sep 27, 2007 at 09:31:31PM +0200, Gerhard Pircher wrote

Re: 2.6.23-rc8 dies somewhere during boot!?

2007-09-27 Thread Gerhard Pircher
Original-Nachricht Datum: Thu, 27 Sep 2007 16:35:03 -0500 Von: [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: linuxppc-dev@ozlabs.org Betreff: Re: 2.6.23-rc8 dies somewhere during boot!? On Thu, Sep 27, 2007 at 11:17:00PM +0200, Gerhard Pircher wrote

Re: 2.6.23-rc8 dies somewhere during boot!?

2007-09-27 Thread Gerhard Pircher
Original-Nachricht Datum: Thu, 27 Sep 2007 17:20:07 -0500 Von: [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: linuxppc-dev@ozlabs.org Betreff: Re: 2.6.23-rc8 dies somewhere during boot!? On Thu, Sep 27, 2007 at 11:57:35PM +0200, Gerhard Pircher wrote

Re: 2.6.23-rc8 dies somewhere during boot!?

2007-09-28 Thread Gerhard Pircher
Original-Nachricht Datum: Fri, 28 Sep 2007 09:31:31 +1000 Von: Paul Mackerras [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: linuxppc-dev@ozlabs.org Betreff: Re: 2.6.23-rc8 dies somewhere during boot!? You appear to have a working 16550-style serial port

Re: Problem with OF interrupt parsing code

2007-10-02 Thread Gerhard Pircher
Original-Nachricht Datum: Tue, 02 Oct 2007 07:39:47 +1000 Von: Benjamin Herrenschmidt [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: linuxppc-dev@ozlabs.org Betreff: Re: Problem with OF interrupt parsing code Part of your problem is that interrupt-parent

Re: Problem with OF interrupt parsing code

2007-10-02 Thread Gerhard Pircher
Original-Nachricht Datum: Tue, 02 Oct 2007 08:54:04 +1000 Von: Benjamin Herrenschmidt [EMAIL PROTECTED] An: Segher Boessenkool [EMAIL PROTECTED] CC: Gerhard Pircher [EMAIL PROTECTED], linuxppc-dev@ozlabs.org Betreff: Re: Problem with OF interrupt parsing code It shoudn't

Re: Problem with OF interrupt parsing code

2007-10-02 Thread Gerhard Pircher
Original-Nachricht Datum: Mon, 01 Oct 2007 16:26:14 -0500 Von: Scott Wood [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: linuxppc-dev@ozlabs.org Betreff: Re: Problem with OF interrupt parsing code Secondly the AmigaOne is a desktop system with 4 PCI/AGP

Kernel locks up after calling kernel_execve()

2007-11-08 Thread Gerhard Pircher
Hi, I tested my patches for the AmigaOne platform with the lastest 2.6.24-rc2 kernel snapshot. The kernel runs through all initcalls, but locks up completely after calling INIT (/sbin/init) by kernel_execve(). Thus I couldn't capture any kernel oops or panic output. Also the magic sysrq key

Re: Kernel locks up after calling kernel_execve()

2007-11-08 Thread Gerhard Pircher
Original-Nachricht Datum: Fri, 09 Nov 2007 10:20:17 +1100 Von: Benjamin Herrenschmidt [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: linuxppc-dev@ozlabs.org Betreff: Re: Kernel locks up after calling kernel_execve() On Thu, 2007-11-08 at 22:47 +0100

Re: Kernel locks up after calling kernel_execve()

2007-11-10 Thread Gerhard Pircher
Original-Nachricht Datum: Fri, 09 Nov 2007 18:50:29 +1100 Von: Benjamin Herrenschmidt [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: linuxppc-dev@ozlabs.org Betreff: Re: Kernel locks up after calling kernel_execve() I tried to use /bin/sh as init program

Re: pcspkr device, pnpPNP,100

2007-11-12 Thread Gerhard Pircher
Original-Nachricht Datum: Mon, 12 Nov 2007 14:57:13 +0100 (CET) Von: Geert Uytterhoeven [EMAIL PROTECTED] An: Jon Smirl [EMAIL PROTECTED] CC: PowerPC dev list Linuxppc-dev@ozlabs.org Betreff: Re: pcspkr device, pnpPNP,100 On Mon, 12 Nov 2007, Jon Smirl wrote: On

Re: Kernel locks up after calling kernel_execve()

2007-11-13 Thread Gerhard Pircher
Original-Nachricht Datum: Sun, 11 Nov 2007 14:55:40 +1100 Von: Benjamin Herrenschmidt [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: linuxppc-dev@ozlabs.org Betreff: Re: Kernel locks up after calling kernel_execve() On Sat, 2007-11-10 at 18:11 +0100

Hardware debuggers for PPC74xx G4 CPUs

2007-11-13 Thread Gerhard Pircher
I'm trying to debug a kernel lockup that occurs on my machine with all kernel versions 2.6.16. I don't have a clue what the root cause of this lockup is, thus I'm thinking about using a hardware debugger. Can anybody recommend a reasonably cheap hardware debugger that works with G4 CPUs and can

Re: Kernel locks up after calling kernel_execve()

2007-11-13 Thread Gerhard Pircher
Original-Nachricht Datum: Wed, 14 Nov 2007 08:43:38 +1100 Von: Benjamin Herrenschmidt [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: linuxppc-dev@ozlabs.org Betreff: Re: Kernel locks up after calling kernel_execve() Well, at least the above tells is it's

Re: Hardware debuggers for PPC74xx G4 CPUs

2007-11-13 Thread Gerhard Pircher
Original-Nachricht Datum: Tue, 13 Nov 2007 17:10:29 -0500 Von: Jon Smirl [EMAIL PROTECTED] An: Grant Likely [EMAIL PROTECTED] CC: Gerhard Pircher [EMAIL PROTECTED], linuxppc-dev@ozlabs.org Betreff: Re: Hardware debuggers for PPC74xx G4 CPUs On 11/13/07, Grant Likely

Re: Hardware debuggers for PPC74xx G4 CPUs

2007-11-14 Thread Gerhard Pircher
Original-Nachricht Datum: Wed, 14 Nov 2007 12:17:09 +1100 Von: Benjamin Herrenschmidt [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: Jon Smirl [EMAIL PROTECTED], [EMAIL PROTECTED], linuxppc-dev@ozlabs.org Betreff: Re: Hardware debuggers for PPC74xx G4 CPUs

Re: Kernel locks up after calling kernel_execve()

2007-11-14 Thread Gerhard Pircher
Original-Nachricht Datum: Wed, 14 Nov 2007 10:37:52 +1100 Von: Benjamin Herrenschmidt [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: linuxppc-dev@ozlabs.org Betreff: Re: Kernel locks up after calling kernel_execve() Add printk's to things :-) It's a UP kernel

Re: Kernel locks up after calling kernel_execve()

2007-11-14 Thread Gerhard Pircher
Original-Nachricht Datum: Wed, 14 Nov 2007 21:04:57 +1100 Von: Benjamin Herrenschmidt [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: linuxppc-dev@ozlabs.org Betreff: Re: Kernel locks up after calling kernel_execve() On Wed, 2007-11-14 at 10:39 +0100, Gerhard

Re: Kernel locks up after calling kernel_execve()

2007-11-15 Thread Gerhard Pircher
Original-Nachricht Datum: Thu, 15 Nov 2007 08:54:32 +1100 Von: Paul Mackerras [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: [EMAIL PROTECTED], linuxppc-dev@ozlabs.org Betreff: Re: Kernel locks up after calling kernel_execve() No it's not just for ppc64. We

Re: hangs after Freeing unused kernel memory

2007-11-16 Thread Gerhard Pircher
Original-Nachricht Datum: Thu, 15 Nov 2007 16:00:09 -0800 Von: Siva Prasad [EMAIL PROTECTED] An: [EMAIL PROTECTED], linuxppc-dev@ozlabs.org Betreff: hangs after Freeing unused kernel memory Hi, This sounds like a familiar problem, but could not get answers in posts

Re: FW: SKB corruption on heavy traffic

2008-04-30 Thread Gerhard Pircher
Hi, I think I have the same problem here with all versions of the 2.6.x kernel series (tested with kernel v2.6.8/14/16/18/25 on a PPC7455 machine with different PCI network cards by transferring a big file over NFS/SCP). Data corruption occurs under high load, but I don't get any kernel oops.

Re: [PATCH] Sam440ep support

2008-05-05 Thread Gerhard Pircher
Original-Nachricht Datum: Mon, 5 May 2008 13:27:28 -0500 Von: Kumar Gala [EMAIL PROTECTED] An: Giuseppe Coviello [EMAIL PROTECTED] CC: linuxppc-dev@ozlabs.org Betreff: Re: [PATCH] Sam440ep support On May 5, 2008, at 1:23 PM, Giuseppe Coviello wrote: This patch adds

Re: [PATCH] Sam440ep support

2008-05-06 Thread Gerhard Pircher
Original-Nachricht Datum: Tue, 06 May 2008 09:44:18 +1000 Von: Benjamin Herrenschmidt [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: Kumar Gala [EMAIL PROTECTED], [EMAIL PROTECTED], linuxppc-dev@ozlabs.org Betreff: Re: [PATCH] Sam440ep support On Mon, 2008

Re: [PATCH 1/2] [POWERPC] rtc_cmos_setup: assign interrupts only if there is i8259 PIC

2008-05-06 Thread Gerhard Pircher
Original-Nachricht Datum: Mon, 5 May 2008 22:55:38 +0400 Von: Anton Vorontsov [EMAIL PROTECTED] An: Kumar Gala [EMAIL PROTECTED] CC: linuxppc-dev@ozlabs.org Betreff: [PATCH 1/2] [POWERPC] rtc_cmos_setup: assign interrupts only if there is i8259 PIC Sometimes

Re: [PATCH] Sam440ep support

2008-05-06 Thread Gerhard Pircher
Original-Nachricht Datum: Tue, 06 May 2008 18:48:39 +1000 Von: Benjamin Herrenschmidt [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: linuxppc-dev@ozlabs.org, Takashi Iwai [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Betreff: Re: [PATCH] Sam440ep

Strange build error in boot/wrapper script

2008-05-06 Thread Gerhard Pircher
Hi, I get a rather strange error here with kernel v2.6.26-rc1 and gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) (cross compile version). This is the output of the build process: $ make ARCH=powerpc CROSS_COMPILE=powerpc-linux-gnu- zImage CHK include/linux/version.h CHK

Patch [Port fixmap from x86 and use for kmap_atomic] breaks dma_noncoherent.c

2008-05-08 Thread Gerhard Pircher
Hi, The commit [POWERPC] Port fixmap from x86 and use for kmap_atomic breaks dma-noncoherent.c, if highmem is enabled. --- a/arch/powerpc/mm/pgtable_32.c +++ b/arch/powerpc/mm/pgtable_32.c @@ -387,3 +388,25 @@ void kernel_map_pages(struct page *page, int numpages, int enable)

Re: ALSA fixes for non-coherent archs (Re: [PATCH] Sam440ep support)

2008-05-14 Thread Gerhard Pircher
Original-Nachricht Datum: Wed, 14 May 2008 14:26:53 +0200 Von: Takashi Iwai [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], linuxppc-dev@ozlabs.org, [EMAIL PROTECTED] Betreff: ALSA fixes for non-coherent

Re: ALSA fixes for non-coherent archs (Re: [PATCH] Sam440ep support)

2008-05-14 Thread Gerhard Pircher
Original-Nachricht Datum: Wed, 14 May 2008 14:26:53 +0200 Von: Takashi Iwai [EMAIL PROTECTED] An: Gerhard Pircher [EMAIL PROTECTED] CC: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], linuxppc-dev@ozlabs.org, [EMAIL PROTECTED] Betreff: ALSA fixes for non-coherent

Re: BUG() in current git, __dma_alloc_coherent, Beige G3

2008-06-16 Thread Gerhard Pircher
Original-Nachricht Datum: Mon, 16 Jun 2008 14:50:38 +1000 Von: Benjamin Herrenschmidt [EMAIL PROTECTED] An: Joseph Fannin [EMAIL PROTECTED] CC: linuxppc-dev@ozlabs.org Betreff: Re: BUG() in current git, __dma_alloc_coherent, Beige G3 This is 100% reproducable. I can't

Re: [PATCH/RFC] powerpc: prevent memory corruption due to cache invalidation of unaligned DMA buffer

2008-06-26 Thread Gerhard Pircher
Original-Nachricht Datum: Thu, 26 Jun 2008 17:29:05 +0800 Von: Andrew Lewis [EMAIL PROTECTED] An: linuxppc-dev@ozlabs.org CC: \'Andrew Lewis\' [EMAIL PROTECTED], [EMAIL PROTECTED] Betreff: [PATCH/RFC] powerpc: prevent memory corruption due to cache invalidation of

Re: [PATCH 0/3] ALSA fixes for non-coherent ppc32

2008-07-09 Thread Gerhard Pircher
Hi, Original-Nachricht Datum: Wed, 18 Jun 2008 12:38:31 +0200 Von: Takashi Iwai [EMAIL PROTECTED] An: [EMAIL PROTECTED] CC: linuxppc-dev@ozlabs.org, [EMAIL PROTECTED] Betreff: [PATCH 0/3] ALSA fixes for non-coherent ppc32 Hi, I've tried to renew the fixes of ALSA

Re: [PATCH v2] bootwrapper: support u-boot multi component images

2008-09-19 Thread Gerhard Pircher
Original-Nachricht Datum: Fri, 19 Sep 2008 10:50:10 +0200 Von: Peter Korsgaard [EMAIL PROTECTED] An: linuxppc-dev@ozlabs.org, [EMAIL PROTECTED] Betreff: [PATCH v2] bootwrapper: support u-boot multi component images From: peter Korsgaard [EMAIL PROTECTED] Support

Re: Pegasos i8042 broken again

2010-10-10 Thread Gerhard Pircher
On Sat, 2010-10-09 at 20:37 -0500, pac...@kosh.dhis.org wrote: Pegasos has no keyboard again. I blame commit 540c6c392f01887dcc96bef0a41e63e6c1334f01, which tries to find i8042 IRQs inthe device-tree but doesn't fall back to the old hardcoded 1 and 12 in all failure cases. Specifically,

[PATCH 3/5] powerpc: Bootwrapper and serial console support for AmigaOne

2009-01-07 Thread Gerhard Pircher
a uImage at 0x50. Signed-off-by: Gerhard Pircher gerhard_pirc...@gmx.net --- arch/powerpc/boot/Makefile |5 - arch/powerpc/boot/cuboot-amigaone.c | 35 +++ arch/powerpc/boot/serial.c |3 ++- arch/powerpc/boot/wrapper

[PATCH 2/5] powerpc: Generic device tree for all AmigaOne boards

2009-01-07 Thread Gerhard Pircher
, as only i8259 legacy interrupts are used. Signed-off-by: Gerhard Pircher gerhard_pirc...@gmx.net --- arch/powerpc/boot/dts/amigaone.dts | 233 1 files changed, 233 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/boot/dts/amigaone.dts diff --git

[PATCH 4/5] powerpc: Default config for AmigaOne boards

2009-01-07 Thread Gerhard Pircher
CONFIG_CC_OPTIMIZE_FOR_SIZE is selected, because otherwise the kernel wouldn't boot. The AmigaOne's U-boot firmware seems to have a problem loading uImages bigger than 1.8 MB. Signed-off-by: Gerhard Pircher gerhard_pirc...@gmx.net --- arch/powerpc/configs/amigaone_defconfig | 1613

Re: [PATCH 3/5] powerpc: Bootwrapper and serial console support for AmigaOne

2009-01-07 Thread Gerhard Pircher
Original-Nachricht Datum: Wed, 7 Jan 2009 08:07:14 -0700 Von: Grant Likely grant.lik...@secretlab.ca An: Gerhard Pircher gerhard_pirc...@gmx.net CC: linuxppc-dev@ozlabs.org Betreff: Re: [PATCH 3/5] powerpc: Bootwrapper and serial console support for AmigaOne On Wed, Jan

Re: [PATCH 5/5] ide: Force VIA IDE legacy interrupts for AmigaOne boards

2009-01-07 Thread Gerhard Pircher
Original-Nachricht Datum: Wed, 7 Jan 2009 08:13:06 -0700 Von: Grant Likely grant.lik...@secretlab.ca An: Gerhard Pircher gerhard_pirc...@gmx.net CC: linuxppc-dev@ozlabs.org, bzoln...@gmail.com Betreff: Re: [PATCH 5/5] ide: Force VIA IDE legacy interrupts for AmigaOne

Re: [PATCH 1/5] powerpc: Add platform support for AmigaOne

2009-01-07 Thread Gerhard Pircher
Original-Nachricht Datum: Wed, 7 Jan 2009 13:07:18 -0600 Von: Scott Wood scottw...@freescale.com An: Gerhard Pircher gerhard_pirc...@gmx.net CC: linuxppc-dev@ozlabs.org Betreff: Re: [PATCH 1/5] powerpc: Add platform support for AmigaOne On Wed, Jan 07, 2009 at 02:54:57PM

Re: [PATCH 5/5] ide: Force VIA IDE legacy interrupts for AmigaOne boards

2009-01-11 Thread Gerhard Pircher
Original-Nachricht Datum: Sun, 11 Jan 2009 17:51:55 +0100 Von: Bartlomiej Zolnierkiewicz bzoln...@gmail.com An: Gerhard Pircher gerhard_pirc...@gmx.net CC: Grant Likely grant.lik...@secretlab.ca, linuxppc-dev@ozlabs.org, linux-...@vger.kernel.org Betreff: Re: [PATCH 5/5

Re: [PATCH 1/5] powerpc: Add platform support for AmigaOne

2009-01-12 Thread Gerhard Pircher
Original-Nachricht Datum: Mon, 12 Jan 2009 16:08:07 +1100 Von: Benjamin Herrenschmidt b...@kernel.crashing.org An: Scott Wood scottw...@freescale.com CC: Gerhard Pircher gerhard_pirc...@gmx.net, linuxppc-dev@ozlabs.org Betreff: Re: [PATCH 1/5] powerpc: Add platform support

Re: [PATCH 2/5] powerpc: Generic device tree for all AmigaOne boards

2009-01-12 Thread Gerhard Pircher
Original-Nachricht Datum: Mon, 12 Jan 2009 16:12:18 +1100 Von: Benjamin Herrenschmidt b...@kernel.crashing.org An: Gerhard Pircher gerhard_pirc...@gmx.net CC: Grant Likely grant.lik...@secretlab.ca, linuxppc-dev@ozlabs.org Betreff: Re: [PATCH 2/5] powerpc: Generic device

Re: [PATCH 5/5] ide: Force VIA IDE legacy interrupts for AmigaOne boards

2009-01-12 Thread Gerhard Pircher
Original-Nachricht Datum: Mon, 12 Jan 2009 18:55:55 +0100 Von: Bartlomiej Zolnierkiewicz bzoln...@gmail.com An: Gerhard Pircher gerhard_pirc...@gmx.net CC: linux-...@vger.kernel.org, linuxppc-dev@ozlabs.org, grant.lik...@secretlab.ca Betreff: Re: [PATCH 5/5] ide: Force

Re: [PATCH 2/5] powerpc: Generic device tree for all AmigaOne boards

2009-01-13 Thread Gerhard Pircher
Original-Nachricht Datum: Tue, 13 Jan 2009 16:01:42 +1100 Von: Benjamin Herrenschmidt b...@kernel.crashing.org An: Gerhard Pircher gerhard_pirc...@gmx.net CC: linuxppc-dev@ozlabs.org, grant.lik...@secretlab.ca Betreff: Re: [PATCH 2/5] powerpc: Generic device tree for all

Re: [PATCH 9/10] powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDED v2

2009-01-18 Thread Gerhard Pircher
Original-Nachricht Datum: Fri, 19 Dec 2008 16:13:51 +1100 Von: Benjamin Herrenschmidt b...@kernel.crashing.org An: Paul Mackerras pau...@samba.org CC: linuxppc-dev@ozlabs.org, Kumar Gala kumar.g...@freescale.com Betreff: [PATCH 9/10] powerpc/mm: Rework usage of

Re: [PATCH 9/10] powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDED v2

2009-01-18 Thread Gerhard Pircher
Original-Nachricht Datum: Mon, 19 Jan 2009 06:55:06 +1100 Von: Benjamin Herrenschmidt b...@kernel.crashing.org An: Gerhard Pircher gerhard_pirc...@gmx.net CC: pau...@samba.org, kumar.g...@freescale.com, linuxppc-dev@ozlabs.org Betreff: Re: [PATCH 9/10] powerpc/mm: Rework

Re: [PATCH 5/5] ide: Force VIA IDE legacy interrupts for AmigaOne boards

2009-01-20 Thread Gerhard Pircher
Original-Nachricht Datum: Mon, 19 Jan 2009 19:28:35 +0100 Von: Bartlomiej Zolnierkiewicz bzoln...@gmail.com An: Gerhard Pircher gerhard_pirc...@gmx.net CC: Benjamin Herrenschmidt b...@kernel.crashing.org, linux-...@vger.kernel.org, linuxppc-dev@ozlabs.org, grant.lik

Re: PowerPC radeon KMS - is it possible?

2012-04-18 Thread Gerhard Pircher
Original-Nachricht Datum: Wed, 18 Apr 2012 17:01:20 +0200 Von: Michel Dänzer mic...@daenzer.net An: Andreas Schwab sch...@linux-m68k.org CC: o jordan ojordan12...@hotmail.co.uk, linuxppc-dev@lists.ozlabs.org Betreff: Re: PowerPC radeon KMS - is it possible? On Mit,

Re: PowerPC radeon KMS - is it possible?

2012-04-18 Thread Gerhard Pircher
Original-Nachricht Datum: Wed, 18 Apr 2012 18:06:36 +0200 Von: Michel Dänzer mic...@daenzer.net An: Gerhard Pircher gerhard_pirc...@gmx.net CC: linuxppc-dev@lists.ozlabs.org, sch...@linux-m68k.org, ojordan12...@hotmail.co.uk Betreff: Re: PowerPC radeon KMS

Re: PowerPC radeon KMS - is it possible?

2012-04-19 Thread Gerhard Pircher
Original-Nachricht Datum: Thu, 19 Apr 2012 08:32:51 +0200 Von: Michel Dänzer mic...@daenzer.net An: Gerhard Pircher gerhard_pirc...@gmx.net CC: ojordan12...@hotmail.co.uk, sch...@linux-m68k.org, linuxppc-dev@lists.ozlabs.org Betreff: Re: PowerPC radeon KMS

Re: PowerPC radeon KMS - is it possible?

2012-04-20 Thread Gerhard Pircher
Original-Nachricht Datum: Thu, 19 Apr 2012 14:41:16 +0200 Von: Michel Dänzer mic...@daenzer.net An: Gerhard Pircher gerhard_pirc...@gmx.net CC: linuxppc-dev@lists.ozlabs.org, sch...@linux-m68k.org, ojordan12...@hotmail.co.uk Betreff: Re: PowerPC radeon KMS - is it possible

Re: PowerPC radeon KMS - is it possible?

2012-04-20 Thread Gerhard Pircher
Original-Nachricht Datum: Fri, 20 Apr 2012 15:18:16 +0200 Von: Michel Dänzer mic...@daenzer.net An: Gerhard Pircher gerhard_pirc...@gmx.net CC: linuxppc-dev@lists.ozlabs.org Betreff: Re: PowerPC radeon KMS - is it possible? On Fre, 2012-04-20 at 13:15 +0200, Gerhard

Re: PowerPC radeon KMS - is it possible?

2012-04-23 Thread Gerhard Pircher
Original-Nachricht Datum: Mon, 23 Apr 2012 11:56:06 +0200 Von: Michel Dänzer mic...@daenzer.net An: Gerhard Pircher gerhard_pirc...@gmx.net CC: linuxppc-dev@lists.ozlabs.org Betreff: Re: PowerPC radeon KMS - is it possible? On Fre, 2012-04-20 at 18:14 +0200, Gerhard

Re: PowerPC radeon KMS - is it possible?

2012-04-24 Thread Gerhard Pircher
Original-Nachricht Datum: Tue, 24 Apr 2012 16:15:00 +0200 Von: Michel Dänzer mic...@daenzer.net An: Gerhard Pircher gerhard_pirc...@gmx.net CC: linuxppc-dev@lists.ozlabs.org Betreff: Re: PowerPC radeon KMS - is it possible? On Mon, 2012-04-23 at 18:45 +0200, Gerhard

Re: [git pull] Please pull powerpc.git merge branch

2012-07-02 Thread Gerhard Pircher
Original-Nachricht Datum: Mon, 02 Jul 2012 14:57:39 +1000 Von: Benjamin Herrenschmidt b...@kernel.crashing.org An: Linus Torvalds torva...@linux-foundation.org CC: linuxppc-dev list linuxppc-...@ozlabs.org, Andrew Morton a...@linux-foundation.org, Linux Kernel list

Re: [patch 00/14] Sort out i8253 and PC speaker locking and headers

2011-06-02 Thread Gerhard Pircher
Original-Nachricht Datum: Wed, 01 Jun 2011 19:04:56 +0100 Von: r...@linux-mips.org An: linux-ker...@vger.kernel.org, linux-a...@vger.kernel.org, linux-al...@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-m...@linux-mips.org Betreff: [patch 00/14] Sort out i8253

Re: [patch 00/14] Sort out i8253 and PC speaker locking and headers

2011-06-03 Thread Gerhard Pircher
Original-Nachricht Datum: Fri, 3 Jun 2011 19:00:38 +0100 Von: Ralf Baechle r...@linux-mips.org An: Gerhard Pircher gerhard_pirc...@gmx.net CC: linux-m...@linux-mips.org, linuxppc-dev@lists.ozlabs.org, linux-al...@vger.kernel.org, linux-a...@vger.kernel.org, linux-ker

Re: [PATCH 1/2] powerpc/boot/dts: Install dts from the right directory

2011-01-11 Thread Gerhard Pircher
Original-Nachricht Datum: Sun, 09 Jan 2011 00:24:01 + Von: Ben Hutchings b...@decadent.org.uk An: Benjamin Herrenschmidt b...@kernel.crashing.org, Paul Mackerras pau...@samba.org CC: Gerhard Pircher gerhard_pirc...@gmx.net, linuxppc-dev@lists.ozlabs.org Betreff

Re: any chance to use a modern linux kernel on Pegasos1 G3 ?

2011-03-15 Thread Gerhard Pircher
Original-Nachricht Datum: Tue, 15 Mar 2011 17:44:49 +0100 Von: nello martuscielli ppc.ad...@gmail.com An: CC: linuxppc-dev@lists.ozlabs.org, acrux @ cruxppc acrux...@libero.it Betreff: Re: any chance to use a modern linux kernel on Pegasos1 G3 ? ok, it seems that no one

Re: any chance to use a modern linux kernel on Pegasos1 G3 ?

2011-03-15 Thread Gerhard Pircher
Original-Nachricht Datum: Tue, 15 Mar 2011 18:49:24 +0100 Von: Sven Luther s...@z-innov.com An: Gerhard Pircher gerhard_pirc...@gmx.net CC: nello martuscielli ppc.ad...@gmail.com, linuxppc-dev@lists.ozlabs.org, acrux...@libero.it Betreff: Re: any chance to use a modern

Re: any chance to use a modern linux kernel on Pegasos1 G3 ?

2011-03-18 Thread Gerhard Pircher
Original-Nachricht Datum: Thu, 17 Mar 2011 00:39:00 +0100 Von: nello martuscielli ppc.ad...@gmail.com An: Gerhard Pircher gerhard_pirc...@gmx.net CC: acrux...@libero.it, linuxppc-dev@lists.ozlabs.org Betreff: Re: any chance to use a modern linux kernel on Pegasos1 G3 ? hi

Re: [PATCH] powerpc: Implement dma_mmap_coherent()

2011-03-31 Thread Gerhard Pircher
Original-Nachricht Datum: Fri, 25 Mar 2011 17:50:06 +1100 Von: Benjamin Herrenschmidt b...@kernel.crashing.org An: linuxppc-dev linuxppc-dev@lists.ozlabs.org CC: Takashi Iwai ti...@suse.de Betreff: [PATCH] powerpc: Implement dma_mmap_coherent() This is used by Alsa to mmap

[PATCH] powerpc: Enable additional BAT registers in setup_745x_specifics()

2009-06-06 Thread Gerhard Pircher
Currently the kernel expects the additional four IBAT and DBAT registers to be available, but doesn't enable these registers on 745x CPUs, which have them disabled after reset. Thus set the HIGH_BAT_EN bit in HID0 register, if the corresponding MMU feature is defined. Signed-off-by: Gerhard

Re: killing use of ppc_md.init

2009-06-19 Thread Gerhard Pircher
Original-Nachricht Datum: Thu, 18 Jun 2009 09:38:50 -0500 Von: Kumar Gala ga...@kernel.crashing.org An: Gerhard Pircher gerhard_pirc...@gmx.net, Benjamin Herrenschmidt b...@kernel.crashing.org CC: linuxppc-dev list linuxppc-...@ozlabs.org Betreff: killing use

[PATCH] powerpc/amigaone: Convert amigaone_init() to a machine_device_initcall()

2009-06-19 Thread Gerhard Pircher
This allows to remove the ppc_md.init() hook in the setup code. Signed-off-by: Gerhard Pircher gerhard_pirc...@gmx.net --- arch/powerpc/platforms/amigaone/setup.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/platforms/amigaone/setup.c b/arch/powerpc

[PATCH] powerpc/amigaone: Limit ISA I/O range to 4k in the device tree

2009-06-19 Thread Gerhard Pircher
The kernel reserves the I/O address space from 0x0 to 0xfff for legacy ISA devices. Change the ranges property for the PCI2ISA bridge to match the kernels behavior, even if the ranges property isn't used for now. Signed-off-by: Gerhard Pircher gerhard_pirc...@gmx.net --- arch/powerpc/boot/dts

  1   2   >