public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] mfd: sec: Add support for the RTC on S2MPA01
@ 2019-02-13 22:24 Stuart Menefy
  2019-02-13 22:24 ` [PATCH v3 1/2] mfd: sec: Put one element structure initialisation on one line Stuart Menefy
  2019-02-13 22:24 ` [PATCH v3 2/2] mfd: sec: Add support for the RTC on S2MPA01 Stuart Menefy
  0 siblings, 2 replies; 5+ messages in thread
From: Stuart Menefy @ 2019-02-13 22:24 UTC (permalink / raw)
  To: Sangbeom Kim, Krzysztof Kozlowski, Bartlomiej Zolnierkiewicz,
	Lee Jones, linux-kernel, linux-samsung-soc
  Cc: Stuart Menefy

Add the RTC on the S2MPA01. As this is appears to be identical to the
RTC on the S2MPS14 we can use the existing code.

Before we can do that however tidy up the existing code as requested by
Lee:
https://lore.kernel.org/lkml/20190213072458.GB1863@dell/

Changes since v2:
 - Add patch tidying up existing one element structure initialisation
 - Rebase patch 2/2

Changes since v1:
 - Remove the duplicated code and simply declare the RTC to be the same
   as that on the S2MPS14.

Stuart Menefy (2):
  mfd: sec: Put one element structure initialisation on one line
  mfd: sec: Add support for the RTC on S2MPA01

 drivers/mfd/sec-core.c | 59 +++++++++++++++++---------------------------------
 drivers/mfd/sec-irq.c  |  3 +++
 2 files changed, 23 insertions(+), 39 deletions(-)

-- 
2.13.6


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

end of thread, other threads:[~2019-03-20 10:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-13 22:24 [PATCH v3 0/2] mfd: sec: Add support for the RTC on S2MPA01 Stuart Menefy
2019-02-13 22:24 ` [PATCH v3 1/2] mfd: sec: Put one element structure initialisation on one line Stuart Menefy
2019-03-20  9:58   ` Lee Jones
2019-02-13 22:24 ` [PATCH v3 2/2] mfd: sec: Add support for the RTC on S2MPA01 Stuart Menefy
2019-03-20 10:01   ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox