mailing list moving

2009-05-30 Thread Stephen Rothwell
Hi all, Sometime over the next few days I will be moving this mailing list from ozlabs.org to lists.ozlabs.org. The old submission address (linuxppc-dev@ozlabs.org) will still work and I hope that references into the archives will also still work (though I can't guarantee that as rebuilding Mailm

Re: MPC8272- Porting HDLC driver from 2.6.14 to 2.6.27- "no_irq_chip" error

2009-05-30 Thread Frank Svendsbøe
On Fri, May 29, 2009 at 7:18 PM, Scott Wood wrote: > On Fri, May 29, 2009 at 12:56:13PM +0200, Frank Svendsbře wrote: >> FYI. The same applies to mpc8xx targets: No default host interrupt >> controller. >> The following patch was needed for our target: >> --- >> diff --git a/arch/powerpc/sysdev/m

Re: [net-next-2.6 PATCH v2] can: SJA1000: generic OF platform bus driver

2009-05-30 Thread Wolfgang Grandegger
Wolfgang Grandegger wrote: > David Miller wrote: >> From: Arnd Bergmann >> Date: Tue, 26 May 2009 10:10:30 +0100 >> >>> On Monday 25 May 2009, Wolfgang Grandegger wrote: > Right, that makes sense. However, most drivers use the field to store the > physical address, not the iomap token. May

Re: [PATCH 6/9] swiotlb: use dma_to_phys and phys_to_dma

2009-05-30 Thread Ian Campbell
On Fri, 2009-05-29 at 14:09 -0700, Jeremy Fitzhardinge wrote: > Ian Campbell wrote: > > void * __weak swiotlb_bus_to_virt(struct device *hwdev, dma_addr_t address) > > > > Does this need to be weak too? It's was wanted by PowerPC to support highmem, that's what patch 8/9 tries to address in a

Re: [PATCH 8/9] swiotlb: support HIGHMEM in swiotlb_bus_to_virt

2009-05-30 Thread Ian Campbell
On Fri, 2009-05-29 at 08:58 -0700, Jeremy Fitzhardinge wrote: > Ian Campbell wrote: > > -void * __weak swiotlb_bus_to_virt(struct device *hwdev, dma_addr_t address) > > +#ifdef CONFIG_HIGHMEM > > +static void * swiotlb_bus_to_virt(struct device *hwdev, dma_addr_t address) > > > > I think it wo

Re: Delay on intialization ide subsystem(most likely)

2009-05-30 Thread Andrey Gusev
On Wed, 20 May 2009 17:56:14 +0200 Bartlomiej Zolnierkiewicz wrote: > On Friday 15 May 2009 22:40:07 Andrey Gusev wrote: > > On Wed, 13 May 2009 20:46:33 +0200 > > Bartlomiej Zolnierkiewicz wrote: > > > > > On Wednesday 13 May 2009 19:11:23 Andrey Gusev wrote: > > > > On Wed, 13 May 2009 15:28: