All of lore.kernel.org
 help / color / mirror / Atom feed
From: khilman@baylibre.com (Kevin Hilman)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH v3 0/9] ARM64: dts: meson: update around mmc
Date: Tue, 05 Sep 2017 12:18:41 -0700	[thread overview]
Message-ID: <7hlgltar8u.fsf@baylibre.com> (raw)
In-Reply-To: <20170831135226.19784-1-jbrunet@baylibre.com> (Jerome Brunet's message of "Thu, 31 Aug 2017 15:52:17 +0200")

Jerome Brunet <jbrunet@baylibre.com> writes:

> This patchset feature updates around mmc. It is linked to this series [0]
> but does not strictly depends on it. It adds:
>
> * The regulator settling times for the gpio regulator of nanopi-k2 and
>   the libretech-cc.
> * UHS modes for the p20x, nanopi-k2 and the libretech-cc
> * clk-gate pins: these are the pinmuxes used for the clk-stop work
>   around explained here [1]
>
> It also removes cap-sd-highspeed from eMMC nodes.
>
> Special note on SDR104:
> While the PCB of the p200 and the libretech-cc does not seems to handle
> SDR104 completely, the nanopi-k2 seems to be handling it correctly.
>
> The patch enabling this mode on the nanopi-k2 is the last one of this
> series. It should propabably be left out until more people can test
> sdr104 on the nanopi-k2
>
> This series has been tested on the gxbb-200, the gxbb-nanopi-k2 and the
> gxl-s905x-libretech-cc
>
> Changes since v2 [3]:
> * Rebase on Kevin's v4.14/dt64 branch
>
> Changes since v1 [2]:
> * Reorder patches to put fixes first, then enhancements
> * Fix error in the SDIO clk_gate pins (GPIOX_5 instead GPIOX_4)
>
> [0]: https://lkml.kernel.org/r/20170828142915.27020-1-jbrunet at baylibre.com
> [1]: https://lkml.kernel.org/r/20170821160301.21899-11-jbrunet at baylibre.com
> [2]: https://lkml.kernel.org/r/20170804180816.18737-1-jbrunet at baylibre.com
> [3]: https://lkml.kernel.org/r/20170821160637.22456-1-jbrunet at baylibre.com
>
> Jerome Brunet (9):
>   ARM64: dts: meson-gx: Use correct mmc clock source 0
>   ARM64: dts: meson: remove cap-sd-highspeed from emmc nodes
>   ARM64: dts: meson: add mmc clk gate pins
>   ARM64: dts: meson-gxbb: nanopi-k2: add card regulator settle times
>   ARM64: dts: meson-gxl: libretech-cc: add card regulator settle times
>   ARM64: dts: meson-gxl: libretech-cc: enable high speed modes
>   ARM64: dts: meson-gxbb: p20x: enable sdcard UHS modes
>   ARM64: dts: meson-gxbb: nanopi-k2: enable sdcard UHS modes
>   ARM64: dts: meson-gxbb: nanopi-k2: enable sdr104 mode

Applied to v4.14/dt64, and submitted to arm-soc.  It may miss this merge
window, but if it does, we can submit for the first round of fixes after
-rc1 is out.

Thanks,

Kevin

WARNING: multiple messages have this Message-ID (diff)
From: khilman@baylibre.com (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/9] ARM64: dts: meson: update around mmc
Date: Tue, 05 Sep 2017 12:18:41 -0700	[thread overview]
Message-ID: <7hlgltar8u.fsf@baylibre.com> (raw)
In-Reply-To: <20170831135226.19784-1-jbrunet@baylibre.com> (Jerome Brunet's message of "Thu, 31 Aug 2017 15:52:17 +0200")

Jerome Brunet <jbrunet@baylibre.com> writes:

> This patchset feature updates around mmc. It is linked to this series [0]
> but does not strictly depends on it. It adds:
>
> * The regulator settling times for the gpio regulator of nanopi-k2 and
>   the libretech-cc.
> * UHS modes for the p20x, nanopi-k2 and the libretech-cc
> * clk-gate pins: these are the pinmuxes used for the clk-stop work
>   around explained here [1]
>
> It also removes cap-sd-highspeed from eMMC nodes.
>
> Special note on SDR104:
> While the PCB of the p200 and the libretech-cc does not seems to handle
> SDR104 completely, the nanopi-k2 seems to be handling it correctly.
>
> The patch enabling this mode on the nanopi-k2 is the last one of this
> series. It should propabably be left out until more people can test
> sdr104 on the nanopi-k2
>
> This series has been tested on the gxbb-200, the gxbb-nanopi-k2 and the
> gxl-s905x-libretech-cc
>
> Changes since v2 [3]:
> * Rebase on Kevin's v4.14/dt64 branch
>
> Changes since v1 [2]:
> * Reorder patches to put fixes first, then enhancements
> * Fix error in the SDIO clk_gate pins (GPIOX_5 instead GPIOX_4)
>
> [0]: https://lkml.kernel.org/r/20170828142915.27020-1-jbrunet at baylibre.com
> [1]: https://lkml.kernel.org/r/20170821160301.21899-11-jbrunet at baylibre.com
> [2]: https://lkml.kernel.org/r/20170804180816.18737-1-jbrunet at baylibre.com
> [3]: https://lkml.kernel.org/r/20170821160637.22456-1-jbrunet at baylibre.com
>
> Jerome Brunet (9):
>   ARM64: dts: meson-gx: Use correct mmc clock source 0
>   ARM64: dts: meson: remove cap-sd-highspeed from emmc nodes
>   ARM64: dts: meson: add mmc clk gate pins
>   ARM64: dts: meson-gxbb: nanopi-k2: add card regulator settle times
>   ARM64: dts: meson-gxl: libretech-cc: add card regulator settle times
>   ARM64: dts: meson-gxl: libretech-cc: enable high speed modes
>   ARM64: dts: meson-gxbb: p20x: enable sdcard UHS modes
>   ARM64: dts: meson-gxbb: nanopi-k2: enable sdcard UHS modes
>   ARM64: dts: meson-gxbb: nanopi-k2: enable sdr104 mode

Applied to v4.14/dt64, and submitted to arm-soc.  It may miss this merge
window, but if it does, we can submit for the first round of fixes after
-rc1 is out.

Thanks,

Kevin

WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
To: Jerome Brunet <jbrunet-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
Cc: Carlo Caione <carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org>,
	linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v3 0/9] ARM64: dts: meson: update around mmc
Date: Tue, 05 Sep 2017 12:18:41 -0700	[thread overview]
Message-ID: <7hlgltar8u.fsf@baylibre.com> (raw)
In-Reply-To: <20170831135226.19784-1-jbrunet-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> (Jerome Brunet's message of "Thu, 31 Aug 2017 15:52:17 +0200")

Jerome Brunet <jbrunet-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> writes:

> This patchset feature updates around mmc. It is linked to this series [0]
> but does not strictly depends on it. It adds:
>
> * The regulator settling times for the gpio regulator of nanopi-k2 and
>   the libretech-cc.
> * UHS modes for the p20x, nanopi-k2 and the libretech-cc
> * clk-gate pins: these are the pinmuxes used for the clk-stop work
>   around explained here [1]
>
> It also removes cap-sd-highspeed from eMMC nodes.
>
> Special note on SDR104:
> While the PCB of the p200 and the libretech-cc does not seems to handle
> SDR104 completely, the nanopi-k2 seems to be handling it correctly.
>
> The patch enabling this mode on the nanopi-k2 is the last one of this
> series. It should propabably be left out until more people can test
> sdr104 on the nanopi-k2
>
> This series has been tested on the gxbb-200, the gxbb-nanopi-k2 and the
> gxl-s905x-libretech-cc
>
> Changes since v2 [3]:
> * Rebase on Kevin's v4.14/dt64 branch
>
> Changes since v1 [2]:
> * Reorder patches to put fixes first, then enhancements
> * Fix error in the SDIO clk_gate pins (GPIOX_5 instead GPIOX_4)
>
> [0]: https://lkml.kernel.org/r/20170828142915.27020-1-jbrunet-rdvid1DuHRBWk0Htik3J/w@public.gmane.org
> [1]: https://lkml.kernel.org/r/20170821160301.21899-11-jbrunet-rdvid1DuHRBWk0Htik3J/w@public.gmane.org
> [2]: https://lkml.kernel.org/r/20170804180816.18737-1-jbrunet-rdvid1DuHRBWk0Htik3J/w@public.gmane.org
> [3]: https://lkml.kernel.org/r/20170821160637.22456-1-jbrunet-rdvid1DuHRBWk0Htik3J/w@public.gmane.org
>
> Jerome Brunet (9):
>   ARM64: dts: meson-gx: Use correct mmc clock source 0
>   ARM64: dts: meson: remove cap-sd-highspeed from emmc nodes
>   ARM64: dts: meson: add mmc clk gate pins
>   ARM64: dts: meson-gxbb: nanopi-k2: add card regulator settle times
>   ARM64: dts: meson-gxl: libretech-cc: add card regulator settle times
>   ARM64: dts: meson-gxl: libretech-cc: enable high speed modes
>   ARM64: dts: meson-gxbb: p20x: enable sdcard UHS modes
>   ARM64: dts: meson-gxbb: nanopi-k2: enable sdcard UHS modes
>   ARM64: dts: meson-gxbb: nanopi-k2: enable sdr104 mode

Applied to v4.14/dt64, and submitted to arm-soc.  It may miss this merge
window, but if it does, we can submit for the first round of fixes after
-rc1 is out.

Thanks,

Kevin
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: Jerome Brunet <jbrunet@baylibre.com>
Cc: Carlo Caione <carlo@caione.org>,
	linux-amlogic@lists.infradead.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 0/9] ARM64: dts: meson: update around mmc
Date: Tue, 05 Sep 2017 12:18:41 -0700	[thread overview]
Message-ID: <7hlgltar8u.fsf@baylibre.com> (raw)
In-Reply-To: <20170831135226.19784-1-jbrunet@baylibre.com> (Jerome Brunet's message of "Thu, 31 Aug 2017 15:52:17 +0200")

Jerome Brunet <jbrunet@baylibre.com> writes:

> This patchset feature updates around mmc. It is linked to this series [0]
> but does not strictly depends on it. It adds:
>
> * The regulator settling times for the gpio regulator of nanopi-k2 and
>   the libretech-cc.
> * UHS modes for the p20x, nanopi-k2 and the libretech-cc
> * clk-gate pins: these are the pinmuxes used for the clk-stop work
>   around explained here [1]
>
> It also removes cap-sd-highspeed from eMMC nodes.
>
> Special note on SDR104:
> While the PCB of the p200 and the libretech-cc does not seems to handle
> SDR104 completely, the nanopi-k2 seems to be handling it correctly.
>
> The patch enabling this mode on the nanopi-k2 is the last one of this
> series. It should propabably be left out until more people can test
> sdr104 on the nanopi-k2
>
> This series has been tested on the gxbb-200, the gxbb-nanopi-k2 and the
> gxl-s905x-libretech-cc
>
> Changes since v2 [3]:
> * Rebase on Kevin's v4.14/dt64 branch
>
> Changes since v1 [2]:
> * Reorder patches to put fixes first, then enhancements
> * Fix error in the SDIO clk_gate pins (GPIOX_5 instead GPIOX_4)
>
> [0]: https://lkml.kernel.org/r/20170828142915.27020-1-jbrunet@baylibre.com
> [1]: https://lkml.kernel.org/r/20170821160301.21899-11-jbrunet@baylibre.com
> [2]: https://lkml.kernel.org/r/20170804180816.18737-1-jbrunet@baylibre.com
> [3]: https://lkml.kernel.org/r/20170821160637.22456-1-jbrunet@baylibre.com
>
> Jerome Brunet (9):
>   ARM64: dts: meson-gx: Use correct mmc clock source 0
>   ARM64: dts: meson: remove cap-sd-highspeed from emmc nodes
>   ARM64: dts: meson: add mmc clk gate pins
>   ARM64: dts: meson-gxbb: nanopi-k2: add card regulator settle times
>   ARM64: dts: meson-gxl: libretech-cc: add card regulator settle times
>   ARM64: dts: meson-gxl: libretech-cc: enable high speed modes
>   ARM64: dts: meson-gxbb: p20x: enable sdcard UHS modes
>   ARM64: dts: meson-gxbb: nanopi-k2: enable sdcard UHS modes
>   ARM64: dts: meson-gxbb: nanopi-k2: enable sdr104 mode

Applied to v4.14/dt64, and submitted to arm-soc.  It may miss this merge
window, but if it does, we can submit for the first round of fixes after
-rc1 is out.

Thanks,

Kevin

  parent reply	other threads:[~2017-09-05 19:18 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-31 13:52 [PATCH v3 0/9] ARM64: dts: meson: update around mmc Jerome Brunet
2017-08-31 13:52 ` Jerome Brunet
2017-08-31 13:52 ` Jerome Brunet
2017-08-31 13:52 ` [PATCH v3 1/9] ARM64: dts: meson-gx: Use correct mmc clock source 0 Jerome Brunet
2017-08-31 13:52   ` Jerome Brunet
2017-08-31 13:52   ` Jerome Brunet
2017-08-31 13:52 ` [PATCH v3 2/9] ARM64: dts: meson: remove cap-sd-highspeed from emmc nodes Jerome Brunet
2017-08-31 13:52   ` Jerome Brunet
2017-08-31 13:52   ` Jerome Brunet
2017-08-31 13:52 ` [PATCH v3 3/9] ARM64: dts: meson: add mmc clk gate pins Jerome Brunet
2017-08-31 13:52   ` Jerome Brunet
2017-08-31 13:52   ` Jerome Brunet
2017-08-31 13:52 ` [PATCH v3 4/9] ARM64: dts: meson-gxbb: nanopi-k2: add card regulator settle times Jerome Brunet
2017-08-31 13:52   ` Jerome Brunet
2017-08-31 13:52   ` Jerome Brunet
2017-08-31 13:52 ` [PATCH v3 5/9] ARM64: dts: meson-gxl: libretech-cc: " Jerome Brunet
2017-08-31 13:52   ` Jerome Brunet
2017-08-31 13:52   ` Jerome Brunet
2017-08-31 13:52   ` Jerome Brunet
2017-08-31 13:52 ` [PATCH v3 6/9] ARM64: dts: meson-gxl: libretech-cc: enable high speed modes Jerome Brunet
2017-08-31 13:52   ` Jerome Brunet
2017-08-31 13:52   ` Jerome Brunet
2017-08-31 13:52   ` Jerome Brunet
2017-08-31 13:52 ` [PATCH v3 7/9] ARM64: dts: meson-gxbb: p20x: enable sdcard UHS modes Jerome Brunet
2017-08-31 13:52   ` Jerome Brunet
2017-08-31 13:52   ` Jerome Brunet
2017-08-31 13:52 ` [PATCH v3 8/9] ARM64: dts: meson-gxbb: nanopi-k2: " Jerome Brunet
2017-08-31 13:52   ` Jerome Brunet
2017-08-31 13:52   ` Jerome Brunet
2017-08-31 13:52 ` [PATCH v3 9/9] ARM64: dts: meson-gxbb: nanopi-k2: enable sdr104 mode Jerome Brunet
2017-08-31 13:52   ` Jerome Brunet
2017-08-31 13:52   ` Jerome Brunet
2017-09-05 19:18 ` Kevin Hilman [this message]
2017-09-05 19:18   ` [PATCH v3 0/9] ARM64: dts: meson: update around mmc Kevin Hilman
2017-09-05 19:18   ` Kevin Hilman
2017-09-05 19:18   ` Kevin Hilman

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=7hlgltar8u.fsf@baylibre.com \
    --to=khilman@baylibre.com \
    --cc=linus-amlogic@lists.infradead.org \
    /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.