summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/h8300_tpu.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clocksource/drivers/h8300_*: Remove unneeded memset()sAlexey Klimov2015-10-151-1/+0
| | | | | | | | | | Memory for timer16_priv, timer8_priv and tpu_priv structs is allocated by devm_kzalloc() in corresponding probe functions of drivers. No need to zero it one more time. Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
* h8300: clocksourceYoshinori Sato2015-06-231-0/+207
h8300_timer8: 8bit clockevent device h8300_timer16 / h8300_tpu: 16bit clocksource Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>