linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Add andestech atcpit100 timer
@ 2017-11-09  8:05 Rick Chen
  2017-11-09  8:05 ` [PATCH v4 1/3] clocksource/drivers/atcpit100: " Rick Chen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rick Chen @ 2017-11-09  8:05 UTC (permalink / raw)
  To: daniel.lezcano, tglx, robh, linux-kernel, devicetree, rick; +Cc: Rick Chen

Changelog v4:
 - Patch 1/3: Changes
 - Patch 2/3: No changes
 - Patch 3/3: Changes


Patch 1/3
 1 Pre-compute some definetions
 2 Remove PWM relative
 3 Refine coding style
 4 Wrap some calls into functions
 4 Use timer-of API
 5 Correct commit content
    use channel1 timer0 as clock source
	  use channel0 timer0 as clock event

Patch 3/3
 Remove description about clock-frequency
 Add clocks description for timer-of API

Rick Chen (3):
  clocksource/drivers/atcpit100: Add andestech atcpit100 timer
  clocksource/drivers/Kconfig: Support andestech atcpit100 timer
  dt-bindings: timer: Add andestech atcpit100 timer binding doc

 .../bindings/timer/andestech,atcpit100-timer.txt   |  33 +++
 drivers/clocksource/Kconfig                        |   6 +
 drivers/clocksource/Makefile                       |   1 +
 drivers/clocksource/timer-atcpit100.c              | 248 +++++++++++++++++++++
 4 files changed, 288 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/timer/andestech,atcpit100-timer.txt
 create mode 100644 drivers/clocksource/timer-atcpit100.c

--

Changelog v3:

Patch 1/3
 Fix warning from kbuild test robot when make ARCH=x86_64

Patch 3/3
 Acked-by: Rob Herring <robh@kernel.org>

--

Changelog v2:

Patch 3/3
 1 Add commit msg
 2 Change rick to full name Rick Chen
 3 MOdify S-o-b

2.7.4

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

end of thread, other threads:[~2017-11-09  8:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-09  8:05 [PATCH v4 0/3] Add andestech atcpit100 timer Rick Chen
2017-11-09  8:05 ` [PATCH v4 1/3] clocksource/drivers/atcpit100: " Rick Chen
2017-11-09  8:05 ` [PATCH v4 2/3] clocksource/drivers/Kconfig: Support " Rick Chen
2017-11-09  8:05 ` [PATCH v4 3/3] dt-bindings: timer: Add andestech atcpit100 timer binding doc Rick Chen

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).