Re: [PATCH v2 02/17] rtc: bd70528: Do not require parent data

2021-01-19 Thread Matti Vaittinen
On Tue, 2021-01-19 at 22:09 +0100, Alexandre Belloni wrote: > On 19/01/2021 09:14:45+0200, Matti Vaittinen wrote: > > The ROHM BD71828 and BD71815 RTC drivers only need the regmap > > pointer from parent. Regmap can be obtained via dev_get_regmap() > > so do not require parent to populate driver

Re: [PATCH v2 02/17] rtc: bd70528: Do not require parent data

2021-01-19 Thread Alexandre Belloni
On 19/01/2021 09:14:45+0200, Matti Vaittinen wrote: > The ROHM BD71828 and BD71815 RTC drivers only need the regmap > pointer from parent. Regmap can be obtained via dev_get_regmap() > so do not require parent to populate driver data for that. > > BD70528 on the other hand requires parent data to

[PATCH v2 02/17] rtc: bd70528: Do not require parent data

2021-01-18 Thread Matti Vaittinen
The ROHM BD71828 and BD71815 RTC drivers only need the regmap pointer from parent. Regmap can be obtained via dev_get_regmap() so do not require parent to populate driver data for that. BD70528 on the other hand requires parent data to access the watchdog so leave the parent data for BD70528 here