All of lore.kernel.org
 help / color / mirror / Atom feed
* [rtc-linux] [PATCH 0/4] Add Device tree support for 88PM800 mfd and rtc driver
@ 2015-05-29 22:19 ` Vaibhav Hiremath
  0 siblings, 0 replies; 68+ messages in thread
From: Vaibhav Hiremath @ 2015-05-29 22:19 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: robh+dt, devicetree, linux-kernel, rtc-linux, sameo, lee.jones,
	a.zummo, alexandre.belloni, Vaibhav Hiremath

This patch-series adds support for Device tree to 88PM800 mfd and rtc driver.
It also creates the DT binding for 88pm800 driver.

Testing::
 - Boot tested on PXA1928 based platform.
 - probe of mfd, rtc and regulator function passing.


Attempt has been made to push some of the patches to the list sometime
back in 2013.

Link to previous patch submission:
        https://lkml.org/lkml/2013/8/14/86


Vaibhav Hiremath (4):
  mfd: 88pm800: add device tree support
  mfd: 88pm800: use irq_mode to configure interrupt status reg clear
    method
  rtc: 88pm80x: add device tree support
  mfd: 88pm800: allocate pdata->rtc if not allocated earlier

 Documentation/devicetree/bindings/mfd/88pm800.txt | 57 +++++++++++++++++++++
 drivers/mfd/88pm800.c                             | 62 ++++++++++++++++++++++-
 drivers/rtc/rtc-88pm80x.c                         | 28 ++++++----
 include/linux/mfd/88pm80x.h                       |  2 +
 4 files changed, 137 insertions(+), 12 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/88pm800.txt

-- 
1.9.1

-- 
-- 
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] 68+ messages in thread

end of thread, other threads:[~2015-06-16 14:36 UTC | newest]

Thread overview: 68+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-29 22:19 [rtc-linux] [PATCH 0/4] Add Device tree support for 88PM800 mfd and rtc driver Vaibhav Hiremath
2015-05-29 22:19 ` Vaibhav Hiremath
2015-05-29 22:19 ` Vaibhav Hiremath
2015-05-29 22:19 ` [rtc-linux] [PATCH 1/4] mfd: 88pm800: add device tree support Vaibhav Hiremath
2015-05-29 22:19   ` Vaibhav Hiremath
2015-05-29 22:19   ` Vaibhav Hiremath
2015-05-29 22:19   ` Vaibhav Hiremath
2015-06-01  8:38   ` [rtc-linux] " Lee Jones
2015-06-01  8:38     ` Lee Jones
2015-06-01  8:38     ` Lee Jones
2015-06-01  8:38     ` Lee Jones
2015-06-16  7:52     ` [rtc-linux] " Vaibhav Hiremath
2015-06-16  7:52       ` Vaibhav Hiremath
2015-06-16  7:52       ` Vaibhav Hiremath
2015-06-16  7:52       ` Vaibhav Hiremath
2015-06-16 13:02       ` [rtc-linux] " Rob Herring
2015-06-16 13:02         ` Rob Herring
2015-06-16 13:02         ` Rob Herring
2015-06-16 13:02         ` Rob Herring
2015-06-16 14:36         ` [rtc-linux] " Vaibhav Hiremath
2015-06-16 14:36           ` Vaibhav Hiremath
2015-06-16 14:36           ` Vaibhav Hiremath
2015-06-16 14:36           ` Vaibhav Hiremath
2015-05-29 22:19 ` [rtc-linux] [PATCH 2/4] mfd: 88pm800: use irq_mode to configure interrupt status reg clear method Vaibhav Hiremath
2015-05-29 22:19   ` Vaibhav Hiremath
2015-05-29 22:19   ` Vaibhav Hiremath
2015-06-01  8:31   ` [rtc-linux] " Lee Jones
2015-06-01  8:31     ` Lee Jones
2015-06-01  8:31     ` Lee Jones
2015-06-02  8:51     ` [rtc-linux] " Vaibhav Hiremath
2015-06-02  8:51       ` Vaibhav Hiremath
2015-06-02  8:51       ` Vaibhav Hiremath
2015-06-02  8:51       ` Vaibhav Hiremath
2015-05-29 22:19 ` [rtc-linux] [PATCH 3/4] rtc: 88pm80x: add device tree support Vaibhav Hiremath
2015-05-29 22:19   ` Vaibhav Hiremath
2015-05-29 22:19   ` Vaibhav Hiremath
2015-05-29 22:19 ` [rtc-linux] [PATCH 4/4] mfd: 88pm800: allocate pdata->rtc if not allocated earlier Vaibhav Hiremath
2015-05-29 22:19   ` Vaibhav Hiremath
2015-05-29 22:19   ` Vaibhav Hiremath
2015-05-29 22:19   ` Vaibhav Hiremath
2015-06-01  8:22   ` [rtc-linux] " Lee Jones
2015-06-01  8:22     ` Lee Jones
2015-06-01  8:22     ` Lee Jones
2015-06-02  5:07     ` [rtc-linux] " Vaibhav Hiremath
2015-06-02  5:07       ` Vaibhav Hiremath
2015-06-02  5:07       ` Vaibhav Hiremath
2015-06-02  7:40       ` [rtc-linux] " Lee Jones
2015-06-02  7:40         ` Lee Jones
2015-06-02  7:40         ` Lee Jones
2015-06-02  7:40         ` Lee Jones
2015-06-02  9:05         ` [rtc-linux] " Vaibhav Hiremath
2015-06-02  9:05           ` Vaibhav Hiremath
2015-06-02  9:05           ` Vaibhav Hiremath
2015-06-02  9:05           ` Vaibhav Hiremath
2015-06-02  9:33           ` [rtc-linux] " Lee Jones
2015-06-02  9:33             ` Lee Jones
2015-06-02  9:33             ` Lee Jones
2015-06-02  9:33             ` Lee Jones
2015-06-02  9:49             ` [rtc-linux] " Vaibhav Hiremath
2015-06-02  9:49               ` Vaibhav Hiremath
2015-06-02  9:49               ` Vaibhav Hiremath
2015-06-02  9:49               ` Vaibhav Hiremath
2015-06-02 10:07               ` [rtc-linux] " Lee Jones
2015-06-02 10:07                 ` Lee Jones
2015-06-02 10:07                 ` Lee Jones
2015-06-02 10:18                 ` [rtc-linux] " Vaibhav Hiremath
2015-06-02 10:18                   ` Vaibhav Hiremath
2015-06-02 10:18                   ` Vaibhav Hiremath

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.