diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2025-01-10 17:45:23 +0300 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2025-01-15 21:23:28 +0300 |
commit | 042087247835dad1ec5e39052abf022fd13c6326 (patch) | |
tree | 5ae480c8a64474d06d243b4858d15325f3530bab /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | fc4378b2fe8645d310463c2d895abd8173087b95 (diff) | |
download | linux-042087247835dad1ec5e39052abf022fd13c6326.tar.xz |
mtd: spinand: Create distinct fast and slow read from cache variants
So far, the SPINAND_PAGE_READ_FROM_CACHE_OP macro was taking a first
argument, "fast", which was inducing the possibility to support higher
bus frequencies than with the normal (slower) read from cache
alternative. In practice, without frequency change on the bus, this was
likely without effect, besides perhaps allowing another variant of the
same command, that could run at the default highest speed. If we want to
support this fully, we need to add a frequency parameter to the slowest
command. But before we do that, let's drop the "fast" boolean from the
macro and duplicate it, this will further help supporting having
different frequencies allowed for each variant.
The change is also of course propagated to all users. It has the nice
effect to have all macros aligned on the same pattern.
Reviewed-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions