All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Delete the mach-netx machine
@ 2019-05-28 11:21 Linus Walleij
  2019-06-17 12:11 ` Olof Johansson
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2019-05-28 11:21 UTC (permalink / raw)
  To: arm-soc; +Cc: Linux ARM

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Delete the mach-netx machine
  2019-05-28 11:21 [GIT PULL] Delete the mach-netx machine Linus Walleij
@ 2019-06-17 12:11 ` Olof Johansson
  2019-06-17 20:35   ` Linus Walleij
  0 siblings, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2019-06-17 12:11 UTC (permalink / raw)
  To: Linus Walleij; +Cc: arm-soc, Linux ARM

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Delete the mach-netx machine
  2019-06-17 12:11 ` Olof Johansson
@ 2019-06-17 20:35   ` Linus Walleij
  2019-06-18  8:18     ` Olof Johansson
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2019-06-17 20:35 UTC (permalink / raw)
  To: Olof Johansson; +Cc: arm-soc, Linux ARM

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Delete the mach-netx machine
  2019-06-17 20:35   ` Linus Walleij
@ 2019-06-18  8:18     ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2019-06-18  8:18 UTC (permalink / raw)
  To: Linus Walleij; +Cc: arm-soc, Linux ARM

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-06-18  8:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-28 11:21 [GIT PULL] Delete the mach-netx machine Linus Walleij
2019-06-17 12:11 ` Olof Johansson
2019-06-17 20:35   ` Linus Walleij
2019-06-18  8:18     ` Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.