Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1456710 > unrolled thread

[GIT PULL] parisc architecture updates for 4.8-rc1

Started byHelge Deller <deller@gmx.de>
First post2016-08-04 22:20 +0200
Last post2016-08-04 22:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] parisc architecture updates for 4.8-rc1 Helge Deller <deller@gmx.de> - 2016-08-04 22:20 +0200

#1456710 — [GIT PULL] parisc architecture updates for 4.8-rc1

FromHelge Deller <deller@gmx.de>
Date2016-08-04 22:20 +0200
Subject[GIT PULL] parisc architecture updates for 4.8-rc1
Message-ID<s2xhv-5Z2-3@gated-at.bofh.it>
Hi Linus,

Please pull some parisc architecture updates for kernel 4.8-rc1 from 
  git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-4.8-1

Changes in this patch set:
- added an optimized hash implementation for parisc (George Spelvin)
- C99 style cleanups in iomap.c (Amitoj Kaur Chawla)
- Added breaks to switch statement in PDC function (noticed by Dan Carpenter)

Thanks,
Helge

----------------------------------------------------------------
Amitoj Kaur Chawla (1):
      parisc: Change structure intialisation to C99 style in iomap.c

George Spelvin (1):
      parisc: Add <asm/hash.h>

Helge Deller (1):
      parisc: Add break statements to pdc_pat_io_pci_cfg_read()

 arch/parisc/Kconfig            |   1 +
 arch/parisc/include/asm/hash.h | 146 +++++++++++++++++++++++++++++++++++++++++
 arch/parisc/kernel/firmware.c  |   6 +-
 arch/parisc/lib/iomap.c        |  64 +++++++++---------
 4 files changed, 182 insertions(+), 35 deletions(-)
 create mode 100644 arch/parisc/include/asm/hash.h

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web