Re: "regulator: Enable supply regulator if child rail is enabled" broken?

2012-08-14 Thread Laxman Dewangan
On Tuesday 14 August 2012 02:45 PM, Rabin Vincent wrote: 2012/8/14 Laxman Dewangan: Yaah, It is missing the regulator_disable() in regulator_init_complete() for some cases. Please let me know if I need to send patch for fixing this issue. Yes, please do. I sent a patch. Please confirm whether t

Re: "regulator: Enable supply regulator if child rail is enabled" broken?

2012-08-14 Thread Rabin Vincent
2012/8/14 Laxman Dewangan : > Yaah, It is missing the regulator_disable() in regulator_init_complete() for > some cases. > Please let me know if I need to send patch for fixing this issue. Yes, please do. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a m

Re: "regulator: Enable supply regulator if child rail is enabled" broken?

2012-08-14 Thread Laxman Dewangan
On Tuesday 14 August 2012 02:08 PM, Rabin Vincent wrote: It appears that this patch causes incorrect reference counting on supply regulators if the child regulator is enabled with for example boot_on=true: commit b2296bd43e781976743354c668a356b0df98e1da Author: Laxman Dewangan Date: Mon Jan 2

"regulator: Enable supply regulator if child rail is enabled" broken?

2012-08-14 Thread Rabin Vincent
It appears that this patch causes incorrect reference counting on supply regulators if the child regulator is enabled with for example boot_on=true: commit b2296bd43e781976743354c668a356b0df98e1da Author: Laxman Dewangan Date: Mon Jan 2 13:08:45 2012 +0530 regulator: Enable supply regulato