All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Russell King <linux@arm.linux.org.uk>,
	Robert Jarzmik <robert.jarzmik@free.fr>,
	Alessandro Zummo <a.zummo@towertech.it>
Cc: linux-arm-kernel@lists.infradead.org,
	Arnd Bergmann <arnd@arndb.de>, Rob Herring <robh@kernel.org>,
	Daniel Mack <daniel@zonque.org>,
	Haojian Zhuang <haojian.zhuang@gmail.com>,
	Eric Miao <eric.y.miao@gmail.com>,
	rtc-linux@googlegroups.com
Subject: [rtc-linux] [PATCH v2 0/4] SA1100 RTC clean-up for ARM64
Date: Thu, 30 Apr 2015 15:37:09 -0500	[thread overview]
Message-ID: <1430426233-7461-1-git-send-email-robh@kernel.org> (raw)

This series enables building the SA1100 RTC driver for ARM64 in
preparation for enabling CONFIG_ARCH_MMP on ARM64. This is needed for
supporting the PXA1928 SOC.

The previous version can be found here[1]. This is mostly an update to
summarize the discussion about SA1100 and PXA RTC support.

Rob

[1] http://comments.gmane.org/gmane.linux.ports.arm.kernel/391410

Rob Herring (4):
  ARM: pxa: add memory resource to RTC device
  rtc: sa1100: convert to run-time register mapping
  ARM: sa1100: remove unused RTC register definitions
  ARM: mmp: remove unused RTC register definitions

 arch/arm/mach-mmp/include/mach/regs-rtc.h   | 23 --------
 arch/arm/mach-pxa/devices.c                 | 18 +-----
 arch/arm/mach-sa1100/include/mach/SA-1100.h | 34 ------------
 drivers/rtc/rtc-sa1100.c                    | 86 ++++++++++++++++++++---------
 4 files changed, 61 insertions(+), 100 deletions(-)
 delete mode 100644 arch/arm/mach-mmp/include/mach/regs-rtc.h

--
2.1.0

-- 
-- 
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: robh@kernel.org (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/4] SA1100 RTC clean-up for ARM64
Date: Thu, 30 Apr 2015 15:37:09 -0500	[thread overview]
Message-ID: <1430426233-7461-1-git-send-email-robh@kernel.org> (raw)

This series enables building the SA1100 RTC driver for ARM64 in
preparation for enabling CONFIG_ARCH_MMP on ARM64. This is needed for
supporting the PXA1928 SOC.

The previous version can be found here[1]. This is mostly an update to
summarize the discussion about SA1100 and PXA RTC support.

Rob

[1] http://comments.gmane.org/gmane.linux.ports.arm.kernel/391410

Rob Herring (4):
  ARM: pxa: add memory resource to RTC device
  rtc: sa1100: convert to run-time register mapping
  ARM: sa1100: remove unused RTC register definitions
  ARM: mmp: remove unused RTC register definitions

 arch/arm/mach-mmp/include/mach/regs-rtc.h   | 23 --------
 arch/arm/mach-pxa/devices.c                 | 18 +-----
 arch/arm/mach-sa1100/include/mach/SA-1100.h | 34 ------------
 drivers/rtc/rtc-sa1100.c                    | 86 ++++++++++++++++++++---------
 4 files changed, 61 insertions(+), 100 deletions(-)
 delete mode 100644 arch/arm/mach-mmp/include/mach/regs-rtc.h

--
2.1.0

             reply	other threads:[~2015-04-30 20:37 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-30 20:37 Rob Herring [this message]
2015-04-30 20:37 ` [PATCH v2 0/4] SA1100 RTC clean-up for ARM64 Rob Herring
2015-04-30 20:37 ` [rtc-linux] [PATCH v2 1/4] ARM: pxa: add memory resource to RTC device Rob Herring
2015-04-30 20:37   ` Rob Herring
2015-05-01 16:17   ` [rtc-linux] " Robert Jarzmik
2015-05-01 16:17     ` Robert Jarzmik
2015-04-30 20:37 ` [rtc-linux] [PATCH v2 2/4] rtc: sa1100: convert to run-time register mapping Rob Herring
2015-04-30 20:37   ` Rob Herring
2015-05-01 16:13   ` [rtc-linux] " Robert Jarzmik
2015-05-01 16:13     ` Robert Jarzmik
2015-05-10 10:31     ` [rtc-linux] " Alexandre Belloni
2015-05-10 10:31       ` Alexandre Belloni
2015-05-10 10:29   ` [rtc-linux] " Alexandre Belloni
2015-05-10 10:29     ` Alexandre Belloni
2015-04-30 20:37 ` [rtc-linux] [PATCH v2 3/4] ARM: sa1100: remove unused RTC register definitions Rob Herring
2015-04-30 20:37   ` Rob Herring
2015-04-30 20:37 ` [rtc-linux] [PATCH v2 4/4] ARM: mmp: " Rob Herring
2015-04-30 20:37   ` Rob Herring

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=1430426233-7461-1-git-send-email-robh@kernel.org \
    --to=robh@kernel.org \
    --cc=a.zummo@towertech.it \
    --cc=arnd@arndb.de \
    --cc=daniel@zonque.org \
    --cc=eric.y.miao@gmail.com \
    --cc=haojian.zhuang@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux@arm.linux.org.uk \
    --cc=robert.jarzmik@free.fr \
    --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.