public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/3] riscv: Move timers into drivers/timer
@ 2020-10-26  1:46 Sean Anderson
  2020-10-26  1:46 ` [PATCH v2 1/3] riscv: Move Andes PLMT driver to drivers/timer Sean Anderson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sean Anderson @ 2020-10-26  1:46 UTC (permalink / raw)
  To: u-boot

Now that mtime sources are regular timers, they can go in with the rest of the
timer drivers. I have assigned maintenance of these drivers to Rick Chen, as
they were previous under his purview.

Passing CI (for v1) located at [1].

[1] https://dev.azure.com/seanga2/9603e4b8-6f49-4106-b8fc-46e66a869d69/_build/results?buildId=45

Changes in v2:
- Rebase onto master

Sean Anderson (3):
  riscv: Move Andes PLMT driver to drivers/timer
  timer: Add _TIMER suffix to Andes PLMT Kconfig
  riscv: Move timer portions of SiFive CLINT to drivers/timer

 MAINTAINERS                                   |  2 +
 arch/riscv/Kconfig                            |  7 ---
 arch/riscv/cpu/ax25/Kconfig                   |  2 +-
 arch/riscv/lib/Makefile                       |  1 -
 arch/riscv/lib/sifive_clint.c                 | 41 +---------------
 drivers/timer/Kconfig                         |  7 +++
 drivers/timer/Makefile                        |  2 +
 .../timer/andes_plmt_timer.c                  |  0
 drivers/timer/sifive_clint_timer.c            | 47 +++++++++++++++++++
 9 files changed, 61 insertions(+), 48 deletions(-)
 rename arch/riscv/lib/andes_plmt.c => drivers/timer/andes_plmt_timer.c (100%)
 create mode 100644 drivers/timer/sifive_clint_timer.c

-- 
2.28.0

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

end of thread, other threads:[~2020-10-26  1:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-26  1:46 [PATCH v2 0/3] riscv: Move timers into drivers/timer Sean Anderson
2020-10-26  1:46 ` [PATCH v2 1/3] riscv: Move Andes PLMT driver to drivers/timer Sean Anderson
2020-10-26  1:46 ` [PATCH v2 2/3] timer: Add _TIMER suffix to Andes PLMT Kconfig Sean Anderson
2020-10-26  1:46 ` [PATCH v2 3/3] riscv: Move timer portions of SiFive CLINT to drivers/timer Sean Anderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox