All of lore.kernel.org
 help / color / mirror / Atom feed
From: monstr@monstr.eu (Michal Simek)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/5] Zynq: revised CCF code
Date: Fri, 31 May 2013 09:03:33 +0200	[thread overview]
Message-ID: <51A84B45.3070804@monstr.eu> (raw)
In-Reply-To: <20130531063225.21525.49143@quantum>

On 05/31/2013 08:32 AM, Mike Turquette wrote:
> Quoting Michal Simek (2013-05-30 22:17:59)
>> On 05/30/2013 08:44 PM, Mike Turquette wrote:
>>> Quoting Michal Simek (2013-05-17 05:14:47)
>>>> Hi Mike,
>>>>
>>>> I have sent email to Greg to take this patch from this series
>>>> though his serial tree because it is unrelated to this clock stuff.
>>>>
>>>> Can you please give me your ACK for these patches or add them
>>>> to your CLK tree?
>>>>
>>>
>>> For the four clock-related patches:
>>>
>>> Acked-by: Mike Turquette <mturquette@linaro.org>
>>
>> I have already sent pull request to Arnd and Olof.
>> Or is it you who should take these patches through your tree?
>>
> 
> Either way is fine.  Since you have already sent the pull request to the
> arm-soc tree then that is probably the best path.

ok. I will keep my eyes on it.

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130531/75d93eb1/attachment.sig>

WARNING: multiple messages have this Message-ID (diff)
From: Michal Simek <monstr@monstr.eu>
To: Mike Turquette <mturquette@linaro.org>
Cc: Soren Brinkmann <soren.brinkmann@xilinx.com>,
	Michal Simek <michal.simek@xilinx.com>,
	Josh Cartwright <joshc@eso.teric.us>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Peter Crosthwaite <peter.crosthwaite@xilinx.com>,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Arnd Bergmann <arnd@arndb.de>,
	Russell King <linux@arm.linux.org.uk>,
	Stephen Warren <swarren@wwwdotorg.org>
Subject: Re: [PATCH v2 0/5] Zynq: revised CCF code
Date: Fri, 31 May 2013 09:03:33 +0200	[thread overview]
Message-ID: <51A84B45.3070804@monstr.eu> (raw)
In-Reply-To: <20130531063225.21525.49143@quantum>

[-- Attachment #1: Type: text/plain, Size: 1188 bytes --]

On 05/31/2013 08:32 AM, Mike Turquette wrote:
> Quoting Michal Simek (2013-05-30 22:17:59)
>> On 05/30/2013 08:44 PM, Mike Turquette wrote:
>>> Quoting Michal Simek (2013-05-17 05:14:47)
>>>> Hi Mike,
>>>>
>>>> I have sent email to Greg to take this patch from this series
>>>> though his serial tree because it is unrelated to this clock stuff.
>>>>
>>>> Can you please give me your ACK for these patches or add them
>>>> to your CLK tree?
>>>>
>>>
>>> For the four clock-related patches:
>>>
>>> Acked-by: Mike Turquette <mturquette@linaro.org>
>>
>> I have already sent pull request to Arnd and Olof.
>> Or is it you who should take these patches through your tree?
>>
> 
> Either way is fine.  Since you have already sent the pull request to the
> arm-soc tree then that is probably the best path.

ok. I will keep my eyes on it.

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 263 bytes --]

  reply	other threads:[~2013-05-31  7:03 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-13 17:46 [PATCH v2 0/5] Zynq: revised CCF code Soren Brinkmann
2013-05-13 17:46 ` Soren Brinkmann
2013-05-13 17:46 ` [PATCH v2 1/5] tty: xuartps: Remove suspend/resume functions Soren Brinkmann
2013-05-13 17:46   ` Soren Brinkmann
2013-05-17 12:09   ` Michal Simek
2013-05-17 12:09     ` Michal Simek
2013-05-20 18:57     ` Greg Kroah-Hartman
2013-05-20 18:57       ` Greg Kroah-Hartman
2013-05-13 17:46 ` [PATCH v2 2/5] clk: zynq: Factor out PLL driver Soren Brinkmann
2013-05-13 17:46   ` Soren Brinkmann
2013-05-13 17:46 ` [PATCH v2 3/5] clk: zynq: Add clock controller driver Soren Brinkmann
2013-05-13 17:46   ` Soren Brinkmann
2013-05-13 17:46 ` [PATCH v2 4/5] arm: zynq: Migrate platform to clock controller Soren Brinkmann
2013-05-13 17:46   ` Soren Brinkmann
2013-05-13 17:46 ` [PATCH v2 5/5] clk: zynq: Remove deprecated clock code Soren Brinkmann
2013-05-13 17:46   ` Soren Brinkmann
2013-05-17 12:14 ` [PATCH v2 0/5] Zynq: revised CCF code Michal Simek
2013-05-17 12:14   ` Michal Simek
2013-05-30 18:44   ` Mike Turquette
2013-05-31  5:17     ` Michal Simek
2013-05-31  5:17       ` Michal Simek
2013-05-31  6:32       ` Mike Turquette
2013-05-31  7:03         ` Michal Simek [this message]
2013-05-31  7:03           ` Michal Simek
2013-05-21 14:34 ` Michal Simek
2013-05-21 14:34   ` Michal Simek

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=51A84B45.3070804@monstr.eu \
    --to=monstr@monstr.eu \
    --cc=linux-arm-kernel@lists.infradead.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.