From: Tony Lindgren <tony@atomide.com>
To: arm@kernel.org
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] omap dts changes for v4.3 merge window, part 3
Date: Thu, 6 Aug 2015 03:45:16 -0700 [thread overview]
Message-ID: <20150806104516.GF4215@atomide.com> (raw)
The following changes since commit f5887fe5d14181aef0653ab04f60988252d42461:
ARM: OMAP2+: Add custom abort handler for t410 (2015-07-23 22:33:19 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.3/dt-pt3
for you to fetch changes up to ed05637c30e6d13e5793aab64d6a6e57e30228af:
ARM: dts: omap3-devkit8000: Add ADS7846 Touchscreen support (2015-08-06 02:43:09 -0700)
----------------------------------------------------------------
Omap device tree changes for v4.3 merge window. Pretty much all
just trivial additions to configure devices for various SoCs and
boards:
- Updates for omap3-devkit8000 board support
- M3 coprosessor, regulator, mux, RTC and eMMC updates for am437x
- MMC, regmap, mux and dwc3 updates for dra7 and omap5
----------------------------------------------------------------
Anthoine Bourgeois (7):
ARM: dts: omap3-devkit8000: Add user button support
ARM: dts: omap3-devkit8000: Add PMU stat support
ARM: dts: omap3-devkit8000: Add keymap support
ARM: dts: omap3-devkit8000: Add S-video output support
ARM: dts: omap3-devkit8000: Add DSS' DVI support
ARM: dts: omap3-devkit8000: add LCD panels
ARM: dts: omap3-devkit8000: Add ADS7846 Touchscreen support
Balaji T K (1):
ARM: dts: dra7-evm: add evm_3v3_sd regulator
Dave Gerlach (2):
ARM: dts: am43xx: Introduce MUX_MODE9 for pinctrl
ARM: dts: am437x-gp-evm: Add regulator-always-on and regulator-boot-on for RTC DCDCs
Felipe Balbi (1):
ARM: dts: am4372: Add named interrupt property for dwc3
Keerthy (1):
ARM: dts: AM4372: Reorder the rtc compatible string
Kishon Vijay Abraham I (5):
ARM: dts: dra72-evm: add evm_3v3_sd regulator
ARM: dts: dra72-evm: Set max clock frequency of MMC1 and MMC2
ARM: dts: am57xx-beagle-x15: mmc1: remove redundant pbias-supply property
ARM: dts: dra7-evm: Fix spurious card insert/removal interrupt
ARM: dts: dra72-evm: Fix spurious card insert/removal interrupt
Nishanth Menon (1):
ARM: dts: dra7-evm: Add MMCSD card removal GPIO
Roger Quadros (7):
ARM: dts: omap5: Add named interrupt property for dwc3
ARM: dts: dra7: Add named interrupt property for dwc3
ARM: dts: dra7: Remove ctrl_core and ctrl_general nodes
ARM: dts: dra7: fix pinmux@1400 resource length
ARM: dts: dra7: Add scm_conf@1c04 node
ARM: dts: am437x-gp-evm: Add gpio-hog for configuring eMMC/NAND driver
ARM: dts: am437x-gp-evm: Add eMMC support
Suman Anna (2):
ARM: dts: AM33xx: Add the wkup_m3_ipc node
ARM: dts: AM4372: Add the wkup_m3_ipc node
arch/arm/boot/dts/Makefile | 2 +
arch/arm/boot/dts/am33xx.dtsi | 8 +
arch/arm/boot/dts/am4372.dtsi | 24 +-
arch/arm/boot/dts/am437x-gp-evm.dts | 76 ++++-
arch/arm/boot/dts/am57xx-beagle-x15.dts | 1 -
arch/arm/boot/dts/dra7-evm.dts | 18 +-
arch/arm/boot/dts/dra7.dtsi | 38 ++-
arch/arm/boot/dts/dra72-evm.dts | 16 +-
arch/arm/boot/dts/dra74x.dtsi | 7 +-
arch/arm/boot/dts/omap3-devkit8000-common.dtsi | 369 +++++++++++++++++++++
arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi | 73 ++++
arch/arm/boot/dts/omap3-devkit8000-lcd43.dts | 37 +++
arch/arm/boot/dts/omap3-devkit8000-lcd70.dts | 37 +++
arch/arm/boot/dts/omap3-devkit8000.dts | 191 +----------
arch/arm/boot/dts/omap5.dtsi | 7 +-
include/dt-bindings/pinctrl/am43xx.h | 1 +
16 files changed, 695 insertions(+), 210 deletions(-)
create mode 100644 arch/arm/boot/dts/omap3-devkit8000-common.dtsi
create mode 100644 arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi
create mode 100644 arch/arm/boot/dts/omap3-devkit8000-lcd43.dts
create mode 100644 arch/arm/boot/dts/omap3-devkit8000-lcd70.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] omap dts changes for v4.3 merge window, part 3
Date: Thu, 6 Aug 2015 03:45:16 -0700 [thread overview]
Message-ID: <20150806104516.GF4215@atomide.com> (raw)
The following changes since commit f5887fe5d14181aef0653ab04f60988252d42461:
ARM: OMAP2+: Add custom abort handler for t410 (2015-07-23 22:33:19 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.3/dt-pt3
for you to fetch changes up to ed05637c30e6d13e5793aab64d6a6e57e30228af:
ARM: dts: omap3-devkit8000: Add ADS7846 Touchscreen support (2015-08-06 02:43:09 -0700)
----------------------------------------------------------------
Omap device tree changes for v4.3 merge window. Pretty much all
just trivial additions to configure devices for various SoCs and
boards:
- Updates for omap3-devkit8000 board support
- M3 coprosessor, regulator, mux, RTC and eMMC updates for am437x
- MMC, regmap, mux and dwc3 updates for dra7 and omap5
----------------------------------------------------------------
Anthoine Bourgeois (7):
ARM: dts: omap3-devkit8000: Add user button support
ARM: dts: omap3-devkit8000: Add PMU stat support
ARM: dts: omap3-devkit8000: Add keymap support
ARM: dts: omap3-devkit8000: Add S-video output support
ARM: dts: omap3-devkit8000: Add DSS' DVI support
ARM: dts: omap3-devkit8000: add LCD panels
ARM: dts: omap3-devkit8000: Add ADS7846 Touchscreen support
Balaji T K (1):
ARM: dts: dra7-evm: add evm_3v3_sd regulator
Dave Gerlach (2):
ARM: dts: am43xx: Introduce MUX_MODE9 for pinctrl
ARM: dts: am437x-gp-evm: Add regulator-always-on and regulator-boot-on for RTC DCDCs
Felipe Balbi (1):
ARM: dts: am4372: Add named interrupt property for dwc3
Keerthy (1):
ARM: dts: AM4372: Reorder the rtc compatible string
Kishon Vijay Abraham I (5):
ARM: dts: dra72-evm: add evm_3v3_sd regulator
ARM: dts: dra72-evm: Set max clock frequency of MMC1 and MMC2
ARM: dts: am57xx-beagle-x15: mmc1: remove redundant pbias-supply property
ARM: dts: dra7-evm: Fix spurious card insert/removal interrupt
ARM: dts: dra72-evm: Fix spurious card insert/removal interrupt
Nishanth Menon (1):
ARM: dts: dra7-evm: Add MMCSD card removal GPIO
Roger Quadros (7):
ARM: dts: omap5: Add named interrupt property for dwc3
ARM: dts: dra7: Add named interrupt property for dwc3
ARM: dts: dra7: Remove ctrl_core and ctrl_general nodes
ARM: dts: dra7: fix pinmux at 1400 resource length
ARM: dts: dra7: Add scm_conf at 1c04 node
ARM: dts: am437x-gp-evm: Add gpio-hog for configuring eMMC/NAND driver
ARM: dts: am437x-gp-evm: Add eMMC support
Suman Anna (2):
ARM: dts: AM33xx: Add the wkup_m3_ipc node
ARM: dts: AM4372: Add the wkup_m3_ipc node
arch/arm/boot/dts/Makefile | 2 +
arch/arm/boot/dts/am33xx.dtsi | 8 +
arch/arm/boot/dts/am4372.dtsi | 24 +-
arch/arm/boot/dts/am437x-gp-evm.dts | 76 ++++-
arch/arm/boot/dts/am57xx-beagle-x15.dts | 1 -
arch/arm/boot/dts/dra7-evm.dts | 18 +-
arch/arm/boot/dts/dra7.dtsi | 38 ++-
arch/arm/boot/dts/dra72-evm.dts | 16 +-
arch/arm/boot/dts/dra74x.dtsi | 7 +-
arch/arm/boot/dts/omap3-devkit8000-common.dtsi | 369 +++++++++++++++++++++
arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi | 73 ++++
arch/arm/boot/dts/omap3-devkit8000-lcd43.dts | 37 +++
arch/arm/boot/dts/omap3-devkit8000-lcd70.dts | 37 +++
arch/arm/boot/dts/omap3-devkit8000.dts | 191 +----------
arch/arm/boot/dts/omap5.dtsi | 7 +-
include/dt-bindings/pinctrl/am43xx.h | 1 +
16 files changed, 695 insertions(+), 210 deletions(-)
create mode 100644 arch/arm/boot/dts/omap3-devkit8000-common.dtsi
create mode 100644 arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi
create mode 100644 arch/arm/boot/dts/omap3-devkit8000-lcd43.dts
create mode 100644 arch/arm/boot/dts/omap3-devkit8000-lcd70.dts
next reply other threads:[~2015-08-06 10:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-06 10:45 Tony Lindgren [this message]
2015-08-06 10:45 ` [GIT PULL] omap dts changes for v4.3 merge window, part 3 Tony Lindgren
2015-08-11 13:24 ` Olof Johansson
2015-08-11 13:24 ` 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=20150806104516.GF4215@atomide.com \
--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.