Re: [PATCH v3 2/2] ARM: EXYNOS: Call regulator core suspend prepare and finish functions

2014-11-13 Thread Javier Martinez Canillas
Hello Kukjin, On 11/13/2014 03:12 AM, Kukjin Kim wrote: >> > Oh, sorry. I'm here and applying this patch into samsung tree. > Great, thanks a lot! Best regards, Javier -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majord...@vger.ker

Re: [PATCH v3 2/2] ARM: EXYNOS: Call regulator core suspend prepare and finish functions

2014-11-12 Thread Kukjin Kim
On 11/13/14 02:02, Olof Johansson wrote: On Tue, Nov 11, 2014 at 2:23 AM, Javier Martinez Canillas wrote: Hello Kukjin, On Thu, Oct 30, 2014 at 11:06 AM, Javier Martinez Canillas wrote: Hello Kukjin, On Mon, Oct 20, 2014 at 11:05 PM, Javier Martinez Canillas wrote: The regulator framew

Re: [PATCH v3 2/2] ARM: EXYNOS: Call regulator core suspend prepare and finish functions

2014-11-12 Thread Olof Johansson
On Tue, Nov 11, 2014 at 2:23 AM, Javier Martinez Canillas wrote: > Hello Kukjin, > > On Thu, Oct 30, 2014 at 11:06 AM, Javier Martinez Canillas > wrote: >> Hello Kukjin, >> >> On Mon, Oct 20, 2014 at 11:05 PM, Javier Martinez Canillas >> wrote: >>> The regulator framework has a set of helpers fu

Re: [PATCH v3 2/2] ARM: EXYNOS: Call regulator core suspend prepare and finish functions

2014-11-11 Thread Javier Martinez Canillas
Hello Kukjin, On Thu, Oct 30, 2014 at 11:06 AM, Javier Martinez Canillas wrote: > Hello Kukjin, > > On Mon, Oct 20, 2014 at 11:05 PM, Javier Martinez Canillas > wrote: >> The regulator framework has a set of helpers functions to be used when >> the system is entering and leaving from suspend but

Re: [PATCH v3 2/2] ARM: EXYNOS: Call regulator core suspend prepare and finish functions

2014-10-30 Thread Javier Martinez Canillas
Hello Kukjin, On Mon, Oct 20, 2014 at 11:05 PM, Javier Martinez Canillas wrote: > The regulator framework has a set of helpers functions to be used when > the system is entering and leaving from suspend but these are not called > on Exynos platforms. This means that the .set_suspend_* function ha

Re: [PATCH v3 2/2] ARM: EXYNOS: Call regulator core suspend prepare and finish functions

2014-10-20 Thread Javier Martinez Canillas
Hello Doug, On 10/20/2014 11:40 PM, Doug Anderson wrote: > Javier, > > On Mon, Oct 20, 2014 at 2:05 PM, Javier Martinez Canillas > wrote: >> The regulator framework has a set of helpers functions to be used when >> the system is entering and leaving from suspend but these are not called >> on Ex

Re: [PATCH v3 2/2] ARM: EXYNOS: Call regulator core suspend prepare and finish functions

2014-10-20 Thread Doug Anderson
Javier, On Mon, Oct 20, 2014 at 2:05 PM, Javier Martinez Canillas wrote: > The regulator framework has a set of helpers functions to be used when > the system is entering and leaving from suspend but these are not called > on Exynos platforms. This means that the .set_suspend_* function handlers

[PATCH v3 2/2] ARM: EXYNOS: Call regulator core suspend prepare and finish functions

2014-10-20 Thread Javier Martinez Canillas
The regulator framework has a set of helpers functions to be used when the system is entering and leaving from suspend but these are not called on Exynos platforms. This means that the .set_suspend_* function handlers defined by regulator drivers are not called when the system is suspended. Sugges