[PATCH 0/2] microblaze: Fix timer and interrupt code

Michal Simek monstr at monstr.eu
Fri Jun 24 14:16:42 CEST 2022


st 8. 6. 2022 v 12:39 odesílatel Michal Simek <monstr at monstr.eu> napsal:
>
> 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
>
> --
> 2.36.1
>

Applied.
M

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs


More information about the U-Boot mailing list