All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jesper Nilsson <jesper.nilsson@axis.com>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL]: CRIS changes for 4.9
Date: Sat, 8 Oct 2016 23:21:49 +0200	[thread overview]
Message-ID: <20161008212149.GY30704@axis.com> (raw)

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

                 reply	other threads:[~2016-10-08 21:21 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=20161008212149.GY30704@axis.com \
    --to=jesper.nilsson@axis.com \
    --cc=akpm@linux-foundation.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.