All of lore.kernel.org
 help / color / mirror / Atom feed
* [rtc-linux] [PATCH 0/4] rtc: max77686: make max77686 rtc driver as IP driver
@ 2016-02-02 13:16 ` Laxman Dewangan
  0 siblings, 0 replies; 26+ messages in thread
From: Laxman Dewangan @ 2016-02-02 13:16 UTC (permalink / raw)
  To: lee.jones, alexandre.belloni, k.kozlowski, javier
  Cc: cw00.choi, linux-kernel, rtc-linux, Laxman Dewangan,
	Krzysztof Mazur

Based on discussion on patch series of MAX77620 when adding separate
driver for max77620 RTC, it is discussed to reuse the max77686 driver
for all CHips MAX77802, MAX77686 and MAX77620. For this, the rtc-max77686
need to make as IP driver independent of their MFD parent driver.

This series makes the rtc-max77686 as independent driver from its
parent. Required information is passed through the device parent
which is generic and does not depends on any max77686 specific
header ifnromation.

CC: Krzysztof Mazur <krzysiek@podlesie.net>
CC: Javier Martinez Canillas <javier@osg.samsung.com>

Laxman Dewangan (4):
  rtc: max77686: fix checkpatch error
  rtc: max77686: use rtc regmap to access RTC registers
  rtc: max77686: avoid reference of parent device info multiple palces
  rtc: max77686: move initialisation of rtc regmap, irq chip locally

 drivers/mfd/max77686.c               |  82 +---------
 drivers/rtc/Kconfig                  |   7 +-
 drivers/rtc/rtc-max77686.c           | 295 ++++++++++++++++++++++++++++-------
 include/linux/mfd/max77686-private.h |  16 --
 4 files changed, 244 insertions(+), 156 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2016-02-03  3:48 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-02 13:16 [rtc-linux] [PATCH 0/4] rtc: max77686: make max77686 rtc driver as IP driver Laxman Dewangan
2016-02-02 13:16 ` Laxman Dewangan
2016-02-02 13:16 ` [rtc-linux] [PATCH 1/4] rtc: max77686: fix checkpatch error Laxman Dewangan
2016-02-02 13:16   ` Laxman Dewangan
2016-02-02 23:57   ` [rtc-linux] " Krzysztof Kozlowski
2016-02-02 23:57     ` Krzysztof Kozlowski
2016-02-03  3:04   ` [rtc-linux] " Javier Martinez Canillas
2016-02-03  3:04     ` Javier Martinez Canillas
2016-02-02 13:16 ` [rtc-linux] [PATCH 2/4] rtc: max77686: use rtc regmap to access RTC registers Laxman Dewangan
2016-02-02 13:16   ` Laxman Dewangan
2016-02-02 23:59   ` [rtc-linux] " Krzysztof Kozlowski
2016-02-02 23:59     ` Krzysztof Kozlowski
2016-02-03  3:08   ` [rtc-linux] " Javier Martinez Canillas
2016-02-03  3:08     ` Javier Martinez Canillas
2016-02-02 13:16 ` [rtc-linux] [PATCH 3/4] rtc: max77686: avoid reference of parent device info multiple palces Laxman Dewangan
2016-02-02 13:16   ` Laxman Dewangan
2016-02-03  0:05   ` [rtc-linux] " Krzysztof Kozlowski
2016-02-03  0:05     ` Krzysztof Kozlowski
2016-02-03  3:16   ` [rtc-linux] " Javier Martinez Canillas
2016-02-03  3:16     ` Javier Martinez Canillas
2016-02-02 13:16 ` [rtc-linux] [PATCH 4/4] rtc: max77686: move initialisation of rtc regmap, irq chip locally Laxman Dewangan
2016-02-02 13:16   ` Laxman Dewangan
2016-02-03  1:17   ` [rtc-linux] " Krzysztof Kozlowski
2016-02-03  1:17     ` Krzysztof Kozlowski
2016-02-03  3:48     ` [rtc-linux] " Javier Martinez Canillas
2016-02-03  3:48       ` Javier Martinez Canillas

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.