Re: [PATCH v3 2/3] spis: mediatek: add spi slave for Mediatek MT2712

2018-09-18 Thread lei liu
Hi Mark, Thanks for your comments. On Tue, 2018-09-18 at 09:30 -0700, Mark Brown wrote: > On Mon, Sep 17, 2018 at 10:19:21AM +0800, Leilk Liu wrote: > > This looks overall pretty good, a few smallish comments below: > > Please use subject lines matching the style for the subsystem. This > mak

Re: [PATCH v3 2/3] spis: mediatek: add spi slave for Mediatek MT2712

2018-09-18 Thread Mark Brown
On Mon, Sep 17, 2018 at 10:19:21AM +0800, Leilk Liu wrote: This looks overall pretty good, a few smallish comments below: Please use subject lines matching the style for the subsystem. This makes it easier for people to identify relevant patches. > if SPI_SLAVE > +config SPI_SLAVE_MT27XX > +

[PATCH v3 2/3] spis: mediatek: add spi slave for Mediatek MT2712

2018-09-16 Thread Leilk Liu
This patchs add basic spi slave for MT2712. Signed-off-by: Leilk Liu --- drivers/spi/Kconfig|8 + drivers/spi/Makefile |1 + drivers/spi/spi-slave-mt27xx.c | 553 3 files changed, 562 insertions(+) create mode 100644 driver