linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 4/4] omap device tree changes for v4.5, part 2
Date: Mon, 21 Dec 2015 13:06:37 -0800	[thread overview]
Message-ID: <pull-1450731519-787330-4> (raw)
In-Reply-To: <pull-1450731519-787330>

The following changes since commit 89c6f2e5ab7a0499c6bcb25d281977ada205765d:

  ARM: dts: omap3-igep0030: Use MMC pwrseq to init SDIO WiFi (2015-12-07 16:11:43 -0800)

are available in the git repository at:

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

for you to fetch changes up to 6c95771f8c71cd4dd6ed7ab84a3aea7d509d7704:

  ARM: OMAP2+: LogicPD Torpedo: Add Touchscreen Support (2015-12-21 11:10:40 -0800)

----------------------------------------------------------------
Second set of omap device tree changes for v4.5 merge window. This series
updates the EDMA bindings based on the various fixes to split EDMA into
separate independent devices. It also adds support for more devices on the
CompuLab cm-t335 and LogicPD Torpedo boards, and enables the new bindings
for qspi for am437x and dra7. There are also few dra7 regulator fixes, and
change of gpoi-key,wakeup to wakeup-source.

These depend on commit ae0add740cd0 ("dmaengine: edma: DT: Change reserved
slot array from 16bit to 32bit type") already merged into mainline.

----------------------------------------------------------------
Adam Ford (4):
      ARM: OMAP2+: LogicPD Torpedo: Add LCD Type 15 Support
      ARM: OMAP2+: LogicPD Torpedo + Wireless: Add Bluetooth
      ARM: OMAP2+: LogicPD Torpedo: Revert Duplicative Entries
      ARM: OMAP2+: LogicPD Torpedo: Add Touchscreen Support

Ilya Ledvich (1):
      ARM: dts: cm-t335: add support for USB0

Keerthy (2):
      ARM: dts: DRA72-EVM: Add regulator-allow-bypass property for ldo1 and ldo2
      ARM: dts: DRA7-EVM: Add regulator-allow-bypass property for ldo9

Peter Ujfalusi (4):
      dmaengine: edma: DT: Change memcpy channel array from 16bit to 32bit type
      dmaengine: edma: DT: Change reserved slot array from 16bit to 32bit type
      ARM: DTS: am33xx: Use the new DT bindings for the eDMA3
      ARM: DTS: am437x: Use the new DT bindings for the eDMA3

Sudeep Holla (2):
      ARM: dts: am335x: replace gpio-key,wakeup with wakeup-source property
      ARM: dts: omap: replace legacy *,wakeup property with wakeup-source

Tony Lindgren (1):
      Merge commit 'ae0add740cd06169cd124f9aaa6eceb11e5b3060' into omap-for-v4.5/dt

Uri Mashiach (4):
      ARM: dts: cm-t335: add support for SBC-T335
      ARM: dts: cm-t335: add support for I2C GPIO expander
      ARM: dts: cm-t335: add support for DVI/LCD
      ARM: dts: cm-t335: add support for bluetooth

Vignesh R (2):
      ARM: dts: DRA7: add entry for qspi mmap region
      ARM: dts: AM4372: add entry for qspi mmap region

 .../devicetree/bindings/arm/omap/omap.txt          |   3 +
 Documentation/devicetree/bindings/dma/ti-edma.txt  |  10 +-
 Documentation/devicetree/bindings/spi/ti_qspi.txt  |  22 ++-
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/am335x-cm-t335.dts               |  51 ++++-
 arch/arm/boot/dts/am335x-evm.dts                   |  13 +-
 arch/arm/boot/dts/am335x-evmsk.dts                 |   2 +-
 arch/arm/boot/dts/am335x-pepper.dts                |  17 +-
 arch/arm/boot/dts/am335x-sbc-t335.dts              | 219 +++++++++++++++++++++
 arch/arm/boot/dts/am33xx.dtsi                      |  94 ++++++---
 arch/arm/boot/dts/am4372.dtsi                      |  84 ++++++--
 arch/arm/boot/dts/am437x-gp-evm.dts                |   9 +-
 arch/arm/boot/dts/dra7-evm.dts                     |   1 +
 arch/arm/boot/dts/dra7.dtsi                        |   6 +-
 arch/arm/boot/dts/dra72-evm.dts                    |   2 +
 arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts  | 145 ++++++++++++--
 arch/arm/boot/dts/omap3-beagle-xm.dts              |   2 +-
 arch/arm/boot/dts/omap3-beagle.dts                 |   2 +-
 arch/arm/boot/dts/omap3-cm-t3x.dtsi                |   2 +-
 arch/arm/boot/dts/omap3-devkit8000-common.dtsi     |   2 +-
 arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi |   2 +-
 arch/arm/boot/dts/omap3-gta04.dtsi                 |   2 +-
 arch/arm/boot/dts/omap3-ldp.dts                    |  18 +-
 arch/arm/boot/dts/omap3-lilly-a83x.dtsi            |   2 +-
 arch/arm/boot/dts/omap3-n900.dts                   |  10 +-
 arch/arm/boot/dts/omap3-overo-alto35-common.dtsi   |   2 +-
 .../boot/dts/omap3-overo-chestnut43-common.dtsi    |   4 +-
 arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi    |   2 +-
 arch/arm/boot/dts/omap3-overo-common-lcd43.dtsi    |   2 +-
 arch/arm/boot/dts/omap3-overo-gallop43-common.dtsi |   4 +-
 arch/arm/boot/dts/omap3-overo-palo35-common.dtsi   |   4 +-
 arch/arm/boot/dts/omap3-overo-palo43-common.dtsi   |   4 +-
 arch/arm/boot/dts/omap3-pandora-common.dtsi        |  34 ++--
 .../boot/dts/omap3-panel-sharp-ls037v7dw01.dtsi    |   2 +-
 arch/arm/boot/dts/omap4-duovero-parlor.dts         |   2 +-
 arch/arm/boot/dts/omap4-var-om44customboard.dtsi   |   2 +-
 arch/arm/boot/dts/omap5-cm-t54.dts                 |   2 +-
 arch/arm/mach-omap2/pdata-quirks.c                 |  24 ++-
 drivers/dma/edma.c                                 |  53 +++--
 include/linux/platform_data/edma.h                 |   2 +-
 40 files changed, 689 insertions(+), 175 deletions(-)
 create mode 100644 arch/arm/boot/dts/am335x-sbc-t335.dts

  parent reply	other threads:[~2015-12-21 21:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-21 21:06 [GIT PULL 1/4] omap soc changes for v4.5 merge window Tony Lindgren
2015-12-21 21:06 ` [GIT PULL 2/4] omap changes for ti81xx devices and minimal dra62x j5eco-evm support Tony Lindgren
2015-12-21 21:06 ` [GIT PULL 3/4] omap wakeup-m3 driver for v4.5 merge window Tony Lindgren
2015-12-21 21:06 ` Tony Lindgren [this message]
     [not found] ` <567869f7.9440620a.dbdb.65d1SMTPIN_ADDED_BROKEN@mx.google.com>
2015-12-22 22:53   ` [GIT PULL 2/4] omap changes for ti81xx devices and minimal dra62x j5eco-evm support Olof Johansson
2015-12-22 23:33     ` Tony Lindgren
2015-12-22 23:41       ` Olof Johansson
2015-12-23  1:47         ` Tony Lindgren
     [not found] ` <567869fb.0295420a.956c9.ffff92e1SMTPIN_ADDED_BROKEN@mx.google.com>
2015-12-22 22:54   ` [GIT PULL 3/4] omap wakeup-m3 driver for v4.5 merge window Olof Johansson
     [not found] ` <56786a00.aa93420a.2d595.ffffdbebSMTPIN_ADDED_BROKEN@mx.google.com>
2015-12-22 22:55   ` [GIT PULL 4/4] omap device tree changes for v4.5, part 2 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-1450731519-787330-4 \
    --to=tony@atomide.com \
    --cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).