From: Kukjin Kim <kgene@kernel.org>
To: 'Javier Martinez Canillas' <javier@dowhile0.org>,
'Chanwoo Choi' <cw00.choi@samsung.com>
Cc: 'Krzysztof Kozlowski' <k.kozlowski@samsung.com>,
'Kukjin Kim' <kgene@kernel.org>,
'Alessandro Zummo' <a.zummo@towertech.it>,
devicetree@vger.kernel.org,
'Linux Kernel' <linux-kernel@vger.kernel.org>,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, rtc-linux@googlegroups.com,
'Alexandre Belloni' <alexandre.belloni@free-electrons.com>,
'Kyungmin Park' <kyungmin.park@samsung.com>
Subject: [rtc-linux] RE: [PATCH 2/2] ARM: dts: s3c-rtc: Use s3c6410-rtc instead of exynos3250-rtc
Date: Tue, 31 Mar 2015 15:54:05 +0900 [thread overview]
Message-ID: <063901d06b7f$7a72d8f0$6f588ad0$@kernel.org> (raw)
In-Reply-To: <CABxcv=nDca+B1cpZ3d6PhLmpU-RuFgjGZiNCX5X2HivdAPnt-g@mail.gmail.com>
Javier Martinez Canillas wrote:
>
> On Tue, Mar 31, 2015 at 1:38 AM, Chanwoo Choi <cw00.choi@samsung.com> wrote:
> > On 03/31/2015 12:19 AM, Krzysztof Kozlowski wrote:
> >> Mark "samsung,exynos3250-rtc" compatible as deprecated because it
> >> duplicates the "samsung,s3c6410-rtc". Use "samsung,s3c6410-rtc" on
> >> Exynos3250 and Exynos4415 boards.
> >>
> >> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> >> ---
> >> Documentation/devicetree/bindings/rtc/s3c-rtc.txt | 3 ++-
> >> arch/arm/boot/dts/exynos3250.dtsi | 2 +-
> >> arch/arm/boot/dts/exynos4415.dtsi | 2 +-
> >> 3 files changed, 4 insertions(+), 3 deletions(-)
> >>
> >> diff --git a/Documentation/devicetree/bindings/rtc/s3c-rtc.txt
> b/Documentation/devicetree/bindings/rtc/s3c-rtc.txt
> >> index ab757b84daa7..ac2fcd6ff4b8 100644
> >> --- a/Documentation/devicetree/bindings/rtc/s3c-rtc.txt
> >> +++ b/Documentation/devicetree/bindings/rtc/s3c-rtc.txt
> >> @@ -6,7 +6,8 @@ Required properties:
> >> * "samsung,s3c2416-rtc" - for controllers compatible with s3c2416 rtc.
> >> * "samsung,s3c2443-rtc" - for controllers compatible with s3c2443 rtc.
> >> * "samsung,s3c6410-rtc" - for controllers compatible with s3c6410 rtc.
> >> - * "samsung,exynos3250-rtc" - for controllers compatible with exynos3250 rtc.
> >> + * "samsung,exynos3250-rtc" - (deprecated) for controllers compatible with
> >> + exynos3250 rtc (use "samsung,s3c6410-rtc").
> >> - reg: physical base address of the controller and length of memory mapped
> >> region.
> >> - interrupts: Two interrupt numbers to the cpu should be specified. First
> >> diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi
> >> index e3bfb11c6ef8..8d58b550e925 100644
> >> --- a/arch/arm/boot/dts/exynos3250.dtsi
> >> +++ b/arch/arm/boot/dts/exynos3250.dtsi
> >> @@ -189,7 +189,7 @@
> >> };
> >>
> >> rtc: rtc@10070000 {
> >> - compatible = "samsung,exynos3250-rtc";
> >> + compatible = "samsung,s3c6410-rtc";
> >> reg = <0x10070000 0x100>;
> >> interrupts = <0 73 0>, <0 74 0>;
> >> interrupt-parent = <&pmu_system_controller>;
> >> diff --git a/arch/arm/boot/dts/exynos4415.dtsi b/arch/arm/boot/dts/exynos4415.dtsi
> >> index 5caea996e090..186cb8465683 100644
> >> --- a/arch/arm/boot/dts/exynos4415.dtsi
> >> +++ b/arch/arm/boot/dts/exynos4415.dtsi
> >> @@ -177,7 +177,7 @@
> >> };
> >>
> >> rtc: rtc@10070000 {
> >> - compatible = "samsung,exynos3250-rtc";
> >> + compatible = "samsung,s3c6410-rtc";
> >> reg = <0x10070000 0x100>;
> >> interrupts = <0 73 0>, <0 74 0>;
> >> status = "disabled";
> >>
> >
> > Looks good to me.
> >
> > Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
> >
> > Thanks,
> > Chanwoo Choi
> > --
>
> Looks good to me also.
>
> Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
>
Thanks, applied.
- Kukjin
--
--
You received this message because you are subscribed to "rtc-linux".
Membership options at http://groups.google.com/group/rtc-linux .
Please read http://groups.google.com/group/rtc-linux/web/checklist
before submitting a driver.
---
You received this message because you are subscribed to the Google Groups "rtc-linux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
WARNING: multiple messages have this Message-ID (diff)
From: Kukjin Kim <kgene@kernel.org>
To: 'Javier Martinez Canillas' <javier@dowhile0.org>,
'Chanwoo Choi' <cw00.choi@samsung.com>
Cc: 'Krzysztof Kozlowski' <k.kozlowski@samsung.com>,
'Kukjin Kim' <kgene@kernel.org>,
'Alessandro Zummo' <a.zummo@towertech.it>,
devicetree@vger.kernel.org,
'Linux Kernel' <linux-kernel@vger.kernel.org>,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, rtc-linux@googlegroups.com,
'Alexandre Belloni' <alexandre.belloni@free-electrons.com>,
'Kyungmin Park' <kyungmin.park@samsung.com>
Subject: RE: [PATCH 2/2] ARM: dts: s3c-rtc: Use s3c6410-rtc instead of exynos3250-rtc
Date: Tue, 31 Mar 2015 15:54:05 +0900 [thread overview]
Message-ID: <063901d06b7f$7a72d8f0$6f588ad0$@kernel.org> (raw)
In-Reply-To: <CABxcv=nDca+B1cpZ3d6PhLmpU-RuFgjGZiNCX5X2HivdAPnt-g@mail.gmail.com>
Javier Martinez Canillas wrote:
>
> On Tue, Mar 31, 2015 at 1:38 AM, Chanwoo Choi <cw00.choi@samsung.com> wrote:
> > On 03/31/2015 12:19 AM, Krzysztof Kozlowski wrote:
> >> Mark "samsung,exynos3250-rtc" compatible as deprecated because it
> >> duplicates the "samsung,s3c6410-rtc". Use "samsung,s3c6410-rtc" on
> >> Exynos3250 and Exynos4415 boards.
> >>
> >> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> >> ---
> >> Documentation/devicetree/bindings/rtc/s3c-rtc.txt | 3 ++-
> >> arch/arm/boot/dts/exynos3250.dtsi | 2 +-
> >> arch/arm/boot/dts/exynos4415.dtsi | 2 +-
> >> 3 files changed, 4 insertions(+), 3 deletions(-)
> >>
> >> diff --git a/Documentation/devicetree/bindings/rtc/s3c-rtc.txt
> b/Documentation/devicetree/bindings/rtc/s3c-rtc.txt
> >> index ab757b84daa7..ac2fcd6ff4b8 100644
> >> --- a/Documentation/devicetree/bindings/rtc/s3c-rtc.txt
> >> +++ b/Documentation/devicetree/bindings/rtc/s3c-rtc.txt
> >> @@ -6,7 +6,8 @@ Required properties:
> >> * "samsung,s3c2416-rtc" - for controllers compatible with s3c2416 rtc.
> >> * "samsung,s3c2443-rtc" - for controllers compatible with s3c2443 rtc.
> >> * "samsung,s3c6410-rtc" - for controllers compatible with s3c6410 rtc.
> >> - * "samsung,exynos3250-rtc" - for controllers compatible with exynos3250 rtc.
> >> + * "samsung,exynos3250-rtc" - (deprecated) for controllers compatible with
> >> + exynos3250 rtc (use "samsung,s3c6410-rtc").
> >> - reg: physical base address of the controller and length of memory mapped
> >> region.
> >> - interrupts: Two interrupt numbers to the cpu should be specified. First
> >> diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi
> >> index e3bfb11c6ef8..8d58b550e925 100644
> >> --- a/arch/arm/boot/dts/exynos3250.dtsi
> >> +++ b/arch/arm/boot/dts/exynos3250.dtsi
> >> @@ -189,7 +189,7 @@
> >> };
> >>
> >> rtc: rtc@10070000 {
> >> - compatible = "samsung,exynos3250-rtc";
> >> + compatible = "samsung,s3c6410-rtc";
> >> reg = <0x10070000 0x100>;
> >> interrupts = <0 73 0>, <0 74 0>;
> >> interrupt-parent = <&pmu_system_controller>;
> >> diff --git a/arch/arm/boot/dts/exynos4415.dtsi b/arch/arm/boot/dts/exynos4415.dtsi
> >> index 5caea996e090..186cb8465683 100644
> >> --- a/arch/arm/boot/dts/exynos4415.dtsi
> >> +++ b/arch/arm/boot/dts/exynos4415.dtsi
> >> @@ -177,7 +177,7 @@
> >> };
> >>
> >> rtc: rtc@10070000 {
> >> - compatible = "samsung,exynos3250-rtc";
> >> + compatible = "samsung,s3c6410-rtc";
> >> reg = <0x10070000 0x100>;
> >> interrupts = <0 73 0>, <0 74 0>;
> >> status = "disabled";
> >>
> >
> > Looks good to me.
> >
> > Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
> >
> > Thanks,
> > Chanwoo Choi
> > --
>
> Looks good to me also.
>
> Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
>
Thanks, applied.
- Kukjin
WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: dts: s3c-rtc: Use s3c6410-rtc instead of exynos3250-rtc
Date: Tue, 31 Mar 2015 15:54:05 +0900 [thread overview]
Message-ID: <063901d06b7f$7a72d8f0$6f588ad0$@kernel.org> (raw)
In-Reply-To: <CABxcv=nDca+B1cpZ3d6PhLmpU-RuFgjGZiNCX5X2HivdAPnt-g@mail.gmail.com>
Javier Martinez Canillas wrote:
>
> On Tue, Mar 31, 2015 at 1:38 AM, Chanwoo Choi <cw00.choi@samsung.com> wrote:
> > On 03/31/2015 12:19 AM, Krzysztof Kozlowski wrote:
> >> Mark "samsung,exynos3250-rtc" compatible as deprecated because it
> >> duplicates the "samsung,s3c6410-rtc". Use "samsung,s3c6410-rtc" on
> >> Exynos3250 and Exynos4415 boards.
> >>
> >> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> >> ---
> >> Documentation/devicetree/bindings/rtc/s3c-rtc.txt | 3 ++-
> >> arch/arm/boot/dts/exynos3250.dtsi | 2 +-
> >> arch/arm/boot/dts/exynos4415.dtsi | 2 +-
> >> 3 files changed, 4 insertions(+), 3 deletions(-)
> >>
> >> diff --git a/Documentation/devicetree/bindings/rtc/s3c-rtc.txt
> b/Documentation/devicetree/bindings/rtc/s3c-rtc.txt
> >> index ab757b84daa7..ac2fcd6ff4b8 100644
> >> --- a/Documentation/devicetree/bindings/rtc/s3c-rtc.txt
> >> +++ b/Documentation/devicetree/bindings/rtc/s3c-rtc.txt
> >> @@ -6,7 +6,8 @@ Required properties:
> >> * "samsung,s3c2416-rtc" - for controllers compatible with s3c2416 rtc.
> >> * "samsung,s3c2443-rtc" - for controllers compatible with s3c2443 rtc.
> >> * "samsung,s3c6410-rtc" - for controllers compatible with s3c6410 rtc.
> >> - * "samsung,exynos3250-rtc" - for controllers compatible with exynos3250 rtc.
> >> + * "samsung,exynos3250-rtc" - (deprecated) for controllers compatible with
> >> + exynos3250 rtc (use "samsung,s3c6410-rtc").
> >> - reg: physical base address of the controller and length of memory mapped
> >> region.
> >> - interrupts: Two interrupt numbers to the cpu should be specified. First
> >> diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi
> >> index e3bfb11c6ef8..8d58b550e925 100644
> >> --- a/arch/arm/boot/dts/exynos3250.dtsi
> >> +++ b/arch/arm/boot/dts/exynos3250.dtsi
> >> @@ -189,7 +189,7 @@
> >> };
> >>
> >> rtc: rtc at 10070000 {
> >> - compatible = "samsung,exynos3250-rtc";
> >> + compatible = "samsung,s3c6410-rtc";
> >> reg = <0x10070000 0x100>;
> >> interrupts = <0 73 0>, <0 74 0>;
> >> interrupt-parent = <&pmu_system_controller>;
> >> diff --git a/arch/arm/boot/dts/exynos4415.dtsi b/arch/arm/boot/dts/exynos4415.dtsi
> >> index 5caea996e090..186cb8465683 100644
> >> --- a/arch/arm/boot/dts/exynos4415.dtsi
> >> +++ b/arch/arm/boot/dts/exynos4415.dtsi
> >> @@ -177,7 +177,7 @@
> >> };
> >>
> >> rtc: rtc at 10070000 {
> >> - compatible = "samsung,exynos3250-rtc";
> >> + compatible = "samsung,s3c6410-rtc";
> >> reg = <0x10070000 0x100>;
> >> interrupts = <0 73 0>, <0 74 0>;
> >> status = "disabled";
> >>
> >
> > Looks good to me.
> >
> > Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
> >
> > Thanks,
> > Chanwoo Choi
> > --
>
> Looks good to me also.
>
> Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
>
Thanks, applied.
- Kukjin
next prev parent reply other threads:[~2015-03-31 6:54 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-30 15:19 [rtc-linux] [PATCH 0/2] ARM: EXYNOS: Minor S3C RTC cleanups Krzysztof Kozlowski
2015-03-30 15:19 ` Krzysztof Kozlowski
2015-03-30 15:19 ` Krzysztof Kozlowski
2015-03-30 15:19 ` [rtc-linux] [PATCH 1/2] drivers/rtc/rtc-s3c.c: Integrate Exynos3250 into S3C6410 Krzysztof Kozlowski
2015-03-30 15:19 ` Krzysztof Kozlowski
2015-03-30 15:19 ` Krzysztof Kozlowski
2015-03-30 23:37 ` [rtc-linux] " Chanwoo Choi
2015-03-30 23:37 ` Chanwoo Choi
2015-03-30 23:37 ` Chanwoo Choi
2015-03-31 0:27 ` [rtc-linux] " Alexandre Belloni
2015-03-31 0:27 ` Alexandre Belloni
2015-03-31 0:27 ` Alexandre Belloni
2015-03-31 6:49 ` [rtc-linux] " Javier Martinez Canillas
2015-03-31 6:49 ` Javier Martinez Canillas
2015-03-31 6:49 ` Javier Martinez Canillas
2015-03-31 6:49 ` Javier Martinez Canillas
2015-03-31 8:20 ` [rtc-linux] " Alexandre Belloni
2015-03-31 8:20 ` Alexandre Belloni
2015-03-31 8:20 ` Alexandre Belloni
2015-03-31 9:00 ` [rtc-linux] " Krzysztof Kozlowski
2015-03-31 9:00 ` Krzysztof Kozlowski
2015-03-31 9:00 ` Krzysztof Kozlowski
2015-03-31 9:00 ` Krzysztof Kozlowski
2015-03-30 15:19 ` [rtc-linux] [PATCH 2/2] ARM: dts: s3c-rtc: Use s3c6410-rtc instead of exynos3250-rtc Krzysztof Kozlowski
2015-03-30 15:19 ` Krzysztof Kozlowski
2015-03-30 15:19 ` Krzysztof Kozlowski
2015-03-30 23:38 ` [rtc-linux] " Chanwoo Choi
2015-03-30 23:38 ` Chanwoo Choi
2015-03-30 23:38 ` Chanwoo Choi
2015-03-31 0:31 ` [rtc-linux] " Alexandre Belloni
2015-03-31 0:31 ` Alexandre Belloni
2015-03-31 0:31 ` Alexandre Belloni
2015-03-31 0:47 ` [rtc-linux] " Chanwoo Choi
2015-03-31 0:47 ` Chanwoo Choi
2015-03-31 0:47 ` Chanwoo Choi
2015-03-31 8:12 ` [rtc-linux] " Alexandre Belloni
2015-03-31 8:12 ` Alexandre Belloni
2015-03-31 8:12 ` Alexandre Belloni
2015-03-31 8:56 ` [rtc-linux] " Krzysztof Kozlowski
2015-03-31 8:56 ` Krzysztof Kozlowski
2015-03-31 8:56 ` Krzysztof Kozlowski
2015-03-31 6:43 ` Javier Martinez Canillas
2015-03-31 6:43 ` Javier Martinez Canillas
2015-03-31 6:43 ` Javier Martinez Canillas
2015-03-31 6:54 ` Kukjin Kim [this message]
2015-03-31 6:54 ` Kukjin Kim
2015-03-31 6:54 ` Kukjin Kim
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='063901d06b7f$7a72d8f0$6f588ad0$@kernel.org' \
--to=kgene@kernel.org \
--cc=a.zummo@towertech.it \
--cc=alexandre.belloni@free-electrons.com \
--cc=cw00.choi@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=javier@dowhile0.org \
--cc=k.kozlowski@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=rtc-linux@googlegroups.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.