aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorArseniy Krasnov <[email protected]>2023-06-08 07:47:28 +0300
committerMiquel Raynal <[email protected]>2023-06-09 17:21:15 +0200
commitc17a90a46a712b78578dd7156380fdd515a2af9d (patch)
tree2c7f9d695134501cf07d2d9a22e011ebaec57b1f /tools/perf/scripts/python/event_analyzing_sample.py
parent262bc0096b7c9122f5f815f094b068a1496a20f6 (diff)
mtd: rawnand: meson: waiting w/o wired ready/busy pin
If there is no wired ready/busy pin, classic way to wait for command completion is to use function 'nand_soft_waitrdy()'. Meson NAND has special command which allows to wait for NAND_STATUS_READY bit without reading status in a software loop (as 'nand_soft_waitrdy()' does). To use it send this command along with NAND_CMD_STATUS, then wait for an interrupt, and after interrupt send NAND_CMD_READ0. So this feature allows to use interrupt driven waiting without wired ready/busy pin. Suggested-by: Liang Yang <[email protected]> Signed-off-by: Arseniy Krasnov <[email protected]> Signed-off-by: Miquel Raynal <[email protected]> Link: https://lore.kernel.org/linux-mtd/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions