All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: soc@kernel.org
Cc: Tony Lindgren <tony@atomide.com>,
	linux-omap@vger.kernel.org, arm@kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/3] device tree changes for omaps for v5.5
Date: Thu, 24 Oct 2019 09:36:54 -0700	[thread overview]
Message-ID: <pull-1571934890-285615@atomide.com-2> (raw)
In-Reply-To: <pull-1571934890-285615@atomide.com>

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

The following changes since commit 087a2b7ec973f6f30f6e7b72cb50b6f7734ffdd2:

  ARM: dts: Use level interrupt for omap4 & 5 wlcore (2019-10-09 15:11:27 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.5/dt-signed

for you to fetch changes up to fedc8844d5004ffa69d3e320081bfd59979e1937:

  Merge branch 'omap-for-v5.5/droid4' into omap-for-v5.5/dt (2019-10-23 10:34:28 -0700)

----------------------------------------------------------------
Device tree changes for omaps for v5.5

This series of changes adds support for few new boards, moves
remaining ti wilink bluetooth users to use the serdev driver,
and improves support for existing devices:

- Add support for NetCAN Plus devices

- Configure wilink bluetooth for logicpd-torpedo and omap3-igep

- Switch to using generic LCD panel for logicpd-torpedo and
  increase camera pixel clock

- Configure droid4 for 300mA USB host mode and move to a common file
  to start adding support for droid bionic

- Rename ocmcram node to sram

----------------------------------------------------------------
Adam Ford (4):
      ARM: dts: logicpd-torpedo-baseboard: Reduce video regulator chatter
      ARM: dts: logicpd-torpedo-37xx-devkit-28: Reference new DRM panel
      ARM: dts: logicpd-torpedo: Disable Bluetooth Serial DMA
      ARM: dts: logicpd-torpedo-37xx-devkit: Increase camera pixel clock

Krzysztof Kozlowski (2):
      ARM: dts: am: Rename "ocmcram" node to "sram"
      ARM: dts: omap: Rename "ocmcram" node to "sram"

Sebastian Reichel (2):
      ARM: dts: LogicPD Torpedo: Add WiLink UART node
      ARM: dts: IGEP: Add WiLink UART node

Tony Lindgren (3):
      ARM: dts: omap4-droid4: Allow 300mA current for USB peripherals
      ARM: dts: Add minimal support for Droid Bionic xt875
      Merge branch 'omap-for-v5.5/droid4' into omap-for-v5.5/dt

Yegor Yefremov (3):
      ARM: dts: add DTS for NetCAN Plus devices
      ARM: dts: add DTS for NetCom Plus 1xx and 2xx device series
      ARM: dts: add DTS for NetCom Plus 4xx and 8xx device series

 arch/arm/boot/dts/Makefile                         |   4 +
 arch/arm/boot/dts/am335x-netcan-plus-1xx.dts       |  87 +++
 arch/arm/boot/dts/am335x-netcom-plus-2xx.dts       |  95 +++
 arch/arm/boot/dts/am335x-netcom-plus-8xx.dts       | 115 +++
 arch/arm/boot/dts/am33xx.dtsi                      |   6 +-
 arch/arm/boot/dts/am4372.dtsi                      |   6 +-
 .../boot/dts/logicpd-torpedo-37xx-devkit-28.dts    |  20 +-
 arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts  |  14 +
 arch/arm/boot/dts/logicpd-torpedo-baseboard.dtsi   |   1 +
 arch/arm/boot/dts/motorola-mapphone-common.dtsi    | 786 +++++++++++++++++++++
 arch/arm/boot/dts/omap3-igep0020-rev-f.dts         |   8 +
 arch/arm/boot/dts/omap3-igep0030-rev-g.dts         |   8 +
 arch/arm/boot/dts/omap4-droid-bionic-xt875.dts     |   9 +
 arch/arm/boot/dts/omap4-droid4-xt894.dts           | 777 +-------------------
 arch/arm/boot/dts/omap4.dtsi                       |   2 +-
 arch/arm/boot/dts/omap5.dtsi                       |   2 +-
 16 files changed, 1138 insertions(+), 802 deletions(-)
 create mode 100644 arch/arm/boot/dts/am335x-netcan-plus-1xx.dts
 create mode 100644 arch/arm/boot/dts/am335x-netcom-plus-2xx.dts
 create mode 100644 arch/arm/boot/dts/am335x-netcom-plus-8xx.dts
 create mode 100644 arch/arm/boot/dts/motorola-mapphone-common.dtsi
 create mode 100644 arch/arm/boot/dts/omap4-droid-bionic-xt875.dts

WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: soc@kernel.org
Cc: Tony Lindgren <tony@atomide.com>,
	linux-omap@vger.kernel.org, arm@kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/3] device tree changes for omaps for v5.5
Date: Thu, 24 Oct 2019 09:36:54 -0700	[thread overview]
Message-ID: <pull-1571934890-285615@atomide.com-2> (raw)
In-Reply-To: <pull-1571934890-285615@atomide.com>

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

The following changes since commit 087a2b7ec973f6f30f6e7b72cb50b6f7734ffdd2:

  ARM: dts: Use level interrupt for omap4 & 5 wlcore (2019-10-09 15:11:27 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.5/dt-signed

for you to fetch changes up to fedc8844d5004ffa69d3e320081bfd59979e1937:

  Merge branch 'omap-for-v5.5/droid4' into omap-for-v5.5/dt (2019-10-23 10:34:28 -0700)

----------------------------------------------------------------
Device tree changes for omaps for v5.5

This series of changes adds support for few new boards, moves
remaining ti wilink bluetooth users to use the serdev driver,
and improves support for existing devices:

- Add support for NetCAN Plus devices

- Configure wilink bluetooth for logicpd-torpedo and omap3-igep

- Switch to using generic LCD panel for logicpd-torpedo and
  increase camera pixel clock

- Configure droid4 for 300mA USB host mode and move to a common file
  to start adding support for droid bionic

- Rename ocmcram node to sram

----------------------------------------------------------------
Adam Ford (4):
      ARM: dts: logicpd-torpedo-baseboard: Reduce video regulator chatter
      ARM: dts: logicpd-torpedo-37xx-devkit-28: Reference new DRM panel
      ARM: dts: logicpd-torpedo: Disable Bluetooth Serial DMA
      ARM: dts: logicpd-torpedo-37xx-devkit: Increase camera pixel clock

Krzysztof Kozlowski (2):
      ARM: dts: am: Rename "ocmcram" node to "sram"
      ARM: dts: omap: Rename "ocmcram" node to "sram"

Sebastian Reichel (2):
      ARM: dts: LogicPD Torpedo: Add WiLink UART node
      ARM: dts: IGEP: Add WiLink UART node

Tony Lindgren (3):
      ARM: dts: omap4-droid4: Allow 300mA current for USB peripherals
      ARM: dts: Add minimal support for Droid Bionic xt875
      Merge branch 'omap-for-v5.5/droid4' into omap-for-v5.5/dt

Yegor Yefremov (3):
      ARM: dts: add DTS for NetCAN Plus devices
      ARM: dts: add DTS for NetCom Plus 1xx and 2xx device series
      ARM: dts: add DTS for NetCom Plus 4xx and 8xx device series

 arch/arm/boot/dts/Makefile                         |   4 +
 arch/arm/boot/dts/am335x-netcan-plus-1xx.dts       |  87 +++
 arch/arm/boot/dts/am335x-netcom-plus-2xx.dts       |  95 +++
 arch/arm/boot/dts/am335x-netcom-plus-8xx.dts       | 115 +++
 arch/arm/boot/dts/am33xx.dtsi                      |   6 +-
 arch/arm/boot/dts/am4372.dtsi                      |   6 +-
 .../boot/dts/logicpd-torpedo-37xx-devkit-28.dts    |  20 +-
 arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts  |  14 +
 arch/arm/boot/dts/logicpd-torpedo-baseboard.dtsi   |   1 +
 arch/arm/boot/dts/motorola-mapphone-common.dtsi    | 786 +++++++++++++++++++++
 arch/arm/boot/dts/omap3-igep0020-rev-f.dts         |   8 +
 arch/arm/boot/dts/omap3-igep0030-rev-g.dts         |   8 +
 arch/arm/boot/dts/omap4-droid-bionic-xt875.dts     |   9 +
 arch/arm/boot/dts/omap4-droid4-xt894.dts           | 777 +-------------------
 arch/arm/boot/dts/omap4.dtsi                       |   2 +-
 arch/arm/boot/dts/omap5.dtsi                       |   2 +-
 16 files changed, 1138 insertions(+), 802 deletions(-)
 create mode 100644 arch/arm/boot/dts/am335x-netcan-plus-1xx.dts
 create mode 100644 arch/arm/boot/dts/am335x-netcom-plus-2xx.dts
 create mode 100644 arch/arm/boot/dts/am335x-netcom-plus-8xx.dts
 create mode 100644 arch/arm/boot/dts/motorola-mapphone-common.dtsi
 create mode 100644 arch/arm/boot/dts/omap4-droid-bionic-xt875.dts

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2019-10-24 16:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-24 16:36 [GIT PULL 1/3] soc changes for omaps for v5.5 Tony Lindgren
2019-10-24 16:36 ` Tony Lindgren
2019-10-24 16:36 ` Tony Lindgren [this message]
2019-10-24 16:36   ` [GIT PULL 2/3] device tree " Tony Lindgren
2019-10-24 16:36 ` [GIT PULL 3/3] drop legacy platform data " Tony Lindgren
2019-10-24 16:36   ` Tony Lindgren
2019-10-24 20:39   ` Olof Johansson
2019-10-24 20:39     ` 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-1571934890-285615@atomide.com-2 \
    --to=tony@atomide.com \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=soc@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.