Re: [PATCH v2 0/9] unshare and simplify omap_hsmmc platform struct

2014-10-06 Thread Ulf Hansson
On 3 October 2014 15:00, Ulf Hansson ulf.hans...@linaro.org wrote: On 29 September 2014 11:32, Andreas Fenkart afenk...@gmail.com wrote: v2: - replace erroneous mmci by omap1/2 - add description to all patches - full compile check with: CONFIG_MACH_OMAP3_BEAGLE=y

Re: [PATCHv4 4/7] hwspinlock/core: add common OF helpers

2014-10-06 Thread Ohad Ben-Cohen
On Fri, Sep 26, 2014 at 7:25 PM, Suman Anna s-a...@ti.com wrote: I am yet to receive any comments on v6, but that series should address both your need for a probe deferral and Ohad's request to not change any return types. Please give it a try and let me know if you have any comments. Guys,

Re: CPSW bug with AM437x SK

2014-10-06 Thread Mugunthan V N
On Friday 03 October 2014 06:34 AM, Felipe Balbi wrote: [ 261.177168] [c0648d48] (skb_panic) from [c0565edc] (skb_put+0x5c/0x60) [ 261.184415] [c0565edc] (skb_put) from [c0605aac] (unix_stream_sendmsg+0x164/0x390) [ 261.192712] [c0605aac] (unix_stream_sendmsg) from [c055b364]

Re: CPSW bug with AM437x SK

2014-10-06 Thread Felipe Balbi
Hi, On Mon, Oct 06, 2014 at 03:24:59PM +0530, Mugunthan V N wrote: On Friday 03 October 2014 06:34 AM, Felipe Balbi wrote: [ 261.177168] [c0648d48] (skb_panic) from [c0565edc] (skb_put+0x5c/0x60) [ 261.184415] [c0565edc] (skb_put) from [c0605aac] (unix_stream_sendmsg+0x164/0x390) [

[PATCH] ARM: OMAP2: Remove unnecessary KERN_* in omap_phy_internal.c

2014-10-06 Thread Masanari Iida
This patch remove unnecessary KERN_INFO and KERN_ERR from omap_phy_internal.c. Signed-off-by: Masanari Iida standby2...@gmail.com --- arch/arm/mach-omap2/omap_phy_internal.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-omap2/omap_phy_internal.c

Re: [PATCH] ARM: OMAP2: Remove unnecessary KERN_* in omap_phy_internal.c

2014-10-06 Thread Nishanth Menon
On 01:16-20141007, Masanari Iida wrote: This patch remove unnecessary KERN_INFO and KERN_ERR from omap_phy_internal.c. Signed-off-by: Masanari Iida standby2...@gmail.com --- arch/arm/mach-omap2/omap_phy_internal.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [PATCH 1/2] clk: Make clk API return per-user struct clk instances

2014-10-06 Thread Tomeu Vizoso
On 4 October 2014 01:15, Stephen Boyd sb...@codeaurora.org wrote: On 10/02, Tomeu Vizoso wrote: Moves clock state to struct clk_core, but takes care to change as little API as possible. struct clk_hw still has a pointer to a struct clk, which is the implementation's per-user clk instance,

Re: [PATCH 1/2] clk: Make clk API return per-user struct clk instances

2014-10-06 Thread Stephen Boyd
On 10/06/2014 10:14 AM, Tomeu Vizoso wrote: This is the end goal. I understand that the provider API is sort of a mess with us allowing drivers to use the underscore and non-underscore functions and the mixture of struct clk and struct ckl_hw throughout. struct clk_hw -- struct clk_core