From: "Heiko Stübner" <heiko@sntech.de>
To: Kukjin Kim <kgene.kim@samsung.com>
Cc: ben-linux@fluff.org, a.zummo@towertech.it,
rtc-linux@googlegroups.com, linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org
Subject: Re: [PATCH v2 0/4] Implement RTC support for S3C2443/S3C2416/S3C2450
Date: Wed, 21 Dec 2011 09:22:11 +0100 [thread overview]
Message-ID: <201112210922.12300.heiko@sntech.de> (raw)
In-Reply-To: <064801ccbfb1$c5d48e60$517dab20$%kim@samsung.com>
Am Mittwoch, 21. Dezember 2011, 08:25:53 schrieb Kukjin Kim:
> Heiko Stübner wrote:
> > Similar to the ADC the RTC of S3C2443 and S3C2416/2450 has some slight
> > variances when compared to the existing types.
> >
> > This series adds support for those SoCs.
> >
> > As with the ADC patches, these changes where tested on S3C2416 hardware.
> > The S3C2443 quirks are a subset of those and are done according to the
> > datasheet, but not tested on real hardware (as I do not own a S3C2443
> > device).
> >
> > changes since v1:
> > address comments from Thomas Abraham, reducing number of ifdefs and
> > duplicate code
> >
> > Heiko Stuebner (4):
> > ARM: SAMSUNG: cleanup of rtc register definitions
> > rtc-s3c: make room for more variants in devicetree block
> > rtc-s3c: add variants for S3C2443 and S3C2416
> > ARM: S3C2443/S3C2416: add s3c_rtc_setname and rename rtc devices
> >
> > arch/arm/mach-s3c2416/s3c2416.c | 2 +
> > arch/arm/mach-s3c2443/s3c2443.c | 2 +
> > arch/arm/plat-samsung/include/plat/regs-rtc.h | 92
>
> +++++++++++++++------
>
> > ---
> >
> > arch/arm/plat-samsung/include/plat/rtc-core.h | 27 +++++++
> > drivers/rtc/rtc-s3c.c | 74
> > ++++++++++++++++---- 5 files changed, 149 insertions(+), 48
> > deletions(-)
> > create mode 100644 arch/arm/plat-samsung/include/plat/rtc-core.h
> >
> > --
> > 1.7.5.4
>
> Hi Heiko,
>
> There were small comments on 1st patch and others looks ok to me.
> If you're ok on my comments, please re-send it so that I can request to
> pull this series to Alessandro or Andrew with my ack.
I'm on it now.
Who is Andrew and should I include him in the recipients? I only found
Alessandro Zummo in the MAINTAINERS file for rtc stuff and am lacking any
comment from the rtc-side until now.
Heiko
WARNING: multiple messages have this Message-ID (diff)
From: heiko@sntech.de (Heiko Stübner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/4] Implement RTC support for S3C2443/S3C2416/S3C2450
Date: Wed, 21 Dec 2011 09:22:11 +0100 [thread overview]
Message-ID: <201112210922.12300.heiko@sntech.de> (raw)
In-Reply-To: <064801ccbfb1$c5d48e60$517dab20$%kim@samsung.com>
Am Mittwoch, 21. Dezember 2011, 08:25:53 schrieb Kukjin Kim:
> Heiko St?bner wrote:
> > Similar to the ADC the RTC of S3C2443 and S3C2416/2450 has some slight
> > variances when compared to the existing types.
> >
> > This series adds support for those SoCs.
> >
> > As with the ADC patches, these changes where tested on S3C2416 hardware.
> > The S3C2443 quirks are a subset of those and are done according to the
> > datasheet, but not tested on real hardware (as I do not own a S3C2443
> > device).
> >
> > changes since v1:
> > address comments from Thomas Abraham, reducing number of ifdefs and
> > duplicate code
> >
> > Heiko Stuebner (4):
> > ARM: SAMSUNG: cleanup of rtc register definitions
> > rtc-s3c: make room for more variants in devicetree block
> > rtc-s3c: add variants for S3C2443 and S3C2416
> > ARM: S3C2443/S3C2416: add s3c_rtc_setname and rename rtc devices
> >
> > arch/arm/mach-s3c2416/s3c2416.c | 2 +
> > arch/arm/mach-s3c2443/s3c2443.c | 2 +
> > arch/arm/plat-samsung/include/plat/regs-rtc.h | 92
>
> +++++++++++++++------
>
> > ---
> >
> > arch/arm/plat-samsung/include/plat/rtc-core.h | 27 +++++++
> > drivers/rtc/rtc-s3c.c | 74
> > ++++++++++++++++---- 5 files changed, 149 insertions(+), 48
> > deletions(-)
> > create mode 100644 arch/arm/plat-samsung/include/plat/rtc-core.h
> >
> > --
> > 1.7.5.4
>
> Hi Heiko,
>
> There were small comments on 1st patch and others looks ok to me.
> If you're ok on my comments, please re-send it so that I can request to
> pull this series to Alessandro or Andrew with my ack.
I'm on it now.
Who is Andrew and should I include him in the recipients? I only found
Alessandro Zummo in the MAINTAINERS file for rtc stuff and am lacking any
comment from the rtc-side until now.
Heiko
next prev parent reply other threads:[~2011-12-21 8:22 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-12 14:43 [PATCH v2 0/4] Implement RTC support for S3C2443/S3C2416/S3C2450 Heiko Stübner
2011-12-12 14:43 ` Heiko Stübner
2011-12-12 14:45 ` [PATCH 1/4] ARM: SAMSUNG: cleanup of rtc register definitions Heiko Stübner
2011-12-12 14:45 ` Heiko Stübner
2011-12-21 7:19 ` Kukjin Kim
2011-12-21 7:19 ` Kukjin Kim
2011-12-12 14:46 ` [PATCH 2/4] rtc-s3c: make room for more variants in devicetree block Heiko Stübner
2011-12-12 14:46 ` Heiko Stübner
2011-12-12 14:48 ` [PATCH 3/4] rtc-s3c: add variants for S3C2443 and S3C2416 Heiko Stübner
2011-12-12 14:48 ` Heiko Stübner
2011-12-12 14:49 ` [PATCH 4/4] ARM: S3C2443/S3C2416: add s3c_rtc_setname and rename rtc devices Heiko Stübner
2011-12-12 14:49 ` Heiko Stübner
2011-12-21 7:25 ` [PATCH v2 0/4] Implement RTC support for S3C2443/S3C2416/S3C2450 Kukjin Kim
2011-12-21 7:25 ` Kukjin Kim
2011-12-21 8:22 ` Heiko Stübner [this message]
2011-12-21 8:22 ` Heiko Stübner
2011-12-23 11:43 ` [rtc-linux] " Mark Brown
2011-12-23 11:43 ` Mark Brown
2011-12-26 1:01 ` Alessandro Zummo
2011-12-26 1:01 ` Alessandro Zummo
2011-12-27 0:44 ` Kukjin Kim
2011-12-27 0:44 ` Kukjin Kim
2011-12-27 22:49 ` Alessandro Zummo
2011-12-27 22:49 ` Alessandro Zummo
2011-12-29 3:28 ` Kukjin Kim
2011-12-29 3:28 ` 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=201112210922.12300.heiko@sntech.de \
--to=heiko@sntech.de \
--cc=a.zummo@towertech.it \
--cc=ben-linux@fluff.org \
--cc=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.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.