From mboxrd@z Thu Jan 1 00:00:00 1970 From: Weijie Gao Date: Sun, 28 Apr 2019 09:24:12 +0800 Subject: [U-Boot] [PATCH 3/5] spi: add spi-mem driver for MediaTek MT7629 SoC In-Reply-To: References: <1556270555-7709-1-git-send-email-weijie.gao@mediatek.com> Message-ID: <1556414652.4849.5.camel@mcddlt001> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 2019-04-27 at 21:38 +0530, Jagan Teki wrote: > On Fri, Apr 26, 2019 at 2:53 PM Weijie Gao wrote: > > > > This patch adds spi-mem driver for MediaTek MT7629 SoC to access SPI-NOR > > and SPI-NAND flashes. > > > > Cc: Jagan Teki > > Signed-off-by: Weijie Gao > > --- > > 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? I'd prefer to use mtk-spi for the real generic SPI controller in the future. Best Regards, Weijie