All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Tomasz Figa <t.figa@samsung.com>
Cc: kgene.kim@samsung.com, linux-samsung-soc@vger.kernel.org,
	mturquette@linaro.org, dianders@chromium.org,
	tomasz.figa@gmail.com, Abhilash Kesavan <a.kesavan@samsung.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 3/3] ARM: dts: Fix MDMA0 clock number
Date: Thu, 19 Dec 2013 03:06:24 +0900	[thread overview]
Message-ID: <52B1E420.3080000@samsung.com> (raw)
In-Reply-To: <2082327.zpbOvCVe5P@amdc1227>

On 12/18/13 23:49, Tomasz Figa wrote:
> Hi Kukjin,
>
Hi,

> On Thursday 12 of December 2013 08:32:02 Abhilash Kesavan wrote:
>> Fix wrong clock number in mdma0 node.
>>
>> Signed-off-by: Abhilash Kesavan<a.kesavan@samsung.com>
>> ---
>>   arch/arm/boot/dts/exynos5250.dtsi |    2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
>> index 9db5047..177becd 100644
>> --- a/arch/arm/boot/dts/exynos5250.dtsi
>> +++ b/arch/arm/boot/dts/exynos5250.dtsi
>> @@ -559,7 +559,7 @@
>>   			compatible = "arm,pl330", "arm,primecell";
>>   			reg =<0x10800000 0x1000>;
>>   			interrupts =<0 33 0>;
>> -			clocks =<&clock 271>;
>> +			clocks =<&clock 346>;
>>   			clock-names = "apb_pclk";
>>   			#dma-cells =<1>;
>>   			#dma-channels =<8>;
>>
>
> Can we have your ack for this patch?
>
Sure, please feel free to add my ack on this series.

Acked-by: Kukjin Kim <kgene.kim@samsung.com>

> I'd like to apply the whole series into samsung-clk fixes branch and
> send a pull request to Mike to get it and one more fix into his tree.
>
I'm fine, thanks.

- Kukjin

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] ARM: dts: Fix MDMA0 clock number
Date: Thu, 19 Dec 2013 03:06:24 +0900	[thread overview]
Message-ID: <52B1E420.3080000@samsung.com> (raw)
In-Reply-To: <2082327.zpbOvCVe5P@amdc1227>

On 12/18/13 23:49, Tomasz Figa wrote:
> Hi Kukjin,
>
Hi,

> On Thursday 12 of December 2013 08:32:02 Abhilash Kesavan wrote:
>> Fix wrong clock number in mdma0 node.
>>
>> Signed-off-by: Abhilash Kesavan<a.kesavan@samsung.com>
>> ---
>>   arch/arm/boot/dts/exynos5250.dtsi |    2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
>> index 9db5047..177becd 100644
>> --- a/arch/arm/boot/dts/exynos5250.dtsi
>> +++ b/arch/arm/boot/dts/exynos5250.dtsi
>> @@ -559,7 +559,7 @@
>>   			compatible = "arm,pl330", "arm,primecell";
>>   			reg =<0x10800000 0x1000>;
>>   			interrupts =<0 33 0>;
>> -			clocks =<&clock 271>;
>> +			clocks =<&clock 346>;
>>   			clock-names = "apb_pclk";
>>   			#dma-cells =<1>;
>>   			#dma-channels =<8>;
>>
>
> Can we have your ack for this patch?
>
Sure, please feel free to add my ack on this series.

Acked-by: Kukjin Kim <kgene.kim@samsung.com>

> I'd like to apply the whole series into samsung-clk fixes branch and
> send a pull request to Mike to get it and one more fix into his tree.
>
I'm fine, thanks.

- Kukjin

  reply	other threads:[~2013-12-18 18:06 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-12  3:02 [PATCH 1/3] clk: samsung: exynos5250: Fix ACP gate register offset Abhilash Kesavan
2013-12-12  3:02 ` Abhilash Kesavan
2013-12-12  3:02 ` [PATCH 2/3] clk: samsung: exynos5250: Add MDMA0 clocks Abhilash Kesavan
2013-12-12  3:02   ` Abhilash Kesavan
2013-12-12  3:02 ` [PATCH 3/3] ARM: dts: Fix MDMA0 clock number Abhilash Kesavan
2013-12-12  3:02   ` Abhilash Kesavan
2013-12-18 14:49   ` Tomasz Figa
2013-12-18 14:49     ` Tomasz Figa
2013-12-18 18:06     ` Kukjin Kim [this message]
2013-12-18 18:06       ` Kukjin Kim
2013-12-18 19:32     ` Mike Turquette
2013-12-18 19:32       ` Mike Turquette
2013-12-30 14:32       ` Tomasz Figa
2013-12-30 14:32         ` Tomasz Figa

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=52B1E420.3080000@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=a.kesavan@samsung.com \
    --cc=dianders@chromium.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=mturquette@linaro.org \
    --cc=t.figa@samsung.com \
    --cc=tomasz.figa@gmail.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.