Re: [PATCH v3 1/4] extcon: arizona: Remove enable/disable of 32k clock

2016-05-06 Thread Stephen Boyd
On 01/08, Charles Keepax wrote: > The 32k clock is unconditionally enabled by the MFD core so there is no > need to control it from the extcon device, so this patch removes the > control of the 32k clock. > > Signed-off-by: Charles Keepax > --- Applied to clk-next -- Qualcomm Innovation Center

Re: [PATCH v3 1/4] extcon: arizona: Remove enable/disable of 32k clock

2016-01-24 Thread Chanwoo Choi
On 2016년 01월 08일 20:29, Charles Keepax wrote: > The 32k clock is unconditionally enabled by the MFD core so there is no > need to control it from the extcon device, so this patch removes the > control of the 32k clock. > > Signed-off-by: Charles Keepax > --- > > No changes since v2. > > Thanks,