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 2/3] omap dts changes for v4.18 merge window
Date: Fri,  4 May 2018 09:17:32 -0700	[thread overview]
Message-ID: <pull-1525450571-674978@atomide.com-2> (raw)
In-Reply-To: <pull-1525450571-674978@atomide.com>
In-Reply-To: <pull-1525450571-674978@atomide.com>

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

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8dfa75524a0e0e2b4eaf2a3dc178f6b4d8db85d9:

  ARM: dts: correct invalid I/O definition for MMC/SD card detect on T410 (2018-05-03 10:03:01 -0700)

----------------------------------------------------------------
Device tree changes for omap variants for v4.18 merge window

This series adds support for am335x-pockebeagle and also add missing
pinctrl configuration for am335x evm and beagle bone variants.

There are also changes to add missing omap3 oscillator clocks for audio,
and fixes am437x tps65218 irq type used for various board specific
files.

There are also few minor fixes included that are not urgent. The
fixes for n8x0 audio also depend on driver changes, and the hp t410
mmc card detect mux typo is harmless.

----------------------------------------------------------------
Adam Ford (1):
      ARM: dts: logicpd-som-lv: Enable Touchscreen controller

Faiz Abbas (1):
      ARM: dts: am33xx: Add pinmux data for mmc1 in am335x-evm, evmsk and beaglebone

Graeme Smecher (1):
      ARM: dts: correct invalid I/O definition for MMC/SD card detect on T410

H. Nikolaus Schaller (2):
      ARM: dts: omap3-pandora: Add fixed 26MHz clock as fck for twl
      ARM: dts: omap3-gta04: Add fixed 26MHz clock as fck for twl

Peter Ujfalusi (7):
      ARM: dts: omap3-beagle-xm: Add fixed 26MHz clock as fck for twl
      ARM: dts: am437x-gp-evm: Correct tps65218 irq type
      ARM: dts: am437x-cm-t43: Correct tps65218 irq type
      ARM: dts: am437x-epos-evm: Correct tps65218 irq type
      ARM: dts: am437x-sk-evm: Correct tps65218 irq type
      ARM: dts: omap2420-n810: Enable McBSP2 for audio
      ARM: dts: omap2420-n810: Correct the audio codec (tlv320aic33) node

Robert Nelson (1):
      ARM: dts: Add am335x-pocketbeagle

 arch/arm/boot/dts/Makefile                   |   1 +
 arch/arm/boot/dts/am335x-bone-common.dtsi    |   9 +-
 arch/arm/boot/dts/am335x-evm.dts             |   9 +-
 arch/arm/boot/dts/am335x-evmsk.dts           |   9 +-
 arch/arm/boot/dts/am335x-osd335x-common.dtsi | 124 ++++++++++++++
 arch/arm/boot/dts/am335x-pocketbeagle.dts    | 237 +++++++++++++++++++++++++++
 arch/arm/boot/dts/am437x-cm-t43.dts          |   2 +-
 arch/arm/boot/dts/am437x-gp-evm.dts          |   2 +-
 arch/arm/boot/dts/am437x-sk-evm.dts          |   2 +-
 arch/arm/boot/dts/am43x-epos-evm.dts         |   2 +-
 arch/arm/boot/dts/dm8148-t410.dts            |   2 +-
 arch/arm/boot/dts/logicpd-som-lv.dtsi        |  25 +++
 arch/arm/boot/dts/omap2420-n810.dts          |  63 ++++++-
 arch/arm/boot/dts/omap3-beagle-xm.dts        |  10 ++
 arch/arm/boot/dts/omap3-gta04.dtsi           |  10 ++
 arch/arm/boot/dts/omap3-pandora-common.dtsi  |  10 ++
 16 files changed, 507 insertions(+), 10 deletions(-)
 create mode 100644 arch/arm/boot/dts/am335x-osd335x-common.dtsi
 create mode 100644 arch/arm/boot/dts/am335x-pocketbeagle.dts

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/3] omap dts changes for v4.18 merge window
Date: Fri,  4 May 2018 09:17:32 -0700	[thread overview]
Message-ID: <pull-1525450571-674978@atomide.com-2> (raw)
In-Reply-To: <pull-1525450571-674978@atomide.com>

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

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8dfa75524a0e0e2b4eaf2a3dc178f6b4d8db85d9:

  ARM: dts: correct invalid I/O definition for MMC/SD card detect on T410 (2018-05-03 10:03:01 -0700)

----------------------------------------------------------------
Device tree changes for omap variants for v4.18 merge window

This series adds support for am335x-pockebeagle and also add missing
pinctrl configuration for am335x evm and beagle bone variants.

There are also changes to add missing omap3 oscillator clocks for audio,
and fixes am437x tps65218 irq type used for various board specific
files.

There are also few minor fixes included that are not urgent. The
fixes for n8x0 audio also depend on driver changes, and the hp t410
mmc card detect mux typo is harmless.

----------------------------------------------------------------
Adam Ford (1):
      ARM: dts: logicpd-som-lv: Enable Touchscreen controller

Faiz Abbas (1):
      ARM: dts: am33xx: Add pinmux data for mmc1 in am335x-evm, evmsk and beaglebone

Graeme Smecher (1):
      ARM: dts: correct invalid I/O definition for MMC/SD card detect on T410

H. Nikolaus Schaller (2):
      ARM: dts: omap3-pandora: Add fixed 26MHz clock as fck for twl
      ARM: dts: omap3-gta04: Add fixed 26MHz clock as fck for twl

Peter Ujfalusi (7):
      ARM: dts: omap3-beagle-xm: Add fixed 26MHz clock as fck for twl
      ARM: dts: am437x-gp-evm: Correct tps65218 irq type
      ARM: dts: am437x-cm-t43: Correct tps65218 irq type
      ARM: dts: am437x-epos-evm: Correct tps65218 irq type
      ARM: dts: am437x-sk-evm: Correct tps65218 irq type
      ARM: dts: omap2420-n810: Enable McBSP2 for audio
      ARM: dts: omap2420-n810: Correct the audio codec (tlv320aic33) node

Robert Nelson (1):
      ARM: dts: Add am335x-pocketbeagle

 arch/arm/boot/dts/Makefile                   |   1 +
 arch/arm/boot/dts/am335x-bone-common.dtsi    |   9 +-
 arch/arm/boot/dts/am335x-evm.dts             |   9 +-
 arch/arm/boot/dts/am335x-evmsk.dts           |   9 +-
 arch/arm/boot/dts/am335x-osd335x-common.dtsi | 124 ++++++++++++++
 arch/arm/boot/dts/am335x-pocketbeagle.dts    | 237 +++++++++++++++++++++++++++
 arch/arm/boot/dts/am437x-cm-t43.dts          |   2 +-
 arch/arm/boot/dts/am437x-gp-evm.dts          |   2 +-
 arch/arm/boot/dts/am437x-sk-evm.dts          |   2 +-
 arch/arm/boot/dts/am43x-epos-evm.dts         |   2 +-
 arch/arm/boot/dts/dm8148-t410.dts            |   2 +-
 arch/arm/boot/dts/logicpd-som-lv.dtsi        |  25 +++
 arch/arm/boot/dts/omap2420-n810.dts          |  63 ++++++-
 arch/arm/boot/dts/omap3-beagle-xm.dts        |  10 ++
 arch/arm/boot/dts/omap3-gta04.dtsi           |  10 ++
 arch/arm/boot/dts/omap3-pandora-common.dtsi  |  10 ++
 16 files changed, 507 insertions(+), 10 deletions(-)
 create mode 100644 arch/arm/boot/dts/am335x-osd335x-common.dtsi
 create mode 100644 arch/arm/boot/dts/am335x-pocketbeagle.dts

  reply	other threads:[~2018-05-04 16:17 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-04 16:17 [GIT PULL 1/3] ti-sysc driver changes for v4.18 merge window Tony Lindgren
2018-05-04 16:17 ` Tony Lindgren
2018-05-04 16:17 ` Tony Lindgren [this message]
2018-05-04 16:17   ` [GIT PULL 2/3] omap dts " Tony Lindgren
2018-05-14  8:19   ` Olof Johansson
2018-05-14  8:19     ` Olof Johansson
2018-05-04 16:17 ` [GIT PULL 3/3] omap sdhci " Tony Lindgren
2018-05-04 16:17   ` Tony Lindgren
2018-05-14  8:22   ` Olof Johansson
2018-05-14  8:22     ` Olof Johansson
2018-05-14  9:41     ` Ulf Hansson
2018-05-14  9:41       ` Ulf Hansson
2018-05-14 16:22       ` Olof Johansson
2018-05-14 16:22         ` Olof Johansson
2018-05-14 16:22   ` Olof Johansson
2018-05-14 16:22     ` Olof Johansson
2018-05-14  8:19 ` [GIT PULL 1/3] ti-sysc driver " Olof Johansson
2018-05-14  8:19   ` 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-1525450571-674978@atomide.com-2 \
    --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.