Re: [PATCH 0/2] spi: Add Macronix controller driver

From: Boris Brezillon
Date: Tue Sep 25 2018 - 11:20:49 EST


Hi Mason,

On Mon, 17 Sep 2018 15:16:17 +0800
masonccyang@xxxxxxxxxxx wrote:

> From: Mason Yang <masonccyang@xxxxxxxxxxx>
>
> Hi Mark and Trent,
>
> I patched spi-mxic.c and add the run time PM function.

BTW, you forgot to add v2 in the subject prefix (can be done by passing
-vX to git format-patch, where X is the version number).

Regards,

Boris

>
> thanks & best regards,
> Mason
>
> Mason Yang (2):
> spi: Add MXIC controller driver
> dt-binding: spi: Document Macronix controller bindings
>
> Documentation/devicetree/bindings/spi/spi-mxic.txt | 34 ++
> drivers/spi/Kconfig | 6 +
> drivers/spi/Makefile | 1 +
> drivers/spi/spi-mxic.c | 674 +++++++++++++++++++++
> 4 files changed, 715 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/spi/spi-mxic.txt
> create mode 100644 drivers/spi/spi-mxic.c
>