Re: [PATCH 07/12] mfd: syscon: Consider platform data a regmap config name

2014-02-12 Thread Pawel Moll
On Wed, 2014-02-12 at 11:27 +, Alexander Shiyan wrote: > Yeah, I gave up the idea to use the syscon_ids[] to separate devices for > non-DT case. > https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/drivers/mfd/syscon.c?id=5104d2656d4874c51868dc7182016e9501ec99ca > Instead,

Re: [PATCH 07/12] mfd: syscon: Consider platform data a regmap config name

2014-02-12 Thread Alexander Shiyan
Среда, 12 февраля 2014, 11:06 UTC от Pawel Moll : > On Wed, 2014-02-12 at 08:26 +, Lee Jones wrote: > > > > Use the device platform data as a regmap config > > > > name. This is particularly useful in the regmap > > > > debugfs when there is more than one syscon device > > > > registered, to di

Re: [PATCH 07/12] mfd: syscon: Consider platform data a regmap config name

2014-02-12 Thread Lee Jones
> > > > Use the device platform data as a regmap config > > > > name. This is particularly useful in the regmap > > > > debugfs when there is more than one syscon device > > > > registered, to distinguish the register blocks. > > > > > > > > Cc: Samuel Ortiz > > > > Cc: Lee Jones > > > > Signed-

Re: [PATCH 07/12] mfd: syscon: Consider platform data a regmap config name

2014-02-12 Thread Pawel Moll
On Wed, 2014-02-12 at 08:26 +, Lee Jones wrote: > > > Use the device platform data as a regmap config > > > name. This is particularly useful in the regmap > > > debugfs when there is more than one syscon device > > > registered, to distinguish the register blocks. > > > > > > Cc: Samuel Ortiz

Re: [PATCH 07/12] mfd: syscon: Consider platform data a regmap config name

2014-02-12 Thread Lee Jones
> > Use the device platform data as a regmap config > > name. This is particularly useful in the regmap > > debugfs when there is more than one syscon device > > registered, to distinguish the register blocks. > > > > Cc: Samuel Ortiz > > Cc: Lee Jones > > Signed-off-by: Pawel Moll > > --- > ..

Re: [PATCH 07/12] mfd: syscon: Consider platform data a regmap config name

2014-02-11 Thread Alexander Shiyan
Hello. Вторник, 11 февраля 2014, 17:10 UTC от Pawel Moll : > Use the device platform data as a regmap config > name. This is particularly useful in the regmap > debugfs when there is more than one syscon device > registered, to distinguish the register blocks. > > Cc: Samuel Ortiz > Cc: Lee Jone

Re: [PATCH 07/12] mfd: syscon: Consider platform data a regmap config name

2014-02-11 Thread Lee Jones
> Use the device platform data as a regmap config > name. This is particularly useful in the regmap > debugfs when there is more than one syscon device > registered, to distinguish the register blocks. > > Cc: Samuel Ortiz > Cc: Lee Jones > Signed-off-by: Pawel Moll > --- > Alternatively I coul

[PATCH 07/12] mfd: syscon: Consider platform data a regmap config name

2014-02-11 Thread Pawel Moll
Use the device platform data as a regmap config name. This is particularly useful in the regmap debugfs when there is more than one syscon device registered, to distinguish the register blocks. Cc: Samuel Ortiz Cc: Lee Jones Signed-off-by: Pawel Moll --- Alternatively I could define a syscon pl