All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] microblaze: Fix timer and interrupt code
@ 2022-06-08 10:38 Michal Simek
  2022-06-08 10:38 ` [PATCH 1/2] microblaze: Convert axi timer to DM driver Michal Simek
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Michal Simek @ 2022-06-08 10:38 UTC (permalink / raw)
  To: u-boot, git
  Cc: Bin Meng, Clément Léger, Eugen Hristev, Giulio Benetti,
	Heinrich Schuchardt, Jim Liu, Michal Simek, Ovidiu Panait,
	Rick Chen, Sean Anderson, Simon Glass, Stanley Chu

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-06-24 12:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 10:38 [PATCH 0/2] microblaze: Fix timer and interrupt code Michal Simek
2022-06-08 10:38 ` [PATCH 1/2] microblaze: Convert axi timer to DM driver Michal Simek
2022-06-23  8:37   ` Ovidiu Panait
2022-06-23 11:09     ` Michal Simek
2022-06-08 10:38 ` [PATCH 2/2] microblaze: Remove interrupt handler Michal Simek
2022-06-24 12:16 ` [PATCH 0/2] microblaze: Fix timer and interrupt code Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.