mtd: rawnand: export NAND operation tracer
authorSascha Hauer <s.hauer@pengutronix.de>
Tue, 21 May 2019 07:06:30 +0000 (09:06 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 27 Jun 2019 18:05:25 +0000 (20:05 +0200)
commit14a82ea7e1682645d942d9fb41fcb6126fd1645e
tree0b8f3ab9d444977c757c56c2d0fd103443f05382
parent336d4b138be2dad372b67a2388e42805c48aaa38
mtd: rawnand: export NAND operation tracer

The NAND core has a NAND operation tracing function, but it can only
be used by drivers using the generic option parser from the NAND core.
Export the tracing function as a static inline function in rawnand.h
so that drivers implementing exec_op directly do not have to write their
own operation tracing.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/raw/nand_base.c
include/linux/mtd/rawnand.h