[PATCH v1 0/2] bus: Remove Baikal SoC pieces

Andy Shevchenko posted 2 patches 1 month, 1 week ago
.../bindings/bus/baikal,bt1-apb.yaml          |  90 ----
.../bindings/bus/baikal,bt1-axi.yaml          | 107 -----
drivers/bus/Kconfig                           |  30 --
drivers/bus/Makefile                          |   2 -
drivers/bus/bt1-apb.c                         | 396 ------------------
drivers/bus/bt1-axi.c                         | 292 -------------
6 files changed, 917 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/bus/baikal,bt1-apb.yaml
delete mode 100644 Documentation/devicetree/bindings/bus/baikal,bt1-axi.yaml
delete mode 100644 drivers/bus/bt1-apb.c
delete mode 100644 drivers/bus/bt1-axi.c
[PATCH v1 0/2] bus: Remove Baikal SoC pieces
Posted by Andy Shevchenko 1 month, 1 week ago
Baikal SoC and platform support won't be finalised, remove stale pieces.

Andy Shevchenko (2):
  bus: Remove not-going-to-be-supported code for Baikal SoC
  dt-bindings: bus: Remove unused bindings

 .../bindings/bus/baikal,bt1-apb.yaml          |  90 ----
 .../bindings/bus/baikal,bt1-axi.yaml          | 107 -----
 drivers/bus/Kconfig                           |  30 --
 drivers/bus/Makefile                          |   2 -
 drivers/bus/bt1-apb.c                         | 396 ------------------
 drivers/bus/bt1-axi.c                         | 292 -------------
 6 files changed, 917 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/bus/baikal,bt1-apb.yaml
 delete mode 100644 Documentation/devicetree/bindings/bus/baikal,bt1-axi.yaml
 delete mode 100644 drivers/bus/bt1-apb.c
 delete mode 100644 drivers/bus/bt1-axi.c

-- 
2.50.1
Re: [PATCH v1 0/2] bus: Remove Baikal SoC pieces
Posted by Rob Herring 4 weeks ago
On Fri, Feb 27, 2026 at 08:26:24AM +0100, Andy Shevchenko wrote:
> Baikal SoC and platform support won't be finalised, remove stale pieces.
> 
> Andy Shevchenko (2):
>   bus: Remove not-going-to-be-supported code for Baikal SoC
>   dt-bindings: bus: Remove unused bindings

As there doesn't seem to be a maintainer for drivers/bus/, I just took 
both patches.

Rob
Re: [PATCH v1 0/2] bus: Remove Baikal SoC pieces
Posted by Andy Shevchenko 4 weeks ago
On Wed, Mar 11, 2026 at 05:43:56PM -0500, Rob Herring wrote:
> On Fri, Feb 27, 2026 at 08:26:24AM +0100, Andy Shevchenko wrote:
> > Baikal SoC and platform support won't be finalised, remove stale pieces.
> > 
> > Andy Shevchenko (2):
> >   bus: Remove not-going-to-be-supported code for Baikal SoC
> >   dt-bindings: bus: Remove unused bindings
> 
> As there doesn't seem to be a maintainer for drivers/bus/, I just took 
> both patches.

Merci!

-- 
With Best Regards,
Andy Shevchenko