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 1/4] bus: NVIDIA Tegra ACONNECT changes for v4.9-rc1
Date: Fri,  9 Sep 2016 17:20:29 +0200	[thread overview]
Message-ID: <20160909152032.9550-1-thierry.reding@gmail.com> (raw)

Hi ARM SoC maintainers,

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.9-bus

for you to fetch changes up to 3a99cb090b523f88d0a19598d39704afac11adcb:

  bus: tegra-aconnect: Use of_pm_clk_add_clk() (2016-08-16 12:22:51 +0200)

Thanks,
Thierry

----------------------------------------------------------------
bus: NVIDIA Tegra ACONNECT changes for v4.9-rc1

This contains a patch that makes use of some symbols that were added in
v4.8 and a second patch takes advantage to enable building the driver as
a loadable module.

----------------------------------------------------------------
Jon Hunter (1):
      bus: tegra-aconnect: Use of_pm_clk_add_clk()

Thierry Reding (1):
      bus: tegra-aconnect: Make symbol tristate

 drivers/bus/Kconfig          |  6 +-----
 drivers/bus/tegra-aconnect.c | 22 ++--------------------
 2 files changed, 3 insertions(+), 25 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 1/4] bus: NVIDIA Tegra ACONNECT changes for v4.9-rc1
Date: Fri,  9 Sep 2016 17:20:29 +0200	[thread overview]
Message-ID: <20160909152032.9550-1-thierry.reding@gmail.com> (raw)

Hi ARM SoC maintainers,

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.9-bus

for you to fetch changes up to 3a99cb090b523f88d0a19598d39704afac11adcb:

  bus: tegra-aconnect: Use of_pm_clk_add_clk() (2016-08-16 12:22:51 +0200)

Thanks,
Thierry

----------------------------------------------------------------
bus: NVIDIA Tegra ACONNECT changes for v4.9-rc1

This contains a patch that makes use of some symbols that were added in
v4.8 and a second patch takes advantage to enable building the driver as
a loadable module.

----------------------------------------------------------------
Jon Hunter (1):
      bus: tegra-aconnect: Use of_pm_clk_add_clk()

Thierry Reding (1):
      bus: tegra-aconnect: Make symbol tristate

 drivers/bus/Kconfig          |  6 +-----
 drivers/bus/tegra-aconnect.c | 22 ++--------------------
 2 files changed, 3 insertions(+), 25 deletions(-)

             reply	other threads:[~2016-09-09 15:20 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-09 15:20 Thierry Reding [this message]
2016-09-09 15:20 ` [GIT PULL 1/4] bus: NVIDIA Tegra ACONNECT changes for v4.9-rc1 Thierry Reding
     [not found] ` <20160909152032.9550-1-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-09-09 15:20   ` [GIT PULL 2/4] soc/tegra: Changes " Thierry Reding
2016-09-09 15:20     ` Thierry Reding
     [not found]     ` <20160909152032.9550-2-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-09-14 22:32       ` Arnd Bergmann
2016-09-14 22:32         ` Arnd Bergmann
2016-09-14 22:40         ` Arnd Bergmann
2016-09-14 22:40           ` Arnd Bergmann
2016-09-09 15:20   ` [GIT PULL 3/4] ARM: tegra: Device tree changes " Thierry Reding
2016-09-09 15:20     ` Thierry Reding
     [not found]     ` <20160909152032.9550-3-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-09-13 15:40       ` Arnd Bergmann
2016-09-13 15:40         ` Arnd Bergmann
2016-09-09 15:20   ` [GIT PULL 4/4] arm64: " Thierry Reding
2016-09-09 15:20     ` Thierry Reding
     [not found]     ` <20160909152032.9550-4-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-09-14 15:27       ` Arnd Bergmann
2016-09-14 15:27         ` Arnd Bergmann
2016-09-14 22:39   ` [GIT PULL 1/4] bus: NVIDIA Tegra ACONNECT " Arnd Bergmann
2016-09-14 22:39     ` Arnd Bergmann

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=20160909152032.9550-1-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.