Re: [PATCH] spi: spi-mtk-nor: support standard spi properties

2020-09-08 Thread Mark Brown
On Wed, 26 Aug 2020 17:18:52 +0800, Ikjoon Jang wrote: > Use default supports_op() to support spi-[rt]x-bus-width properties. > And check dummy op's byte length instead of its bus width for output. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1

[PATCH] spi: spi-mtk-nor: support standard spi properties

2020-08-26 Thread Ikjoon Jang
Use default supports_op() to support spi-[rt]x-bus-width properties. And check dummy op's byte length instead of its bus width for output. Signed-off-by: Ikjoon Jang --- drivers/spi/spi-mtk-nor.c | 29 - 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/