Re: [PATCH v3 00/25] irq_domain generalization and refinement

2012-01-29 Thread Grant Likely
On Jan 28, 2012 11:38 AM, Rob Herring robherri...@gmail.com wrote: On 01/27/2012 03:35 PM, Grant Likely wrote: Hey everyone, This patch series is ready for much wider consumption now. I'd like to get it into linux-next ASAP because there will be ARM board support depending on it.

Re: [PATCH v3 01/25] irq_domain: add documentation and MAINTAINERS entry.

2012-01-29 Thread Grant Likely
On Jan 28, 2012 10:25 AM, Randy Dunlap rdun...@xenotime.net wrote: On 01/27/2012 01:35 PM, Grant Likely wrote: Documentation for irq_domain library which will be created in subsequent patches. I posted a lot of comments to v2 on Jan. 24. Looks like they were ignored. I just hadn't gotten

Re: [PATCH-RFC 06/10] mips: switch to GENERIC_PCI_IOMAP

2012-01-29 Thread Kevin Cernekee
On Thu, Nov 24, 2011 at 12:18 PM, Michael S. Tsirkin m...@redhat.com wrote: mips copied pci_iomap from generic code, probably to avoid pulling the rest of iomap.c in.  Since that's in a separate file now, we can reuse the common implementation. [snip] -       if (flags IORESOURCE_IO) -    

Re: RTC on 2.6.36 for PowerMac 8600

2012-01-29 Thread Andreas Schwab
kevin diggs diggskevi...@gmail.com writes: [root@PowerMac8600B root]# hwclock --debug hwclock from util-linux-2.12pre Using /dev/rtc interface to clock. Last drift adjustment done at 131743 seconds after 1969 Last calibration done at 131743 seconds after 1969 Hardware clock is on

Re: [PATCH-RFC 06/10] mips: switch to GENERIC_PCI_IOMAP

2012-01-29 Thread Michael S. Tsirkin
On Sat, Jan 28, 2012 at 02:38:10PM -0800, Kevin Cernekee wrote: On Thu, Nov 24, 2011 at 12:18 PM, Michael S. Tsirkin m...@redhat.com wrote: mips copied pci_iomap from generic code, probably to avoid pulling the rest of iomap.c in.  Since that's in a separate file now, we can reuse the

Re: [PATCH 2/2] powerpc: Abstract common define of signal multiplex control for qe

2012-01-29 Thread fanzc
On 01/26/2012 04:55 AM, Tabi Timur-B04825 wrote: On Thu, Jan 19, 2012 at 11:00 PM, Zhicheng Fanb32...@freescale.com wrote: Signed-off-by: Fanzcb32...@freeescale.com Please fix this. There are only two e's in freescale. In addition, please use your full name. Hi Timur, You mean

Re: [PATCH] drivers/video: compile fixes for fsl-diu-fb.c

2012-01-29 Thread Florian Tobias Schandinat
On 01/16/2012 03:08 AM, Michael Neuling wrote: [...] From: Michael Neuling mi...@neuling.org [PATCH] drivers/video: compile fixes for fsl-diu-fb.c Fix a compiler errors introduced in: commit ddd3d905436b572ebadc09dcf2d12ca5b37020a0 Author: Timur Tabi ti...@freescale.com