From: Sasha Levin <sashal@kernel.org>
To: Sasha Levin <sashal@kernel.org>
To: Sowjanya Komatineni <skomatineni@nvidia.com>
To: <adrian.hunter@intel.com>, <ulf.hansson@linaro.org>
Cc: <skomatineni@nvidia.com>, <linux-tegra@vger.kernel.org>
Cc: stable@vger.kernel.org
Subject: Re: [PATCH v3 4/6] arm64: tegra: Add missing timeout clock to Tegra186 SDMMC nodes
Date: Wed, 19 Aug 2020 23:56:53 +0000 [thread overview]
Message-ID: <20200819235653.D4B7C21775@mail.kernel.org> (raw)
In-Reply-To: <1596673949-1571-5-git-send-email-skomatineni@nvidia.com>
Hi
[This is an automated email]
This commit has been processed because it contains a "Fixes:" tag
fixing commit: 39cb62cb8973 ("arm64: tegra: Add Tegra186 support").
The bot has tested the following trees: v5.8.1, v5.7.15, v5.4.58, v4.19.139, v4.14.193.
v5.8.1: Build OK!
v5.7.15: Build OK!
v5.4.58: Build OK!
v4.19.139: Failed to apply! Possible dependencies:
05705c721591 ("arm64: tegra: Enable SMMU for XUSB host on Tegra186")
06c6b06f8908 ("arm64: tegra: Make XUSB node consistent with the rest")
24005fd1b3b4 ("arm64: dts: Add Tegra186 sdmmc pinctrl voltage states")
29ef1f4dacb5 ("arm64: tegra: Enable SMMU for VIC on Tegra186")
31af04cd60d3 ("arm64: dts: Remove inconsistent use of 'arm,armv8' compatible string")
3f6eaef9ab37 ("arm64: tegra: Add external memory controller on Tegra186")
41408c215ab7 ("arm64: dts: tegra186: Add sdmmc pad auto calibration offsets")
5298166d47a6 ("arm64: tegra: Add CPU cache topology for Tegra186")
541d7c44069b ("arm64: tegra: Sort device tree nodes alphabetically")
5d2249dda08e ("arm64: tegra: Add ACONNECT, ADMA and AGIC nodes")
6f90c6f0db83 ("arm64: dts: tegra186: Add SDHCI tap and trim values")
8589a649d5f9 ("arm64: dts: tegra186: Enable IOMMU for SDHCI")
8bfde5183e98 ("arm64: tegra: Add XUSB and pad controller on Tegra186")
954490b30cb4 ("arm64: tegra: Describe interconnect paths on Tegra186")
98a2494f847c ("arm64: dts: tegra186: Assign clocks for sdmmc1 and sdmmc4")
9c8c52f7cb4f ("arm64: dts: meson-g12a: add initial g12a s905d2 SoC DT support")
b066a31040b7 ("arm64: tegra: Add HDA controller on Tegra186")
b72d52a1b60b ("arm64: tegra: Add interrupt for memory controller on Tegra186")
dfdbf16c50d8 ("arm64: tegra: Fix insecure SMMU users for Tegra186")
f2a465e7185f ("arm64: tegra: Enable SMMU translation for PCI on Tegra186")
v4.14.193: Failed to apply! Possible dependencies:
15274c232131 ("arm64: tegra: Add BPMP thermal sensor to Tegra186")
24005fd1b3b4 ("arm64: dts: Add Tegra186 sdmmc pinctrl voltage states")
3f6eaef9ab37 ("arm64: tegra: Add external memory controller on Tegra186")
41408c215ab7 ("arm64: dts: tegra186: Add sdmmc pad auto calibration offsets")
5425fb15d8ee ("arm64: tegra: Add Tegra194 chip device tree")
5d2249dda08e ("arm64: tegra: Add ACONNECT, ADMA and AGIC nodes")
6f90c6f0db83 ("arm64: dts: tegra186: Add SDHCI tap and trim values")
85593b75ee71 ("arm64: tegra: Add FUSE block on Tegra186")
8589a649d5f9 ("arm64: dts: tegra186: Enable IOMMU for SDHCI")
954490b30cb4 ("arm64: tegra: Describe interconnect paths on Tegra186")
98a2494f847c ("arm64: dts: tegra186: Assign clocks for sdmmc1 and sdmmc4")
b066a31040b7 ("arm64: tegra: Add HDA controller on Tegra186")
b72d52a1b60b ("arm64: tegra: Add interrupt for memory controller on Tegra186")
b8656c673a6b ("arm64: tegra: Add device tree for the Tegra194 P2972-0000 board")
d25a3bf11fc9 ("arm64: tegra: Add memory controller on Tegra186")
dfdbf16c50d8 ("arm64: tegra: Fix insecure SMMU users for Tegra186")
f69ce393ec48 ("arm64: tegra: Add GPIO controller on Tegra194")
f89b58ce71a9 ("arm64: tegra: Add ethernet controller on Tegra194")
NOTE: The patch will not be queued to stable trees until it is upstream.
How should we proceed with this patch?
--
Thanks
Sasha
next prev parent reply other threads:[~2020-08-19 23:57 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-06 0:32 [PATCH v3 0/6] Fix timeout clock used by hardware data timeout Sowjanya Komatineni
2020-08-06 0:32 ` [PATCH v3 1/6] sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra210 Sowjanya Komatineni
2020-08-06 0:32 ` [PATCH v3 2/6] sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra186 Sowjanya Komatineni
2020-08-06 0:32 ` [PATCH v3 3/6] arm64: tegra: Add missing timeout clock to Tegra210 SDMMC Sowjanya Komatineni
2020-08-06 0:32 ` [PATCH v3 4/6] arm64: tegra: Add missing timeout clock to Tegra186 SDMMC nodes Sowjanya Komatineni
2020-08-19 23:56 ` Sasha Levin [this message]
2020-08-06 0:32 ` [PATCH v3 5/6] arm64: tegra: Add missing timeout clock to Tegra194 " Sowjanya Komatineni
2020-08-26 13:54 ` Sasha Levin
2020-08-06 0:32 ` [PATCH v3 6/6] sdhci: tegra: Add missing TMCLK for data timeout Sowjanya Komatineni
2020-08-19 23:56 ` Sasha Levin
2020-08-24 7:58 ` Ulf Hansson
2020-08-26 13:54 ` Sasha Levin
2020-08-21 7:39 ` [PATCH v3 0/6] Fix timeout clock used by hardware " Ulf Hansson
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=20200819235653.D4B7C21775@mail.kernel.org \
--to=sashal@kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=skomatineni@nvidia.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 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).