On 03/07/2019 18:48, Frank Wunderlich wrote: > From: Josef Friedl <josef.fri...@speed.at> > > - use regmap_read_poll_timeout to drop while-loop > - use devm-api to drop remove-callback > - add new compatible for mt6323 > It's up to the maintainer but I don't like patches doing clean-ups together with adding support for new HW, although it's a trivial one here. > Signed-off-by: Frank Wunderlich <fran...@public-files.de> > =2D-- > drivers/rtc/rtc-mt6397.c | 55 ++++++++++++++++------------------------ > 1 file changed, 22 insertions(+), 33 deletions(-) > > diff --git a/drivers/rtc/rtc-mt6397.c b/drivers/rtc/rtc-mt6397.c > index c08ee5edf865..e5ddf0d0b6f1 100644 > =2D-- a/drivers/rtc/rtc-mt6397.c > +++ b/drivers/rtc/rtc-mt6397.c > @@ -4,16 +4,19 @@ > * Author: Tianping.Fang <tianping.f...@mediatek.com> Missing in the CC list.
- [PATCH v2 0/7] implement poweroff for mt6323/6397 Frank Wunderlich
- [PATCH v2 3/7] rtc: mt6397: improvements of rtc dri... Frank Wunderlich
- Re: [PATCH v2 3/7] rtc: mt6397: improvements of... Matthias Brugger
- Aw: Re: [PATCH v2 3/7] rtc: mt6397: improve... Frank Wunderlich
- Re: [PATCH v2 3/7] rtc: mt6397: improvements of... Alexandre Belloni
- Aw: Re: [PATCH v2 3/7] rtc: mt6397: improve... Frank Wunderlich
- Re: Re: [PATCH v2 3/7] rtc: mt6397: imp... Alexandre Belloni
- Aw: Re: Re: [PATCH v2 3/7] rtc: mt... Frank Wunderlich
- Re: Re: Re: [PATCH v2 3/7] rtc... Alexandre Belloni
- [PATCH v2 4/7] mfd: mt6323: some improvements of mt... Frank Wunderlich
- [PATCH v2 5/7] power: reset: add driver for mt6323 ... Frank Wunderlich
- Re: [PATCH v2 5/7] power: reset: add driver for... Matthias Brugger
- Re: [PATCH v2 5/7] power: reset: add driver for... Ran Bi