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.17, part 2
Date: Thu, 22 Mar 2018 09:43:44 -0700 [thread overview]
Message-ID: <pull-1521736966-849602@atomide.com-2> (raw)
In-Reply-To: <pull-1521736966-849602@atomide.com>
In-Reply-To: <pull-1521736966-849602@atomide.com>
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit 47eee072bf90374ce98a15668e6b450de313100a:
ARM: dts: omap4-droid4: add soundcard (2018-03-02 12:55:14 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/dt-pt2-signed
for you to fetch changes up to 984c7706ff180e33096c57183435d925cb644576:
ARM: dts: omap4-droid4: Configure uart1 pins (2018-03-20 08:13:38 -0700)
----------------------------------------------------------------
Second set of dts changes for omap variants for v4.17
This series of patches configures few new drivers and adds
omap5 specific nodes:
- Enable USB OTG mode for xhci on am437x
- A series of changes to configure aux control module instance
on omap5 mostly to get the audio clocks configured
- A series of changes to update droid4 for MDM6600 modem USB PHY
and UART1 pinctrl
----------------------------------------------------------------
Peter Ujfalusi (1):
ARM: dts: omap5-board-common: Add phandle for mclk clock for twl6040
Roger Quadros (1):
ARM: dts: am43xx: Enable dual-role mode for USB1
Tero Kristo (3):
dt-bindings: omap5: ctrl: Support for control module wkup pad config
ARM: dts: omap5: add support for control module wkup pad config
ARM: dts: omap5: add fref_xtal_ck support
Tony Lindgren (3):
ARM: dts: omap4-droid4: Fix USB PHY port naming
ARM: dts: omap4-droid4: Configure MDM6600 USB PHY
ARM: dts: omap4-droid4: Configure uart1 pins
.../devicetree/bindings/arm/omap/ctrl.txt | 1 +
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/omap4-droid4-xt894.dts | 103 ++++++++++++++++++++-
arch/arm/boot/dts/omap5-board-common.dtsi | 4 +-
arch/arm/boot/dts/omap5.dtsi | 22 +++++
arch/arm/boot/dts/omap54xx-clocks.dtsi | 10 ++
8 files changed, 138 insertions(+), 8 deletions(-)
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.17, part 2
Date: Thu, 22 Mar 2018 09:43:44 -0700 [thread overview]
Message-ID: <pull-1521736966-849602@atomide.com-2> (raw)
In-Reply-To: <pull-1521736966-849602@atomide.com>
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit 47eee072bf90374ce98a15668e6b450de313100a:
ARM: dts: omap4-droid4: add soundcard (2018-03-02 12:55:14 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/dt-pt2-signed
for you to fetch changes up to 984c7706ff180e33096c57183435d925cb644576:
ARM: dts: omap4-droid4: Configure uart1 pins (2018-03-20 08:13:38 -0700)
----------------------------------------------------------------
Second set of dts changes for omap variants for v4.17
This series of patches configures few new drivers and adds
omap5 specific nodes:
- Enable USB OTG mode for xhci on am437x
- A series of changes to configure aux control module instance
on omap5 mostly to get the audio clocks configured
- A series of changes to update droid4 for MDM6600 modem USB PHY
and UART1 pinctrl
----------------------------------------------------------------
Peter Ujfalusi (1):
ARM: dts: omap5-board-common: Add phandle for mclk clock for twl6040
Roger Quadros (1):
ARM: dts: am43xx: Enable dual-role mode for USB1
Tero Kristo (3):
dt-bindings: omap5: ctrl: Support for control module wkup pad config
ARM: dts: omap5: add support for control module wkup pad config
ARM: dts: omap5: add fref_xtal_ck support
Tony Lindgren (3):
ARM: dts: omap4-droid4: Fix USB PHY port naming
ARM: dts: omap4-droid4: Configure MDM6600 USB PHY
ARM: dts: omap4-droid4: Configure uart1 pins
.../devicetree/bindings/arm/omap/ctrl.txt | 1 +
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/omap4-droid4-xt894.dts | 103 ++++++++++++++++++++-
arch/arm/boot/dts/omap5-board-common.dtsi | 4 +-
arch/arm/boot/dts/omap5.dtsi | 22 +++++
arch/arm/boot/dts/omap54xx-clocks.dtsi | 10 ++
8 files changed, 138 insertions(+), 8 deletions(-)
next prev parent reply other threads:[~2018-03-22 16:43 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-22 16:43 [GIT PULL 1/3] aux control module changes for v4.17 Tony Lindgren
2018-03-22 16:43 ` Tony Lindgren
2018-03-22 16:43 ` Tony Lindgren [this message]
2018-03-22 16:43 ` [GIT PULL 2/3] omap dts changes for v4.17, part 2 Tony Lindgren
2018-03-27 13:00 ` Arnd Bergmann
2018-03-27 13:00 ` Arnd Bergmann
2018-03-22 16:43 ` [GIT PULL 3/3] droid4 defconfig changes for v4.17 Tony Lindgren
2018-03-22 16:43 ` Tony Lindgren
2018-03-27 13:28 ` Arnd Bergmann
2018-03-27 13:28 ` Arnd Bergmann
2018-03-27 13:49 ` [GIT PULL 1/3] aux control module " Arnd Bergmann
2018-03-27 13:49 ` 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=pull-1521736966-849602@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.