]> git.ipfire.org Git - thirdparty/u-boot.git/commit - MAINTAINERS
timer: Add MPC83xx timer driver
authorMario Six <mario.six@gdsys.cc>
Mon, 6 Aug 2018 08:23:38 +0000 (10:23 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 18 Sep 2018 06:01:18 +0000 (00:01 -0600)
commit2c21749d7118b66b98cbab3f6301576726e06525
tree7b4bc996c57e0799f82c41804cdda661851b2ec7
parentd259f975d475ced7623eb5a8fdc6abe82f996afd
timer: Add MPC83xx timer driver

Add a timer driver for the MPC83xx architecture.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
Documentation/devicetree/bindings/timer/fsl,mpc83xx-timer.txt [new file with mode: 0644]
MAINTAINERS
arch/powerpc/cpu/mpc83xx/cpu.c
arch/powerpc/lib/Makefile
arch/powerpc/lib/interrupts.c
drivers/timer/Kconfig
drivers/timer/Makefile
drivers/timer/mpc83xx_timer.c [new file with mode: 0644]