All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: arm@kernel.org
Cc: Tony Lindgren <tony@atomide.com>,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 5/5] dts changes for omap mcan for v4.19
Date: Wed, 11 Jul 2018 06:19:08 -0700	[thread overview]
Message-ID: <pull-1531314878-371161@atomide.com-5> (raw)
In-Reply-To: <pull-1531314878-371161@atomide.com>
In-Reply-To: <pull-1531314878-371161@atomide.com>

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 596e7955692b5d8b042fca500b7a83c25dfcf936:

  bus: ti-sysc: Add support for software reset (2018-07-09 22:31:38 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.19/dt-mcan-v2-signed-v2

for you to fetch changes up to 0adbe832f21ac8478f33aa64627c92fd3225b944:

  ARM: dts: dra76x: Add MCAN node (2018-07-10 04:05:30 -0700)

----------------------------------------------------------------
dts changes for mcan for omaps for v4.19 merge window

These changes configure the mcan clock, interconnect target
module and mcan device. These changes depend on the ti-sysc
related driver changes and are based on those.

Notably this is the first new driver that probes with ti-sysc
driver with no legacy hwmod platform data for the interconnect
target module.

----------------------------------------------------------------
Faiz Abbas (2):
      ARM: dts: Add generic interconnect target module node for MCAN
      ARM: dts: dra76x: Add MCAN node

Lokesh Vutla (1):
      ARM: dts: dra762: Add MCAN clock support

 arch/arm/boot/dts/dra76-evm.dts |  6 ++++
 arch/arm/boot/dts/dra76x.dtsi   | 64 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 5/5] dts changes for omap mcan for v4.19
Date: Wed, 11 Jul 2018 06:19:08 -0700	[thread overview]
Message-ID: <pull-1531314878-371161@atomide.com-5> (raw)
In-Reply-To: <pull-1531314878-371161@atomide.com>

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 596e7955692b5d8b042fca500b7a83c25dfcf936:

  bus: ti-sysc: Add support for software reset (2018-07-09 22:31:38 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.19/dt-mcan-v2-signed-v2

for you to fetch changes up to 0adbe832f21ac8478f33aa64627c92fd3225b944:

  ARM: dts: dra76x: Add MCAN node (2018-07-10 04:05:30 -0700)

----------------------------------------------------------------
dts changes for mcan for omaps for v4.19 merge window

These changes configure the mcan clock, interconnect target
module and mcan device. These changes depend on the ti-sysc
related driver changes and are based on those.

Notably this is the first new driver that probes with ti-sysc
driver with no legacy hwmod platform data for the interconnect
target module.

----------------------------------------------------------------
Faiz Abbas (2):
      ARM: dts: Add generic interconnect target module node for MCAN
      ARM: dts: dra76x: Add MCAN node

Lokesh Vutla (1):
      ARM: dts: dra762: Add MCAN clock support

 arch/arm/boot/dts/dra76-evm.dts |  6 ++++
 arch/arm/boot/dts/dra76x.dtsi   | 64 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

  parent reply	other threads:[~2018-07-11 13:19 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-11 13:19 [GIT PULL 1/5] omap1 soc changes for v4.19 Tony Lindgren
2018-07-11 13:19 ` Tony Lindgren
2018-07-11 13:19 ` [GIT PULL 2/5] soc changes for omaps " Tony Lindgren
2018-07-11 13:19   ` Tony Lindgren
2018-07-14 21:45   ` Olof Johansson
2018-07-14 21:45     ` Olof Johansson
2018-07-11 13:19 ` [GIT PULL 3/5] ti-sysc driver " Tony Lindgren
2018-07-11 13:19   ` Tony Lindgren
2018-07-14 21:39   ` Olof Johansson
2018-07-14 21:39     ` Olof Johansson
2018-07-11 13:19 ` [GIT PULL 4/5] dts " Tony Lindgren
2018-07-11 13:19   ` Tony Lindgren
2018-07-14 21:17   ` Olof Johansson
2018-07-14 21:17     ` Olof Johansson
2018-07-11 13:19 ` Tony Lindgren [this message]
2018-07-11 13:19   ` [GIT PULL 5/5] dts changes for omap mcan " Tony Lindgren
2018-07-14 21:19   ` Olof Johansson
2018-07-14 21:19     ` Olof Johansson
2018-07-16  7:53     ` Tony Lindgren
2018-07-16  7:53       ` Tony Lindgren
2018-07-14 21:44 ` [GIT PULL 1/5] omap1 soc changes " Olof Johansson
2018-07-14 21:44   ` 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=pull-1531314878-371161@atomide.com-5 \
    --to=tony@atomide.com \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.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.