linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vineet Gupta <Vineet.Gupta1@synopsys.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: lkml <linux-kernel@vger.kernel.org>,
	arcml <linux-snps-arc@lists.infradead.org>,
	Gilad Ben-Yossef <gilad@benyossef.com>,
	"Ofer Levi(SW)" <oferle@nvidia.com>,
	Mike Rapoport <rppt@kernel.org>,
	Necip Fazil Yildiran <fazilyildiran@gmail.com>,
	Randy Dunlap <rdunlap@infradead.org>,
	Zhen Lei <thunder.leizhen@huawei.com>,
	Noam Camus <noamikong@gmail.com>
Subject: [GIT PULL] ARC changes for 5.10-rc1
Date: Tue, 20 Oct 2020 01:57:21 +0000	[thread overview]
Message-ID: <bbd3efb4-39d2-1d2f-b4c5-0f68dd6f481f@synopsys.com> (raw)

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

             reply	other threads:[~2020-10-20  1:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-20  1:57 Vineet Gupta [this message]
2020-10-20 16:46 ` [GIT PULL] ARC changes for 5.10-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bbd3efb4-39d2-1d2f-b4c5-0f68dd6f481f@synopsys.com \
    --to=vineet.gupta1@synopsys.com \
    --cc=fazilyildiran@gmail.com \
    --cc=gilad@benyossef.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-snps-arc@lists.infradead.org \
    --cc=noamikong@gmail.com \
    --cc=oferle@nvidia.com \
    --cc=rdunlap@infradead.org \
    --cc=rppt@kernel.org \
    --cc=thunder.leizhen@huawei.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).