Re: [PATCH v2 3/3] mfd: max8997: move regmap handling to function drivers

2014-03-12 Thread Krzysztof Kozlowski
On Wed, 2014-03-12 at 14:37 +0100, Robert Baldyga wrote: > This patch moves code creating new i2c clients and regmaps to function > drivers which use them. It allows to avoid creating this instances when > individual function drivers are not enabled. > > Signed-off-by: Robert Baldyga > > Conflic

[PATCH v2 3/3] mfd: max8997: move regmap handling to function drivers

2014-03-12 Thread Robert Baldyga
This patch moves code creating new i2c clients and regmaps to function drivers which use them. It allows to avoid creating this instances when individual function drivers are not enabled. Signed-off-by: Robert Baldyga Conflicts: drivers/mfd/max8997.c --- drivers/extcon/extcon-max8997.c