All of lore.kernel.org
 help / color / mirror / Atom feed
From: H Hartley Sweeten <hsweeten@visionengravers.com>
To: rtc-linux@googlegroups.com
Cc: alex@digriz.org.uk, H Hartley Sweeten <hsweeten@visionengravers.com>
Subject: [rtc-linux] [PATCH 0/5] rtc: m48t86: remove need for platform_data
Date: Wed, 15 Feb 2017 09:35:22 -0700	[thread overview]
Message-ID: <20170215163527.5697-1-hsweeten@visionengravers.com> (raw)

The rtc-m48t86 driver can now manage it's own resources for the index
and data registers.

  1) Add the RTC detection logic from the ts78xx platform to the driver
     and remove it from the platform code.
  2) Update the two platforms that use this driver to remove the need
     for the platform_data.
  3) Remove the, then unused, platform_data header and it's use in the
     driver.

H Hartley Sweeten (5):
  rtc: m48t86: verify that the RTC is actually present
  ARM: Orion5x: ts78xx: remove RTC detection
  ARM: Orion5x: ts78xx: allow rtc-m48t86 to manage it's own resources
  ARM: ep93xx: ts72xx: allow rtc-m48t86 to manage it's own resources
  rtc: m48t86: remove unused platform_data

 arch/arm/mach-ep93xx/ts72xx.c            | 40 ++++-----------
 arch/arm/mach-ep93xx/ts72xx.h            | 11 ----
 arch/arm/mach-orion5x/ts78xx-setup.c     | 80 +++++++----------------------
 drivers/rtc/rtc-m48t86.c                 | 87 ++++++++++++++++++++------------
 include/linux/platform_data/rtc-m48t86.h | 16 ------
 5 files changed, 84 insertions(+), 150 deletions(-)
 delete mode 100644 include/linux/platform_data/rtc-m48t86.h

-- 
2.10.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.

             reply	other threads:[~2017-02-15 16:36 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-15 16:35 H Hartley Sweeten [this message]
2017-02-15 16:35 ` [rtc-linux] [PATCH 1/5] rtc: m48t86: verify that the RTC is actually present H Hartley Sweeten
2017-02-21 16:37   ` [rtc-linux] " Alexandre Belloni
2017-02-21 17:04     ` [rtc-linux] " Hartley Sweeten
2017-02-21 17:21       ` [rtc-linux] " Alexandre Belloni
2017-02-21 17:47     ` Alexander Clouter
2017-02-21 20:24       ` Alexandre Belloni
2017-02-15 16:35 ` [rtc-linux] [PATCH 2/5] ARM: Orion5x: ts78xx: remove RTC detection H Hartley Sweeten
2017-02-15 16:35 ` [rtc-linux] [PATCH 3/5] ARM: Orion5x: ts78xx: allow rtc-m48t86 to manage it's own resources H Hartley Sweeten
2017-02-15 16:35 ` [rtc-linux] [PATCH 4/5] ARM: ep93xx: ts72xx: " H Hartley Sweeten
2017-02-15 16:35 ` [rtc-linux] [PATCH 5/5] rtc: m48t86: remove unused platform_data H Hartley Sweeten

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=20170215163527.5697-1-hsweeten@visionengravers.com \
    --to=hsweeten@visionengravers.com \
    --cc=alex@digriz.org.uk \
    --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.