Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clocksource/drivers/h8300_*: Remove unneeded memset()s | Alexey Klimov | 2015-10-15 | 1 | -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: clocksource | Yoshinori Sato | 2015-06-23 | 1 | -0/+207 |
h8300_timer8: 8bit clockevent device h8300_timer16 / h8300_tpu: 16bit clocksource Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp> |