ARM: Voipac i.MX25: Support with device tree on v3.8-rc1 or later

2013-01-20 Thread David Linares
Hi guys, I have just signed up to this distribution list to try to get some support/understanding of an issue I am having when switching from kernel v3.7.3 to v3.8-rc1. I am using a Voipac i.MX25 and on v3.7.3, barebox correctly loads the kernel and my board is correctly up and running. After

Re: [PATCH] of: fix incorrect return value of of_find_matching_node_and_match()

2013-01-20 Thread Rob Herring
On 01/19/2013 12:20 PM, Thomas Abraham wrote: The of_find_matching_node_and_match() function incorrectly sets the matched entry to 'matches' when the compatible value of a node matches one of the possible values. This results in incorrectly selecting the the first entry in the 'matches' list

Re: [PATCH] of: fix incorrect return value of of_find_matching_node_and_match()

2013-01-20 Thread Thomas Abraham
On 20 January 2013 13:50, Rob Herring robherri...@gmail.com wrote: On 01/19/2013 12:20 PM, Thomas Abraham wrote: The of_find_matching_node_and_match() function incorrectly sets the matched entry to 'matches' when the compatible value of a node matches one of the possible values. This results

Re: [PATCH] of: dma.c: fix memory leakage

2013-01-20 Thread Rob Herring
On 01/19/2013 07:06 AM, Cong Ding wrote: The memory allocated to ofdma might be a leakage when error occurs. Signed-off-by: Cong Ding ding...@gmail.com You need to send this to whomever is working on DMA bindings. Rob --- drivers/of/dma.c |1 + 1 file changed, 1 insertion(+) diff

Re: [U-Boot] [PATCH 1/5] treewide: include libfdt_env.h before fdt.h

2013-01-20 Thread David Gibson
On Fri, Jan 18, 2013 at 06:59:46AM -0500, Gerald Van Baren wrote: On 01/17/2013 06:50 PM, David Gibson wrote: On Thu, Jan 17, 2013 at 01:32:45PM -0500, Jerry Van Baren wrote: Hi Scott, Kim, David, [snip] libfdt_env.h is where Kim typedef'ed fdt16_t, fdt32_t, fdt64_t I suspect the

Re: [PATCH v2 1/8] sh-pfc: Add OF support

2013-01-20 Thread Simon Horman
On Tue, Jan 15, 2013 at 10:10:19AM +0900, Simon Horman wrote: On Sat, Jan 12, 2013 at 06:18:54PM +0100, Guennadi Liakhovetski wrote: Hi Laurent On Wed, 9 Jan 2013, Laurent Pinchart wrote: Support device instantiation through the device tree. The compatible property is used to

[PATCH] ARM: architected timers: allow dt based discovery using clocksource_of_init

2013-01-20 Thread Thomas Abraham
Add an entry in __clksrc_of_table so that ARMv7 architected timer is discoverable using call to clocksource_of_init. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- arch/arm/kernel/arch_timer.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git

Re: [PATCH] of: fix incorrect return value of of_find_matching_node_and_match()

2013-01-20 Thread Rob Herring
On 01/20/2013 03:56 PM, Thomas Abraham wrote: On 20 January 2013 13:50, Rob Herring robherri...@gmail.com wrote: On 01/19/2013 12:20 PM, Thomas Abraham wrote: The of_find_matching_node_and_match() function incorrectly sets the matched entry to 'matches' when the compatible value of a node

Re: [PATCH] of: fix incorrect return value of of_find_matching_node_and_match()

2013-01-20 Thread Thomas Abraham
On 20 January 2013 19:27, Rob Herring robherri...@gmail.com wrote: On 01/20/2013 03:56 PM, Thomas Abraham wrote: On 20 January 2013 13:50, Rob Herring robherri...@gmail.com wrote: On 01/19/2013 12:20 PM, Thomas Abraham wrote: The of_find_matching_node_and_match() function incorrectly sets the

Re: [PATCH 5/6] OF: Introduce Device Tree resolve support.

2013-01-20 Thread David Gibson
On Fri, Jan 04, 2013 at 09:31:09PM +0200, Pantelis Antoniou wrote: Introduce support for dynamic device tree resolution. Using it, it is possible to prepare a device tree that's been loaded on runtime to be modified and inserted at the kernel live tree. Signed-off-by: Pantelis Antoniou

[PATCH 1/2] ARM: davinci: da850: add DT node for eth0.

2013-01-20 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com Add eth0 device tree node information to da850 by providing interrupt details and local mac address of eth0. Signed-off-by: Lad, Prabhakar prabhakar@ti.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-ker...@vger.kernel.org Cc:

[PATCH 2/2] ARM: davinci: da850: add OF_DEV_AUXDATA entry for eth0.

2013-01-20 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com Add OF_DEV_AUXDATA for eth0 driver in da850 board dt file to use emac clock. Signed-off-by: Lad, Prabhakar prabhakar@ti.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-ker...@vger.kernel.org Cc: davinci-linux-open-sou...@linux.davincidsp.com

Re: [RESEND PATCH v9 0/2] usb: phy: samsung: Introducing usb phy driver for samsung SoCs

2013-01-20 Thread Praveen Paneri
Hi Felipe, On Sat, Jan 19, 2013 at 12:16 AM, Felipe Balbi ba...@ti.com wrote: Hi, On Fri, Jan 18, 2013 at 02:30:21PM +0530, Praveen Paneri wrote: Changes from v8: Resending this patch series after rebasing to the latest usb-next branch. Rewording inline comments for better readability.

Re: [PATCH v3 0/2] Adding USB 3.0 DRD-phy support for exynos5250

2013-01-20 Thread Vivek Gautam
Hi Felipe, On Mon, Jan 14, 2013 at 6:29 PM, Vivek Gautam gautam.vi...@samsung.com wrote: Changes from v2: - Renaming 'samsung-usbphy.c' driver to 'samsung-usb2.c' indicating usb 2.0 phy controller's driver for Samsung's SoCs. - Moving the register definitions and strcuture definitions