[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150817071932.GH19600@pengutronix.de>
Date: Mon, 17 Aug 2015 09:19:32 +0200
From: Markus Pargmann <mpa@...gutronix.de>
To: Hartmut Knaack <knaack.h@....de>
Cc: Mark Brown <broonie@...nel.org>,
Jonathan Cameron <jic23@...nel.org>,
Srinivas Pandruvada <srinivas.pandruvada@...ux.intel.com>,
linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, kernel@...gutronix.de
Subject: Re: [PATCH 01/20] regmap: Add missing comments about struct
regmap_bus
On Wed, Aug 12, 2015 at 10:12:22PM +0200, Hartmut Knaack wrote:
> Markus Pargmann schrieb am 12.08.2015 um 12:12:
> > There are some fields of this struct undocumented or old. This patch
> > updates the missing comments.
> >
> > Signed-off-by: Markus Pargmann <mpa@...gutronix.de>
> > ---
> > include/linux/regmap.h | 4 +++-
> > 1 file changed, 3 insertions(+), 1 deletion(-)
> >
> > diff --git a/include/linux/regmap.h b/include/linux/regmap.h
> > index 59c55ea0f0b5..6ff83c9ddb45 100644
> > --- a/include/linux/regmap.h
> > +++ b/include/linux/regmap.h
> > @@ -296,8 +296,11 @@ typedef void (*regmap_hw_free_context)(void *context);
> > * if not implemented on a given device.
> > * @async_write: Write operation which completes asynchronously, optional and
> > * must serialise with respect to non-async I/O.
> > + * @reg_write: Write operation for a register. Writes value to register.
> > * @read: Read operation. Data is returned in the buffer used to transmit
> > * data.
> > + * @reg_read: Read operation for a register. Reads a value from a register.
> > + * @free_conetext: Free context.
>
> Typo: free_context
Thanks, fixed for next version.
Best regards,
Markus
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)
Powered by blists - more mailing lists