From: Dinh Nguyen <dinguyen@altera.com>
To: Jamie Iles <jamie@jamieiles.com>
Cc: <linux-watchdog@vger.kernel.org>,
<devicetree-discuss@lists.ozlabs.org>, <dinh.linux@gmail.com>,
Viresh Kumar <viresh.kumar@st.com>,
Grant Likely <grant.likely@linaro.org>,
Rob Herring <rob.herring@calxeda.com>,
Wim Van Sebroeck <wim@iguana.be>, Pavel Machek <pavel@denx.de>
Subject: Re: [PATCH] watchdog: dw: Enable OF support for DW watchdog timer.
Date: Wed, 10 Jul 2013 09:55:48 -0500 [thread overview]
Message-ID: <1373468148.8797.0.camel@linux-builds1> (raw)
In-Reply-To: <20130710104101.GA3552@page>
On Wed, 2013-07-10 at 11:41 +0100, Jamie Iles wrote:
> Hi Dinh,
>
> On Tue, Jul 09, 2013 at 06:09:37PM -0500, dinguyen@altera.com wrote:
> > From: Dinh Nguyen <dinguyen@altera.com>
> >
> > Add device tree support to the DW watchdog timer.
> >
> > Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
> > Cc: Jamie Iles <jamie@jamieiles.com>
> > Cc: Viresh Kumar <viresh.kumar@st.com>
> > Cc: Grant Likely <grant.likely@linaro.org>
> > Cc: Rob Herring <rob.herring@calxeda.com>
> > Cc: Wim Van Sebroeck <wim@iguana.be>
> > Cc: Pavel Machek <pavel@denx.de>
> > ---
> > .../devicetree/bindings/watchdog/dw_wdt.txt | 16 ++++++++++++++++
> > drivers/watchdog/dw_wdt.c | 7 +++++++
> > 2 files changed, 23 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/watchdog/dw_wdt.txt
> >
> > diff --git a/drivers/watchdog/dw_wdt.c b/drivers/watchdog/dw_wdt.c
> > index 2037669..f7eec38 100644
> > --- a/drivers/watchdog/dw_wdt.c
> > +++ b/drivers/watchdog/dw_wdt.c
> > @@ -343,12 +343,19 @@ static int dw_wdt_drv_remove(struct platform_device *pdev)
> > return 0;
> > }
> >
> > +static const struct of_device_id dw_wdt_of_match[] = {
> > + { .compatible = "snps,dw-wdt", },
> > + { /* sentinel */ }
> > +};
> > +MODULE_DEVICE_TABLE(of, dw_wdt_of_match);
> > +
> > static struct platform_driver dw_wdt_driver = {
> > .probe = dw_wdt_drv_probe,
> > .remove = dw_wdt_drv_remove,
> > .driver = {
> > .name = "dw_wdt",
> > .owner = THIS_MODULE,
> > + .of_match_table = dw_wdt_of_match,
>
> I think we want:
>
> .of_match_table = of_match_ptr(dw_wdt_of_match),
>
> as the module doesn't have an OF dependency.
Thanks Jamie, I'll send a v2 with your Ack and comment.
Dinh
>
> Otherwise looks good to me.
>
> Acked-by: Jamie Iles <jamie@jamieiles.com>
>
> Thanks,
>
> Jamie
>
prev parent reply other threads:[~2013-07-10 14:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-09 23:09 [PATCH] watchdog: dw: Enable OF support for DW watchdog timer dinguyen
2013-07-10 10:33 ` Pavel Machek
2013-07-10 10:41 ` Jamie Iles
2013-07-10 14:55 ` Dinh Nguyen [this message]
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=1373468148.8797.0.camel@linux-builds1 \
--to=dinguyen@altera.com \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=dinh.linux@gmail.com \
--cc=grant.likely@linaro.org \
--cc=jamie@jamieiles.com \
--cc=linux-watchdog@vger.kernel.org \
--cc=pavel@denx.de \
--cc=rob.herring@calxeda.com \
--cc=viresh.kumar@st.com \
--cc=wim@iguana.be \
/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).