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: arcml <linux-snps-arc@lists.infradead.org>,
	lkml <linux-kernel@vger.kernel.org>,
	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Subject: [GIT PULL] ARC updates for 5.7-rc1
Date: Fri, 3 Apr 2020 21:57:33 +0000	[thread overview]
Message-ID: <5b7afdcd-48dc-dc90-d7c0-53559a3ca3b8@synopsys.com> (raw)

Hi Linus,

Please pull.

Thx,
-Vineet
------------------>
The following changes since commit fb33c6510d5595144d585aa194d377cf74d31911:

  Linux 5.6-rc6 (2020-03-15 15:01:23 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f09d3174f002ee2cf15623d5a0f68f7393536ce7:

  ARC: allow userspace DSP applications to use AGU extensions (2020-03-16 10:30:49
-0700)

----------------------------------------------------------------
ARC updates for 5.7-rc1

 - Support for DSP enabled userspace (save/restore regs)

 - Miscll other platform fixes

----------------------------------------------------------------
Eugeniy Paltsev (5):
      ARC: [plat-axs10x]: PGU: remove unused encoder-slave property
      ARC: add helpers to sanitize config options
      ARC: handle DSP presence in HW
      ARC: add support for DSP-enabled userspace applications
      ARC: allow userspace DSP applications to use AGU extensions

 arch/arc/Kconfig                   |  50 ++++++++++++-
 arch/arc/boot/dts/axs10x_mb.dtsi   |   1 -
 arch/arc/include/asm/arcregs.h     |  26 +++++++
 arch/arc/include/asm/asserts.h     |  34 +++++++++
 arch/arc/include/asm/dsp-impl.h    | 150 +++++++++++++++++++++++++++++++++++++
 arch/arc/include/asm/dsp.h         |  29 +++++++
 arch/arc/include/asm/entry-arcv2.h |   6 ++
 arch/arc/include/asm/processor.h   |   4 +
 arch/arc/include/asm/ptrace.h      |   3 +
 arch/arc/include/asm/switch_to.h   |   2 +
 arch/arc/kernel/asm-offsets.c      |   4 +
 arch/arc/kernel/head.S             |   4 +
 arch/arc/kernel/setup.c            |  34 +++++----
 13 files changed, 332 insertions(+), 15 deletions(-)
 create mode 100644 arch/arc/include/asm/asserts.h
 create mode 100644 arch/arc/include/asm/dsp-impl.h
 create mode 100644 arch/arc/include/asm/dsp.h

             reply	other threads:[~2020-04-03 21:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-03 21:57 Vineet Gupta [this message]
2020-04-03 22:35 ` [GIT PULL] ARC updates for 5.7-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=5b7afdcd-48dc-dc90-d7c0-53559a3ca3b8@synopsys.com \
    --to=vineet.gupta1@synopsys.com \
    --cc=Eugeniy.Paltsev@synopsys.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-snps-arc@lists.infradead.org \
    --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).