Re: [PATCH v4 0/8] wilink: add device tree support

2014-02-28 Thread Luca Coelho
On Fri, 2014-02-28 at 08:26 +0100, Yegor Yefremov wrote: On Tue, Jul 30, 2013 at 3:04 PM, Luciano Coelho coe...@ti.com wrote: Hi, This patch series adds device tree support to the wlcore_sdio driver, which is used by WiLink6, WiLink7 and WiLink8. The first patches do some clean-up to

Re: [PATCH v4 0/8] wilink: add device tree support

2014-02-28 Thread Luca Coelho
On Fri, 2014-02-28 at 14:29 +0200, Luca Coelho wrote: On Fri, 2014-02-28 at 08:26 +0100, Yegor Yefremov wrote: On Tue, Jul 30, 2013 at 3:04 PM, Luciano Coelho coe...@ti.com wrote: Hi, This patch series adds device tree support to the wlcore_sdio driver, which is used by WiLink6

Re: [PATCH] clk: add flags to distinguish xtal clocks

2013-11-12 Thread Luca Coelho
On Mon, 2013-11-11 at 21:59 +0100, Maxime Ripard wrote: Hi Luca, On Mon, Nov 11, 2013 at 09:50:56PM +0200, Luca Coelho wrote: On Mon, 2013-11-11 at 13:42 -0600, Felipe Balbi wrote: + if (of_property_read_bool(node, clock-xtal)) + flags |= CLK_IS_TYPE_XTAL

Re: [PATCH] clk: add flags to distinguish xtal clocks

2013-11-11 Thread Luca Coelho
On Mon, 2013-11-11 at 13:42 -0600, Felipe Balbi wrote: Hi, On Sun, Nov 10, 2013 at 12:37:16PM +0100, Maxime Ripard wrote: Hi Felipe, On Fri, Nov 08, 2013 at 12:00:48PM -0600, Felipe Balbi wrote: From: Luciano Coelho l...@coelho.fi Add a flag that indicate whether the clock is

Re: [PATCH] clk: add flags to distinguish xtal clocks

2013-11-08 Thread Luca Coelho
Hi Felipe, On Fri, 2013-11-08 at 12:00 -0600, Felipe Balbi wrote: From: Luciano Coelho l...@coelho.fi Add a flag that indicate whether the clock is a crystal or not. Additionally, parse a new device tree binding in clk-fixed-rate to set this flag. If clock-xtal isn't set, the clock

Re: using mmc2 on panda [was: Regression 3.11-rc1: omap4panda: no usb and consequently no ethernet]

2013-10-02 Thread Luca Coelho
On Wed, 2013-10-02 at 12:20 +0200, Arend van Spriel wrote: On 10/01/2013 01:29 PM, Luca Coelho wrote: Hi, On Tue, 2013-10-01 at 12:53 +0200, Arend van Spriel wrote: On 10/01/2013 11:53 AM, Roger Quadros wrote: On 10/01/2013 12:49 PM, Roger Quadros wrote: Hi Arend, On 10/01/2013 11

Re: using mmc2 on panda [was: Regression 3.11-rc1: omap4panda: no usb and consequently no ethernet]

2013-10-01 Thread Luca Coelho
Hi, On Tue, 2013-10-01 at 12:53 +0200, Arend van Spriel wrote: On 10/01/2013 11:53 AM, Roger Quadros wrote: On 10/01/2013 12:49 PM, Roger Quadros wrote: Hi Arend, On 10/01/2013 11:05 AM, Arend van Spriel wrote: On 07/19/2013 12:57 PM, Arend van Spriel wrote: On 07/19/2013 12:49 PM,

Re: [PATCH 1/2] ARM: dts: Fix muxing and regulator for wl12xx on the SDIO bus for pandaboard

2013-09-19 Thread Luca Coelho
On Thu, 2013-09-19 at 07:53 -0700, Tony Lindgren wrote: * Luca Coelho l...@coelho.fi [130918 22:50]: On Wed, 2013-09-18 at 16:47 -0700, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [130918 11:00]: * Benoit Cousson bcous...@baylibre.com [130918 02:12]: Hi Tony

Re: [PATCH 1/2] ARM: dts: Fix muxing and regulator for wl12xx on the SDIO bus for pandaboard

2013-09-18 Thread Luca Coelho
On Wed, 2013-09-18 at 16:47 -0700, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [130918 11:00]: * Benoit Cousson bcous...@baylibre.com [130918 02:12]: Hi Tony, On 18/09/2013 02:02, Tony Lindgren wrote: * Luca Coelho l...@coelho.fi [130916 23:35]: On Tue, 2013-09-17

Re: [PATCH 1/2] ARM: dts: Fix muxing and regulator for wl12xx on the SDIO bus for pandaboard

2013-09-17 Thread Luca Coelho
On Tue, 2013-09-17 at 09:26 +0300, Luca Coelho wrote: Both patches look good to me, though I didn't have the time to retest them. Actually I don't even have a Blaze device anymore, so I can't really test the second patch. :( -- Luca. -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 1/2] ARM: dts: Fix muxing and regulator for wl12xx on the SDIO bus for pandaboard

2013-09-17 Thread Luca Coelho
Hi Tony, Both patches look good to me, though I didn't have the time to retest them. -- Cheers, Luca. On Fri, 2013-09-13 at 12:09 -0700, Tony Lindgren wrote: Commit b42b9181 (ARM: OMAP2+: Remove board-omap4panda.c) removed legacy booting in favor of device tree based booting for pandaboard.