linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rick Chen <rickchen36@gmail.com>
To: daniel.lezcano@linaro.org, tglx@linutronix.de, robh@kernel.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	rick@andestech.com
Cc: Rick Chen <rickchen36@gmail.com>
Subject: [PATCH v3 0/3] *** Fix warning from kbuild test robot ***
Date: Tue,  7 Nov 2017 15:19:50 +0800	[thread overview]
Message-ID: <1510039193-32522-1-git-send-email-rickchen36@gmail.com> (raw)

*** 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

             reply	other threads:[~2017-11-07  7:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-07  7:19 Rick Chen [this message]
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

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=1510039193-32522-1-git-send-email-rickchen36@gmail.com \
    --to=rickchen36@gmail.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rick@andestech.com \
    --cc=robh@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).