Re: [PATCH v5 2/4] rtc: at91sam9: Set name of regmap_config

2018-03-12 Thread Alexandre Belloni
On 12/03/2018 at 17:51:40 +0800, Jeffy Chen wrote: > We are now allowing to register debugfs without a valid device, and not > having a valid name will end up using "dummy*" to create debugfs dir. > > Signed-off-by: Jeffy Chen > --- > > Changes in v5: None > Changes in v4: > Not to use rtc dev t

[PATCH v5 2/4] rtc: at91sam9: Set name of regmap_config

2018-03-12 Thread Jeffy Chen
We are now allowing to register debugfs without a valid device, and not having a valid name will end up using "dummy*" to create debugfs dir. Signed-off-by: Jeffy Chen --- Changes in v5: None Changes in v4: Not to use rtc dev to init regmap, the gpbr is not directly related to the rtc. Changes