From: Max Filippov <jcmvbkbc@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-xtensa@linux-xtensa.org,
Chris Zankel <chris@zankel.net>, Marc Gauthier <marc@cadence.com>,
Max Filippov <jcmvbkbc@gmail.com>
Subject: [PULL 0/5] Xtensa improvements for 4.10
Date: Mon, 19 Dec 2016 10:21:15 -0800 [thread overview]
Message-ID: <1482171675-23520-1-git-send-email-jcmvbkbc@gmail.com> (raw)
Hi Linus,
please pull the following batch of updates for the xtensa architecture.
The following changes since commit 709fb1f961ea5c287107c3f903e81c9529224c8b:
xtensa: wire up new pkey_{mprotect,alloc,free} syscalls (2016-11-14 12:31:49 -0800)
are available in the git repository at:
git://github.com/jcmvbkbc/linux-xtensa.git tags/xtensa-20161219
for you to fetch changes up to 30b507051dd1f79bbedce79cb37dc0ef31f5fb6c:
xtensa: update DMA-related Documentation/features entries (2016-12-15 10:41:51 -0800)
----------------------------------------------------------------
Xtensa improvements for 4.10:
- enable HAVE_DMA_CONTIGUOUS, configure shared DMA pool reservation in
kc705 DTS;
- update xtensa DMA-related Documentation/features entries;
- clean up arch/xtensa/kernel/setup.c: move S32C1I self-test out of it,
remove unused declarations, fix screen_info definition.
----------------------------------------------------------------
Max Filippov (5):
xtensa: fix screen_info, clean up unused declarations in setup.c
xtensa: move S32C1I self-test to a separate file
xtensa: enable HAVE_DMA_CONTIGUOUS
xtensa: configure shared DMA pool reservation in kc705 DTS
xtensa: update DMA-related Documentation/features entries
.../features/io/dma-api-debug/arch-support.txt | 2 +-
.../features/io/dma-contiguous/arch-support.txt | 2 +-
arch/xtensa/Kconfig | 1 +
arch/xtensa/boot/dts/kc705.dts | 16 +++
arch/xtensa/include/asm/Kbuild | 1 +
arch/xtensa/kernel/Makefile | 1 +
arch/xtensa/kernel/pci-dma.c | 21 +++-
arch/xtensa/kernel/s32c1i_selftest.c | 128 +++++++++++++++++++
arch/xtensa/kernel/setup.c | 137 ++-------------------
arch/xtensa/mm/init.c | 2 +
10 files changed, 176 insertions(+), 135 deletions(-)
create mode 100644 arch/xtensa/kernel/s32c1i_selftest.c
--
Thanks.
-- Max
reply other threads:[~2016-12-19 18:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1482171675-23520-1-git-send-email-jcmvbkbc@gmail.com \
--to=jcmvbkbc@gmail.com \
--cc=chris@zankel.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-xtensa@linux-xtensa.org \
--cc=marc@cadence.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
Powered by JetHome