
Hi,
this series is moving timer to generic drivers/timer/ location and it is removing unused interrupt code in architecture.
note: This patchset is based on rela and cache series.
Thanks, Michal
Michal Simek (2): microblaze: Convert axi timer to DM driver microblaze: Remove interrupt handler
MAINTAINERS | 1 + arch/Kconfig | 6 +- arch/microblaze/cpu/Makefile | 2 +- arch/microblaze/cpu/interrupts.c | 182 +----------------- arch/microblaze/cpu/timer.c | 123 ------------ arch/microblaze/include/asm/microblaze_intc.h | 37 ---- .../microblaze/include/asm/microblaze_timer.h | 26 --- drivers/timer/Kconfig | 8 + drivers/timer/Makefile | 1 + drivers/timer/xilinx-timer.c | 82 ++++++++ 10 files changed, 99 insertions(+), 369 deletions(-) delete mode 100644 arch/microblaze/cpu/timer.c delete mode 100644 arch/microblaze/include/asm/microblaze_intc.h delete mode 100644 arch/microblaze/include/asm/microblaze_timer.h create mode 100644 drivers/timer/xilinx-timer.c