From: Chanwoo Choi <cw00.choi@samsung.com>
To: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>,
tomasz.figa@gmail.com, kgene@kernel.org,
devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
mturquette@baylibre.com, sboyd@codeaurora.org,
linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/4] ARM: dts: exynos3250: Add UART2 and MMC2 dt node with related clocks
Date: Mon, 17 Aug 2015 09:36:03 +0900 [thread overview]
Message-ID: <55D12C73.6090101@samsung.com> (raw)
In-Reply-To: <CAJKOXPfvGypFymHzXDMEA295Copi0sjpMG9oKmJ+a_BQoK+SNw@mail.gmail.com>
On 08/17/2015 09:33 AM, Krzysztof Kozlowski wrote:
> 2015-08-11 12:46 GMT+09:00 Chanwoo Choi <cw00.choi@samsung.com>:
>> This patch add the UART2 / MMC2 devicetree node for Exynos3250 SoC and add
>> the related clocks (mux, divider, gate) of UART2 / MMC2 device.
>
> What is the benefit of adding them? Why they are needed?
UART2 /MMC2 are used on Exynos3250-based ARTIK-5 board[1].
[1] https://www.artik.io/hardware/artik-5
Thanks,
Chanwoo Choi
>
> Best regards,
> Krzysztof
>
>
>>
>> Chanwoo Choi (4):
>> clk: samsung: exynos3250: Add UART2 clock
>> clk: samsung: exynos3250: Add MMC2 clock
>> ARM: dts: Add UART2 dt node for Exynos3250 SoC
>> ARM: dts: Add MSHC2 dt node for Exynos3250 SoC
>>
>> arch/arm/boot/dts/exynos3250-pinctrl.dtsi | 42 +++++++++++++++++++++++++++++++
>> arch/arm/boot/dts/exynos3250.dtsi | 25 ++++++++++++++++++
>> drivers/clk/samsung/clk-exynos3250.c | 15 +++++++++++
>> include/dt-bindings/clock/exynos3250.h | 11 +++++++-
>> 4 files changed, 92 insertions(+), 1 deletion(-)
>>
>> --
>> 1.8.5.5
>>
>>
>> _______________________________________________
>> linux-arm-kernel mailing list
>> linux-arm-kernel@lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
WARNING: multiple messages have this Message-ID (diff)
From: cw00.choi@samsung.com (Chanwoo Choi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] ARM: dts: exynos3250: Add UART2 and MMC2 dt node with related clocks
Date: Mon, 17 Aug 2015 09:36:03 +0900 [thread overview]
Message-ID: <55D12C73.6090101@samsung.com> (raw)
In-Reply-To: <CAJKOXPfvGypFymHzXDMEA295Copi0sjpMG9oKmJ+a_BQoK+SNw@mail.gmail.com>
On 08/17/2015 09:33 AM, Krzysztof Kozlowski wrote:
> 2015-08-11 12:46 GMT+09:00 Chanwoo Choi <cw00.choi@samsung.com>:
>> This patch add the UART2 / MMC2 devicetree node for Exynos3250 SoC and add
>> the related clocks (mux, divider, gate) of UART2 / MMC2 device.
>
> What is the benefit of adding them? Why they are needed?
UART2 /MMC2 are used on Exynos3250-based ARTIK-5 board[1].
[1] https://www.artik.io/hardware/artik-5
Thanks,
Chanwoo Choi
>
> Best regards,
> Krzysztof
>
>
>>
>> Chanwoo Choi (4):
>> clk: samsung: exynos3250: Add UART2 clock
>> clk: samsung: exynos3250: Add MMC2 clock
>> ARM: dts: Add UART2 dt node for Exynos3250 SoC
>> ARM: dts: Add MSHC2 dt node for Exynos3250 SoC
>>
>> arch/arm/boot/dts/exynos3250-pinctrl.dtsi | 42 +++++++++++++++++++++++++++++++
>> arch/arm/boot/dts/exynos3250.dtsi | 25 ++++++++++++++++++
>> drivers/clk/samsung/clk-exynos3250.c | 15 +++++++++++
>> include/dt-bindings/clock/exynos3250.h | 11 +++++++-
>> 4 files changed, 92 insertions(+), 1 deletion(-)
>>
>> --
>> 1.8.5.5
>>
>>
>> _______________________________________________
>> linux-arm-kernel mailing list
>> linux-arm-kernel at lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2015-08-17 0:36 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-11 3:46 [PATCH 0/4] ARM: dts: exynos3250: Add UART2 and MMC2 dt node with related clocks Chanwoo Choi
2015-08-11 3:46 ` Chanwoo Choi
2015-08-11 3:46 ` [PATCH 1/4] clk: samsung: exynos3250: Add UART2 clock Chanwoo Choi
2015-08-11 3:46 ` Chanwoo Choi
2015-08-11 3:46 ` Chanwoo Choi
2015-08-17 1:01 ` Krzysztof Kozlowski
2015-08-17 1:01 ` Krzysztof Kozlowski
2015-08-17 3:29 ` [1/4] " Pankaj Dubey
2015-08-17 3:29 ` Pankaj Dubey
2015-08-11 3:46 ` [PATCH 2/4] clk: samsung: exynos3250: Add MMC2 clock Chanwoo Choi
2015-08-11 3:46 ` Chanwoo Choi
2015-08-11 3:46 ` Chanwoo Choi
2015-08-17 1:48 ` Krzysztof Kozlowski
2015-08-17 1:48 ` Krzysztof Kozlowski
2015-08-11 3:46 ` [PATCH 3/4] ARM: dts: Add UART2 dt node for Exynos3250 SoC Chanwoo Choi
2015-08-11 3:46 ` Chanwoo Choi
2015-08-17 2:11 ` Krzysztof Kozlowski
2015-08-17 2:11 ` Krzysztof Kozlowski
2015-08-17 3:33 ` [3/4] " Pankaj Dubey
2015-08-17 3:33 ` Pankaj Dubey
2015-08-11 3:46 ` [PATCH 4/4] ARM: dts: Add MSHC2 " Chanwoo Choi
2015-08-11 3:46 ` Chanwoo Choi
2015-08-17 2:13 ` Krzysztof Kozlowski
2015-08-17 2:13 ` Krzysztof Kozlowski
2015-08-17 0:33 ` [PATCH 0/4] ARM: dts: exynos3250: Add UART2 and MMC2 dt node with related clocks Krzysztof Kozlowski
2015-08-17 0:33 ` Krzysztof Kozlowski
2015-08-17 0:36 ` Chanwoo Choi [this message]
2015-08-17 0:36 ` Chanwoo Choi
2015-08-17 0:37 ` Krzysztof Kozlowski
2015-08-17 0:37 ` Krzysztof Kozlowski
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=55D12C73.6090101@samsung.com \
--to=cw00.choi@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=k.kozlowski@samsung.com \
--cc=kgene@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=s.nawrocki@samsung.com \
--cc=sboyd@codeaurora.org \
--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.