Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1737151 > unrolled thread
| Started by | <sean.wang@mediatek.com> |
|---|---|
| First post | 2017-09-22 05:40 +0200 |
| Last post | 2017-09-22 10:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 3/4] rtc: mediatek: enhance the description for MediaTek PMIC based RTC <sean.wang@mediatek.com> - 2017-09-22 05:40 +0200
Re: [PATCH 3/4] rtc: mediatek: enhance the description for MediaTek PMIC based RTC Eddie Huang <eddie.huang@mediatek.com> - 2017-09-22 10:10 +0200
| From | <sean.wang@mediatek.com> |
|---|---|
| Date | 2017-09-22 05:40 +0200 |
| Subject | [PATCH 3/4] rtc: mediatek: enhance the description for MediaTek PMIC based RTC |
| Message-ID | <usmYN-16o-9@gated-at.bofh.it> |
From: Sean Wang <sean.wang@mediatek.com> Give a better description for original MediaTek RTC driver as PMIC based RTC in order to distinguish SoC based RTC. Also turning all words with Mediatek to MediaTek here. Cc: Eddie Huang <eddie.huang@mediatek.com> Signed-off-by: Sean Wang <sean.wang@mediatek.com> --- drivers/rtc/Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 4226295..4500f77 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -1716,14 +1716,14 @@ config RTC_DRV_MEDIATEK will be called rtc-mediatek. config RTC_DRV_MT6397 - tristate "Mediatek Real Time Clock driver" + tristate "MediaTek PMIC based RTC" depends on MFD_MT6397 || (COMPILE_TEST && IRQ_DOMAIN) help - This selects the Mediatek(R) RTC driver. RTC is part of Mediatek + This selects the MediaTek(R) RTC driver. RTC is part of MediaTek MT6397 PMIC. You should enable MT6397 PMIC MFD before select - Mediatek(R) RTC driver. + MediaTek(R) RTC driver. - If you want to use Mediatek(R) RTC interface, select Y or M here. + If you want to use MediaTek(R) RTC interface, select Y or M here. config RTC_DRV_XGENE tristate "APM X-Gene RTC" -- 2.7.4
[toc] | [next] | [standalone]
| From | Eddie Huang <eddie.huang@mediatek.com> |
|---|---|
| Date | 2017-09-22 10:10 +0200 |
| Subject | Re: [PATCH 3/4] rtc: mediatek: enhance the description for MediaTek PMIC based RTC |
| Message-ID | <usrc6-3JR-17@gated-at.bofh.it> |
| In reply to | #1737151 |
Hi Sean, On Fri, 2017-09-22 at 11:33 +0800, sean.wang@mediatek.com wrote: > From: Sean Wang <sean.wang@mediatek.com> > > Give a better description for original MediaTek RTC driver as PMIC based > RTC in order to distinguish SoC based RTC. Also turning all words with > Mediatek to MediaTek here. > > Cc: Eddie Huang <eddie.huang@mediatek.com> > Signed-off-by: Sean Wang <sean.wang@mediatek.com> > --- > drivers/rtc/Kconfig | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig > index 4226295..4500f77 100644 > --- a/drivers/rtc/Kconfig > +++ b/drivers/rtc/Kconfig > @@ -1716,14 +1716,14 @@ config RTC_DRV_MEDIATEK > will be called rtc-mediatek. > > config RTC_DRV_MT6397 > - tristate "Mediatek Real Time Clock driver" > + tristate "MediaTek PMIC based RTC" > depends on MFD_MT6397 || (COMPILE_TEST && IRQ_DOMAIN) > help > - This selects the Mediatek(R) RTC driver. RTC is part of Mediatek > + This selects the MediaTek(R) RTC driver. RTC is part of MediaTek > MT6397 PMIC. You should enable MT6397 PMIC MFD before select > - Mediatek(R) RTC driver. > + MediaTek(R) RTC driver. > > - If you want to use Mediatek(R) RTC interface, select Y or M here. > + If you want to use MediaTek(R) RTC interface, select Y or M here. > > config RTC_DRV_XGENE > tristate "APM X-Gene RTC" Thanks your correction. Acked-by: Eddie Huang <eddie.huang@mediatek.com> Regards,
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web