[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJKOXPdb9=B-s=EEdB8-pDoDNw8KyZwuD68_NgcAdVpBc-v0hg@mail.gmail.com>
Date: Tue, 24 Feb 2015 09:21:27 +0100
From: Krzysztof Kozlowski <k.kozlowski@...sung.com>
To: rtc-linux@...glegroups.com
Cc: a.zummo@...ertech.it, akpm@...ux-foundation.org,
inki.dae@...sung.com, linux-kernel@...r.kernel.org,
linux-samsung-soc@...r.kernel.org,
Chanwoo Choi <cw00.choi@...sung.com>
Subject: Re: [rtc-linux] [PATCH v3] rtc: s5m: Add the support for S2MPS13 RTC
2015-02-24 7:09 GMT+01:00 Chanwoo Choi <cw00.choi@...sung.com>:
> This patch adds only the compatible string for S2MPS13 clock which is identical
> with S2MPS14 clock driver.
If everything is identical then maybe use the same ID?
{ "s5m-rtc", S5M8767X },
+ { "s2mps13-rtc", S2MPS14X },
{ "s2mps14-rtc", S2MPS14X },
Or in mfd/sec-core:
static const struct mfd_cell s2mps13_devs[] = {
- { .name = "s2mps13-rtc", },
+ { .name = "s2mps14-rtc", },
The duplication of all S2MPS14 labels seems not necessary in such case.
Best regards,
Krzysztof
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists