[GIT PULL] c6x fixes for v4.1

From: Mark Salter
Date: Wed Apr 15 2015 - 17:43:08 EST


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



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/