From: Stanley Chu <stanley.chu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
To: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
wsd_upstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org,
Daniel Lezcano
<daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
Matthias Brugger
<matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
Subject: Re: [PATCH v7 1/5] clocksource/drivers/timer-mediatek: Add system timer bindings
Date: Fri, 6 Jul 2018 06:52:50 +0800 [thread overview]
Message-ID: <1530831170.17448.82.camel@mtkswgap22> (raw)
In-Reply-To: <20180705211552.GA3699@rob-hp-laptop>
On Thu, 2018-07-05 at 15:15 -0600, Rob Herring wrote:
> On Thu, Jul 05, 2018 at 09:09:28AM +0800, Stanley Chu wrote:
Hi Rob,
> > +- reg: Should contain location and length for timer register.
> > +- clocks: Both timers are driven by system clock.
>
> The binding just needs to say how many clocks, what they are and the
> order.
>
> You need to explain in the commit message why you remove the RTC clock.
OK! Will fix binding description and commit message in v8.
RTC clock is not used in both "GPT" and "SYST" driver now so we just
remove it.
>
> >
> > Examples:
> >
> > @@ -21,5 +27,5 @@ Examples:
> > compatible = "mediatek,mt6577-timer";
> > reg = <0x10008000 0x80>;
> > interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_LOW>;
> > - clocks = <&system_clk>, <&rtc_clk>;
> > - };
> > + clocks = <&system_clk>;
> > + };
> > \ No newline at end of file
>
> Fix this.
Will fix it in v8.
Thanks.
Stanley Chu
>
> > --
> > 1.7.9.5
> >
next prev parent reply other threads:[~2018-07-05 22:52 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-05 1:09 [PATCH v7 0/5] Add system timer driver for Mediatek SoCs Stanley Chu
[not found] ` <1530752972-833-1-git-send-email-stanley.chu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2018-07-05 1:09 ` [PATCH v7 1/5] clocksource/drivers/timer-mediatek: Add system timer bindings Stanley Chu
2018-07-05 21:15 ` Rob Herring
2018-07-05 22:52 ` Stanley Chu [this message]
2018-07-05 1:09 ` [PATCH v7 2/5] clocksource/drivers/timer-mediatek: Rename mtk_timer to timer-mediatek Stanley Chu
2018-07-05 1:09 ` [PATCH v7 5/5] clocksource/drivers/timer-mediatek: Add support for system timer Stanley Chu
2018-07-05 1:09 ` [PATCH v7 3/5] clocksource/drivers/timer-mediatek: Use specific prefix for GPT Stanley Chu
2018-07-05 1:09 ` [PATCH v7 4/5] clocksource/drivers/timer-mediatek: Convert the driver to timer-of Stanley Chu
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=1530831170.17448.82.camel@mtkswgap22 \
--to=stanley.chu-nus5lvnupcjwk0htik3j/w@public.gmane.org \
--cc=daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org \
--cc=wsd_upstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org \
/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