From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Richard Weinberger <richard@nod.at>,
Vignesh Raghavendra <vigneshr@ti.com>,
Tudor Ambarus <tudor.ambarus@linaro.org>,
Pratyush Yadav <pratyush@kernel.org>,
Michael Walle <michael@walle.cc>, <linux-mtd@lists.infradead.org>
Cc: Julien Su <juliensu@mxic.com.tw>,
Jaime Liao <jaimeliao@mxic.com.tw>,
Jaime Liao <jaimeliao.tw@gmail.com>,
Alvin Zhou <alvinzhou@mxic.com.tw>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Stephen Rothwell <sfr@canb.auug.org.au>
Subject: Re: [PATCH] mtd: rawnand: Fix nand_chip kdoc
Date: Mon, 30 Jan 2023 17:06:22 +0100 [thread overview]
Message-ID: <20230130170622.6f48bed3@xps-13> (raw)
In-Reply-To: <20230116094735.11483-1-miquel.raynal@bootlin.com>
Hello,
miquel.raynal@bootlin.com wrote on Mon, 16 Jan 2023 10:47:35 +0100:
> Describe the continuous read nand_chip fields to avoid the following
> htmldocs warning:
> include/linux/mtd/rawnand.h:1325: warning: Function parameter or member
> 'cont_read' not described in 'nand_chip'
>
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Fixes: 003fe4b9545b ("mtd: rawnand: Support for sequential cache reads")
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
> ---
Applied to nand/next.
> include/linux/mtd/rawnand.h | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/include/linux/mtd/rawnand.h b/include/linux/mtd/rawnand.h
> index 1b0936fe3c6e..f8d4be9c587a 100644
> --- a/include/linux/mtd/rawnand.h
> +++ b/include/linux/mtd/rawnand.h
> @@ -1260,6 +1260,10 @@ struct nand_secure_region {
> * @read_retries: The number of read retry modes supported
> * @secure_regions: Structure containing the secure regions info
> * @nr_secure_regions: Number of secure regions
> + * @cont_read: Sequential page read internals
> + * @cont_read.ongoing: Whether a continuous read is ongoing or not
> + * @cont_read.first_page: Start of the continuous read operation
> + * @cont_read.last_page: End of the continuous read operation
> * @controller: The hardware controller structure which is shared among multiple
> * independent devices
> * @ecc: The ECC controller structure
Thanks,
Miquèl
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
prev parent reply other threads:[~2023-01-30 16:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-16 9:47 [PATCH] mtd: rawnand: Fix nand_chip kdoc Miquel Raynal
2023-01-30 16:06 ` Miquel Raynal [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=20230130170622.6f48bed3@xps-13 \
--to=miquel.raynal@bootlin.com \
--cc=alvinzhou@mxic.com.tw \
--cc=jaimeliao.tw@gmail.com \
--cc=jaimeliao@mxic.com.tw \
--cc=juliensu@mxic.com.tw \
--cc=linux-mtd@lists.infradead.org \
--cc=michael@walle.cc \
--cc=pratyush@kernel.org \
--cc=richard@nod.at \
--cc=sfr@canb.auug.org.au \
--cc=thomas.petazzoni@bootlin.com \
--cc=tudor.ambarus@linaro.org \
--cc=vigneshr@ti.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.