All of lore.kernel.org
 help / color / mirror / Atom feed
* [rtc-linux] [PATCH 0/5] rtc: m48t86: remove need for platform_data
@ 2017-02-15 16:35 H Hartley Sweeten
  2017-02-15 16:35 ` [rtc-linux] [PATCH 1/5] rtc: m48t86: verify that the RTC is actually present H Hartley Sweeten
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: H Hartley Sweeten @ 2017-02-15 16:35 UTC (permalink / raw)
  To: rtc-linux; +Cc: alex, H Hartley Sweeten

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.

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-02-21 20:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-15 16:35 [rtc-linux] [PATCH 0/5] rtc: m48t86: remove need for platform_data H Hartley Sweeten
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

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.