[PATCH v3 0/2] memory: Drop Baikal SoC code and bindings

Andy Shevchenko posted 2 patches 1 month, 2 weeks ago
.../bindings/cache/baikal,bt1-l2-ctl.yaml     |  63 ----
drivers/memory/Kconfig                        |  11 -
drivers/memory/Makefile                       |   1 -
drivers/memory/bt1-l2-ctl.c                   | 323 ------------------
4 files changed, 398 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/cache/baikal,bt1-l2-ctl.yaml
delete mode 100644 drivers/memory/bt1-l2-ctl.c
[PATCH v3 0/2] memory: Drop Baikal SoC code and bindings
Posted by Andy Shevchenko 1 month, 2 weeks ago
The platform is not going to be supported, remove stale code and bindings.

In v3:
- combined patches in a series (Krzysztof)
- collected tags

In v2:
- split bindings removal to a separate patch (Krzysztof)

Andy Shevchenko (2):
  memory: bt1-l2-ctl: Remove not-going-to-be-supported code for Baikal
    SoC
  dt-bindings: cache: bt1-l2-ctl: Remove unused bindings

 .../bindings/cache/baikal,bt1-l2-ctl.yaml     |  63 ----
 drivers/memory/Kconfig                        |  11 -
 drivers/memory/Makefile                       |   1 -
 drivers/memory/bt1-l2-ctl.c                   | 323 ------------------
 4 files changed, 398 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/cache/baikal,bt1-l2-ctl.yaml
 delete mode 100644 drivers/memory/bt1-l2-ctl.c

-- 
2.50.1
Re: [PATCH v3 0/2] memory: Drop Baikal SoC code and bindings
Posted by Krzysztof Kozlowski 1 month, 2 weeks ago
On Wed, 25 Feb 2026 18:37:19 +0100, Andy Shevchenko wrote:
> The platform is not going to be supported, remove stale code and bindings.
> 
> In v3:
> - combined patches in a series (Krzysztof)
> - collected tags
> 
> In v2:
> - split bindings removal to a separate patch (Krzysztof)
> 
> [...]

Applied, thanks!

[1/2] memory: bt1-l2-ctl: Remove not-going-to-be-supported code for Baikal SoC
      https://git.kernel.org/krzk/linux-mem-ctrl/c/d455e0f602d7e4d4ba709418009c39be48fc2149
[2/2] dt-bindings: cache: bt1-l2-ctl: Remove unused bindings
      https://git.kernel.org/krzk/linux-mem-ctrl/c/9983d51d1a68520ce74663920929e27b191cf43a

Best regards,
-- 
Krzysztof Kozlowski <krzk@kernel.org>
Re: [PATCH v3 0/2] memory: Drop Baikal SoC code and bindings
Posted by Andy Shevchenko 1 month, 2 weeks ago
On Thu, Feb 26, 2026 at 08:30:03AM +0100, Krzysztof Kozlowski wrote:
> On Wed, 25 Feb 2026 18:37:19 +0100, Andy Shevchenko wrote:
> > The platform is not going to be supported, remove stale code and bindings.
> > 
> > In v3:
> > - combined patches in a series (Krzysztof)
> > - collected tags
> > 
> > In v2:
> > - split bindings removal to a separate patch (Krzysztof)

[...]

> Applied, thanks!

Thank you for your guidance and patience!


-- 
With Best Regards,
Andy Shevchenko