From: Mark Salter <msalter@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] c6x fixes for v4.1
Date: Wed, 15 Apr 2015 17:42:55 -0400 [thread overview]
Message-ID: <1429134175.8915.2.camel@deneb.redhat.com> (raw)
The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
are available in the git repository at:
git://linux-c6x.org/git/projects/linux-c6x-upstreaming.git tags/for-linus
for you to fetch changes up to 3083ca2376a76072dc0071fb211de80b0ac44bd1:
c6x: platforms: cache: Export symbol L1P_cache_block_invalidate and L1D_cache_block_writeback (2015-03-26 10:49:58 -0400)
----------------------------------------------------------------
C6X Fixes for v4.1
----------------------------------------------------------------
Chen Gang (10):
c6x: kernel: setup: Include "linux/console.h"
c6x: Makefile: Add -D__linux__
c6x: kernel: setup: Remove 'const' for local variables in machine_init
c6x: asm: Add default flat.h according to xtensa architecture
c6x: include: asm: setup: Include "linux/types.h"
c6x: include: asm: dma-mapping: Add dummy dma_sync_single_range_for_device
c6x: include: asm: Kbuild: Add generic serial.h
c6x: kernel: setup: Add screen_info global variable
c6x: kernel: setup: Export symbol memory_end
c6x: platforms: cache: Export symbol L1P_cache_block_invalidate and L1D_cache_block_writeback
Nishanth Menon (1):
C6x: time: Ensure consistency in __init
arch/c6x/Makefile | 2 +-
arch/c6x/include/asm/Kbuild | 1 +
arch/c6x/include/asm/dma-mapping.h | 8 ++++++++
arch/c6x/include/asm/flat.h | 12 ++++++++++++
arch/c6x/include/asm/setup.h | 1 +
arch/c6x/kernel/setup.c | 10 +++++++---
arch/c6x/kernel/time.c | 2 +-
arch/c6x/platforms/cache.c | 2 ++
8 files changed, 33 insertions(+), 5 deletions(-)
create mode 100644 arch/c6x/include/asm/flat.h
reply other threads:[~2015-04-15 21:43 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=1429134175.8915.2.camel@deneb.redhat.com \
--to=msalter@redhat.com \
--cc=linux-kernel@vger.kernel.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
Powered by JetHome