From mboxrd@z Thu Jan 1 00:00:00 1970 From: soren.brinkmann@xilinx.com (=?utf-8?B?U8O2cmVu?= Brinkmann) Date: Thu, 25 Jun 2015 16:15:35 -0700 Subject: [PATCH 02/41] clocksource: cadence_ttc: Migrate to new 'set-state' interface In-Reply-To: References: Message-ID: <20150625231535.GU20178@xsjsorenbubuntu> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, 2015-06-18 at 04:24PM +0530, Viresh Kumar wrote: > Migrate cadence_ttc 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. > > Cc: Michal Simek > Cc: S?ren Brinkmann > Signed-off-by: Viresh Kumar Tested-by: S?ren Brinkmann S?ren