All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Emilio López" <emilio-0Z03zUJReD5OxF6Tv1QG9Q@public.gmane.org>
To: Maxime Ripard
	<maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
	Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	Mike Turquette
	<mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Cc: "Chris Ball" <chris-OsFVWbfNK3isTnJN9+BGXg@public.gmane.org>,
	"Ulf Hansson"
	<ulf.hansson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	"David Lanzendörfer"
	<david.lanzendoerfer-Z7Kmv9EsliU@public.gmane.org>,
	linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Re: [PATCH v10 01/15] clk: sunxi: factors: automatic reparenting support
Date: Tue, 06 May 2014 17:24:08 -0300	[thread overview]
Message-ID: <536944E8.5060300@elopez.com.ar> (raw)
In-Reply-To: <20140506185131.GI9464@lukather>

Hi,

El 06/05/14 15:51, Maxime Ripard escribió:
> Hi Emilio,
>
> On Fri, May 02, 2014 at 05:57:15PM +0200, Hans de Goede wrote:
>> From: Emilio López <emilio-0Z03zUJReD5OxF6Tv1QG9Q@public.gmane.org>
>>
>> This commit implements .determine_rate, so that our factor clocks can be
>> reparented when needed.
>>
>> Signed-off-by: Emilio López <emilio-0Z03zUJReD5OxF6Tv1QG9Q@public.gmane.org>
>> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
>> Acked-by: Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
>
> Any chance you merge this? Since it's pretty consensual, needed by
> other drivers, and that you are the author, I can it can go in.

I merged it on my tree for Mike on April 22nd

http://lists.infradead.org/pipermail/linux-arm-kernel/2014-April/249259.html

It seems Mike has taken another copy for 3.16 though

http://lists.infradead.org/pipermail/linux-arm-kernel/2014-May/253661.html

Mike, do you want to drop the patches and have me take both of them, or 
would you prefer it if I dropped my copy?

Cheers,

Emilio
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: emilio@elopez.com.ar (Emilio López)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v10 01/15] clk: sunxi: factors: automatic reparenting support
Date: Tue, 06 May 2014 17:24:08 -0300	[thread overview]
Message-ID: <536944E8.5060300@elopez.com.ar> (raw)
In-Reply-To: <20140506185131.GI9464@lukather>

Hi,

El 06/05/14 15:51, Maxime Ripard escribi?:
> Hi Emilio,
>
> On Fri, May 02, 2014 at 05:57:15PM +0200, Hans de Goede wrote:
>> From: Emilio L?pez <emilio@elopez.com.ar>
>>
>> This commit implements .determine_rate, so that our factor clocks can be
>> reparented when needed.
>>
>> Signed-off-by: Emilio L?pez <emilio@elopez.com.ar>
>> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
>> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
>
> Any chance you merge this? Since it's pretty consensual, needed by
> other drivers, and that you are the author, I can it can go in.

I merged it on my tree for Mike on April 22nd

http://lists.infradead.org/pipermail/linux-arm-kernel/2014-April/249259.html

It seems Mike has taken another copy for 3.16 though

http://lists.infradead.org/pipermail/linux-arm-kernel/2014-May/253661.html

Mike, do you want to drop the patches and have me take both of them, or 
would you prefer it if I dropped my copy?

Cheers,

Emilio

  reply	other threads:[~2014-05-06 20:24 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-02 15:57 [PATCH v10 00/15] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs Hans de Goede
2014-05-02 15:57 ` Hans de Goede
     [not found] ` <1399046249-19472-1-git-send-email-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-05-02 15:57   ` [PATCH v10 01/15] clk: sunxi: factors: automatic reparenting support Hans de Goede
2014-05-02 15:57     ` Hans de Goede
     [not found]     ` <1399046249-19472-2-git-send-email-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-05-06 18:51       ` Maxime Ripard
2014-05-06 18:51         ` Maxime Ripard
2014-05-06 20:24         ` Emilio López [this message]
2014-05-06 20:24           ` Emilio López
2014-05-02 15:57   ` [PATCH v10 02/15] clk: sunxi: Implement MMC phase control Hans de Goede
2014-05-02 15:57     ` Hans de Goede
     [not found]     ` <1399046249-19472-3-git-send-email-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-05-06 18:53       ` Maxime Ripard
2014-05-06 18:53         ` Maxime Ripard
2014-05-02 15:57   ` [PATCH v10 03/15] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs Hans de Goede
2014-05-02 15:57     ` Hans de Goede
2014-05-05 12:41     ` Ulf Hansson
2014-05-05 12:41       ` Ulf Hansson
     [not found]       ` <CAPDyKFoinhyob7GZLgH4Dm7KdHCxj1+OpuZYKDK3OkU8RFsY8A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-05-05 13:10         ` Hans de Goede
2014-05-05 13:10           ` Hans de Goede
2014-05-05 20:33           ` Ulf Hansson
2014-05-05 20:33             ` Ulf Hansson
     [not found]             ` <CAPDyKFpAGNLaKagJ_RPt1vbz70pNWJzo-s6Ao50Mh0gFrRLN0g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-05-08 11:26               ` Hans de Goede
2014-05-08 11:26                 ` Hans de Goede
2014-05-08 12:17                 ` Ulf Hansson
2014-05-08 12:17                   ` Ulf Hansson
     [not found]                   ` <CAPDyKFqbN61EgiTbktL-vm+L7q06OTeedCTVXJsP16ZZZd8g8A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-05-08 12:30                     ` Hans de Goede
2014-05-08 12:30                       ` Hans de Goede
     [not found]                       ` <536B78FF.2020808-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-05-08 15:35                         ` Maxime Ripard
2014-05-08 15:35                           ` Maxime Ripard
2014-05-08 16:37                           ` Hans de Goede
2014-05-08 16:37                             ` Hans de Goede
2014-05-02 15:57   ` [PATCH v10 04/15] ARM: dts: sun4i: Add mmc controller nodes Hans de Goede
2014-05-02 15:57     ` Hans de Goede
2014-05-02 15:57   ` [PATCH v10 05/15] ARM: dts: sun4i: Add pin-muxing info for the mmc0 controller Hans de Goede
2014-05-02 15:57     ` Hans de Goede
2014-05-02 15:57   ` [PATCH v10 06/15] ARM: dts: sun4i: Enable mmc controller on various A10 boards Hans de Goede
2014-05-02 15:57     ` Hans de Goede
2014-05-02 15:57   ` [PATCH v10 07/15] ARM: dts: sun5i: Add mmc controller nodes Hans de Goede
2014-05-02 15:57     ` Hans de Goede
2014-05-02 15:57   ` [PATCH v10 08/15] ARM: dts: sun5i: Enable mmc controller on various A10s and A13 boards Hans de Goede
2014-05-02 15:57     ` Hans de Goede
2014-05-02 15:57   ` [PATCH v10 09/15] ARM: dts: sun6i: Add mmc clocks Hans de Goede
2014-05-02 15:57     ` Hans de Goede
2014-05-02 15:57   ` [PATCH v10 10/15] ARM: dts: sun6i: Add mmc controller nodes Hans de Goede
2014-05-02 15:57     ` Hans de Goede
2014-05-02 15:57   ` [PATCH v10 11/15] ARM: dts: sun6i: Add new sun6i-a31-m9 dts file for Mele M9 Hans de Goede
2014-05-02 15:57     ` Hans de Goede
2014-05-02 15:57   ` [PATCH v10 12/15] ARM: dts: sun7i: Add mmc controller nodes Hans de Goede
2014-05-02 15:57     ` Hans de Goede
2014-05-02 15:57   ` [PATCH v10 13/15] ARM: dts: sun7i: Add pin-muxing info for the mmc controllers Hans de Goede
2014-05-02 15:57     ` Hans de Goede
2014-05-02 15:57   ` [PATCH v10 14/15] ARM: dts: sun7i: Enable mmc controller on various A20 boards Hans de Goede
2014-05-02 15:57     ` Hans de Goede
2014-05-02 15:57   ` [PATCH v10 15/15] ARM: dts: sun7i: Add basic support for the Cubietruck WiFi module Hans de Goede
2014-05-02 15:57     ` Hans de Goede
2014-05-05  4:02     ` Maxime Ripard
2014-05-05  4:02       ` Maxime Ripard
2014-05-05  4:20       ` Chen-Yu Tsai
2014-05-05  4:20         ` Chen-Yu Tsai
2014-05-05 22:46         ` Maxime Ripard
2014-05-05 22:46           ` Maxime Ripard
     [not found]     ` <1399046249-19472-16-git-send-email-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-05-05 22:45       ` Maxime Ripard
2014-05-05 22:45         ` Maxime Ripard
2014-05-05  4:00   ` [PATCH v10 00/15] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs Maxime Ripard
2014-05-05  4:00     ` Maxime Ripard
2014-05-06 17:04 ` Mike Turquette
2014-05-06 17:04   ` Mike Turquette
2014-05-08 11:05   ` Hans de Goede
2014-05-08 11:05     ` Hans de Goede

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=536944E8.5060300@elopez.com.ar \
    --to=emilio-0z03zujred5oxf6tv1qg9q@public.gmane.org \
    --cc=chris-OsFVWbfNK3isTnJN9+BGXg@public.gmane.org \
    --cc=david.lanzendoerfer-Z7Kmv9EsliU@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    --cc=maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
    --cc=mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=ulf.hansson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    /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.