linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vineet Gupta <vineet.gupta1@synopsys.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: lkml <linux-kernel@vger.kernel.org>,
	arcml <linux-snps-arc@lists.infradead.org>,
	Alexey Brodkin <alexey.brodkin@synopsys.com>,
	Kevin Hilman <khilman@baylibre.com>,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
	Jose Abreu <Jose.Abreu@synopsys.com>,
	"Eugeniy Paltsev" <Eugeniy.Paltsev@synopsys.com>
Subject: [GIT PULL] ARC updates for 4.20-rc6
Date: Wed, 5 Dec 2018 15:46:35 -0800	[thread overview]
Message-ID: <c156a393-7f72-4606-b8fd-d976e8565f52@synopsys.com> (raw)

Hi Linus,

Please pull.

Thx,
-Vineet

-------------------------------->
The following changes since commit ccda4af0f4b92f7b4c308d3acc262f4a7e3affad:

  Linux 4.20-rc2 (2018-11-11 17:12:31 -0600)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-4.20-rc6

for you to fetch changes up to 10d443431dc2bb733cf7add99b453e3fb9047a2e:

  ARC: io.h: Implement reads{x}()/writes{x}() (2018-11-30 11:26:29 -0800)

----------------------------------------------------------------
ARC fixes/updates for 4.20-rc6

 - Missing reads{x}()/writes{x}() getting in the way of some drivers [Jose Abreu]

 - Builds defaulting to ARCv2 ISA based configsa [Kevin Hilman]

 - Miscll fixes

----------------------------------------------------------------
Alexey Brodkin (1):
      arc: [devboards] Add support of NFSv3 ACL

Bartlomiej Zolnierkiewicz (1):
      ARC: remove redundant 'default n' from Kconfig

Eugeniy Paltsev (3):
      ARC: IOC: panic if kernel was started with previously enabled IOC
      ARC: [plat-hsdk] Enable DW APB GPIO support
      ARC: mm: fix uninitialised signal code in do_page_fault

Jose Abreu (1):
      ARC: io.h: Implement reads{x}()/writes{x}()

Kevin Hilman (1):
      ARC: change defconfig defaults to ARCv2

Vineet Gupta (1):
      ARCv2: boot log unaligned access in use

 arch/arc/Kconfig                           | 13 +-----
 arch/arc/Makefile                          |  2 +-
 arch/arc/boot/dts/hsdk.dts                 | 15 +++++++
 arch/arc/configs/axs101_defconfig          |  2 +
 arch/arc/configs/axs103_defconfig          |  1 +
 arch/arc/configs/axs103_smp_defconfig      |  1 +
 arch/arc/configs/hsdk_defconfig            |  4 ++
 arch/arc/configs/nps_defconfig             |  2 +
 arch/arc/configs/nsim_700_defconfig        |  1 +
 arch/arc/configs/nsimosci_defconfig        |  2 +
 arch/arc/configs/nsimosci_hs_defconfig     |  1 +
 arch/arc/configs/nsimosci_hs_smp_defconfig |  1 +
 arch/arc/configs/tb10x_defconfig           |  1 +
 arch/arc/configs/vdk_hs38_defconfig        |  1 +
 arch/arc/configs/vdk_hs38_smp_defconfig    |  1 +
 arch/arc/include/asm/cache.h               |  2 +
 arch/arc/include/asm/io.h                  | 72 ++++++++++++++++++++++++++++++
 arch/arc/kernel/setup.c                    |  9 ++--
 arch/arc/mm/cache.c                        | 20 +++++++--
 arch/arc/mm/fault.c                        |  2 +-
 20 files changed, 133 insertions(+), 20 deletions(-)

             reply	other threads:[~2018-12-05 23:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-05 23:46 Vineet Gupta [this message]
2018-12-05 23:55 ` [GIT PULL] ARC updates for 4.20-rc6 pr-tracker-bot

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=c156a393-7f72-4606-b8fd-d976e8565f52@synopsys.com \
    --to=vineet.gupta1@synopsys.com \
    --cc=Eugeniy.Paltsev@synopsys.com \
    --cc=Jose.Abreu@synopsys.com \
    --cc=alexey.brodkin@synopsys.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=khilman@baylibre.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-snps-arc@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).