From: Nishanth Menon <nm@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2 1/4] drivers: Introduce a simplified remoteproc framework
Date: Wed, 16 Sep 2015 18:47:30 -0500 [thread overview]
Message-ID: <20150916234729.GA30118@ogun.home> (raw)
In-Reply-To: <CAPnjgZ2mFY2gDqGW+EdXQYoS09-4WoTczBC5X63xq+Ko93nWbw@mail.gmail.com>
On 21:46-20150901, Simon Glass wrote:
Hi Simon,
Apologies on a delayed response.
[...]
> > Changes in V2:
> > - review comments incorporated from v1
>
> Ah yes, but which ones?!
Hopefully all of them - I'd normally list up the details, but the
changes were a little too many in the case of v2..
[...]
> >
> [snip]
>
> Reviewed-by: Simon Glass <sjg@chromium.org>
Thanks. Will post next rev fixing the nits and picking up your
reviewed-by tag.
>
> A few nits below.
Thanks once again for your patience and review.
> > +
> > +/*
> > + * XXX XXX XXX
> > + * *IMPORTANT* NOTE: THE PLATFORM DATA SUPPORT IS NOT MEANT FOR USE WITH NEWER
> > + * PLATFORMS. THIS IS MEANT ONLY FOR LEGACY DEVICES. THIS MODE OF
> > + * INITIALIZATION *WILL* BE EVENTUALLY REMOVED ONCE ALL NECESSARY
> > + * PLATFORMS HAVE MOVED TO DM/FDT.
> > + * XXX XXX XXX
> > + */
>
> This can be lower case and you should remove the XXXX stuff.
Will do so in the next rev.
> > +/* Accessor */
> > +#define rproc_get_ops(dev) ((struct dm_rproc_ops *)(dev)->driver->ops)
> > +
> > +#ifdef CONFIG_REMOTEPROC
> > +int rproc_init(void);
> > +bool rproc_is_initialized(void);
> > +int rproc_load(int id, ulong addr, ulong size);
> > +int rproc_start(int id);
> > +int rproc_stop(int id);
> > +int rproc_reset(int id);
> > +int rproc_ping(int id);
> > +int rproc_is_running(int id);
>
> Can you move your function comments to here? This where you define
> your API, and it is the file that people will read.
Will do so as well.
--
Regards,
Nishanth Menon
next prev parent reply other threads:[~2015-09-16 23:47 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-28 4:07 [U-Boot] [PATCH V2 0/4] drivers/sandbox: Introduce a simplified remoteproc framework Nishanth Menon
2015-08-28 4:07 ` [U-Boot] [PATCH V2 1/4] drivers: " Nishanth Menon
2015-09-02 3:46 ` Simon Glass
2015-09-16 23:47 ` Nishanth Menon [this message]
2015-08-28 4:07 ` [U-Boot] [PATCH V2 2/4] remoteproc: Introduce a sandbox dummy driver Nishanth Menon
2015-09-02 3:46 ` Simon Glass
2015-09-16 23:50 ` Nishanth Menon
2015-08-28 4:07 ` [U-Boot] [PATCH V2 3/4] sandbox: Introduce dummy remoteproc nodes Nishanth Menon
2015-09-02 3:46 ` Simon Glass
2015-08-28 4:07 ` [U-Boot] [PATCH V2 4/4] test: Add basic tests for remoteproc Nishanth Menon
2015-09-02 3:46 ` Simon Glass
2015-09-16 23:57 ` Nishanth Menon
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=20150916234729.GA30118@ogun.home \
--to=nm@ti.com \
--cc=u-boot@lists.denx.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