All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
Cc: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>,
	Thierry Reding
	<thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Alexandre Courbot
	<gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Jon Hunter <jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: [GIT PULL 4/6] soc/tegra: Changes for v4.8-rc1
Date: Fri,  1 Jul 2016 16:50:24 +0200	[thread overview]
Message-ID: <20160701145026.25760-4-thierry.reding@gmail.com> (raw)
In-Reply-To: <20160701145026.25760-1-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

Hi ARM SoC maintainers,

The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.8-soc

for you to fetch changes up to 8582f6d158c8824042432f581d49ef478d5cb238:

  soc/tegra: Stub out PCIe IRQ workaround on 64-bit ARM (2016-06-30 13:54:17 +0200)

Thanks,
Thierry

----------------------------------------------------------------
soc/tegra: Changes for v4.8-rc1

Contains fixes and cleanups to the PMC driver, as well as some fixes for
the generic PM domain support and some prep work to support PCIe on 64-
bit ARM.

----------------------------------------------------------------
Jon Hunter (10):
      soc/tegra: pmc: Initialise resets associated with a power partition
      soc/tegra: pmc: Ensure powergate is available when powering on
      soc/tegra: pmc: Fix early initialisation of PMC
      soc/tegra: pmc: Don't populate SoC data until register space is mapped
      soc/tegra: pmc: Ensure mutex is always initialised
      soc/tegra: pmc: Add missing of_node_put()
      soc/tegra: pmc: Don't probe PMC if early initialisation fails
      soc/tegra: pmc: Add specific error messages
      soc/tegra: pmc: Initialise power partitions early
      soc/tegra: pmc: Enable XUSB partitions on boot

Thierry Reding (3):
      soc/tegra: pmc: Use register definitions instead of magic values
      soc/tegra: pmc: Use whitespace more consistently
      soc/tegra: Stub out PCIe IRQ workaround on 64-bit ARM

 drivers/soc/tegra/pmc.c     | 149 +++++++++++++++++++++++++++++++++-----------
 include/soc/tegra/cpuidle.h |   2 +-
 2 files changed, 113 insertions(+), 38 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: thierry.reding@gmail.com (Thierry Reding)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 4/6] soc/tegra: Changes for v4.8-rc1
Date: Fri,  1 Jul 2016 16:50:24 +0200	[thread overview]
Message-ID: <20160701145026.25760-4-thierry.reding@gmail.com> (raw)
In-Reply-To: <20160701145026.25760-1-thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.8-soc

for you to fetch changes up to 8582f6d158c8824042432f581d49ef478d5cb238:

  soc/tegra: Stub out PCIe IRQ workaround on 64-bit ARM (2016-06-30 13:54:17 +0200)

Thanks,
Thierry

----------------------------------------------------------------
soc/tegra: Changes for v4.8-rc1

Contains fixes and cleanups to the PMC driver, as well as some fixes for
the generic PM domain support and some prep work to support PCIe on 64-
bit ARM.

----------------------------------------------------------------
Jon Hunter (10):
      soc/tegra: pmc: Initialise resets associated with a power partition
      soc/tegra: pmc: Ensure powergate is available when powering on
      soc/tegra: pmc: Fix early initialisation of PMC
      soc/tegra: pmc: Don't populate SoC data until register space is mapped
      soc/tegra: pmc: Ensure mutex is always initialised
      soc/tegra: pmc: Add missing of_node_put()
      soc/tegra: pmc: Don't probe PMC if early initialisation fails
      soc/tegra: pmc: Add specific error messages
      soc/tegra: pmc: Initialise power partitions early
      soc/tegra: pmc: Enable XUSB partitions on boot

Thierry Reding (3):
      soc/tegra: pmc: Use register definitions instead of magic values
      soc/tegra: pmc: Use whitespace more consistently
      soc/tegra: Stub out PCIe IRQ workaround on 64-bit ARM

 drivers/soc/tegra/pmc.c     | 149 +++++++++++++++++++++++++++++++++-----------
 include/soc/tegra/cpuidle.h |   2 +-
 2 files changed, 113 insertions(+), 38 deletions(-)

  parent reply	other threads:[~2016-07-01 14:50 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-01 14:50 [GIT PULL 1/6] bus: NVIDIA Tegra ACONNECT support Thierry Reding
2016-07-01 14:50 ` Thierry Reding
     [not found] ` <20160701145026.25760-1-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-07-01 14:50   ` [GIT PULL 2/6] dt-bindings: tegra: Updates for v4.8-rc1 Thierry Reding
2016-07-01 14:50     ` Thierry Reding
     [not found]     ` <20160701145026.25760-2-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-07-07  5:33       ` Olof Johansson
2016-07-07  5:33         ` Olof Johansson
2016-07-01 14:50   ` [GIT PULL 3/6] memory: tegra: Changes " Thierry Reding
2016-07-01 14:50     ` Thierry Reding
     [not found]     ` <20160701145026.25760-3-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-07-07  5:33       ` Olof Johansson
2016-07-07  5:33         ` Olof Johansson
2016-07-01 14:50   ` Thierry Reding [this message]
2016-07-01 14:50     ` [GIT PULL 4/6] soc/tegra: " Thierry Reding
     [not found]     ` <20160701145026.25760-4-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-07-07  5:34       ` Olof Johansson
2016-07-07  5:34         ` Olof Johansson
2016-07-01 14:50   ` [GIT PULL 5/6] ARM: tegra: " Thierry Reding
2016-07-01 14:50     ` Thierry Reding
     [not found]     ` <20160701145026.25760-5-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-07-07  5:38       ` Olof Johansson
2016-07-07  5:38         ` Olof Johansson
2016-07-01 14:50   ` [GIT PULL 6/6] arm64: " Thierry Reding
2016-07-01 14:50     ` Thierry Reding
     [not found]     ` <20160701145026.25760-6-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-07-07  5:42       ` Olof Johansson
2016-07-07  5:42         ` Olof Johansson
2016-07-07  5:32   ` [GIT PULL 1/6] bus: NVIDIA Tegra ACONNECT support Olof Johansson
2016-07-07  5:32     ` Olof Johansson

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=20160701145026.25760-4-thierry.reding@gmail.com \
    --to=thierry.reding-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.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.