All of lore.kernel.org
 help / color / mirror / Atom feed
From: masonccyang@mxic.com.tw
To: broonie@kernel.org, tpiepho@impinj.com,
	linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org
Cc: boris.brezillon@bootlin.com, juliensu@mxic.com.tw,
	zhengxunli@mxic.com.tw, masonccyang@mxic.com.tw
Subject: [PATCH v4 0/2] spi: Add Macronix controller driver
Date: Mon,  8 Oct 2018 10:25:30 +0800	[thread overview]
Message-ID: <1538965532-8908-1-git-send-email-masonccyang@mxic.com.tw> (raw)

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


             reply	other threads:[~2018-10-08  2:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-08  2:25 masonccyang [this message]
2018-10-08  2:25 ` [PATCH v4 1/2] spi: Add MXIC controller driver 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1538965532-8908-1-git-send-email-masonccyang@mxic.com.tw \
    --to=masonccyang@mxic.com.tw \
    --cc=boris.brezillon@bootlin.com \
    --cc=broonie@kernel.org \
    --cc=juliensu@mxic.com.tw \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=tpiepho@impinj.com \
    --cc=zhengxunli@mxic.com.tw \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.