Re: [PATCH 8/8] staging: octeon_ethernet: Convert to use device tree.

2011-11-27 Thread Greg KH
On Thu, Nov 10, 2011 at 06:22:04PM -0800, ddaney.c...@gmail.com wrote: From: David Daney david.da...@cavium.com Get MAC address and PHY connection from the device tree. Cc: David S. Miller da...@davemloft.net Cc: net...@vger.kernel.org Cc: Greg Kroah-Hartman gre...@suse.de Acked-by: Greg

Re: [PATCH v2 0/4] OMAP serial device tree support

2011-11-27 Thread Greg KH
On Tue, Nov 22, 2011 at 07:14:12PM +0530, Rajendra Nayak wrote: v2 is based on the latest omap-serial runtime patches, which can be found here[1] The series passes minimal data that allows serial console boot, with UART's initialised from device tree. However some of low power support for

Re: DT DMA channel binding for Tegra I2S

2011-11-27 Thread Mark Brown
On Sat, Nov 26, 2011 at 10:07:01PM -0600, Rob Herring wrote: On 11/25/2011 10:09 AM, Mark Brown wrote: On Fri, Nov 25, 2011 at 09:55:23AM -0600, Rob Herring wrote: Although, I think you are possibly missing some other properties for i2s mode like word size and master/slave mode. I think

Re: [PATCH] irq: fix possible null-pointer deref irq_domain_to_irq

2011-11-27 Thread Jamie Iles
Hi Rob, On Sun, Nov 27, 2011 at 09:11:01AM -0600, Rob Herring wrote: On 11/25/2011 09:35 AM, Jamie Iles wrote: I wonder if this might make more sense instead. I'll post a proper patch if you think so. Regards, Jamie diff --git a/kernel/irq/irqdomain.c

[PATCH] of/irq: of_irq_init: add check for parent equal to child node

2011-11-27 Thread Rob Herring
From: Rob Herring rob.herr...@calxeda.com With the revert of of/irq: of_irq_find_parent: check for parent equal to child (dc9372808412edb), we need another way to handle parent node equal to the child node. This can simply be handled in of_irq_init by checking for this condition. Signed-off-by:

Re: [PATCH v2 0/4] OMAP serial device tree support

2011-11-27 Thread Rajendra Nayak
On Sunday 27 November 2011 09:06 AM, Greg KH wrote: On Tue, Nov 22, 2011 at 07:14:12PM +0530, Rajendra Nayak wrote: v2 is based on the latest omap-serial runtime patches, which can be found here[1] The series passes minimal data that allows serial console boot, with UART's initialised from

Re: [PATCH v2 0/4] OMAP serial device tree support

2011-11-27 Thread Greg KH
On Mon, Nov 28, 2011 at 11:36:56AM +0530, Rajendra Nayak wrote: On Sunday 27 November 2011 09:06 AM, Greg KH wrote: On Tue, Nov 22, 2011 at 07:14:12PM +0530, Rajendra Nayak wrote: v2 is based on the latest omap-serial runtime patches, which can be found here[1] The series passes minimal