2023-12-13 06:31:55

by Srikandan, Nandhini

[permalink] [raw]
Subject: [PATCH v1 0/2] Remove Intel Thunder Bay SOC support

From: Nandhini Srikandan <[email protected]>

This patch set removes Intel Thunder Bay specific code as the product
got cancelled and there are no end customers.

Patch 1: Remove Intel Thunder Bay spi dw binding specific code.
Patch 2: Remove Intel Thunder Bay spi dw binding Documentation.

Reviewed-by: Andy Shevchenko <[email protected]>

Nandhini Srikandan (2):
spi: dw: Remove Intel Thunder Bay SOC support
spi: dw: Remove Intel Thunder Bay SOC support

Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml | 2 --
drivers/spi/spi-dw-mmio.c | 1 -
2 files changed, 3 deletions(-)

--
2.17.1


2023-12-13 06:32:04

by Srikandan, Nandhini

[permalink] [raw]
Subject: [PATCH v1 2/2] spi: dw: Remove Intel Thunder Bay SOC support

From: Nandhini Srikandan <[email protected]>

Remove Intel Thunder Bay specific code as the product got cancelled and
there are no end customers or users.

Signed-off-by: Nandhini Srikandan <[email protected]>
---
Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml | 2 --
1 file changed, 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml
index 6348a387a21c..fde3776a558b 100644
--- a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml
+++ b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml
@@ -72,8 +72,6 @@ properties:
- const: snps,dw-apb-ssi
- description: Intel Keem Bay SPI Controller
const: intel,keembay-ssi
- - description: Intel Thunder Bay SPI Controller
- const: intel,thunderbay-ssi
- description: Intel Mount Evans Integrated Management Complex SPI Controller
const: intel,mountevans-imc-ssi
- description: AMD Pensando Elba SoC SPI Controller
--
2.17.1

2023-12-13 11:54:43

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v1 2/2] spi: dw: Remove Intel Thunder Bay SOC support

On 13/12/2023 07:08, [email protected] wrote:
> From: Nandhini Srikandan <[email protected]>
>
> Remove Intel Thunder Bay specific code as the product got cancelled and
> there are no end customers or users.

Please use scripts/get_maintainers.pl to get a list of necessary people
and lists to CC (and consider --no-git-fallback argument). It might
happen, that command when run on an older kernel, gives you outdated
entries. Therefore please be sure you base your patches on recent Linux
kernel.

Other patches for removal of ThunderBar had the same issue, so it seems
like a consistent practice in your team. Can you fix it?

Please use subject prefixes matching the subsystem. You can get them for
example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory
your patch is touching.

Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof

2023-12-13 16:32:23

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH v1 0/2] Remove Intel Thunder Bay SOC support

On Wed, 13 Dec 2023 14:08:34 +0800, [email protected] wrote:
> This patch set removes Intel Thunder Bay specific code as the product
> got cancelled and there are no end customers.
>
> Patch 1: Remove Intel Thunder Bay spi dw binding specific code.
> Patch 2: Remove Intel Thunder Bay spi dw binding Documentation.
>
> Reviewed-by: Andy Shevchenko <[email protected]>
>
> [...]

Applied to

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/2] spi: dw: Remove Intel Thunder Bay SOC support
commit: e1fca6957f1966cb6e75cdc354f4bcaed230a454
[2/2] spi: dw: Remove Intel Thunder Bay SOC support
commit: e1fca6957f1966cb6e75cdc354f4bcaed230a454

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark