From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753135AbcJHVV5 (ORCPT ); Sat, 8 Oct 2016 17:21:57 -0400 Received: from bastet.se.axis.com ([195.60.68.11]:57592 "EHLO bastet.se.axis.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751505AbcJHVVy (ORCPT ); Sat, 8 Oct 2016 17:21:54 -0400 Date: Sat, 8 Oct 2016 23:21:49 +0200 From: Jesper Nilsson To: Linus Torvalds , Andrew Morton , Linux Kernel Mailing List Subject: [GIT PULL]: CRIS changes for 4.9 Message-ID: <20161008212149.GY30704@axis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-TM-AS-GCONF: 00 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull for cris changes for 4.9. The following changes since commit 7d1e042314619115153a0f6f06e4552c09a50e13: Merge tag 'usercopy-v4.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux (2016-09-20 17:11:19 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git tags/cris-for-4.9 for you to fetch changes up to 2dc024e94578c53e2c579a48725c8fe2527f9d5e: cris: return of class_create should be considered (2016-09-23 16:06:00 +0200) ---------------------------------------------------------------- CRIS changes for 4.9 ---------------------------------------------------------------- Andrea Gelmini (7): Fix typo Fix typo Fix typo Fix typo Fix typo Fix typo Fix typo Dan Carpenter (1): CRIS v32: remove some double unlocks Fabian Frederick (1): CRIS: defconfig: remove MTDRAM_ABS_POS Jesper Nilsson (1): cris: intmem: fix device_initcall compile warning Niklas Cassel (8): cris: intmem: fix pointer comparison compile warning cris: fasttimer: fix mixed declarations and code compile warning cris: irq: stop loop from accessing array out of bounds cris: add dev88_defconfig cris: cardbus: fix header include path cris: fix Kconfig mismatch when building with CONFIG_PCI cris: use generic io.h cris: v10: axisflashmap: remove unused ifdefs Paul Gortmaker (1): cris: migrate exception table users off module.h and onto extable.h yizhouzhou@ict.ac.cn (1): cris: return of class_create should be considered arch/cris/Kconfig | 2 +- arch/cris/arch-v10/drivers/axisflashmap.c | 19 --- arch/cris/arch-v10/drivers/eeprom.c | 2 +- arch/cris/arch-v10/lib/dram_init.S | 2 +- arch/cris/arch-v32/drivers/cryptocop.c | 2 +- arch/cris/arch-v32/drivers/pci/bios.c | 2 +- arch/cris/arch-v32/drivers/sync_serial.c | 6 + arch/cris/arch-v32/kernel/fasttimer.c | 15 +- arch/cris/arch-v32/kernel/irq.c | 3 +- arch/cris/arch-v32/mach-a3/dma.c | 1 - arch/cris/arch-v32/mach-a3/dram_init.S | 2 +- arch/cris/arch-v32/mach-fs/dma.c | 1 - arch/cris/arch-v32/mach-fs/dram_init.S | 2 +- arch/cris/arch-v32/mm/intmem.c | 13 +- arch/cris/configs/artpec_3_defconfig | 1 - arch/cris/configs/dev88_defconfig | 48 ++++++ arch/cris/configs/etrax-100lx_v2_defconfig | 1 - arch/cris/configs/etraxfs_defconfig | 1 - arch/cris/include/arch-v32/arch/cryptocop.h | 2 +- arch/cris/include/asm/io.h | 171 +--------------------- arch/cris/include/uapi/arch-v10/arch/sv_addr_ag.h | 2 +- arch/cris/mm/fault.c | 2 +- 22 files changed, 83 insertions(+), 217 deletions(-) create mode 100644 arch/cris/configs/dev88_defconfig /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nilsson@axis.com