From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de, git@xilinx.com
Cc: "Bin Meng" <bmeng.cn@gmail.com>,
"Clément Léger" <clement.leger@bootlin.com>,
"Eugen Hristev" <eugen.hristev@microchip.com>,
"Giulio Benetti" <giulio.benetti@benettiengineering.com>,
"Heinrich Schuchardt" <xypron.glpk@gmx.de>,
"Jim Liu" <jim.t90615@gmail.com>,
"Michal Simek" <monstr@monstr.eu>,
"Ovidiu Panait" <ovpanait@gmail.com>,
"Rick Chen" <rick@andestech.com>,
"Sean Anderson" <sean.anderson@seco.com>,
"Simon Glass" <sjg@chromium.org>,
"Stanley Chu" <yschu@nuvoton.com>
Subject: [PATCH 0/2] microblaze: Fix timer and interrupt code
Date: Wed, 8 Jun 2022 12:38:52 +0200 [thread overview]
Message-ID: <cover.1654684731.git.michal.simek@amd.com> (raw)
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
next reply other threads:[~2022-06-08 10:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-08 10:38 Michal Simek [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1654684731.git.michal.simek@amd.com \
--to=monstr@monstr.eu \
--cc=bmeng.cn@gmail.com \
--cc=clement.leger@bootlin.com \
--cc=eugen.hristev@microchip.com \
--cc=git@xilinx.com \
--cc=giulio.benetti@benettiengineering.com \
--cc=jim.t90615@gmail.com \
--cc=ovpanait@gmail.com \
--cc=rick@andestech.com \
--cc=sean.anderson@seco.com \
--cc=sjg@chromium.org \
--cc=u-boot@lists.denx.de \
--cc=xypron.glpk@gmx.de \
--cc=yschu@nuvoton.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox