linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] *** Fix warning from kbuild test robot ***
@ 2017-11-07  7:19 Rick Chen
  2017-11-07  7:19 ` [PATCH v3 1/3] clocksource/drivers/atcpit100: Add andestech atcpit100 timer Rick Chen
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Rick Chen @ 2017-11-07  7:19 UTC (permalink / raw)
  To: daniel.lezcano, tglx, robh, linux-kernel, devicetree, rick; +Cc: Rick Chen

*** Fix warnings when make with ARCH=x86_64 from auto build test ***

rick (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   |  31 ++++
 drivers/clocksource/Kconfig                        |   6 +
 drivers/clocksource/Makefile                       |   1 +
 drivers/clocksource/timer-atcpit100.c              | 199 +++++++++++++++++++++
 4 files changed, 237 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/timer/andestech,atcpit100-timer.txt
 create mode 100644 drivers/clocksource/timer-atcpit100.c

-- 
2.7.4

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

end of thread, other threads:[~2017-11-07 12:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-07  7:19 [PATCH v3 0/3] *** Fix warning from kbuild test robot *** Rick Chen
2017-11-07  7:19 ` [PATCH v3 1/3] clocksource/drivers/atcpit100: Add andestech atcpit100 timer Rick Chen
2017-11-07 12:46   ` Daniel Lezcano
2017-11-07  7:19 ` [PATCH v3 2/3] clocksource/drivers/Kconfig: Support " Rick Chen
2017-11-07  7:19 ` [PATCH v3 3/3] dt-bindings: timer: Add andestech atcpit100 timer binding doc Rick Chen
2017-11-07  8:31 ` [PATCH v3 0/3] *** Fix warning from kbuild test robot *** Daniel Lezcano

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