From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Fri, 19 Jun 2015 12:10:50 -0700 Subject: [PATCH 17/41] clocksource: qcom: Migrate to new 'set-state' interface In-Reply-To: References: Message-ID: <20150619191050.GF22132@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 06/18, Viresh Kumar wrote: > Migrate qcom driver to the new 'set-state' interface provided by > clockevents core, the earlier 'set-mode' interface is marked obsolete > now. > > This also enables us to implement callbacks for new states of clockevent > devices, for example: ONESHOT_STOPPED. > > Periodic mode isn't supported by the driver and so the callback isn't > provided anymore. > > Cc: Stephen Boyd > Cc: Kumar Gala > Cc: Andy Gross > Cc: David Brown > Signed-off-by: Viresh Kumar > --- Acked-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project