Re: [PATCH] mfd: da9052-core: Fix platform-device id collision

2015-01-20 Thread Lee Jones
On Tue, 23 Dec 2014, Fabio Estevam wrote: > On Wed, Dec 10, 2014 at 10:11 AM, Lee Jones wrote: > > > My train of thought was that the original configuration has not > > changed since 2011. I guess other regulators have been recently > > introduced. Very well, applied to -fixes. > > Still

Re: [PATCH] mfd: da9052-core: Fix platform-device id collision

2015-01-20 Thread Lee Jones
On Tue, 23 Dec 2014, Fabio Estevam wrote: On Wed, Dec 10, 2014 at 10:11 AM, Lee Jones lee.jo...@linaro.org wrote: My train of thought was that the original configuration has not changed since 2011. I guess other regulators have been recently introduced. Very well, applied to -fixes.

Re: [PATCH] mfd: da9052-core: Fix platform-device id collision

2014-12-23 Thread Fabio Estevam
Hi Lee, On Wed, Dec 10, 2014 at 10:11 AM, Lee Jones wrote: > My train of thought was that the original configuration has not > changed since 2011. I guess other regulators have been recently > introduced. Very well, applied to -fixes. Still don't see this patch in linux-next. -- To

Re: [PATCH] mfd: da9052-core: Fix platform-device id collision

2014-12-23 Thread Fabio Estevam
Hi Lee, On Wed, Dec 10, 2014 at 10:11 AM, Lee Jones lee.jo...@linaro.org wrote: My train of thought was that the original configuration has not changed since 2011. I guess other regulators have been recently introduced. Very well, applied to -fixes. Still don't see this patch in

Re: [PATCH] mfd: da9052-core: Fix platform-device id collision

2014-12-10 Thread Lee Jones
On Wed, 10 Dec 2014, Mark Brown wrote: > On Wed, Dec 10, 2014 at 09:46:50AM +, Lee Jones wrote: > > On Tue, 09 Dec 2014, Fabio Estevam wrote: > > > > Tested on a imx53-qsb board, where multiple DA9053 regulators can be > > > successfully probed. > > > Applied for v3.20, thanks. > > Fabio

Re: [PATCH] mfd: da9052-core: Fix platform-device id collision

2014-12-10 Thread Mark Brown
On Wed, Dec 10, 2014 at 09:46:50AM +, Lee Jones wrote: > On Tue, 09 Dec 2014, Fabio Estevam wrote: > > Tested on a imx53-qsb board, where multiple DA9053 regulators can be > > successfully probed. > Applied for v3.20, thanks. Fabio was saying that -next is broken which presumably means

Re: [PATCH] mfd: da9052-core: Fix platform-device id collision

2014-12-10 Thread Lee Jones
On Tue, 09 Dec 2014, Fabio Estevam wrote: > From: Fabio Estevam > > Allow multiple DA9052 regulators be registered by registering with > PLATFORM_DEVID_AUTO instead of PLATFORM_DEVID_NONE. > > The subdevices are currently registered with PLATFORM_DEVID_NONE, which > will cause a name

Re: [PATCH] mfd: da9052-core: Fix platform-device id collision

2014-12-10 Thread Lee Jones
On Tue, 09 Dec 2014, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Allow multiple DA9052 regulators be registered by registering with PLATFORM_DEVID_AUTO instead of PLATFORM_DEVID_NONE. The subdevices are currently registered with PLATFORM_DEVID_NONE, which will

Re: [PATCH] mfd: da9052-core: Fix platform-device id collision

2014-12-10 Thread Mark Brown
On Wed, Dec 10, 2014 at 09:46:50AM +, Lee Jones wrote: On Tue, 09 Dec 2014, Fabio Estevam wrote: Tested on a imx53-qsb board, where multiple DA9053 regulators can be successfully probed. Applied for v3.20, thanks. Fabio was saying that -next is broken which presumably means that

Re: [PATCH] mfd: da9052-core: Fix platform-device id collision

2014-12-10 Thread Lee Jones
On Wed, 10 Dec 2014, Mark Brown wrote: On Wed, Dec 10, 2014 at 09:46:50AM +, Lee Jones wrote: On Tue, 09 Dec 2014, Fabio Estevam wrote: Tested on a imx53-qsb board, where multiple DA9053 regulators can be successfully probed. Applied for v3.20, thanks. Fabio was saying that

[PATCH] mfd: da9052-core: Fix platform-device id collision

2014-12-09 Thread Fabio Estevam
From: Fabio Estevam Allow multiple DA9052 regulators be registered by registering with PLATFORM_DEVID_AUTO instead of PLATFORM_DEVID_NONE. The subdevices are currently registered with PLATFORM_DEVID_NONE, which will cause a name collision on the platform bus when multiple regulators are

[PATCH] mfd: da9052-core: Fix platform-device id collision

2014-12-09 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com Allow multiple DA9052 regulators be registered by registering with PLATFORM_DEVID_AUTO instead of PLATFORM_DEVID_NONE. The subdevices are currently registered with PLATFORM_DEVID_NONE, which will cause a name collision on the platform bus when