[patch v1]mfd: fix for DA9055 driver initialization

2013-07-05 Thread Ankur Raina
to '1' on receiving an event. The events can be cleared on writing a '1' to the set bit, which would then clear that bit to '0' After applying this patch we have a clean state after boot up. Signed-off-by: Ankur Raina --- drivers/mfd/da9055-core.c |5 + 1 files changed, 5 insertions

[patch v1]mfd: update DA9055 i2c device id

2013-07-05 Thread Ankur Raina
DA9055 is a combination of pmic and codec. This patch updates the DA9055 i2c device id to match the standard naming convention followed for such chips. Signed-off-by: Ankur Raina --- drivers/mfd/da9055-i2c.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mfd

[patch v1]mfd: update DA9055 i2c device id

2013-07-05 Thread Ankur Raina
DA9055 is a combination of pmic and codec. This patch updates the DA9055 i2c device id to match the standard naming convention followed for such chips. Signed-off-by: Ankur --- drivers/mfd/da9055-i2c.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[patch v1]mfd: update DA9055 i2c device id

2013-07-05 Thread Ankur Raina
DA9055 is a combination of pmic and codec. This patch updates the DA9055 i2c device id to match the standard naming convention followed for such chips. Signed-off-by: Ankur ankur.ra...@kpitcummins.com --- drivers/mfd/da9055-i2c.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[patch v1]mfd: update DA9055 i2c device id

2013-07-05 Thread Ankur Raina
DA9055 is a combination of pmic and codec. This patch updates the DA9055 i2c device id to match the standard naming convention followed for such chips. Signed-off-by: Ankur Raina ankur.ra...@kpitcummins.com --- drivers/mfd/da9055-i2c.c |2 +- 1 files changed, 1 insertions(+), 1 deletions

[patch v1]mfd: fix for DA9055 driver initialization

2013-07-05 Thread Ankur Raina
to '1' on receiving an event. The events can be cleared on writing a '1' to the set bit, which would then clear that bit to '0' After applying this patch we have a clean state after boot up. Signed-off-by: Ankur Raina ankur.ra...@kpitcummins.com --- drivers/mfd/da9055-core.c |5 + 1

Re: [patch v1 1/1]regulator: fix for DA9055 regulator

2013-06-28 Thread Ankur Raina
On Fri, 2013-06-28 at 10:33 +0100, Mark Brown wrote: > On Fri, Jun 28, 2013 at 07:05:03AM +0000, Ankur Raina wrote: > > This patch adds support for usage of GPIO's by multiple bucks and regulators > > of DA9055 for enable-disable and voltage set selection.Without this patch

Re: [patch v1 1/1]mfd: fix for DA9055 driver initialization

2013-06-28 Thread Ankur Raina
On Thu, 2013-06-27 at 19:41 +0200, Samuel Ortiz wrote: > Hi Ankur, > > On Thu, Jun 27, 2013 at 02:06:45PM +0000, Ankur Raina wrote: > > This patch adds support for clearing events received while > > powering up DA9055. > Could you please explain what that fixes ? While p

[patch v1 1/1]regulator: fix for DA9055 regulator

2013-06-28 Thread Ankur Raina
This patch adds support for usage of GPIO's by multiple bucks and regulators of DA9055 for enable-disable and voltage set selection.Without this patch regulator control through GPIO would fail for more than one regulator/buck. Signed-off-by: Ankur --- drivers/regulator/da9055-regulator.c |

[patch v1 1/1]regulator: fix for DA9055 regulator

2013-06-28 Thread Ankur Raina
This patch adds support for usage of GPIO's by multiple bucks and regulators of DA9055 for enable-disable and voltage set selection.Without this patch regulator control through GPIO would fail for more than one regulator/buck. Signed-off-by: Ankur ankur.ra...@kpitcummins.com ---

Re: [patch v1 1/1]mfd: fix for DA9055 driver initialization

2013-06-28 Thread Ankur Raina
On Thu, 2013-06-27 at 19:41 +0200, Samuel Ortiz wrote: Hi Ankur, On Thu, Jun 27, 2013 at 02:06:45PM +, Ankur Raina wrote: This patch adds support for clearing events received while powering up DA9055. Could you please explain what that fixes ? While powering up DA9055,events

Re: [patch v1 1/1]regulator: fix for DA9055 regulator

2013-06-28 Thread Ankur Raina
On Fri, 2013-06-28 at 10:33 +0100, Mark Brown wrote: On Fri, Jun 28, 2013 at 07:05:03AM +, Ankur Raina wrote: This patch adds support for usage of GPIO's by multiple bucks and regulators of DA9055 for enable-disable and voltage set selection.Without this patch regulator control

[patch v1 1/1]regulator: fix for DA9055 regulator

2013-06-27 Thread Ankur Raina
This patch adds support for usage of GPIO's by multiple bucks and regulators of DA9055 for enable-disable and voltage set selection.Without this patch regulator control through GPIO would fail for more than one regulator/buck. Signed-off-by: Ankur --- drivers/regulator/da9055-regulator.c |

[patch v1 1/1]mfd: fix for DA9055 driver initialization

2013-06-27 Thread Ankur Raina
This patch adds support for clearing events received while powering up DA9055. Signed-off-by: Ankur --- drivers/mfd/da9055-core.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers/mfd/da9055-core.c b/drivers/mfd/da9055-core.c index 49cb23d..e4c0596 100644 ---

[patch v1 1/1]regulator: fix for DA9055 regulator

2013-06-27 Thread Ankur Raina
This patch adds support for usage of GPIO's by multiple bucks and regulators of DA9055 for enable-disable and voltage set selection.Without this patch regulator control through GPIO would fail for more than one regulator/buck. Signed-off-by: Ankur ankur.ra...@kpitcummins.com ---

[patch v1 1/1]mfd: fix for DA9055 driver initialization

2013-06-27 Thread Ankur Raina
This patch adds support for clearing events received while powering up DA9055. Signed-off-by: Ankur ankur.ra...@kpitcummins.com --- drivers/mfd/da9055-core.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers/mfd/da9055-core.c b/drivers/mfd/da9055-core.c index