summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/h8300_timer8.c
Commit message (Collapse)AuthorAgeFilesLines
* clockevents/drivers/h8300_timer8: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-23/+28
| | | | | | | | | | | | Migrate h8300_timer8 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. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
* h8300: fix typo.Yoshinori Sato2015-06-231-1/+1
| | | | Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
* h8300: clocksourceYoshinori Sato2015-06-231-0/+313
h8300_timer8: 8bit clockevent device h8300_timer16 / h8300_tpu: 16bit clocksource Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>