devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tomer Maimon <tmaimon77@gmail.com>
To: robh+dt@kernel.org, mark.rutland@arm.com,
	daniel.lezcano@linaro.org, tglx@linutronix.de,
	avifishman70@gmail.com, brendanhiggins@google.com,
	raltherr@google.com, joel@jms.id.au
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	openbmc@lists.ozlabs.org, Tomer Maimon <tmaimon77@gmail.com>
Subject: [PATCH v3 0/2] clocksource: npcm: add NPCM7xx timer driver
Date: Mon,  6 Nov 2017 18:28:34 +0200	[thread overview]
Message-ID: <1509985716-25759-1-git-send-email-tmaimon77@gmail.com> (raw)

Addressed comments from:.
 - Daniel Lezcano: https://www.spinics.net/lists/devicetree/msg196683.html
 - Brendan Higgins: https://www.spinics.net/lists/devicetree/msg201038.html
		    https://www.spinics.net/lists/devicetree/msg201037.html

Changes since version 2:
 - The shutdown function called oneshot function that can cause a crash
   in the system.
   Modify shutdown call to unique shutdown function to solve it.
 - Adding support to resume function
 - Using timer-of.c API
 - Modify NPCM750 compatible name.

Asked Brendon to modify NPCM7xx device tree entry.
https://lkml.org/lkml/2017/11/6/335

Changes have been tested on the NPCM750 evaluation board.

Tomer Maimon (2):
  clocksource: npcm: add NPCM7xx timer driver
  dt-binding: timer: document NPCM7xx timer DT bindings

 .../bindings/timer/nuvoton,npcm7xx-timer.txt       |  25 +++
 drivers/clocksource/Kconfig                        |   8 +
 drivers/clocksource/Makefile                       |   1 +
 drivers/clocksource/npcm7xx-timer.c                | 239 +++++++++++++++++++++
 4 files changed, 273 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/timer/nuvoton,npcm7xx-timer.txt
 create mode 100644 drivers/clocksource/npcm7xx-timer.c

-- 
2.14.1

             reply	other threads:[~2017-11-06 16:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-06 16:28 Tomer Maimon [this message]
     [not found] ` <1509985716-25759-1-git-send-email-tmaimon77-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-11-06 16:28   ` [PATCH v3 1/2] clocksource: npcm: add NPCM7xx timer driver Tomer Maimon
     [not found]     ` <1509985716-25759-2-git-send-email-tmaimon77-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-11-17 19:29       ` Brendan Higgins
2017-12-07 20:40         ` Brendan Higgins
2017-11-06 16:28 ` [PATCH v3 2/2] dt-binding: timer: document NPCM7xx timer DT bindings Tomer Maimon
     [not found]   ` <1509985716-25759-3-git-send-email-tmaimon77-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-11-06 22:39     ` Rob Herring
2017-11-17 19:31       ` Brendan Higgins

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=1509985716-25759-1-git-send-email-tmaimon77@gmail.com \
    --to=tmaimon77@gmail.com \
    --cc=avifishman70@gmail.com \
    --cc=brendanhiggins@google.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=joel@jms.id.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=openbmc@lists.ozlabs.org \
    --cc=raltherr@google.com \
    --cc=robh+dt@kernel.org \
    --cc=tglx@linutronix.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;
as well as URLs for NNTP newsgroup(s).