Re: [PATCH] Add MPC837xEMDS PCIE RC mode support

2007-11-30 Thread Li Li
On Fri, 2007-11-30 at 15:37 +0800, Gala Kumar wrote: On Nov 29, 2007, at 9:45 PM, Li Li wrote: The PCIE controller is initiated in u-boot. This patch is based on Leo`s mpc837xe patches. Signed-off-by: Tony Li [EMAIL PROTECTED] --- arch/powerpc/boot/dts/mpc8377_mds.dts

RE: [PATCH v7 7/9] ipic: clean up unsupported ack operations

2007-11-30 Thread Li Yang
-Original Message- From: Kumar Gala [mailto:[EMAIL PROTECTED] Sent: Friday, November 30, 2007 8:36 AM To: Li Yang Cc: linuxppc-dev@ozlabs.org Subject: Re: [PATCH v7 7/9] ipic: clean up unsupported ack operations On Oct 19, 2007, at 6:38 AM, Li Yang wrote: IPIC controller

Re: [PATCH 2/3] [libata] pata_of_platform: OF-Platform PATA device driver

2007-11-30 Thread Anton Vorontsov
On Fri, Nov 30, 2007 at 01:17:22PM +0300, Sergei Shtylyov wrote: Anton Vorontsov wrote: Remaining question: any preferred name for that property? pio-mode okay? It's assuming that PIO6 capable bus supports PIO0 as well, thus no mask. I've already suggested generic. A name simple also

Re: [PATCH] powerpc: fix os-term usage on kernel panic

2007-11-30 Thread Will Schmidt
On Fri, 2007-11-30 at 16:56 +1100, Stephen Rothwell wrote: On Tue, 27 Nov 2007 18:15:59 -0600 Will Schmidt [EMAIL PROTECTED] wrote: (resending with the proper from addr this time). I'm seeing some funky behavior on power5/power6 partitions with this patch.A /sbin/reboot is now

PCI configuration registers(BARs)

2007-11-30 Thread mike zheng
Hi All, I set PCI configuration registers(BARs) of a PCI adapter as following in Uboot: base address 0 = 0xf401 base address 1 = 0xf441 base address 2 = 0xf481 base address 3 = 0xa000 base address 4 =

Re: [PATCH] powerpc: fix os-term usage on kernel panic

2007-11-30 Thread Mike Strosaker
Will Schmidt wrote: From my reading of the papr, I've got the impression that there are two possibilities. First, the os-term never returns, and it's up to the service processor to do whatever it's going to do. (call home, dump, something else). Nothing we can do there. Second,

Re: [PATCH 15/24] powerpc: early debug forces console log level to max

2007-11-30 Thread T Ziomek
On Sat, 1 Dec 2007, Benjamin Herrenschmidt wrote: On Fri, 2007-11-30 at 16:11 -0600, T Ziomek wrote: Possibly, though you aren't supposed to leave EARLY_DEBUG enabled once you are done debugging :-) I'm probably not the only person that would turn it on when needed, think well, no harm in

Re: CPM2 USB host driver

2007-11-30 Thread Arnd Bergmann
(Cc:'ing linux-usb-devel) On Friday 30 November 2007, Anton Vorontsov wrote: As for FHCI driver, it's not that big (6100 lines host patch + 3516 lines usbgadget patch), but since usb subsystem changed: you have to know all the changes (or to look them up) and blindly follow them. Or start

[PATCH] [POWERPC] Add machine initcall macros

2007-11-30 Thread Grant Likely
From: Grant Likely [EMAIL PROTECTED] The machine initcall macros allow initcalls to be registered which test machine_is() before executing the initcall. Signed-off-by: Grant Likely [EMAIL PROTECTED] --- Ben, is this the sort of thing you're considering? g. include/asm-powerpc/machdep.h |

Re: [PATCH 0/24] powerpc: 4xx PCI, PCI-X and PCI-Express support among others

2007-11-30 Thread Josh Boyer
On Fri, 30 Nov 2007 10:11:05 -0600 Jon Loeliger [EMAIL PROTECTED] wrote: Olof Johansson wrote: I normally do quilt diff | checkpatch.pl - when use quilt. You could similarly do git diff HEAD | checkpatch.pl -. You'd always get the warning about missing signed-off-by though. So do a

Re: [PATCH 0/24] powerpc: 4xx PCI, PCI-X and PCI-Express support among others

2007-11-30 Thread Doug Maxey
On Fri, 30 Nov 2007 18:53:04 CST, Josh Boyer wrote: On Fri, 30 Nov 2007 10:11:05 -0600 Jon Loeliger [EMAIL PROTECTED] wrote: Olof Johansson wrote: I normally do quilt diff | checkpatch.pl - when use quilt. You could similarly do git diff HEAD | checkpatch.pl -. You'd always get the

Re: [RFC/PATCH] Add a device_initcall to machdep_calls

2007-11-30 Thread Benjamin Herrenschmidt
On Fri, 2007-11-30 at 15:51 -0700, Grant Likely wrote: Add a device_initcall hook to machdep_calls so that platform code doesn't need to register device_initcalls that must first check what platform it is running on. This should (slightly) speed boot time on kernels that support a lot

[RFC/PATCH] Add a device_initcall to machdep_calls

2007-11-30 Thread Grant Likely
From: Grant Likely [EMAIL PROTECTED] Add a device_initcall hook to machdep_calls so that platform code doesn't need to register device_initcalls that must first check what platform it is running on. This should (slightly) speed boot time on kernels that support a lot of boards and make

Re: [PATCH 2/11] ibm_newemac: Add ET1011c PHY support

2007-11-30 Thread Kumar Gala
On Nov 30, 2007, at 2:59 PM, Benjamin Herrenschmidt wrote: On Fri, 2007-11-30 at 08:29 -0600, Olof Johansson wrote: Hi, On Fri, Nov 30, 2007 at 04:40:24PM +1100, Benjamin Herrenschmidt wrote: This adds support for the Agere ET1011c PHY as found on the AMCC Taishan board. The

Re: [PATCH 0/24] powerpc: 4xx PCI, PCI-X and PCI-Express support among others

2007-11-30 Thread Olof Johansson
On Sat, Dec 01, 2007 at 07:54:03AM +1100, Benjamin Herrenschmidt wrote: On Fri, 2007-11-30 at 08:15 -0600, Olof Johansson wrote: On Fri, Nov 30, 2007 at 05:10:38PM +1100, Benjamin Herrenschmidt wrote: There will be further cleanups and fixes before 2.6.25 opens May I suggest

Re: [PATCH 0/24] powerpc: 4xx PCI, PCI-X and PCI-Express support among others

2007-11-30 Thread Benjamin Herrenschmidt
On Fri, 2007-11-30 at 08:15 -0600, Olof Johansson wrote: On Fri, Nov 30, 2007 at 05:10:38PM +1100, Benjamin Herrenschmidt wrote: There will be further cleanups and fixes before 2.6.25 opens May I suggest running them through checkpatch.pl? It finds stuff in over half of the ones I tried

Re: [PATCH 2/11] ibm_newemac: Add ET1011c PHY support

2007-11-30 Thread Benjamin Herrenschmidt
On Fri, 2007-11-30 at 08:29 -0600, Olof Johansson wrote: Hi, On Fri, Nov 30, 2007 at 04:40:24PM +1100, Benjamin Herrenschmidt wrote: This adds support for the Agere ET1011c PHY as found on the AMCC Taishan board. The whole patch has whitespace messed up (tabs vs spaces). Thanks for

Re: [PATCH 15/24] powerpc: early debug forces console log level to max

2007-11-30 Thread Benjamin Herrenschmidt
On Fri, 2007-11-30 at 13:10 -0600, T Ziomek wrote: This patch makes the early debug option force the console loglevel to the max. The early debug option is meant to catch messages very early in the kernel boot process, in many cases, before the kernel has a chance to parse the debug

Re: [RFC/PATCH] Add a device_initcall to machdep_calls

2007-11-30 Thread Benjamin Herrenschmidt
Is that level of sophistication really warranted for this scenario? It's not -that- sophisticated and I want to have access to all init levels, not just device and I don't like adding ad-hoc ppc_md. calls that much. Ben. ___ Linuxppc-dev mailing

Re: [PATCH 15/24] powerpc: early debug forces console log level to max

2007-11-30 Thread Scott Wood
T Ziomek wrote: On Sat, 1 Dec 2007, Benjamin Herrenschmidt wrote: Possibly, though you aren't supposed to leave EARLY_DEBUG enabled once you are done debugging :-) I'm probably not the only person that would turn it on when needed, think well, no harm in leaving it on for the rest of my

Re: [PATCH 18/24] powerpc: Base support for 440GX Taishan eval board

2007-11-30 Thread Benjamin Herrenschmidt
On Fri, 2007-11-30 at 15:32 -0600, Josh Boyer wrote: On Sat, 01 Dec 2007 07:57:09 +1100 Benjamin Herrenschmidt [EMAIL PROTECTED] wrote: On Fri, 2007-11-30 at 14:08 -0600, Josh Boyer wrote: On Fri, 30 Nov 2007 17:11:01 +1100 Benjamin Herrenschmidt [EMAIL PROTECTED] wrote:

Re: [PATCH 2/11] ibm_newemac: Add ET1011c PHY support

2007-11-30 Thread Olof Johansson
On Sat, Dec 01, 2007 at 07:59:16AM +1100, Benjamin Herrenschmidt wrote: On Fri, 2007-11-30 at 08:29 -0600, Olof Johansson wrote: Hi, On Fri, Nov 30, 2007 at 04:40:24PM +1100, Benjamin Herrenschmidt wrote: This adds support for the Agere ET1011c PHY as found on the AMCC Taishan

Re: [PATCH 18/24] powerpc: Base support for 440GX Taishan eval board

2007-11-30 Thread Benjamin Herrenschmidt
On Fri, 2007-11-30 at 14:08 -0600, Josh Boyer wrote: On Fri, 30 Nov 2007 17:11:01 +1100 Benjamin Herrenschmidt [EMAIL PROTECTED] wrote: From: Hugh Blemings [EMAIL PROTECTED] Signed-off-by: Hugh Blemings [EMAIL PROTECTED] Signed-off-by: Benjamin Herrenschmidt [EMAIL PROTECTED]

Re: [PATCH 15/24] powerpc: early debug forces console log level to max

2007-11-30 Thread T Ziomek
On Fri, 30 Nov 2007, Benjamin Herrenschmidt wrote: This patch makes the early debug option force the console loglevel to the max. The early debug option is meant to catch messages very early in the kernel boot process, in many cases, before the kernel has a chance to parse the debug command

Re: [PATCH 0/24] powerpc: 4xx PCI, PCI-X and PCI-Express support among others

2007-11-30 Thread Kumar Gala
On Nov 30, 2007, at 8:15 AM, Olof Johansson wrote: On Fri, Nov 30, 2007 at 05:10:38PM +1100, Benjamin Herrenschmidt wrote: There will be further cleanups and fixes before 2.6.25 opens May I suggest running them through checkpatch.pl? It finds stuff in over half of the ones I tried it

Re: [PATCH] Add MPC837xEMDS PCIE RC mode support

2007-11-30 Thread Kumar Gala
On Nov 30, 2007, at 3:37 AM, Li Li wrote: On Fri, 2007-11-30 at 17:05 +0800, Gala Kumar wrote: + + [EMAIL PROTECTED] { I agree w/Olof. This should be [EMAIL PROTECTED] + interrupt-map-mask = f800 0 0 7; + msi-available-ranges = 43 4 51 52 56 57 58 59; +

Re: [PATCH 24/24] powerpc: Base support for 440SPe Katmai eval board

2007-11-30 Thread Olof Johansson
Hi, On Fri, Nov 30, 2007 at 05:11:06PM +1100, Benjamin Herrenschmidt wrote: This adds base support for the Katmai board, including PCI-X and PCI-Express (but no RTC, nvram, etc... yet). Index: linux-work/arch/powerpc/boot/dts/katmai.dts

Re: [PATCH v7 7/9] ipic: clean up unsupported ack operations

2007-11-30 Thread Kumar Gala
On Nov 30, 2007, at 4:03 AM, Li Yang wrote: -Original Message- From: Kumar Gala [mailto:[EMAIL PROTECTED] Sent: Friday, November 30, 2007 8:36 AM To: Li Yang Cc: linuxppc-dev@ozlabs.org Subject: Re: [PATCH v7 7/9] ipic: clean up unsupported ack operations On Oct 19, 2007, at

Re: CPM2 USB host driver

2007-11-30 Thread Laurent Pinchart
On Friday 30 November 2007 13:48, Anton Vorontsov wrote: On Fri, Nov 30, 2007 at 01:30:18PM +0100, Laurent Pinchart wrote: On Friday 30 November 2007 12:16, Vitaly Bordug wrote: On Fri, 30 Nov 2007 11:45:49 +0100 Laurent Pinchart wrote: Hi everybody, Linux USB host support

Re: [PATCH 1/11] ibm_newemac: Add BCM5248 and Marvell 88E1111 PHY support

2007-11-30 Thread Olof Johansson
Hi, On Fri, Nov 30, 2007 at 04:40:23PM +1100, Benjamin Herrenschmidt wrote: +static int m88e_init(struct mii_phy *phy) +{ + printk(%s: Marvell 88E Ethernet\n, __FUNCTION__); KERN_ level? -Olof ___ Linuxppc-dev mailing list

Re: [PATCH 0/24] powerpc: 4xx PCI, PCI-X and PCI-Express support among others

2007-11-30 Thread Olof Johansson
On Fri, Nov 30, 2007 at 05:10:38PM +1100, Benjamin Herrenschmidt wrote: There will be further cleanups and fixes before 2.6.25 opens May I suggest running them through checkpatch.pl? It finds stuff in over half of the ones I tried it on :) -Olof ___

Re: CPM2 USB host driver

2007-11-30 Thread Vitaly Bordug
On Fri, 30 Nov 2007 13:30:18 +0100 Laurent Pinchart wrote: On Friday 30 November 2007 12:16, Vitaly Bordug wrote: On Fri, 30 Nov 2007 11:45:49 +0100 Laurent Pinchart wrote: Hi everybody, Linux USB host support for the CPM, CPM2 and CPM2 pro is far from complete. Many people

Re: CPM2 USB host driver

2007-11-30 Thread Vitaly Bordug
On Fri, 30 Nov 2007 15:48:01 +0300 Anton Vorontsov wrote: On Fri, Nov 30, 2007 at 01:30:18PM +0100, Laurent Pinchart wrote: On Friday 30 November 2007 12:16, Vitaly Bordug wrote: On Fri, 30 Nov 2007 11:45:49 +0100 Laurent Pinchart wrote: Hi everybody, Linux USB host

Re: CPM2 USB host driver

2007-11-30 Thread Anton Vorontsov
On Fri, Nov 30, 2007 at 01:30:18PM +0100, Laurent Pinchart wrote: On Friday 30 November 2007 12:16, Vitaly Bordug wrote: On Fri, 30 Nov 2007 11:45:49 +0100 Laurent Pinchart wrote: Hi everybody, Linux USB host support for the CPM, CPM2 and CPM2 pro is far from complete. Many

Re: CPM2 USB host driver

2007-11-30 Thread Laurent Pinchart
On Friday 30 November 2007 12:16, Vitaly Bordug wrote: On Fri, 30 Nov 2007 11:45:49 +0100 Laurent Pinchart wrote: Hi everybody, Linux USB host support for the CPM, CPM2 and CPM2 pro is far from complete. Many people showed interest on this list (and on linuxppc-embedded) in the past,

Re: [PATCH 2/3] [libata] pata_of_platform: OF-Platform PATA device driver

2007-11-30 Thread Sergei Shtylyov
Anton Vorontsov wrote: Remaining question: any preferred name for that property? pio-mode okay? It's assuming that PIO6 capable bus supports PIO0 as well, thus no mask. I've already suggested generic. A name simple also comes to my mind. You've misread my question. I didn't ask about driver

Re: [PATCH 2/3] [libata] pata_of_platform: OF-Platform PATA device driver

2007-11-30 Thread Anton Vorontsov
On Fri, Nov 30, 2007 at 02:05:01PM +0300, Sergei Shtylyov wrote: Anton Vorontsov wrote: Remaining question: any preferred name for that property? pio-mode okay? It's assuming that PIO6 capable bus supports PIO0 as well, thus no mask. I've already suggested generic. A name simple also

Re: [PATCH 2/3] [libata] pata_of_platform: OF-Platform PATA device driver

2007-11-30 Thread Sergei Shtylyov
Anton Vorontsov wrote: Remaining question: any preferred name for that property? pio-mode okay? It's assuming that PIO6 capable bus supports PIO0 as well, thus no mask. I've already suggested generic. A name simple also comes to my mind. You've misread my question. I didn't ask about driver

Re: CPM2 USB host driver

2007-11-30 Thread Vitaly Bordug
On Fri, 30 Nov 2007 11:45:49 +0100 Laurent Pinchart wrote: Hi everybody, Linux USB host support for the CPM, CPM2 and CPM2 pro is far from complete. Many people showed interest on this list (and on linuxppc-embedded) in the past, but nobody managed to complete a driver and get it merged.

Re: [PATCH 2/3] [libata] pata_of_platform: OF-Platform PATA device driver

2007-11-30 Thread Sergei Shtylyov
Anton Vorontsov wrote: Remaining question: any preferred name for that property? pio-mode okay? It's assuming that PIO6 capable bus supports PIO0 as well, thus no mask. I've already suggested generic. A name simple also comes to my mind. WBR, Sergei

Re: [PATCH] Add MPC837xEMDS PCIE RC mode support

2007-11-30 Thread Li Li
On Fri, 2007-11-30 at 17:05 +0800, Gala Kumar wrote: + + [EMAIL PROTECTED] { I agree w/Olof. This should be [EMAIL PROTECTED] + interrupt-map-mask = f800 0 0 7; + msi-available-ranges = 43 4 51 52 56 57 58 59; + interrupt-map = +

Re: [PATCH] Add MPC837xEMDS PCIE RC mode support

2007-11-30 Thread Kumar Gala
+ + [EMAIL PROTECTED] { I agree w/Olof. This should be [EMAIL PROTECTED] + interrupt-map-mask = f800 0 0 7; + msi-available-ranges = 43 4 51 52 56 57 58 59; + interrupt-map = + 0 0 1 ipic 1 8 + 0

Re: [PATCH 12/24] powerpc: 4xx PLB to PCI Express support

2007-11-30 Thread Benjamin Herrenschmidt
Is it intentional that you dont support ppc_md.pci_exclude_device()? More like I didn't have a need for it... that can easily be fixed when it arises. Cheers, Ben. ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org

[RFC][PATCH] [POWERPC] Allow caching of kmap_atomic page

2007-11-30 Thread Kumar Gala
Skip updating the kmap_pte and flushing the TLB if the pte we are about to write is the same as the one we wrote last time we called kmap_atomic for this km_type. Also expose the flags to allow a caller to specify their own flags for things like non-cacheable IO memory. --- This is the starts

Re: [PATCH 1/11] ibm_newemac: Add BCM5248 and Marvell 88E1111 PHY support

2007-11-30 Thread Benjamin Herrenschmidt
On Fri, 2007-11-30 at 07:56 +, Christoph Hellwig wrote: This patch adds BCM5248 and Marvell 88E PHY support to NEW EMAC driver. These PHY chips are used on PowerPC 440EPx boards. The PHY code is based on the previous work by Stefan Roese [EMAIL PROTECTED] Is there a reason

Re: [PATCH 24/24] powerpc: Base support for 440SPe Katmai eval board

2007-11-30 Thread Benjamin Herrenschmidt
On Fri, 2007-11-30 at 17:11 +1100, Benjamin Herrenschmidt wrote: This adds base support for the Katmai board, including PCI-X and PCI-Express (but no RTC, nvram, etc... yet). Signed-off-by: Benjamin Herrenschmidt [EMAIL PROTECTED] --- As for Taishan, the bootwrapper code can be

Re: [PATCH 18/24] powerpc: Base support for 440GX Taishan eval board

2007-11-30 Thread Josh Boyer
On Sat, 01 Dec 2007 07:57:09 +1100 Benjamin Herrenschmidt [EMAIL PROTECTED] wrote: On Fri, 2007-11-30 at 14:08 -0600, Josh Boyer wrote: On Fri, 30 Nov 2007 17:11:01 +1100 Benjamin Herrenschmidt [EMAIL PROTECTED] wrote: From: Hugh Blemings [EMAIL PROTECTED] Signed-off-by:

Re: [PATCH 18/24] powerpc: Base support for 440GX Taishan eval board

2007-11-30 Thread Josh Boyer
On Fri, 30 Nov 2007 17:11:01 +1100 Benjamin Herrenschmidt [EMAIL PROTECTED] wrote: From: Hugh Blemings [EMAIL PROTECTED] Signed-off-by: Hugh Blemings [EMAIL PROTECTED] Signed-off-by: Benjamin Herrenschmidt [EMAIL PROTECTED] --- This needs a bit of cleanup still, probably not to be

Re: [PATCH] Add MPC837xEMDS PCIE RC mode support

2007-11-30 Thread Scott Wood
On Thu, Nov 29, 2007 at 10:14:04PM -0600, Olof Johansson wrote: On Fri, Nov 30, 2007 at 11:45:34AM +0800, Li Li wrote: + help + Enables MPC837x PCI express RC mode Why have a separate config option for this? To save code size when it isn't needed? For systems where you don't want

Re: [PATCH 2/3] [libata] pata_of_platform: OF-Platform PATA device driver

2007-11-30 Thread Anton Vorontsov
On Fri, Nov 30, 2007 at 02:43:50PM +0300, Sergei Shtylyov wrote: Anton Vorontsov wrote: Remaining question: any preferred name for that property? pio-mode okay? It's assuming that PIO6 capable bus supports PIO0 as well, thus no mask. I've already suggested generic. A name simple also

Re: [PATCH 12/24] powerpc: 4xx PLB to PCI Express support

2007-11-30 Thread Kumar Gala
On Nov 30, 2007, at 12:10 AM, Benjamin Herrenschmidt wrote: This adds to the previous 2 patches the support for the 4xx PCI Express cells as found in the 440SPe revA, revB and 405EX. Unfortunately, due to significant differences between these, and other interesting features of those

RE: [PATCH v7 9/9] add MPC837x MDS board default device tree

2007-11-30 Thread Li Yang
-Original Message- From: Kumar Gala [mailto:[EMAIL PROTECTED] Sent: Friday, November 30, 2007 8:44 AM To: Li Yang Cc: linuxppc-dev@ozlabs.org Subject: Re: [PATCH v7 9/9] add MPC837x MDS board default device tree On Oct 19, 2007, at 6:38 AM, Li Yang wrote: Signed-off-by: Li

CPM2 USB host driver

2007-11-30 Thread Laurent Pinchart
Hi everybody, Linux USB host support for the CPM, CPM2 and CPM2 pro is far from complete. Many people showed interest on this list (and on linuxppc-embedded) in the past, but nobody managed to complete a driver and get it merged. As I need USB host support on my MPC8248 (CPM2), I decided to

Re: [PATCH 2/11] ibm_newemac: Add ET1011c PHY support

2007-11-30 Thread Olof Johansson
Hi, On Fri, Nov 30, 2007 at 04:40:24PM +1100, Benjamin Herrenschmidt wrote: This adds support for the Agere ET1011c PHY as found on the AMCC Taishan board. The whole patch has whitespace messed up (tabs vs spaces). -Olof ___ Linuxppc-dev mailing

Re: [PATCH 0/24] powerpc: 4xx PCI, PCI-X and PCI-Express support among others

2007-11-30 Thread Olof Johansson
On Fri, Nov 30, 2007 at 09:12:34AM -0600, Kumar Gala wrote: On Nov 30, 2007, at 8:15 AM, Olof Johansson wrote: On Fri, Nov 30, 2007 at 05:10:38PM +1100, Benjamin Herrenschmidt wrote: There will be further cleanups and fixes before 2.6.25 opens May I suggest running them through

Re: CPM2 USB host driver

2007-11-30 Thread Anton Vorontsov
On Fri, Nov 30, 2007 at 04:28:27PM +0100, Laurent Pinchart wrote: [...] I tried to forward-port FHCI from Freescale 2.6.11 kernels. Twice. But these efforts always stumbled over more important tasks. Do you think I start from the FHCI driver provided by Freescale for 2.6.11, from the

Re: [PATCH 0/24] powerpc: 4xx PCI, PCI-X and PCI-Express support among others

2007-11-30 Thread Josh Boyer
On Fri, 30 Nov 2007 17:10:38 +1100 Benjamin Herrenschmidt [EMAIL PROTECTED] wrote: Here's a set of patches that bring PCI, PCI-X and PCI-Express support to 4xx on arch/powerpc. It also changes/fixed various bits and pieces, such as a bit of rework of arch/powerpc/boot 4xx code, adding a

Re: [PATCH] [POWERPC] Add machine initcall macros

2007-11-30 Thread Michael Ellerman
On Fri, 2007-11-30 at 17:24 -0700, Grant Likely wrote: From: Grant Likely [EMAIL PROTECTED] The machine initcall macros allow initcalls to be registered which test machine_is() before executing the initcall. Signed-off-by: Grant Likely [EMAIL PROTECTED] --- Ben, is this the sort of

Re: [PATCH] [POWERPC] Add machine initcall macros

2007-11-30 Thread Benjamin Herrenschmidt
On Sat, 2007-12-01 at 18:11 +1100, Michael Ellerman wrote: I can't think at the moment, it's Saturday, but is there some way we could just make it a wrapper macro, so we don't need to redefine - and keep in sync - all the different init call types? So the usage would look something like: