mbox series

[GIT,PULL] Delete the mach-netx machine

Message ID CACRpkdYTgA1i_uFC7NVYVmXf4WhoPHucC11-SrTRYFDUWLtXNw@mail.gmail.com
State New
Headers show
Series [GIT,PULL] Delete the mach-netx machine | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git

Message

Linus Walleij May 28, 2019, 11:21 a.m. UTC
Hi ARM SoC folks,

let's pull this in and get rid of the unmaintained mach-netx
machine so we don't see more occasional maintenance
for this unused platform.

Please pull this into the ARM SoC tree.

Yours,
Linus Walleij

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
tags/armsoc-drop-netx-v5.3

for you to fetch changes up to ceb02dcf676f41d281af84c9d6000fe27651ebb0:

  ARM: delete netx machine (2019-05-22 13:55:50 +0200)

----------------------------------------------------------------
This deletes the NetX 100/500 machine support.

----------------------------------------------------------------
Linus Walleij (1):
      ARM: delete netx machine

 arch/arm/Kconfig                             |  11 -
 arch/arm/Kconfig.debug                       |   7 -
 arch/arm/Makefile                            |   1 -
 arch/arm/configs/netx_defconfig              |  80 -----
 arch/arm/include/debug/netx.S                |  36 ---
 arch/arm/mach-netx/Kconfig                   |  21 --
 arch/arm/mach-netx/Makefile                  |  12 -
 arch/arm/mach-netx/Makefile.boot             |   2 -
 arch/arm/mach-netx/fb.c                      |  77 -----
 arch/arm/mach-netx/fb.h                      |  24 --
 arch/arm/mach-netx/generic.c                 | 194 ------------
 arch/arm/mach-netx/generic.h                 |  26 --
 arch/arm/mach-netx/include/mach/hardware.h   |  39 ---
 arch/arm/mach-netx/include/mach/irqs.h       |  70 -----
 arch/arm/mach-netx/include/mach/netx-regs.h  | 432 ---------------------------
 arch/arm/mach-netx/include/mach/pfifo.h      |  54 ----
 arch/arm/mach-netx/include/mach/uncompress.h |  75 -----
 arch/arm/mach-netx/include/mach/xc.h         |  42 ---
 arch/arm/mach-netx/nxdb500.c                 | 209 -------------
 arch/arm/mach-netx/nxdkn.c                   | 102 -------
 arch/arm/mach-netx/nxeb500hmi.c              | 186 ------------
 arch/arm/mach-netx/pfifo.c                   |  68 -----
 arch/arm/mach-netx/time.c                    | 153 ----------
 arch/arm/mach-netx/xc.c                      | 258 ----------------
 24 files changed, 2179 deletions(-)
 delete mode 100644 arch/arm/configs/netx_defconfig
 delete mode 100644 arch/arm/include/debug/netx.S
 delete mode 100644 arch/arm/mach-netx/Kconfig
 delete mode 100644 arch/arm/mach-netx/Makefile
 delete mode 100644 arch/arm/mach-netx/Makefile.boot
 delete mode 100644 arch/arm/mach-netx/fb.c
 delete mode 100644 arch/arm/mach-netx/fb.h
 delete mode 100644 arch/arm/mach-netx/generic.c
 delete mode 100644 arch/arm/mach-netx/generic.h
 delete mode 100644 arch/arm/mach-netx/include/mach/hardware.h
 delete mode 100644 arch/arm/mach-netx/include/mach/irqs.h
 delete mode 100644 arch/arm/mach-netx/include/mach/netx-regs.h
 delete mode 100644 arch/arm/mach-netx/include/mach/pfifo.h
 delete mode 100644 arch/arm/mach-netx/include/mach/uncompress.h
 delete mode 100644 arch/arm/mach-netx/include/mach/xc.h
 delete mode 100644 arch/arm/mach-netx/nxdb500.c
 delete mode 100644 arch/arm/mach-netx/nxdkn.c
 delete mode 100644 arch/arm/mach-netx/nxeb500hmi.c
 delete mode 100644 arch/arm/mach-netx/pfifo.c
 delete mode 100644 arch/arm/mach-netx/time.c
 delete mode 100644 arch/arm/mach-netx/xc.c

Comments

Olof Johansson June 17, 2019, 12:11 p.m. UTC | #1
On Tue, May 28, 2019 at 01:21:20PM +0200, Linus Walleij wrote:
> Hi ARM SoC folks,
> 
> let's pull this in and get rid of the unmaintained mach-netx
> machine so we don't see more occasional maintenance
> for this unused platform.
> 
> Please pull this into the ARM SoC tree.
> 
> Yours,
> Linus Walleij
> 
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
> tags/armsoc-drop-netx-v5.3
> 
> for you to fetch changes up to ceb02dcf676f41d281af84c9d6000fe27651ebb0:
> 
>   ARM: delete netx machine (2019-05-22 13:55:50 +0200)
> 
> ----------------------------------------------------------------
> This deletes the NetX 100/500 machine support.

Merged. You get a C- grade for your tag though -- I brought forward the patch
description into the merge commit too. :)


-Olof
Linus Walleij June 17, 2019, 8:35 p.m. UTC | #2
On Mon, Jun 17, 2019 at 3:05 PM Olof Johansson <olof@lixom.net> wrote:
> On Tue, May 28, 2019 at 01:21:20PM +0200, Linus Walleij wrote:

> > for you to fetch changes up to ceb02dcf676f41d281af84c9d6000fe27651ebb0:
> >
> >   ARM: delete netx machine (2019-05-22 13:55:50 +0200)
> >
> > ----------------------------------------------------------------
> > This deletes the NetX 100/500 machine support.
>
> Merged. You get a C- grade for your tag though -- I brought forward the patch
> description into the merge commit too. :)

Damned my kids get better grades than me this year :(

They will be much better with this, once I get them to do
kernel code.

Thanks!
Linus Walleij
Olof Johansson June 18, 2019, 8:18 a.m. UTC | #3
On Mon, Jun 17, 2019 at 9:35 PM Linus Walleij <linus.walleij@linaro.org> wrote:
>
> On Mon, Jun 17, 2019 at 3:05 PM Olof Johansson <olof@lixom.net> wrote:
> > On Tue, May 28, 2019 at 01:21:20PM +0200, Linus Walleij wrote:
>
> > > for you to fetch changes up to ceb02dcf676f41d281af84c9d6000fe27651ebb0:
> > >
> > >   ARM: delete netx machine (2019-05-22 13:55:50 +0200)
> > >
> > > ----------------------------------------------------------------
> > > This deletes the NetX 100/500 machine support.
> >
> > Merged. You get a C- grade for your tag though -- I brought forward the patch
> > description into the merge commit too. :)
>
> Damned my kids get better grades than me this year :(
>
> They will be much better with this, once I get them to do
> kernel code.

Isn't it a universal truth that you want your next generation to do
better than you did? :-)


-Olof