Re: [PATCH v5 1/4] mfd: syscon: Set name of regmap_config

2018-03-12 Thread Lee Jones
On Mon, 12 Mar 2018, 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: > CC lee.jo...@linaro.org >

Re: [PATCH v5 1/4] mfd: syscon: Set name of regmap_config

2018-03-12 Thread Lee Jones
On Mon, 12 Mar 2018, 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: > CC lee.jo...@linaro.org > > Changes in v4: None >

[PATCH v5 1/4] mfd: syscon: 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: CC lee.jo...@linaro.org Changes in v4: None Changes in v3: Modify commit

[PATCH v5 1/4] mfd: syscon: 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: CC lee.jo...@linaro.org Changes in v4: None Changes in v3: Modify commit message. drivers/mfd/syscon.c |