public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/2] timer: Return a u64 directly
@ 2020-10-07 18:37 Sean Anderson
  2020-10-07 18:37 ` [PATCH v2 1/2] doc: Document timer API Sean Anderson
  2020-10-07 18:37 ` [PATCH v2 2/2] timer: Return count from timer_ops.get_count Sean Anderson
  0 siblings, 2 replies; 8+ messages in thread
From: Sean Anderson @ 2020-10-07 18:37 UTC (permalink / raw)
  To: u-boot

This series will conflict with [1]. One could be rebased on the other, depending
on what order they are merged.

[1] https://patchwork.ozlabs.org/project/uboot/list/?series=205908

Changes in v2:
- Document timer API with kerneldoc
- mchp-pit64b was added since v1, so convert it
- Document when get_count may be called, and what assumptions the timer
  subsystem makes about drivers

Sean Anderson (2):
  doc: Document timer API
  timer: Return count from timer_ops.get_count

 arch/riscv/lib/andes_plmt.c       |  6 ++--
 arch/riscv/lib/sifive_clint.c     |  6 ++--
 doc/api/index.rst                 |  1 +
 doc/api/timer.rst                 |  8 +++++
 drivers/timer/ag101p_timer.c      |  5 ++-
 drivers/timer/altera_timer.c      |  6 ++--
 drivers/timer/arc_timer.c         |  6 ++--
 drivers/timer/ast_timer.c         |  6 ++--
 drivers/timer/atcpit100_timer.c   |  5 ++-
 drivers/timer/atmel_pit_timer.c   |  6 ++--
 drivers/timer/cadence-ttc.c       |  6 ++--
 drivers/timer/dw-apb-timer.c      |  6 ++--
 drivers/timer/mchp-pit64b-timer.c |  6 ++--
 drivers/timer/mpc83xx_timer.c     |  6 ++--
 drivers/timer/mtk_timer.c         |  6 ++--
 drivers/timer/nomadik-mtu-timer.c |  6 ++--
 drivers/timer/omap-timer.c        |  6 ++--
 drivers/timer/ostm_timer.c        |  6 ++--
 drivers/timer/riscv_timer.c       | 21 ++++++------
 drivers/timer/rockchip_timer.c    |  5 ++-
 drivers/timer/sandbox_timer.c     |  6 ++--
 drivers/timer/sti-timer.c         |  6 ++--
 drivers/timer/stm32_timer.c       |  6 ++--
 drivers/timer/timer-uclass.c      |  3 +-
 drivers/timer/tsc_timer.c         |  6 ++--
 include/timer.h                   | 53 +++++++++++++++++--------------
 26 files changed, 91 insertions(+), 118 deletions(-)
 create mode 100644 doc/api/timer.rst

-- 
2.28.0

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

end of thread, other threads:[~2020-10-23  0:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-07 18:37 [PATCH v2 0/2] timer: Return a u64 directly Sean Anderson
2020-10-07 18:37 ` [PATCH v2 1/2] doc: Document timer API Sean Anderson
2020-10-12  3:34   ` Simon Glass
2020-10-23  0:27   ` Tom Rini
2020-10-07 18:37 ` [PATCH v2 2/2] timer: Return count from timer_ops.get_count Sean Anderson
2020-10-08  8:28   ` Claudiu.Beznea at microchip.com
2020-10-09 17:23   ` Simon Glass
2020-10-23  0:27   ` Tom Rini

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