
On Sun, 2019-04-28 at 17:30 +0530, Jagan Teki wrote:
On Sun, Apr 28, 2019 at 6:54 AM Weijie Gao weijie.gao@mediatek.com wrote:
On Sat, 2019-04-27 at 21:38 +0530, Jagan Teki wrote:
On Fri, Apr 26, 2019 at 2:53 PM Weijie Gao weijie.gao@mediatek.com wrote:
This patch adds spi-mem driver for MediaTek MT7629 SoC to access SPI-NOR and SPI-NAND flashes.
Cc: Jagan Teki jagan@openedev.com Signed-off-by: Weijie Gao weijie.gao@mediatek.com
drivers/spi/Kconfig | 9 ++ drivers/spi/Makefile | 1 + drivers/spi/mtk_spimem.c | 325 +++++++++++++++++++++++++++++++++++++++++++++++
Do we really need spimen on the name? I prefer spi as it is, what is the notation used by Linux I think spi itself, please check it.
This controller is originally designed for accessing SPI-NAND flashes. How about the name mtk-snfi, which means Serial NAND(NOR) flash interface?
is the same name used in Linux?
This driver currently doesn't exist in Linux.