linux-snps-arc.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARC changes for 5.10-rc1
@ 2020-10-20  1:57 Vineet Gupta
  2020-10-20 16:46 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Vineet Gupta @ 2020-10-20  1:57 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Ofer Levi(SW),
	Noam Camus, Necip Fazil Yildiran, Randy Dunlap, lkml,
	Gilad Ben-Yossef, Zhen Lei, arcml, Mike Rapoport

Hi Linus,

The bulk of ARC pull request is removal of EZChip NPS platform which was suffering
from constant bitrot. In recent years EZChip has gone though multiple successive
acquisitions and I guess things and people move on. I would like to take this
opportunity to recognize and thank all those good folks (Gilad, Noam, Ofer...) for
contributing major bits to ARC port (SMP, Big Endian)

Please pull.

Thx,
-Vineet
----------------->
The following changes since commit 549738f15da0e5a00275977623be199fbbf7df50:

  Linux 5.9-rc8 (2020-10-04 16:04:34 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-5.10-rc1

for you to fetch changes up to 6364d1b41cc382db3b03cf33c57b6007ee8f09cf:

  arc: include/asm: fix typos of "themselves" (2020-10-05 21:02:29 -0700)

----------------------------------------------------------------
ARC changes for 5.10

 - Drop support for EZChip NPS platform

 - miscll other fixes

----------------------------------------------------------------
Mike Rapoport (1):
      ARC: SMP: fix typo and use "come up" instead of "comeup"

Necip Fazil Yildiran (1):
      arc: plat-hsdk: fix kconfig dependency warning when !RESET_CONTROLLER

Randy Dunlap (1):
      arc: include/asm: fix typos of "themselves"

Vineet Gupta (1):
      ARC: [plat-eznps]: Drop support for EZChip NPS platform

Zhen Lei (1):
      ARC: [dts] fix the errors detected by dtbs_check

 MAINTAINERS                             |   7 --
 arch/arc/Kconfig                        |   2 -
 arch/arc/Makefile                       |   5 -
 arch/arc/boot/dts/axc001.dtsi           |   2 +-
 arch/arc/boot/dts/axc003.dtsi           |   2 +-
 arch/arc/boot/dts/axc003_idu.dtsi       |   2 +-
 arch/arc/boot/dts/eznps.dts             |  84 -------------
 arch/arc/boot/dts/vdk_axc003.dtsi       |   2 +-
 arch/arc/boot/dts/vdk_axc003_idu.dtsi   |   2 +-
 arch/arc/configs/nps_defconfig          |  80 ------------
 arch/arc/include/asm/atomic.h           | 108 +----------------
 arch/arc/include/asm/barrier.h          |   9 +-
 arch/arc/include/asm/bitops.h           |  58 +--------
 arch/arc/include/asm/cmpxchg.h          |  72 +----------
 arch/arc/include/asm/entry-compact.h    |  27 -----
 arch/arc/include/asm/processor.h        |  37 ------
 arch/arc/include/asm/ptrace.h           |   5 -
 arch/arc/include/asm/setup.h            |   4 -
 arch/arc/include/asm/spinlock.h         |   6 -
 arch/arc/include/asm/switch_to.h        |   9 --
 arch/arc/kernel/ctx_sw.c                |  13 --
 arch/arc/kernel/devtree.c               |   2 -
 arch/arc/kernel/process.c               |  15 ---
 arch/arc/kernel/smp.c                   |   2 +-
 arch/arc/mm/tlbex.S                     |   7 --
 arch/arc/plat-eznps/Kconfig             |  58 ---------
 arch/arc/plat-eznps/Makefile            |   8 --
 arch/arc/plat-eznps/ctop.c              |  21 ----
 arch/arc/plat-eznps/entry.S             |  60 ---------
 arch/arc/plat-eznps/include/plat/ctop.h | 208 --------------------------------
 arch/arc/plat-eznps/include/plat/mtm.h  |  49 --------
 arch/arc/plat-eznps/include/plat/smp.h  |  15 ---
 arch/arc/plat-eznps/mtm.c               | 166 -------------------------
 arch/arc/plat-eznps/platform.c          |  91 --------------
 arch/arc/plat-eznps/smp.c               | 138 ---------------------
 arch/arc/plat-hsdk/Kconfig              |   1 +
 36 files changed, 15 insertions(+), 1362 deletions(-)
 delete mode 100644 arch/arc/boot/dts/eznps.dts
 delete mode 100644 arch/arc/configs/nps_defconfig
 delete mode 100644 arch/arc/plat-eznps/Kconfig
 delete mode 100644 arch/arc/plat-eznps/Makefile
 delete mode 100644 arch/arc/plat-eznps/ctop.c
 delete mode 100644 arch/arc/plat-eznps/entry.S
 delete mode 100644 arch/arc/plat-eznps/include/plat/ctop.h
 delete mode 100644 arch/arc/plat-eznps/include/plat/mtm.h
 delete mode 100644 arch/arc/plat-eznps/include/plat/smp.h
 delete mode 100644 arch/arc/plat-eznps/mtm.c
 delete mode 100644 arch/arc/plat-eznps/platform.c
 delete mode 100644 arch/arc/plat-eznps/smp.c
_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

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

* Re: [GIT PULL] ARC changes for 5.10-rc1
  2020-10-20  1:57 [GIT PULL] ARC changes for 5.10-rc1 Vineet Gupta
@ 2020-10-20 16:46 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-10-20 16:46 UTC (permalink / raw)
  To: Vineet Gupta
  Cc: Ofer Levi(SW),
	Noam Camus, Necip Fazil Yildiran, Randy Dunlap, lkml,
	Gilad Ben-Yossef, Zhen Lei, arcml, Linus Torvalds, Mike Rapoport

The pull request you sent on Tue, 20 Oct 2020 01:57:21 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-5.10-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b32649b863623d89fec83aa27d19c28715c4fae3

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

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

end of thread, other threads:[~2020-10-20 16:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-20  1:57 [GIT PULL] ARC changes for 5.10-rc1 Vineet Gupta
2020-10-20 16:46 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).