All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sunny Luo <sunny.luo@amlogic.com>
To: Mark Brown <broonie@kernel.org>
Cc: Sunny Luo <sunny.luo@amlogic.com>,
	Neil Armstrong <narmstrong@baylibre.com>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Kevin Hilman <khilman@baylibre.com>,
	Carlo Caione <carlo@caione.org>,
	Jianxin Pan <jianxin.pan@amlogic.com>,
	Xingyu Chen <xingyu.chen@amlogic.com>,
	<linux-spi@vger.kernel.org>, <linux-amlogic@lists.infradead.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>
Subject: [PATCH v2 0/3] spi: meson-axg: add few enhanced features
Date: Thu, 13 Dec 2018 16:39:11 +0800	[thread overview]
Message-ID: <1544690354-16409-1-git-send-email-sunny.luo@amlogic.com> (raw)

add a few enhanced features for the SPICC controller of Meson-AXG SoC.

These patches are actually quite independent from each other, I send them
together in case to avoid the file conflicts.

Changes since v1 at [1]
- Add OF and COMMON_CLK dependence for SPICC in Kconfig to avoid compiling
  error.

[1] https://lore.kernel.org/lkml/20180503213645.20694-1-yixun.lan@amlogic.com

Sunny Luo (3):
  spi: meson-axg: support MAX 80M clock
  spi: meson-axg: enhance output enable feature
  spi: meson-axg: add a linear clock divider support

 drivers/spi/Kconfig           |   2 +-
 drivers/spi/spi-meson-spicc.c | 270 ++++++++++++++++++++++++++++++++++--------
 2 files changed, 223 insertions(+), 49 deletions(-)

-- 
2.7.4


WARNING: multiple messages have this Message-ID (diff)
From: Sunny Luo <sunny.luo@amlogic.com>
To: Mark Brown <broonie@kernel.org>
Cc: Jianxin Pan <jianxin.pan@amlogic.com>,
	Neil Armstrong <narmstrong@baylibre.com>,
	Kevin Hilman <khilman@baylibre.com>,
	linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Carlo Caione <carlo@caione.org>,
	linux-amlogic@lists.infradead.org,
	Sunny Luo <sunny.luo@amlogic.com>,
	Xingyu Chen <xingyu.chen@amlogic.com>,
	Jerome Brunet <jbrunet@baylibre.com>
Subject: [PATCH v2 0/3] spi: meson-axg: add few enhanced features
Date: Thu, 13 Dec 2018 16:39:11 +0800	[thread overview]
Message-ID: <1544690354-16409-1-git-send-email-sunny.luo@amlogic.com> (raw)

add a few enhanced features for the SPICC controller of Meson-AXG SoC.

These patches are actually quite independent from each other, I send them
together in case to avoid the file conflicts.

Changes since v1 at [1]
- Add OF and COMMON_CLK dependence for SPICC in Kconfig to avoid compiling
  error.

[1] https://lore.kernel.org/lkml/20180503213645.20694-1-yixun.lan@amlogic.com

Sunny Luo (3):
  spi: meson-axg: support MAX 80M clock
  spi: meson-axg: enhance output enable feature
  spi: meson-axg: add a linear clock divider support

 drivers/spi/Kconfig           |   2 +-
 drivers/spi/spi-meson-spicc.c | 270 ++++++++++++++++++++++++++++++++++--------
 2 files changed, 223 insertions(+), 49 deletions(-)

-- 
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Sunny Luo <sunny.luo@amlogic.com>
To: Mark Brown <broonie@kernel.org>
Cc: Jianxin Pan <jianxin.pan@amlogic.com>,
	Neil Armstrong <narmstrong@baylibre.com>,
	Kevin Hilman <khilman@baylibre.com>,
	linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Carlo Caione <carlo@caione.org>,
	linux-amlogic@lists.infradead.org,
	Sunny Luo <sunny.luo@amlogic.com>,
	Xingyu Chen <xingyu.chen@amlogic.com>,
	Jerome Brunet <jbrunet@baylibre.com>
Subject: [PATCH v2 0/3] spi: meson-axg: add few enhanced features
Date: Thu, 13 Dec 2018 16:39:11 +0800	[thread overview]
Message-ID: <1544690354-16409-1-git-send-email-sunny.luo@amlogic.com> (raw)

add a few enhanced features for the SPICC controller of Meson-AXG SoC.

These patches are actually quite independent from each other, I send them
together in case to avoid the file conflicts.

Changes since v1 at [1]
- Add OF and COMMON_CLK dependence for SPICC in Kconfig to avoid compiling
  error.

[1] https://lore.kernel.org/lkml/20180503213645.20694-1-yixun.lan@amlogic.com

Sunny Luo (3):
  spi: meson-axg: support MAX 80M clock
  spi: meson-axg: enhance output enable feature
  spi: meson-axg: add a linear clock divider support

 drivers/spi/Kconfig           |   2 +-
 drivers/spi/spi-meson-spicc.c | 270 ++++++++++++++++++++++++++++++++++--------
 2 files changed, 223 insertions(+), 49 deletions(-)

-- 
2.7.4


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

             reply	other threads:[~2018-12-13  8:39 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-13  8:39 Sunny Luo [this message]
2018-12-13  8:39 ` [PATCH v2 0/3] spi: meson-axg: add few enhanced features Sunny Luo
2018-12-13  8:39 ` Sunny Luo
2018-12-13  8:39 ` [PATCH v2 1/3] spi: meson-axg: support MAX 80M clock Sunny Luo
2018-12-13  8:39   ` Sunny Luo
2018-12-13  8:39   ` Sunny Luo
2018-12-13  8:49   ` Neil Armstrong
2018-12-13  8:49     ` Neil Armstrong
2018-12-13  8:49     ` Neil Armstrong
2018-12-13 11:55     ` Sunny Luo
2018-12-13 11:55       ` Sunny Luo
2018-12-13 11:55       ` Sunny Luo
2018-12-13  8:39 ` [PATCH v2 2/3] spi: meson-axg: enhance output enable feature Sunny Luo
2018-12-13  8:39   ` Sunny Luo
2018-12-13  8:39   ` Sunny Luo
2018-12-13  8:53   ` Neil Armstrong
2018-12-13  8:53     ` Neil Armstrong
2018-12-13  8:53     ` Neil Armstrong
2018-12-13 13:12     ` Sunny Luo
2018-12-13 13:12       ` Sunny Luo
2018-12-13 13:12       ` Sunny Luo
2018-12-13  9:04   ` Jerome Brunet
2018-12-13  9:04     ` Jerome Brunet
2018-12-13  9:04     ` Jerome Brunet
2018-12-13 11:53     ` Mark Brown
2018-12-13 11:53       ` Mark Brown
2018-12-13 11:53       ` Mark Brown
2018-12-13 12:50       ` Sunny Luo
2018-12-13 12:50         ` Sunny Luo
2018-12-13 12:50         ` Sunny Luo
2018-12-13 13:31     ` Sunny Luo
2018-12-13 13:31       ` Sunny Luo
2018-12-13 13:31       ` Sunny Luo
2018-12-13  8:39 ` [PATCH v2 3/3] spi: meson-axg: add a linear clock divider support Sunny Luo
2018-12-13  8:39   ` Sunny Luo
2018-12-13  8:39   ` Sunny Luo
2018-12-13  8:55   ` Neil Armstrong
2018-12-13  8:55     ` Neil Armstrong
2018-12-13  8:55     ` Neil Armstrong
2018-12-13  9:28     ` Jerome Brunet
2018-12-13  9:28       ` Jerome Brunet
2018-12-13  9:28       ` Jerome Brunet
2018-12-13 14:37       ` Sunny Luo
2018-12-13 14:37         ` Sunny Luo
2018-12-13 14:37         ` Sunny Luo
2018-12-13 14:37         ` Sunny Luo
2018-12-13 15:01         ` Jerome Brunet
2018-12-13 15:01           ` Jerome Brunet
2018-12-13 15:01           ` Jerome Brunet
2018-12-13 13:25     ` Sunny Luo
2018-12-13 13:25       ` Sunny Luo
2018-12-13 13:25       ` Sunny Luo
2018-12-14 10:01       ` Neil Armstrong
2018-12-15 18:31   ` kbuild test robot
2018-12-15 18:31     ` kbuild test robot
2018-12-15 18:31     ` kbuild test robot
2020-02-19  8:17 ` [PATCH v2 0/3] spi: meson-axg: add few enhanced features Neil Armstrong
2020-02-19  8:17   ` Neil Armstrong
2020-02-19  8:17   ` Neil Armstrong
2020-02-19  8:17   ` Neil Armstrong

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=1544690354-16409-1-git-send-email-sunny.luo@amlogic.com \
    --to=sunny.luo@amlogic.com \
    --cc=broonie@kernel.org \
    --cc=carlo@caione.org \
    --cc=jbrunet@baylibre.com \
    --cc=jianxin.pan@amlogic.com \
    --cc=khilman@baylibre.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=narmstrong@baylibre.com \
    --cc=xingyu.chen@amlogic.com \
    /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.