mbox series

[0/4] Remove PicoXcell

Message ID 20201210200315.2965567-1-robh@kernel.org
Headers show
Series Remove PicoXcell | expand

Message

Rob Herring Dec. 10, 2020, 8:03 p.m. UTC
PicoXcell has had nothing but treewide cleanups for at least the last 8
years and no signs of activity. The most recent activity is a yocto vendor
kernel based on v3.0 in 2015.

These patches can go via the respective maintainers' trees.

Rob

Rob Herring (4):
  ARM: dts: Remove PicoXcell platforms
  ARM: Remove PicoXcell platform support
  crypto: Remove PicoXcell driver
  dt-bindings: Remove PicoXcell bindings

 .../devicetree/bindings/arm/picoxcell.txt     |   24 -
 .../bindings/crypto/picochip-spacc.txt        |   21 -
 .../devicetree/bindings/net/macb.txt          |    2 -
 .../bindings/timer/snps,dw-apb-timer.yaml     |    7 -
 MAINTAINERS                                   |    9 -
 arch/arm/Kconfig                              |    2 -
 arch/arm/Kconfig.debug                        |   13 +-
 arch/arm/Makefile                             |    1 -
 arch/arm/boot/dts/Makefile                    |    3 -
 arch/arm/boot/dts/picoxcell-pc3x2.dtsi        |  239 ---
 arch/arm/boot/dts/picoxcell-pc3x3.dtsi        |  355 ----
 arch/arm/boot/dts/picoxcell-pc7302-pc3x2.dts  |   78 -
 arch/arm/boot/dts/picoxcell-pc7302-pc3x3.dts  |   84 -
 arch/arm/mach-picoxcell/Kconfig               |    9 -
 arch/arm/mach-picoxcell/Makefile              |    2 -
 arch/arm/mach-picoxcell/common.c              |   81 -
 drivers/crypto/Kconfig                        |   18 -
 drivers/crypto/Makefile                       |    1 -
 drivers/crypto/picoxcell_crypto.c             | 1806 -----------------
 drivers/crypto/picoxcell_crypto_regs.h        |  115 --
 20 files changed, 1 insertion(+), 2869 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/arm/picoxcell.txt
 delete mode 100644 Documentation/devicetree/bindings/crypto/picochip-spacc.txt
 delete mode 100644 arch/arm/boot/dts/picoxcell-pc3x2.dtsi
 delete mode 100644 arch/arm/boot/dts/picoxcell-pc3x3.dtsi
 delete mode 100644 arch/arm/boot/dts/picoxcell-pc7302-pc3x2.dts
 delete mode 100644 arch/arm/boot/dts/picoxcell-pc7302-pc3x3.dts
 delete mode 100644 arch/arm/mach-picoxcell/Kconfig
 delete mode 100644 arch/arm/mach-picoxcell/Makefile
 delete mode 100644 arch/arm/mach-picoxcell/common.c
 delete mode 100644 drivers/crypto/picoxcell_crypto.c
 delete mode 100644 drivers/crypto/picoxcell_crypto_regs.h

--
2.25.1

Comments

Jamie Iles Dec. 13, 2020, 4:25 p.m. UTC | #1
Acked-by: Jamie Iles <jamie@jamieiles.com>


for the series.  Intel EOLd this product now, good idea to remove it.

Thanks,

Jamie

On Thu, Dec 10, 2020 at 02:03:11PM -0600, Rob Herring wrote:
> PicoXcell has had nothing but treewide cleanups for at least the last 8

> years and no signs of activity. The most recent activity is a yocto vendor

> kernel based on v3.0 in 2015.

> 

> These patches can go via the respective maintainers' trees.

> 

> Rob

> 

> Rob Herring (4):

>   ARM: dts: Remove PicoXcell platforms

>   ARM: Remove PicoXcell platform support

>   crypto: Remove PicoXcell driver

>   dt-bindings: Remove PicoXcell bindings

> 

>  .../devicetree/bindings/arm/picoxcell.txt     |   24 -

>  .../bindings/crypto/picochip-spacc.txt        |   21 -

>  .../devicetree/bindings/net/macb.txt          |    2 -

>  .../bindings/timer/snps,dw-apb-timer.yaml     |    7 -

>  MAINTAINERS                                   |    9 -

>  arch/arm/Kconfig                              |    2 -

>  arch/arm/Kconfig.debug                        |   13 +-

>  arch/arm/Makefile                             |    1 -

>  arch/arm/boot/dts/Makefile                    |    3 -

>  arch/arm/boot/dts/picoxcell-pc3x2.dtsi        |  239 ---

>  arch/arm/boot/dts/picoxcell-pc3x3.dtsi        |  355 ----

>  arch/arm/boot/dts/picoxcell-pc7302-pc3x2.dts  |   78 -

>  arch/arm/boot/dts/picoxcell-pc7302-pc3x3.dts  |   84 -

>  arch/arm/mach-picoxcell/Kconfig               |    9 -

>  arch/arm/mach-picoxcell/Makefile              |    2 -

>  arch/arm/mach-picoxcell/common.c              |   81 -

>  drivers/crypto/Kconfig                        |   18 -

>  drivers/crypto/Makefile                       |    1 -

>  drivers/crypto/picoxcell_crypto.c             | 1806 -----------------

>  drivers/crypto/picoxcell_crypto_regs.h        |  115 --

>  20 files changed, 1 insertion(+), 2869 deletions(-)

>  delete mode 100644 Documentation/devicetree/bindings/arm/picoxcell.txt

>  delete mode 100644 Documentation/devicetree/bindings/crypto/picochip-spacc.txt

>  delete mode 100644 arch/arm/boot/dts/picoxcell-pc3x2.dtsi

>  delete mode 100644 arch/arm/boot/dts/picoxcell-pc3x3.dtsi

>  delete mode 100644 arch/arm/boot/dts/picoxcell-pc7302-pc3x2.dts

>  delete mode 100644 arch/arm/boot/dts/picoxcell-pc7302-pc3x3.dts

>  delete mode 100644 arch/arm/mach-picoxcell/Kconfig

>  delete mode 100644 arch/arm/mach-picoxcell/Makefile

>  delete mode 100644 arch/arm/mach-picoxcell/common.c

>  delete mode 100644 drivers/crypto/picoxcell_crypto.c

>  delete mode 100644 drivers/crypto/picoxcell_crypto_regs.h

> 

> --

> 2.25.1
Geert Uytterhoeven July 17, 2021, 9:26 p.m. UTC | #2
Hi Rob,

(replying to an old patch that was applied a while ago)

On Thu, Dec 10, 2020 at 9:06 PM Rob Herring <robh@kernel.org> wrote:
> PicoXcell has had nothing but treewide cleanups for at least the last 8

> years and no signs of activity. The most recent activity is a yocto vendor

> kernel based on v3.0 in 2015.

>

> Cc: Jamie Iles <jamie@jamieiles.com>

> Cc: linux-crypto@vger.kernel.org

> Signed-off-by: Rob Herring <robh@kernel.org>


> --- a/Documentation/devicetree/bindings/net/macb.txt

> +++ b/Documentation/devicetree/bindings/net/macb.txt

> @@ -7,8 +7,6 @@ Required properties:

>    Use "cdns,sam9x60-macb" for Microchip sam9x60 SoC.

>    Use "cdns,np4-macb" for NP4 SoC devices.

>    Use "cdns,at32ap7000-macb" for other 10/100 usage or use the generic form: "cdns,macb".

> -  Use "cdns,pc302-gem" for Picochip picoXcell pc302 and later devices based on

> -  the Cadence GEM, or the generic form: "cdns,gem".


Note that (a) the generic form is still used as the sole compatible
value in arch/arm64/boot/dts/lg/lg131[23].dtsi, and the Linux driver
matches against it, and (b) arch/arm/boot/dts/zynq-7000.dtsi uses
the generic form as a secondary compatible value.

Gr{oetje,eeting}s,

                        Geert


--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds