Re: [PATCH v3 2/2] mfd: sec: Add support for the RTC on S2MPA01

2019-03-20 Thread Lee Jones
On Wed, 13 Feb 2019, Stuart Menefy wrote: > The RTC portion of the S2MPA01 appears to have the same > register layout as the S2MPS14. > > Reviewed-by: Krzysztof Kozlowski > Signed-off-by: Stuart Menefy Tags should be in chronological order. That way they can give us more information about the

[PATCH v3 2/2] mfd: sec: Add support for the RTC on S2MPA01

2019-02-13 Thread Stuart Menefy
The RTC portion of the S2MPA01 appears to have the same register layout as the S2MPS14. Reviewed-by: Krzysztof Kozlowski Signed-off-by: Stuart Menefy --- drivers/mfd/sec-core.c | 1 + drivers/mfd/sec-irq.c | 3 +++ 2 files changed, 4 insertions(+) diff --git a/drivers/mfd/sec-core.c b/drivers