* [GIT PULL] c6x fixes for v4.1
@ 2015-04-15 21:42 Mark Salter
0 siblings, 0 replies; only message in thread
From: Mark Salter @ 2015-04-15 21:42 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-04-15 21:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-15 21:42 [GIT PULL] c6x fixes for v4.1 Mark Salter
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