[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230705104403.696680-1-AVKrasnov@sberdevices.ru>
Date: Wed, 5 Jul 2023 13:43:56 +0300
From: Arseniy Krasnov <AVKrasnov@...rdevices.ru>
To: Liang Yang <liang.yang@...ogic.com>,
Miquel Raynal <miquel.raynal@...tlin.com>,
Richard Weinberger <richard@....at>,
Vignesh Raghavendra <vigneshr@...com>,
Neil Armstrong <neil.armstrong@...aro.org>,
Kevin Hilman <khilman@...libre.com>,
Jerome Brunet <jbrunet@...libre.com>,
Martin Blumenstingl <martin.blumenstingl@...glemail.com>,
Michał Kępień <kernel@...pniu.pl>,
Arseniy Krasnov <AVKrasnov@...rdevices.ru>,
Adam Borowski <kilobyte@...band.pl>,
JaimeLiao <jaimeliao.tw@...il.com>,
ChenXiaoSong <chenxiaosong2@...wei.com>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
CC: <oxffffaa@...il.com>, <kernel@...rdevices.ru>,
<linux-mtd@...ts.infradead.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-amlogic@...ts.infradead.org>, <linux-kernel@...r.kernel.org>
Subject: [PATCH v1 0/2] use NAND core API for Meson controller
During waiting for command completion this driver sends NAND_CMD_STATUS
and then NAND_CMD_READ0 to leave status checking mode. Instead of direct
accesses to the registers of the controller to send these commands, this
patchset uses currently implemented and exported NAND API for the same
purposes. First patch is preparation: we need to export function
'nand_exit_status_op()' for modules. Second patch uses these functions
in the Meson driver.
Arseniy Krasnov (2):
mtd: rawnand: export 'nand_exit_status_op()'
mtd: rawnand: meson: use NAND core API to check status
drivers/mtd/nand/raw/meson_nand.c | 26 ++++++++++++--------------
drivers/mtd/nand/raw/nand_base.c | 1 +
include/linux/mtd/rawnand.h | 1 +
3 files changed, 14 insertions(+), 14 deletions(-)
--
2.35.0
Powered by blists - more mailing lists