From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756416AbbDOVnG (ORCPT ); Wed, 15 Apr 2015 17:43:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40428 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752720AbbDOVm5 (ORCPT ); Wed, 15 Apr 2015 17:42:57 -0400 Message-ID: <1429134175.8915.2.camel@deneb.redhat.com> Subject: [GIT PULL] c6x fixes for v4.1 From: Mark Salter To: Linus Torvalds Cc: linux-kernel Date: Wed, 15 Apr 2015 17:42:55 -0400 Organization: Red Hat, Inc Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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