linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] spi: Add Macronix controller driver
@ 2018-10-08  2:25 masonccyang
  2018-10-08  2:25 ` [PATCH v4 1/2] spi: Add MXIC " masonccyang
  2018-10-08  2:25 ` [PATCH v4 2/2] dt-bindings: spi: Document Macronix controller bindings masonccyang
  0 siblings, 2 replies; 5+ messages in thread
From: masonccyang @ 2018-10-08  2:25 UTC (permalink / raw)
  To: broonie, tpiepho, linux-kernel, linux-spi
  Cc: boris.brezillon, juliensu, zhengxunli, masonccyang

From: Mason Yang <masonccyang@mxic.com.tw>

Hi Mark,

I patched v4 spi-mxic.c for clk_ctrl() and spi_setup() according to
your comments on v3.

Hi Boris,
I also patched clk frequency changed when the driver detects it needs
to be changed.

please help to review.

thanks & best regards,
Mason


Mason Yang (2):
  spi: Add MXIC controller driver
  dt-bindings: 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                             | 639 +++++++++++++++++++++
 4 files changed, 680 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/spi-mxic.txt
 create mode 100644 drivers/spi/spi-mxic.c

-- 
1.9.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-10-08 13:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-08  2:25 [PATCH v4 0/2] spi: Add Macronix controller driver masonccyang
2018-10-08  2:25 ` [PATCH v4 1/2] spi: Add MXIC " masonccyang
2018-10-08  8:38   ` Boris Brezillon
2018-10-08 13:37     ` Mark Brown
2018-10-08  2:25 ` [PATCH v4 2/2] dt-bindings: spi: Document Macronix controller bindings masonccyang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).