All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Thierry Reding <thierry.reding@gmail.com>
Cc: Mike Turquette <mturquette@linaro.org>,
	Maxime Ripard <maxime.ripard@free-electrons.com>,
	Hans de Goede <hdegoede@redhat.com>,
	linux-sunxi <linux-sunxi@googlegroups.com>,
	Linux Fbdev development list <linux-fbdev@vger.kernel.org>,
	Stephen Warren <swarren@nvidia.com>,
	Stephen Warren <swarren@wwwdotorg.org>,
	Luc Verhaegen <libv@skynet.be>,
	Tomi Valkeinen <tomi.valkeinen@ti.com>,
	Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	Mark Brown <broonie@kernel.org>,
	Linux PM list <linux-pm@vger.kernel.org>,
	Greg KH <gregkh@linuxfoundation.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code
Date: Mon, 29 Sep 2014 11:10:53 +0200	[thread overview]
Message-ID: <CAMuHMdU0_GjbOjVE9Vnp703TnsdmkN-nxCxrigCWO7RPMzPRyw@mail.gmail.com> (raw)
In-Reply-To: <20140929085421.GH12506@ulmo>

Hi Thierry,

On Mon, Sep 29, 2014 at 10:54 AM, Thierry Reding
<thierry.reding@gmail.com> wrote:
> On Mon, Sep 29, 2014 at 10:27:41AM +0200, Geert Uytterhoeven wrote:
>> (CC linux-pm, as PM is the real reason behind disabling unused clocks)
>> (CC gregkh and lkml, for driver core)
>>
>> On Mon, Sep 29, 2014 at 10:06 AM, Thierry Reding
>> <thierry.reding@gmail.com> wrote:
>> > If we start extending the binding with board-level details we end up
>> > duplicating the device tree node for the proper video device. Also note
>> > that it won't stop at clocks. Other setups will require regulators to be
>> > listed in this device tree node as well so that they don't get disabled
>> > at late_initcall. And the regulator bindings don't provide a method to
>> > list an arbitrary number of clocks in a single property in the way that
>> > the clocks property works.
>>
>> Then (optional) regulator support needs to be added.
>
> Can you elaborate?

I'm not so familiar with regulators, but I guess it's similar to clocks?

>> > There may be also resets involved. Fortunately the reset framework is
>> > minimalistic enough not to care about asserting all unused resets at
>> > late_initcall. And other things like power domains may also need to be
>> > kept on.
>>
>> Fortunately, unlike clocks, PM domains are first class citizens in the
>> device framework, as they're handled by the driver core.
>> So just adding a power-domains property to DTS will work, without any
>> driver change.
>
> Well, the device driver would also need to call into the PM runtime
> framework to enable all the first class citizen magic. But even if it
> were to do that, you'd still need to add all the domains to the DTB.

Powering up domains can be done solely by the device-specific PM
domain code, without PM runtime. If simplefb is tied to the PM domain
and doesn't do any PM runtime, the domain will stay powered on
(only unused PM domains are powered down via late_initcall).

> Note that I'm saying DT*B* here, because the firmware needs to fill in
> those properties after the DTS has been compiled. And since most of
> these resources are linked via phandle you actually need to resolve
> these first before you can fill in the new properties of this
> dynamically created node.
>
> So firmware needs to know exactly what device tree node to look for,
> find a corresponding phandle and then put the phandle value in the
> simplefb device tree node. And it needs to know intimate details about
> the clock provider binding because it needs to add an appropriate
> specifier, too.

Indeed. Complicated.

> And then all of a sudden something that was supposed to be simple and
> generic needs to know the specifics of some hardware device.

And suddenly we wish we could write a real driver and put the stuff in
the DTS, not DTB...

>> > The only reasonable thing for simplefb to do is not deal with any kind
>> > of resource at all (except perhaps area that contains the framebuffer
>> > memory).
>> >
>> > So how about instead of requiring resources to be explicitly claimed we
>> > introduce something like the below patch? The intention being to give
>> > "firmware device" drivers a way of signalling to the clock framework
>> > that they need rely on clocks set up by firmware and when they no longer
>> > need them. This implements essentially what Mark (CC'ing again on this
>> > subthread) suggested earlier in this thread. Basically, it will allow
>> > drivers to determine the time when unused clocks are really unused. It
>> > will of course only work when used correctly by drivers. For the case of
>> > simplefb I'd expect its .probe() implementation to call the new
>> > clk_ignore_unused() function and once it has handed over control of the
>> > display hardware to the real driver it can call clk_unignore_unused() to
>> > signal that all unused clocks that it cares about have now been claimed.
>> > This is "reference counted" and can therefore be used by more than a
>> > single driver if necessary. Similar functionality could be added for
>> > other resource subsystems as needed.
>>
>> This still won't work for modules, right? Or am I missing something?
>> With modules you will never know in advance what will be used and what
>> won't be used, so you need to keep all clocks, regulators, PM domains, ...
>> up and running?
>
> No. The way this works is that your firmware shim driver, simplefb in
> this case, will call clk_ignore_unused() to tell the clock framework
> that it uses clocks set up by the firmware, and therefore requests that
> no clocks should be considered unused (for now). Later on when the
> proper driver has successfully taken over from the shim driver, the shim
> driver can unregister itself and call clk_unignore_unused(), which will
> drop its "reference" on the unused clocks. When all references have been
> dropped the clock framework will then disable all remaining unused
> clocks.

So the shim must be built-in, not modular.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

WARNING: multiple messages have this Message-ID (diff)
From: Geert Uytterhoeven <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
To: Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: Mike Turquette
	<mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	Maxime Ripard
	<maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
	Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	linux-sunxi <linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>,
	Linux Fbdev development list
	<linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
	Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>,
	Luc Verhaegen <libv-AgBVmzD5pcezQB+pC5nmwQ@public.gmane.org>,
	Tomi Valkeinen <tomi.valkeinen-l0cyMroinI0@public.gmane.org>,
	Jean-Christophe Plagniol-Villard
	<plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org>,
	"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
	Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Linux PM list <linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Greg KH
	<gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>,
	"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: Re: [PATCH 4/4] simplefb: add clock handling code
Date: Mon, 29 Sep 2014 11:10:53 +0200	[thread overview]
Message-ID: <CAMuHMdU0_GjbOjVE9Vnp703TnsdmkN-nxCxrigCWO7RPMzPRyw@mail.gmail.com> (raw)
In-Reply-To: <20140929085421.GH12506@ulmo>

Hi Thierry,

On Mon, Sep 29, 2014 at 10:54 AM, Thierry Reding
<thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> On Mon, Sep 29, 2014 at 10:27:41AM +0200, Geert Uytterhoeven wrote:
>> (CC linux-pm, as PM is the real reason behind disabling unused clocks)
>> (CC gregkh and lkml, for driver core)
>>
>> On Mon, Sep 29, 2014 at 10:06 AM, Thierry Reding
>> <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>> > If we start extending the binding with board-level details we end up
>> > duplicating the device tree node for the proper video device. Also note
>> > that it won't stop at clocks. Other setups will require regulators to be
>> > listed in this device tree node as well so that they don't get disabled
>> > at late_initcall. And the regulator bindings don't provide a method to
>> > list an arbitrary number of clocks in a single property in the way that
>> > the clocks property works.
>>
>> Then (optional) regulator support needs to be added.
>
> Can you elaborate?

I'm not so familiar with regulators, but I guess it's similar to clocks?

>> > There may be also resets involved. Fortunately the reset framework is
>> > minimalistic enough not to care about asserting all unused resets at
>> > late_initcall. And other things like power domains may also need to be
>> > kept on.
>>
>> Fortunately, unlike clocks, PM domains are first class citizens in the
>> device framework, as they're handled by the driver core.
>> So just adding a power-domains property to DTS will work, without any
>> driver change.
>
> Well, the device driver would also need to call into the PM runtime
> framework to enable all the first class citizen magic. But even if it
> were to do that, you'd still need to add all the domains to the DTB.

Powering up domains can be done solely by the device-specific PM
domain code, without PM runtime. If simplefb is tied to the PM domain
and doesn't do any PM runtime, the domain will stay powered on
(only unused PM domains are powered down via late_initcall).

> Note that I'm saying DT*B* here, because the firmware needs to fill in
> those properties after the DTS has been compiled. And since most of
> these resources are linked via phandle you actually need to resolve
> these first before you can fill in the new properties of this
> dynamically created node.
>
> So firmware needs to know exactly what device tree node to look for,
> find a corresponding phandle and then put the phandle value in the
> simplefb device tree node. And it needs to know intimate details about
> the clock provider binding because it needs to add an appropriate
> specifier, too.

Indeed. Complicated.

> And then all of a sudden something that was supposed to be simple and
> generic needs to know the specifics of some hardware device.

And suddenly we wish we could write a real driver and put the stuff in
the DTS, not DTB...

>> > The only reasonable thing for simplefb to do is not deal with any kind
>> > of resource at all (except perhaps area that contains the framebuffer
>> > memory).
>> >
>> > So how about instead of requiring resources to be explicitly claimed we
>> > introduce something like the below patch? The intention being to give
>> > "firmware device" drivers a way of signalling to the clock framework
>> > that they need rely on clocks set up by firmware and when they no longer
>> > need them. This implements essentially what Mark (CC'ing again on this
>> > subthread) suggested earlier in this thread. Basically, it will allow
>> > drivers to determine the time when unused clocks are really unused. It
>> > will of course only work when used correctly by drivers. For the case of
>> > simplefb I'd expect its .probe() implementation to call the new
>> > clk_ignore_unused() function and once it has handed over control of the
>> > display hardware to the real driver it can call clk_unignore_unused() to
>> > signal that all unused clocks that it cares about have now been claimed.
>> > This is "reference counted" and can therefore be used by more than a
>> > single driver if necessary. Similar functionality could be added for
>> > other resource subsystems as needed.
>>
>> This still won't work for modules, right? Or am I missing something?
>> With modules you will never know in advance what will be used and what
>> won't be used, so you need to keep all clocks, regulators, PM domains, ...
>> up and running?
>
> No. The way this works is that your firmware shim driver, simplefb in
> this case, will call clk_ignore_unused() to tell the clock framework
> that it uses clocks set up by the firmware, and therefore requests that
> no clocks should be considered unused (for now). Later on when the
> proper driver has successfully taken over from the shim driver, the shim
> driver can unregister itself and call clk_unignore_unused(), which will
> drop its "reference" on the unused clocks. When all references have been
> dropped the clock framework will then disable all remaining unused
> clocks.

So the shim must be built-in, not modular.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

WARNING: multiple messages have this Message-ID (diff)
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code
Date: Mon, 29 Sep 2014 09:10:53 +0000	[thread overview]
Message-ID: <CAMuHMdU0_GjbOjVE9Vnp703TnsdmkN-nxCxrigCWO7RPMzPRyw@mail.gmail.com> (raw)
In-Reply-To: <20140929085421.GH12506@ulmo>

Hi Thierry,

On Mon, Sep 29, 2014 at 10:54 AM, Thierry Reding
<thierry.reding@gmail.com> wrote:
> On Mon, Sep 29, 2014 at 10:27:41AM +0200, Geert Uytterhoeven wrote:
>> (CC linux-pm, as PM is the real reason behind disabling unused clocks)
>> (CC gregkh and lkml, for driver core)
>>
>> On Mon, Sep 29, 2014 at 10:06 AM, Thierry Reding
>> <thierry.reding@gmail.com> wrote:
>> > If we start extending the binding with board-level details we end up
>> > duplicating the device tree node for the proper video device. Also note
>> > that it won't stop at clocks. Other setups will require regulators to be
>> > listed in this device tree node as well so that they don't get disabled
>> > at late_initcall. And the regulator bindings don't provide a method to
>> > list an arbitrary number of clocks in a single property in the way that
>> > the clocks property works.
>>
>> Then (optional) regulator support needs to be added.
>
> Can you elaborate?

I'm not so familiar with regulators, but I guess it's similar to clocks?

>> > There may be also resets involved. Fortunately the reset framework is
>> > minimalistic enough not to care about asserting all unused resets at
>> > late_initcall. And other things like power domains may also need to be
>> > kept on.
>>
>> Fortunately, unlike clocks, PM domains are first class citizens in the
>> device framework, as they're handled by the driver core.
>> So just adding a power-domains property to DTS will work, without any
>> driver change.
>
> Well, the device driver would also need to call into the PM runtime
> framework to enable all the first class citizen magic. But even if it
> were to do that, you'd still need to add all the domains to the DTB.

Powering up domains can be done solely by the device-specific PM
domain code, without PM runtime. If simplefb is tied to the PM domain
and doesn't do any PM runtime, the domain will stay powered on
(only unused PM domains are powered down via late_initcall).

> Note that I'm saying DT*B* here, because the firmware needs to fill in
> those properties after the DTS has been compiled. And since most of
> these resources are linked via phandle you actually need to resolve
> these first before you can fill in the new properties of this
> dynamically created node.
>
> So firmware needs to know exactly what device tree node to look for,
> find a corresponding phandle and then put the phandle value in the
> simplefb device tree node. And it needs to know intimate details about
> the clock provider binding because it needs to add an appropriate
> specifier, too.

Indeed. Complicated.

> And then all of a sudden something that was supposed to be simple and
> generic needs to know the specifics of some hardware device.

And suddenly we wish we could write a real driver and put the stuff in
the DTS, not DTB...

>> > The only reasonable thing for simplefb to do is not deal with any kind
>> > of resource at all (except perhaps area that contains the framebuffer
>> > memory).
>> >
>> > So how about instead of requiring resources to be explicitly claimed we
>> > introduce something like the below patch? The intention being to give
>> > "firmware device" drivers a way of signalling to the clock framework
>> > that they need rely on clocks set up by firmware and when they no longer
>> > need them. This implements essentially what Mark (CC'ing again on this
>> > subthread) suggested earlier in this thread. Basically, it will allow
>> > drivers to determine the time when unused clocks are really unused. It
>> > will of course only work when used correctly by drivers. For the case of
>> > simplefb I'd expect its .probe() implementation to call the new
>> > clk_ignore_unused() function and once it has handed over control of the
>> > display hardware to the real driver it can call clk_unignore_unused() to
>> > signal that all unused clocks that it cares about have now been claimed.
>> > This is "reference counted" and can therefore be used by more than a
>> > single driver if necessary. Similar functionality could be added for
>> > other resource subsystems as needed.
>>
>> This still won't work for modules, right? Or am I missing something?
>> With modules you will never know in advance what will be used and what
>> won't be used, so you need to keep all clocks, regulators, PM domains, ...
>> up and running?
>
> No. The way this works is that your firmware shim driver, simplefb in
> this case, will call clk_ignore_unused() to tell the clock framework
> that it uses clocks set up by the firmware, and therefore requests that
> no clocks should be considered unused (for now). Later on when the
> proper driver has successfully taken over from the shim driver, the shim
> driver can unregister itself and call clk_unignore_unused(), which will
> drop its "reference" on the unused clocks. When all references have been
> dropped the clock framework will then disable all remaining unused
> clocks.

So the shim must be built-in, not modular.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

WARNING: multiple messages have this Message-ID (diff)
From: geert@linux-m68k.org (Geert Uytterhoeven)
To: linux-arm-kernel@lists.infradead.org
Subject: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code
Date: Mon, 29 Sep 2014 11:10:53 +0200	[thread overview]
Message-ID: <CAMuHMdU0_GjbOjVE9Vnp703TnsdmkN-nxCxrigCWO7RPMzPRyw@mail.gmail.com> (raw)
In-Reply-To: <20140929085421.GH12506@ulmo>

Hi Thierry,

On Mon, Sep 29, 2014 at 10:54 AM, Thierry Reding
<thierry.reding@gmail.com> wrote:
> On Mon, Sep 29, 2014 at 10:27:41AM +0200, Geert Uytterhoeven wrote:
>> (CC linux-pm, as PM is the real reason behind disabling unused clocks)
>> (CC gregkh and lkml, for driver core)
>>
>> On Mon, Sep 29, 2014 at 10:06 AM, Thierry Reding
>> <thierry.reding@gmail.com> wrote:
>> > If we start extending the binding with board-level details we end up
>> > duplicating the device tree node for the proper video device. Also note
>> > that it won't stop at clocks. Other setups will require regulators to be
>> > listed in this device tree node as well so that they don't get disabled
>> > at late_initcall. And the regulator bindings don't provide a method to
>> > list an arbitrary number of clocks in a single property in the way that
>> > the clocks property works.
>>
>> Then (optional) regulator support needs to be added.
>
> Can you elaborate?

I'm not so familiar with regulators, but I guess it's similar to clocks?

>> > There may be also resets involved. Fortunately the reset framework is
>> > minimalistic enough not to care about asserting all unused resets at
>> > late_initcall. And other things like power domains may also need to be
>> > kept on.
>>
>> Fortunately, unlike clocks, PM domains are first class citizens in the
>> device framework, as they're handled by the driver core.
>> So just adding a power-domains property to DTS will work, without any
>> driver change.
>
> Well, the device driver would also need to call into the PM runtime
> framework to enable all the first class citizen magic. But even if it
> were to do that, you'd still need to add all the domains to the DTB.

Powering up domains can be done solely by the device-specific PM
domain code, without PM runtime. If simplefb is tied to the PM domain
and doesn't do any PM runtime, the domain will stay powered on
(only unused PM domains are powered down via late_initcall).

> Note that I'm saying DT*B* here, because the firmware needs to fill in
> those properties after the DTS has been compiled. And since most of
> these resources are linked via phandle you actually need to resolve
> these first before you can fill in the new properties of this
> dynamically created node.
>
> So firmware needs to know exactly what device tree node to look for,
> find a corresponding phandle and then put the phandle value in the
> simplefb device tree node. And it needs to know intimate details about
> the clock provider binding because it needs to add an appropriate
> specifier, too.

Indeed. Complicated.

> And then all of a sudden something that was supposed to be simple and
> generic needs to know the specifics of some hardware device.

And suddenly we wish we could write a real driver and put the stuff in
the DTS, not DTB...

>> > The only reasonable thing for simplefb to do is not deal with any kind
>> > of resource at all (except perhaps area that contains the framebuffer
>> > memory).
>> >
>> > So how about instead of requiring resources to be explicitly claimed we
>> > introduce something like the below patch? The intention being to give
>> > "firmware device" drivers a way of signalling to the clock framework
>> > that they need rely on clocks set up by firmware and when they no longer
>> > need them. This implements essentially what Mark (CC'ing again on this
>> > subthread) suggested earlier in this thread. Basically, it will allow
>> > drivers to determine the time when unused clocks are really unused. It
>> > will of course only work when used correctly by drivers. For the case of
>> > simplefb I'd expect its .probe() implementation to call the new
>> > clk_ignore_unused() function and once it has handed over control of the
>> > display hardware to the real driver it can call clk_unignore_unused() to
>> > signal that all unused clocks that it cares about have now been claimed.
>> > This is "reference counted" and can therefore be used by more than a
>> > single driver if necessary. Similar functionality could be added for
>> > other resource subsystems as needed.
>>
>> This still won't work for modules, right? Or am I missing something?
>> With modules you will never know in advance what will be used and what
>> won't be used, so you need to keep all clocks, regulators, PM domains, ...
>> up and running?
>
> No. The way this works is that your firmware shim driver, simplefb in
> this case, will call clk_ignore_unused() to tell the clock framework
> that it uses clocks set up by the firmware, and therefore requests that
> no clocks should be considered unused (for now). Later on when the
> proper driver has successfully taken over from the shim driver, the shim
> driver can unregister itself and call clk_unignore_unused(), which will
> drop its "reference" on the unused clocks. When all references have been
> dropped the clock framework will then disable all remaining unused
> clocks.

So the shim must be built-in, not modular.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

  reply	other threads:[~2014-09-29  9:10 UTC|newest]

Thread overview: 551+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-13  7:17 simplefb: add clock handling Luc Verhaegen
2014-08-13  7:17 ` Luc Verhaegen
2014-08-13  7:17 ` [PATCH 1/4] simplefb: formalize pseudo palette handling Luc Verhaegen
2014-08-13  7:17   ` Luc Verhaegen
2014-08-13  7:25   ` David Herrmann
2014-08-13  7:25     ` David Herrmann
2014-08-13  8:46     ` Geert Uytterhoeven
2014-08-13  8:46       ` Geert Uytterhoeven
2014-08-13  8:50       ` David Herrmann
2014-08-13  8:50         ` David Herrmann
2014-08-13 16:45   ` Stephen Warren
2014-08-13 16:45     ` Stephen Warren
2014-08-13  7:17 ` [PATCH 2/4] simplefb: add goto error path to probe Luc Verhaegen
2014-08-13  7:17   ` Luc Verhaegen
2014-08-13  7:27   ` David Herrmann
2014-08-13  7:27     ` David Herrmann
2014-08-14 10:29     ` Luc Verhaegen
2014-08-14 10:29       ` Luc Verhaegen
2014-08-14 10:33       ` David Herrmann
2014-08-14 10:33         ` David Herrmann
2014-08-14 10:42         ` Luc Verhaegen
2014-08-14 10:42           ` Luc Verhaegen
2014-08-13  7:17 ` [PATCH 3/4] simplefb: disable dt node upon remove Luc Verhaegen
2014-08-13  7:17   ` Luc Verhaegen
2014-08-13  8:40   ` Grant Likely
2014-08-13  8:40     ` Grant Likely
2014-08-13  8:49     ` David Herrmann
2014-08-13  8:49       ` David Herrmann
2014-08-13  9:23       ` Grant Likely
2014-08-13  9:23         ` Grant Likely
2014-08-13  9:32         ` David Herrmann
2014-08-13  9:32           ` David Herrmann
2014-08-13  9:45         ` Luc Verhaegen
2014-08-13  9:45           ` Luc Verhaegen
2014-08-13 10:19           ` [linux-sunxi] " Luc Verhaegen
2014-08-13 10:19             ` Luc Verhaegen
2014-08-13 12:54             ` jonsmirl
2014-08-13 12:54               ` jonsmirl at gmail.com
2014-08-13 19:14               ` Grant Likely
2014-08-13 19:14                 ` Grant Likely
2014-08-13 19:25                 ` Luc Verhaegen
2014-08-13 19:25                   ` Luc Verhaegen
2014-08-13 19:58                   ` Stephen Warren
2014-08-13 19:58                     ` Stephen Warren
2014-08-13 20:01                     ` Luc Verhaegen
2014-08-13 20:01                       ` Luc Verhaegen
2014-08-13 20:00                   ` Grant Likely
2014-08-13 20:00                     ` Grant Likely
2014-08-13 20:19                     ` Luc Verhaegen
2014-08-13 20:19                       ` Luc Verhaegen
2014-08-13 20:41                 ` [linux-sunxi] " jonsmirl
2014-08-13 20:41                   ` jonsmirl at gmail.com
2014-08-14 10:15                   ` Grant Likely
2014-08-14 10:15                     ` Grant Likely
2014-08-14 12:07                     ` jonsmirl
2014-08-14 12:07                       ` jonsmirl at gmail.com
2014-08-15  0:45                       ` Henrik Nordström
2014-08-15  0:45                         ` Henrik Nordström
2014-08-15  1:27                         ` jonsmirl
2014-08-15  1:27                           ` jonsmirl at gmail.com
2014-08-15  6:43                           ` Maxime Ripard
2014-08-15  6:43                             ` Maxime Ripard
2014-08-15 12:34                             ` jonsmirl
2014-08-15 12:34                               ` jonsmirl at gmail.com
2014-08-13 16:44       ` Stephen Warren
2014-08-13 16:44         ` Stephen Warren
2014-08-13 17:26         ` [linux-sunxi] " jonsmirl
2014-08-13 17:26           ` jonsmirl at gmail.com
2014-08-13 17:34           ` Stephen Warren
2014-08-13 17:34             ` Stephen Warren
2014-08-13 17:44             ` jonsmirl
2014-08-13 17:44               ` jonsmirl at gmail.com
2014-08-13  7:17 ` [PATCH 4/4] simplefb: add clock handling code Luc Verhaegen
2014-08-13  7:17   ` Luc Verhaegen
2014-08-13 16:38   ` Stephen Warren
2014-08-13 16:38     ` Stephen Warren
2014-08-13 16:47     ` Luc Verhaegen
2014-08-13 16:47       ` Luc Verhaegen
2014-08-13 17:01     ` Maxime Ripard
2014-08-13 17:01       ` Maxime Ripard
2014-08-14  9:37       ` [linux-sunxi] " Hans de Goede
2014-08-14  9:37         ` Hans de Goede
2014-08-14 10:31         ` [linux-sunxi] " Koen Kooi
2014-08-14 10:31           ` Koen Kooi
2014-08-14 10:57           ` Luc Verhaegen
2014-08-14 10:57             ` Luc Verhaegen
2014-08-14 11:18             ` Hans de Goede
2014-08-14 11:18               ` Hans de Goede
2014-08-14 11:18           ` Hans de Goede
2014-08-14 11:18             ` Hans de Goede
2014-08-25 12:12       ` Thierry Reding
2014-08-25 12:12         ` Thierry Reding
2014-08-25 12:44         ` Maxime Ripard
2014-08-25 12:44           ` Maxime Ripard
2014-08-25 13:39           ` Thierry Reding
2014-08-25 13:39             ` Thierry Reding
2014-08-25 13:47             ` [linux-sunxi] " Hans de Goede
2014-08-25 13:47               ` Hans de Goede
2014-08-25 14:16               ` Thierry Reding
2014-08-25 14:16                 ` Thierry Reding
2014-08-25 14:23                 ` jonsmirl
2014-08-25 14:23                   ` jonsmirl at gmail.com
2014-08-25 14:27                   ` Hans de Goede
2014-08-25 14:27                     ` Hans de Goede
2014-08-25 15:12                     ` Thierry Reding
2014-08-25 15:12                       ` Thierry Reding
2014-08-25 15:18                       ` Luc Verhaegen
2014-08-25 15:18                         ` Luc Verhaegen
2014-08-26  8:40                         ` Thierry Reding
2014-08-26  8:40                           ` Thierry Reding
2014-08-26 13:22                           ` Maxime Ripard
2014-08-26 13:22                             ` Maxime Ripard
2014-08-26 13:43                             ` Thierry Reding
2014-08-26 13:43                               ` Thierry Reding
2014-08-25 15:49                       ` jonsmirl
2014-08-25 15:49                         ` jonsmirl at gmail.com
2014-08-26  9:02                         ` Hans de Goede
2014-08-26  9:02                           ` Hans de Goede
2014-08-25 15:01                   ` Thierry Reding
2014-08-25 15:01                     ` Thierry Reding
2014-08-25 14:23                 ` Hans de Goede
2014-08-25 14:23                   ` Hans de Goede
2014-08-25 14:53                   ` Thierry Reding
2014-08-25 14:53                     ` Thierry Reding
2014-08-25 15:07                     ` Maxime Ripard
2014-08-25 15:07                       ` Maxime Ripard
2014-08-26  8:26                       ` Thierry Reding
2014-08-26  8:26                         ` Thierry Reding
2014-08-26  9:00                         ` Mark Brown
2014-08-26  9:00                           ` Mark Brown
2014-08-26  9:18                           ` Thierry Reding
2014-08-26  9:18                             ` Thierry Reding
2014-08-26 10:06                             ` Mark Brown
2014-08-26 10:06                               ` Mark Brown
2014-08-26 10:55                               ` Thierry Reding
2014-08-26 10:55                                 ` Thierry Reding
2014-08-26 11:33                                 ` Mark Brown
2014-08-26 11:33                                   ` Mark Brown
2014-08-26 18:40                                 ` Henrik Nordström
2014-08-26 18:40                                   ` Henrik Nordström
2014-08-27  7:40                                   ` Mark Brown
2014-08-27  7:40                                     ` Mark Brown
2014-08-27  8:22                                     ` Maxime Ripard
2014-08-27  8:22                                       ` Maxime Ripard
2014-08-27  8:37                                       ` Geert Uytterhoeven
2014-08-27  8:37                                         ` Geert Uytterhoeven
2014-08-27  8:55                                         ` Maxime Ripard
2014-08-27  8:55                                           ` Maxime Ripard
2014-08-27  9:05                                           ` Geert Uytterhoeven
2014-08-27  9:05                                             ` Geert Uytterhoeven
2014-08-27 10:32                                             ` Maxime Ripard
2014-08-27 10:32                                               ` Maxime Ripard
2014-08-27 10:07                                           ` Thierry Reding
2014-08-27 10:07                                             ` Thierry Reding
2014-08-27 10:26                                           ` Henrik Nordström
2014-08-27 10:26                                             ` Henrik Nordström
2014-08-27 12:45                                         ` Julian Calaby
2014-08-27 12:45                                           ` Julian Calaby
2014-08-27 13:24                                           ` Maxime Ripard
2014-08-27 13:24                                             ` Maxime Ripard
2014-08-25 15:08                     ` jonsmirl
2014-08-25 15:08                       ` jonsmirl at gmail.com
2014-08-25 14:58                 ` Maxime Ripard
2014-08-25 14:58                   ` Maxime Ripard
2014-08-25 15:05                   ` Thierry Reding
2014-08-25 15:05                     ` Thierry Reding
2014-08-25 15:09                     ` Luc Verhaegen
2014-08-25 15:09                       ` Luc Verhaegen
2014-08-26  7:52                       ` Thierry Reding
2014-08-26  7:52                         ` Thierry Reding
2014-08-26 12:02                         ` Luc Verhaegen
2014-08-26 12:02                           ` Luc Verhaegen
2014-08-26 12:21                           ` Thierry Reding
2014-08-26 12:21                             ` Thierry Reding
2014-08-26 12:33                             ` Luc Verhaegen
2014-08-26 12:33                               ` Luc Verhaegen
2014-08-26 14:41                               ` Thierry Reding
2014-08-26 14:41                                 ` Thierry Reding
2014-08-25 15:22                     ` Maxime Ripard
2014-08-25 15:22                       ` Maxime Ripard
2014-08-26  8:04                       ` Thierry Reding
2014-08-26  8:04                         ` Thierry Reding
2014-08-26  8:45                         ` Michal Suchanek
2014-08-26  8:45                           ` Michal Suchanek
2014-08-26 13:53                         ` Maxime Ripard
2014-08-26 13:53                           ` Maxime Ripard
2014-08-26 14:35                           ` Thierry Reding
2014-08-26 14:35                             ` Thierry Reding
2014-08-26 19:59                             ` Hans de Goede
2014-08-26 19:59                               ` Hans de Goede
2014-08-27  9:31                               ` Thierry Reding
2014-08-27  9:31                                 ` Thierry Reding
2014-08-27 10:35                                 ` Hans de Goede
2014-08-27 10:35                                   ` Hans de Goede
2014-08-27 12:44                                   ` jonsmirl
2014-08-27 12:44                                     ` jonsmirl at gmail.com
2014-08-27 12:50                                     ` Hans de Goede
2014-08-27 12:50                                       ` Hans de Goede
2014-08-27 12:56                                       ` jonsmirl
2014-08-27 12:56                                         ` jonsmirl at gmail.com
2014-08-27 13:05                                       ` Thierry Reding
2014-08-27 13:05                                         ` Thierry Reding
2014-08-27 12:56                                   ` Thierry Reding
2014-08-27 12:56                                     ` Thierry Reding
2014-08-27 13:44                                     ` Hans de Goede
2014-08-27 13:44                                       ` Hans de Goede
2014-08-27 14:16                                       ` Thierry Reding
2014-08-27 14:16                                         ` Thierry Reding
2014-08-28 12:15                                         ` Hans de Goede
2014-08-28 12:15                                           ` Hans de Goede
2014-08-28 13:22                                           ` jonsmirl
2014-08-28 13:22                                             ` jonsmirl at gmail.com
2014-08-28 14:20                                             ` Geert Uytterhoeven
2014-08-28 14:20                                               ` Geert Uytterhoeven
2014-08-28 14:33                                               ` jonsmirl
2014-08-28 14:33                                                 ` jonsmirl at gmail.com
2014-08-28 14:37                                                 ` Geert Uytterhoeven
2014-08-28 14:37                                                   ` Geert Uytterhoeven
2014-08-28 15:11                                                   ` jonsmirl
2014-08-28 15:11                                                     ` jonsmirl at gmail.com
2014-08-28 16:25                                                 ` Michal Suchanek
2014-08-28 16:25                                                   ` Michal Suchanek
2014-08-28 16:34                                                   ` jonsmirl
2014-08-28 16:34                                                     ` jonsmirl at gmail.com
2014-08-28 16:50                                                     ` Luc Verhaegen
2014-08-28 16:50                                                       ` Luc Verhaegen
2014-08-28 20:31                                                     ` Michal Suchanek
2014-08-28 20:31                                                       ` Michal Suchanek
2014-08-29  7:16                                                     ` Thierry Reding
2014-08-29  7:16                                                       ` Thierry Reding
2014-08-29  7:01                                           ` Thierry Reding
2014-08-29  7:01                                             ` Thierry Reding
2014-08-29  7:23                                             ` Hans de Goede
2014-08-29  7:23                                               ` Hans de Goede
2014-08-29  8:12                                               ` Thierry Reding
2014-08-29  8:12                                                 ` Thierry Reding
2014-08-29 14:12                                             ` Maxime Ripard
2014-08-29 14:12                                               ` Maxime Ripard
2014-08-29 14:38                                               ` Thierry Reding
2014-08-29 14:38                                                 ` Thierry Reding
2014-08-29 15:25                                                 ` Michal Suchanek
2014-08-29 15:25                                                   ` Michal Suchanek
2014-09-02  9:25                                                 ` Maxime Ripard
2014-09-02  9:25                                                   ` Maxime Ripard
2014-09-27 23:56                                                   ` Mike Turquette
2014-09-27 23:56                                                     ` Mike Turquette
2014-09-29  8:06                                                     ` Thierry Reding
2014-09-29  8:06                                                       ` Thierry Reding
2014-09-29  8:27                                                       ` Geert Uytterhoeven
2014-09-29  8:27                                                         ` Geert Uytterhoeven
2014-09-29  8:27                                                         ` Geert Uytterhoeven
2014-09-29  8:27                                                         ` Geert Uytterhoeven
2014-09-29  8:54                                                         ` [linux-sunxi] " Thierry Reding
2014-09-29  8:54                                                           ` Thierry Reding
2014-09-29  8:54                                                           ` Thierry Reding
2014-09-29  8:54                                                           ` Thierry Reding
2014-09-29  9:10                                                           ` Geert Uytterhoeven [this message]
2014-09-29  9:10                                                             ` [linux-sunxi] " Geert Uytterhoeven
2014-09-29  9:10                                                             ` Geert Uytterhoeven
2014-09-29  9:10                                                             ` Geert Uytterhoeven
2014-09-29  9:29                                                             ` [linux-sunxi] " Thierry Reding
2014-09-29  9:29                                                               ` Thierry Reding
2014-09-29  9:29                                                               ` Thierry Reding
2014-09-29  9:29                                                               ` Thierry Reding
2014-09-29  9:44                                                           ` [linux-sunxi] " Michal Suchanek
2014-09-29  9:44                                                             ` Michal Suchanek
2014-09-29  9:44                                                             ` Michal Suchanek
2014-09-29  9:44                                                             ` Michal Suchanek
2014-09-29 10:40                                                             ` [linux-sunxi] " Thierry Reding
2014-09-29 10:40                                                               ` Thierry Reding
2014-09-29 10:40                                                               ` Thierry Reding
2014-09-29 10:40                                                               ` Thierry Reding
2014-09-29  9:23                                                       ` [linux-sunxi] " Maxime Ripard
2014-09-29  9:23                                                         ` Maxime Ripard
2014-09-29 10:18                                                         ` Thierry Reding
2014-09-29 10:18                                                           ` Thierry Reding
2014-09-29 10:35                                                           ` Geert Uytterhoeven
2014-09-29 10:35                                                             ` Geert Uytterhoeven
2014-09-29 10:44                                                             ` Thierry Reding
2014-09-29 10:44                                                               ` Thierry Reding
2014-09-29 11:32                                                               ` Geert Uytterhoeven
2014-09-29 11:32                                                                 ` Geert Uytterhoeven
2014-09-29 14:00                                                                 ` Thierry Reding
2014-09-29 14:00                                                                   ` Thierry Reding
2014-09-29 11:34                                                               ` Maxime Ripard
2014-09-29 11:34                                                                 ` Maxime Ripard
2014-09-29 13:54                                                                 ` Thierry Reding
2014-09-29 13:54                                                                   ` Thierry Reding
2014-09-29 15:57                                                                   ` Maxime Ripard
2014-09-29 15:57                                                                     ` Maxime Ripard
2014-09-30  4:59                                                                     ` Thierry Reding
2014-09-30  4:59                                                                       ` Thierry Reding
2014-09-30  7:46                                                                       ` Maxime Ripard
2014-09-30  7:46                                                                         ` Maxime Ripard
2014-09-30 11:43                                                                       ` Hans de Goede
2014-09-30 11:43                                                                         ` Hans de Goede
2014-09-30 11:46                                                                         ` Thierry Reding
2014-09-30 11:46                                                                           ` Thierry Reding
2014-09-30 21:37                                                                   ` Mike Turquette
2014-09-30 21:37                                                                     ` Mike Turquette
2014-10-01  7:30                                                                     ` Thierry Reding
2014-10-01  7:30                                                                       ` Thierry Reding
2014-10-01 18:17                                                                       ` Mike Turquette
2014-10-01 18:17                                                                         ` Mike Turquette
2014-10-02  8:12                                                                         ` Thierry Reding
2014-10-02  8:12                                                                           ` Thierry Reding
2014-09-29 11:00                                                           ` Julian Calaby
2014-09-29 11:00                                                             ` Julian Calaby
2014-09-29 13:21                                                             ` Thierry Reding
2014-09-29 13:21                                                               ` Thierry Reding
2014-09-29 14:46                                                               ` Julian Calaby
2014-09-29 14:46                                                                 ` Julian Calaby
2014-09-29 15:19                                                                 ` Thierry Reding
2014-09-29 15:19                                                                   ` Thierry Reding
2014-09-29 15:42                                                                   ` Michal Suchanek
2014-09-29 15:42                                                                     ` Michal Suchanek
2014-09-30  0:10                                                                   ` Julian Calaby
2014-09-30  0:10                                                                     ` Julian Calaby
2014-09-29 11:46                                                           ` Maxime Ripard
2014-09-29 11:46                                                             ` Maxime Ripard
2014-09-29 13:47                                                             ` Thierry Reding
2014-09-29 13:47                                                               ` Thierry Reding
2014-09-29 15:04                                                               ` Michal Suchanek
2014-09-29 15:04                                                                 ` Michal Suchanek
2014-09-29 15:49                                                                 ` Thierry Reding
2014-09-29 15:49                                                                   ` Thierry Reding
2014-09-29 16:39                                                                   ` Michal Suchanek
2014-09-29 16:39                                                                     ` Michal Suchanek
2014-09-29 15:55                                                               ` Mark Brown
2014-09-29 15:55                                                                 ` Mark Brown
2014-09-30  5:09                                                                 ` Thierry Reding
2014-09-30  5:09                                                                   ` Thierry Reding
2014-09-30 17:39                                                                   ` Mark Brown
2014-09-30 17:39                                                                     ` Mark Brown
2014-10-01  7:41                                                                     ` Thierry Reding
2014-10-01  7:41                                                                       ` Thierry Reding
2014-10-01 11:10                                                                       ` Javier Martinez Canillas
2014-10-01 11:10                                                                         ` Javier Martinez Canillas
2014-10-01 12:32                                                                         ` Mark Brown
2014-10-01 12:32                                                                           ` Mark Brown
2014-10-01 12:48                                                                           ` Thierry Reding
2014-10-01 12:48                                                                             ` Thierry Reding
2014-10-01 17:05                                                                             ` Mark Brown
2014-10-01 17:05                                                                               ` Mark Brown
2014-10-01 17:26                                                                               ` Hans de Goede
2014-10-01 17:26                                                                                 ` Hans de Goede
2014-10-01 17:54                                                                                 ` jonsmirl
2014-10-01 17:54                                                                                   ` jonsmirl at gmail.com
2014-10-01 18:12                                                                                   ` Stephen Warren
2014-10-01 18:12                                                                                     ` Stephen Warren
2014-10-01 18:16                                                                                     ` Luc Verhaegen
2014-10-01 18:16                                                                                       ` Luc Verhaegen
2014-10-02  6:42                                                                                     ` Hans de Goede
2014-10-02  6:42                                                                                       ` Hans de Goede
2014-10-02 12:22                                                                                       ` jonsmirl
2014-10-02 12:22                                                                                         ` jonsmirl at gmail.com
2014-10-02 12:39                                                                                         ` Hans de Goede
2014-10-02 12:39                                                                                           ` Hans de Goede
2014-10-02 12:56                                                                                           ` jonsmirl
2014-10-02 12:56                                                                                             ` jonsmirl at gmail.com
2014-10-02 13:14                                                                                             ` Hans de Goede
2014-10-02 13:14                                                                                               ` Hans de Goede
2014-10-02 13:27                                                                                               ` jonsmirl
2014-10-02 13:27                                                                                                 ` jonsmirl at gmail.com
2014-10-02 13:33                                                                                                 ` Hans de Goede
2014-10-02 13:33                                                                                                   ` Hans de Goede
2014-10-02 13:40                                                                                                   ` jonsmirl
2014-10-02 13:40                                                                                                     ` jonsmirl at gmail.com
2014-10-02 14:08                                                                                                     ` Hans de Goede
2014-10-02 14:08                                                                                                       ` Hans de Goede
2014-10-02 14:16                                                                                                       ` jonsmirl
2014-10-02 14:16                                                                                                         ` jonsmirl at gmail.com
2014-10-02 14:21                                                                                                         ` Hans de Goede
2014-10-02 14:21                                                                                                           ` Hans de Goede
2014-10-02 14:41                                                                                                           ` jonsmirl
2014-10-02 14:41                                                                                                             ` jonsmirl at gmail.com
2014-10-02 14:50                                                                                                             ` Hans de Goede
2014-10-02 14:50                                                                                                               ` Hans de Goede
2014-10-02 15:14                                                                                                               ` jonsmirl
2014-10-02 15:14                                                                                                                 ` jonsmirl at gmail.com
2014-10-02 15:30                                                                                                                 ` jonsmirl
2014-10-02 15:30                                                                                                                   ` jonsmirl at gmail.com
2014-10-02 15:38                                                                                                                   ` Hans de Goede
2014-10-02 15:38                                                                                                                     ` Hans de Goede
2014-10-02 15:36                                                                                                                 ` Michal Suchanek
2014-10-02 15:36                                                                                                                   ` Michal Suchanek
2014-10-02 23:31                                                                                                                 ` Julian Calaby
2014-10-02 23:31                                                                                                                   ` Julian Calaby
2014-10-03  7:56                                                                                                                   ` Hans de Goede
2014-10-03  7:56                                                                                                                     ` Hans de Goede
2014-11-11 16:15                                                                                                                     ` Grant Likely
2014-11-11 16:15                                                                                                                       ` Grant Likely
2014-10-02 14:18                                                                                                       ` Maxime Ripard
2014-10-02 14:18                                                                                                         ` Maxime Ripard
2014-10-02 14:23                                                                                                         ` Hans de Goede
2014-10-02 14:23                                                                                                           ` Hans de Goede
2014-10-02 14:17                                                                                                     ` Michal Suchanek
2014-10-02 14:17                                                                                                       ` Michal Suchanek
2014-10-02 13:59                                                                                                 ` Michal Suchanek
2014-10-02 13:59                                                                                                   ` Michal Suchanek
2014-10-02 13:23                                                                                             ` Michal Suchanek
2014-10-02 13:23                                                                                               ` Michal Suchanek
2014-10-02 13:34                                                                                               ` jonsmirl
2014-10-02 13:34                                                                                                 ` jonsmirl at gmail.com
2014-10-02 13:40                                                                                                 ` Hans de Goede
2014-10-02 13:40                                                                                                   ` Hans de Goede
2014-10-02 13:44                                                                                                   ` jonsmirl
2014-10-02 13:44                                                                                                     ` jonsmirl at gmail.com
2014-10-02 13:46                                                                                                 ` Geert Uytterhoeven
2014-10-02 13:46                                                                                                   ` Geert Uytterhoeven
2014-10-02 13:49                                                                                                   ` jonsmirl
2014-10-02 13:49                                                                                                     ` jonsmirl at gmail.com
2014-10-02 19:15                                                                                         ` Geert Uytterhoeven
2014-10-02 19:15                                                                                           ` Geert Uytterhoeven
2014-10-02 15:49                                                                                       ` Stephen Warren
2014-10-02 15:49                                                                                         ` Stephen Warren
2014-10-03 11:16                                                                                         ` Hans de Goede
2014-10-03 11:16                                                                                           ` Hans de Goede
2014-10-03 11:45                                                                                           ` Tomi Valkeinen
2014-10-03 11:45                                                                                             ` Tomi Valkeinen
2014-10-03 11:53                                                                                             ` Hans de Goede
2014-10-03 11:53                                                                                               ` Hans de Goede
2014-10-01 11:31                                                                       ` Mark Brown
2014-10-01 11:31                                                                         ` Mark Brown
2014-09-29 16:28                                                               ` Maxime Ripard
2014-09-29 16:28                                                                 ` Maxime Ripard
2014-09-29 16:58                                                                 ` Luc Verhaegen
2014-09-29 16:58                                                                   ` Luc Verhaegen
2014-09-29 22:02                                                                   ` Luc Verhaegen
2014-09-29 22:02                                                                     ` Luc Verhaegen
2014-09-30  5:39                                                                     ` Thierry Reding
2014-09-30  5:39                                                                       ` Thierry Reding
2014-09-30  8:03                                                                       ` Maxime Ripard
2014-09-30  8:03                                                                         ` Maxime Ripard
2014-09-30 11:02                                                                         ` Thierry Reding
2014-09-30 11:02                                                                           ` Thierry Reding
2014-09-30 12:41                                                                     ` Mark Brown
2014-09-30 12:41                                                                       ` Mark Brown
2014-09-30 12:50                                                                       ` jonsmirl
2014-09-30 12:50                                                                         ` jonsmirl at gmail.com
2014-09-30  5:21                                                                 ` Thierry Reding
2014-09-30  5:21                                                                   ` Thierry Reding
2014-09-30  7:52                                                                   ` Maxime Ripard
2014-09-30  7:52                                                                     ` Maxime Ripard
2014-09-30  8:54                                                                     ` Thierry Reding
2014-09-30  8:54                                                                       ` Thierry Reding
2014-09-30  9:38                                                                       ` Michal Suchanek
2014-09-30  9:38                                                                         ` Michal Suchanek
2014-09-30 11:31                                                                         ` Thierry Reding
2014-09-30 11:31                                                                           ` Thierry Reding
2014-09-30 14:12                                                                           ` Michal Suchanek
2014-09-30 14:12                                                                             ` Michal Suchanek
2014-09-30 12:29                                                                       ` Maxime Ripard
2014-09-30 12:29                                                                         ` Maxime Ripard
2014-09-29 16:11                                                       ` Mark Brown
2014-09-29 16:11                                                         ` Mark Brown
2014-09-30  6:03                                                         ` Thierry Reding
2014-09-30  6:03                                                           ` Thierry Reding
2014-09-30 18:00                                                           ` Mark Brown
2014-09-30 18:00                                                             ` Mark Brown
2014-10-01  8:14                                                             ` Thierry Reding
2014-10-01  8:14                                                               ` Thierry Reding
2014-10-01 12:20                                                               ` Mark Brown
2014-10-01 12:20                                                                 ` Mark Brown
2014-10-01 12:48                                                                 ` Thierry Reding
2014-10-01 12:48                                                                   ` Thierry Reding
2014-10-01 13:01                                                                   ` jonsmirl
2014-10-01 13:01                                                                     ` jonsmirl at gmail.com
2014-10-01 13:17                                                                     ` Michal Suchanek
2014-10-01 13:17                                                                       ` Michal Suchanek
2014-10-01 13:40                                                                       ` jonsmirl
2014-10-01 13:40                                                                         ` jonsmirl at gmail.com
2014-10-01 17:17                                                                   ` Mark Brown
2014-10-01 17:17                                                                     ` Mark Brown
2014-10-01 18:43                                                                     ` Geert Uytterhoeven
2014-10-01 18:43                                                                       ` Geert Uytterhoeven
2014-10-02  8:30                                                                       ` Thierry Reding
2014-10-02  8:30                                                                         ` Thierry Reding
2014-10-02  8:27                                                                     ` Thierry Reding
2014-10-02  8:27                                                                       ` Thierry Reding
2014-10-01  8:17                                                             ` Thierry Reding
2014-10-01  8:17                                                               ` Thierry Reding
2014-09-29 17:51                                                       ` jonsmirl
2014-09-29 17:51                                                         ` jonsmirl at gmail.com
2014-09-29 18:06                                                         ` Michal Suchanek
2014-09-29 18:06                                                           ` Michal Suchanek
2014-08-27 13:56                                     ` Maxime Ripard
2014-08-27 13:56                                       ` Maxime Ripard
2014-08-27 14:30                                       ` Thierry Reding
2014-08-27 14:30                                         ` Thierry Reding
2014-08-27 13:43                                 ` Maxime Ripard
2014-08-27 13:43                                   ` Maxime Ripard
2014-08-26 21:02                             ` Maxime Ripard
2014-08-26 21:02                               ` Maxime Ripard
2014-08-27  6:54                               ` Thierry Reding
2014-08-27  6:54                                 ` Thierry Reding
2014-08-27  8:00                                 ` Hans de Goede
2014-08-27  8:00                                   ` Hans de Goede
2014-08-27  9:37                                   ` Thierry Reding
2014-08-27  9:37                                     ` Thierry Reding
2014-08-27  8:45                                 ` Maxime Ripard
2014-08-27  8:45                                   ` Maxime Ripard
2014-08-27  9:52                                   ` Thierry Reding
2014-08-27  9:52                                     ` Thierry Reding
2014-08-27 15:42                                     ` Maxime Ripard
2014-08-27 15:42                                       ` Maxime Ripard
2014-08-27 20:57                                       ` Michal Suchanek
2014-08-27 20:57                                         ` Michal Suchanek
2014-08-28 10:08                                         ` Thierry Reding
2014-08-28 10:08                                           ` Thierry Reding
2014-08-29  5:13                                           ` Michal Suchanek
2014-08-29  5:13                                             ` Michal Suchanek
2014-08-29  6:19                                             ` Thierry Reding
2014-08-29  6:19                                               ` Thierry Reding
2014-08-29  6:48                                               ` Michal Suchanek
2014-08-29  6:48                                                 ` Michal Suchanek
2014-08-29  7:08                                                 ` Thierry Reding
2014-08-29  7:08                                                   ` Thierry Reding
2014-08-28 10:11                                       ` Thierry Reding
2014-08-28 10:11                                         ` Thierry Reding
2014-08-28 10:32                                         ` Michal Suchanek
2014-08-28 10:32                                           ` Michal Suchanek
2014-08-28 20:46                                         ` Maxime Ripard
2014-08-28 20:46                                           ` Maxime Ripard
2014-08-29  6:29                                           ` Thierry Reding
2014-08-29  6:29                                             ` Thierry Reding
2014-08-29 13:57                                             ` Maxime Ripard
2014-08-29 13:57                                               ` Maxime Ripard
2014-08-29 14:31                                               ` Thierry Reding
2014-08-29 14:31                                                 ` Thierry Reding
2014-08-27  8:17                           ` Henrik Nordström
2014-08-27  8:17                             ` Henrik Nordström
2014-08-25 15:25               ` Andreas Färber
2014-08-25 15:25                 ` Andreas Färber
2014-08-26 13:19                 ` Maxime Ripard
2014-08-26 13:19                   ` Maxime Ripard
2014-08-13  7:54 ` simplefb: add clock handling David Herrmann
2014-08-13  7:54   ` David Herrmann
2014-08-13  8:11   ` Luc Verhaegen
2014-08-13  8:11     ` Luc Verhaegen
2014-08-13  8:21   ` [linux-sunxi] " Koen Kooi
2014-08-13  8:21     ` Koen Kooi
2014-08-13  8:36     ` Hans de Goede
2014-08-13  8:36       ` Hans de Goede
2014-08-13 10:16       ` Koen Kooi
2014-08-13 10:16         ` Koen Kooi
2014-08-13 10:24         ` David Herrmann
2014-08-13 10:24           ` David Herrmann
2014-08-13 11:36         ` Hans de Goede
2014-08-13 11:36           ` Hans de Goede
     [not found]         ` <jwvsil0r3gc.fsf-monnier+gmane.comp.hardware.netbook.arm.sunxi@gnu.org>
2014-08-13 12:58           ` Koen Kooi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMuHMdU0_GjbOjVE9Vnp703TnsdmkN-nxCxrigCWO7RPMzPRyw@mail.gmail.com \
    --to=geert@linux-m68k.org \
    --cc=broonie@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=hdegoede@redhat.com \
    --cc=libv@skynet.be \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-sunxi@googlegroups.com \
    --cc=maxime.ripard@free-electrons.com \
    --cc=mturquette@linaro.org \
    --cc=plagnioj@jcrosoft.com \
    --cc=swarren@nvidia.com \
    --cc=swarren@wwwdotorg.org \
    --cc=thierry.reding@gmail.com \
    --cc=tomi.valkeinen@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.