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

2018-03-12 Thread JeffyChen
Hi Lee, On 03/12/2018 05:12 PM, Lee Jones wrote: On Fri, 09 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 >---

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

2018-03-12 Thread JeffyChen
Hi Lee, On 03/12/2018 05:12 PM, Lee Jones wrote: On Fri, 09 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 v4: None

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

2018-03-12 Thread Lee Jones
On Fri, 09 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 v4: None > Changes in v3: >

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

2018-03-12 Thread Lee Jones
On Fri, 09 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 v4: None > Changes in v3: > Modify commit message. > >

[RESEND PATCH v4 1/4] mfd: syscon: Set name of regmap_config

2018-03-09 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 v4: None Changes in v3: Modify commit message. drivers/mfd/syscon.c | 1 + 1 file

[RESEND PATCH v4 1/4] mfd: syscon: Set name of regmap_config

2018-03-09 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 v4: None Changes in v3: Modify commit message. drivers/mfd/syscon.c | 1 + 1 file changed, 1 insertion(+)

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

2018-03-09 Thread Lee Jones
On Fri, 09 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 v4: None > Changes in v3: >

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

2018-03-09 Thread Lee Jones
On Fri, 09 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 v4: None > Changes in v3: > Modify commit message. > >

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

2018-03-08 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 v4: None Changes in v3: Modify commit message. drivers/mfd/syscon.c | 1 + 1 file

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

2018-03-08 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 v4: None Changes in v3: Modify commit message. drivers/mfd/syscon.c | 1 + 1 file changed, 1 insertion(+)