mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 20:47:12 +07:00
mtd: rawnand: timings: Update onfi_fill_data_interface() kernel doc
Describe all parameters and drop the legacy [NAND Interface] prefix. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Link: https://lore.kernel.org/linux-mtd/20200529111322.7184-13-miquel.raynal@bootlin.com
This commit is contained in:
parent
5e179a532a
commit
844cc46460
@ -274,9 +274,10 @@ static const struct nand_data_interface onfi_sdr_timings[] = {
|
||||
};
|
||||
|
||||
/**
|
||||
* onfi_fill_data_interface - [NAND Interface] Initialize a data interface from
|
||||
* given ONFI mode
|
||||
* @mode: The ONFI timing mode
|
||||
* onfi_fill_data_interface - Initialize a data interface from a given ONFI mode
|
||||
* @chip: The NAND chip
|
||||
* @type: The data interface type
|
||||
* @timing_mode: The ONFI timing mode
|
||||
*/
|
||||
int onfi_fill_data_interface(struct nand_chip *chip,
|
||||
enum nand_data_interface_type type,
|
||||
|
Loading…
Reference in New Issue
Block a user