OSDN Git Service

h8300: clocksource
authorYoshinori Sato <ysato@users.sourceforge.jp>
Tue, 27 Jan 2015 17:52:42 +0000 (02:52 +0900)
committerYoshinori Sato <ysato@users.sourceforge.jp>
Tue, 23 Jun 2015 04:35:55 +0000 (13:35 +0900)
commit618b902d8c098f2fff188119da7b3184c4bc5483
tree3e099a648328623429c6c7459ab0c075047d13c5
parent7b5bb891a6e44bd18bd8661ede2e09ccae258ef5
h8300: clocksource

h8300_timer8: 8bit clockevent device
h8300_timer16 / h8300_tpu: 16bit clocksource

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Documentation/devicetree/bindings/timer/renesas,16bit-timer.txt [new file with mode: 0644]
Documentation/devicetree/bindings/timer/renesas,8bit-timer.txt [new file with mode: 0644]
Documentation/devicetree/bindings/timer/renesas,tpu.txt [new file with mode: 0644]
drivers/clocksource/Kconfig
drivers/clocksource/Makefile
drivers/clocksource/h8300_timer16.c [new file with mode: 0644]
drivers/clocksource/h8300_timer8.c [new file with mode: 0644]
drivers/clocksource/h8300_tpu.c [new file with mode: 0644]