public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Sean Anderson <seanga2@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH v2 0/2] timer: Return a u64 directly
Date: Wed,  7 Oct 2020 14:37:42 -0400	[thread overview]
Message-ID: <20201007183744.804570-1-seanga2@gmail.com> (raw)

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

             reply	other threads:[~2020-10-07 18:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-07 18:37 Sean Anderson [this message]
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

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=20201007183744.804570-1-seanga2@gmail.com \
    --to=seanga2@gmail.com \
    --cc=u-boot@lists.denx.de \
    /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