public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/4] omap changes for ti81xx devices and minimal dra62x j5eco-evm support
Date: Mon, 21 Dec 2015 13:06:35 -0800	[thread overview]
Message-ID: <pull-1450731519-787330-2> (raw)
In-Reply-To: <pull-1450731519-787330>

The following changes since commit d893656e61040f3ff7b5f72a986052a348f3c94e:

  ARM: OMAP2+: Remove useless check for legacy booting for dm814x (2015-12-09 16:53:46 -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/81xx-devices

for you to fetch changes up to 8f2cf92a912ca7173d29c045d225588c9630ed94:

  ARM: dts: Add usb support for j5-eco evm (2015-12-21 10:43:29 -0800)

----------------------------------------------------------------
Now with dm814x support fixed up enough where we can make use of some clocks,
we can adds some more basic devices for dm814x. And we can also add minimal
support for dra62x j5eco-evm that is another ti81xx variant related to dm814x.

I would have rather merged this series toghether with the ADPLL clock driver,
and was waiting for that to get merged before sending out these patches. But
the ADPLL clock driver can be merged separately, and at least dm814x-evm,
dra62x-j5eco-evm, and t410 all boot with this series alone. So let's merge
these patches separately as that allows people to do development on these
platforms for other device drivers using the mainline kernel.

Note that this series depends on the earlier 81xx-fixes and omap initcall
changes. It also depends on the DMA commit ae0add740cd0 that's already in
mainline. As this series is mostly DTS changes with a few related hwmod
changes, it's probably best merged along with the other DTS changes.

----------------------------------------------------------------
Peter Ujfalusi (2):
      dmaengine: edma: DT: Change memcpy channel array from 16bit to 32bit type
      dmaengine: edma: DT: Change reserved slot array from 16bit to 32bit type

Tony Lindgren (19):
      ARM: OMAP2+: Change core_initcall levels to postcore_initcall
      ARM: OMAP2+: Fix randconfig build warning for dm814_pllss_data
      Merge branch 'omap-for-v4.5/initcall'; commit 'ae0add740cd06169cd124f9aaa6eceb11e5b3060' into omap-for-v4.5/81xx-fixes
      ARM: OMAP2+: Fix SoC detection for dra62x j5-eco
      ARM: dts: Add basic support for dra62x j5-eco SoC
      ARM: dts: Add minimal dra62x j5-eco evm support
      ARM: dts: Add pinctrl macros for dm814x
      ARM: dts: Update edma bindings on dm814x to use edma_xbar
      ARM: OMAP2+: Add mmc hwmod entries for dm814x
      ARM: dts: Add mmc device entries for dm814x
      ARM: dts: Add mmc support for dm8148-evm
      ARM: dts: Add mmc support for dra62x j5-eco evm
      ARM: dts: Enable emmc on hp t410
      ARM: OMAP2+: Update 81xx clock and power domains for default, active and sgx
      ARM: OMAP2+: Add support for dm814x and dra62x usb
      ARM: dts: Add usb support for dm814x and dra62x
      ARM: dts: Add usb support for dm814x-evm
      ARM: dts: Add usb support for hp t410
      ARM: dts: Add usb support for j5-eco evm

 Documentation/devicetree/bindings/dma/ti-edma.txt |  10 +-
 arch/arm/boot/dts/Makefile                        |   3 +-
 arch/arm/boot/dts/dm8148-evm.dts                  |  55 ++++++
 arch/arm/boot/dts/dm8148-t410.dts                 |  70 +++++++
 arch/arm/boot/dts/dm814x.dtsi                     | 226 ++++++++++++++++++++--
 arch/arm/boot/dts/dra62x-clocks.dtsi              |  23 +++
 arch/arm/boot/dts/dra62x-j5eco-evm.dts            |  80 ++++++++
 arch/arm/boot/dts/dra62x.dtsi                     |  23 +++
 arch/arm/mach-omap2/clockdomains81xx_data.c       |  29 +--
 arch/arm/mach-omap2/cm81xx.h                      |   6 +-
 arch/arm/mach-omap2/id.c                          |   4 +-
 arch/arm/mach-omap2/omap2-restart.c               |   2 +-
 arch/arm/mach-omap2/omap_device.c                 |   2 +-
 arch/arm/mach-omap2/omap_hwmod.c                  |   2 +-
 arch/arm/mach-omap2/omap_hwmod_81xx_data.c        | 131 +++++++++++--
 arch/arm/mach-omap2/powerdomains3xxx_data.c       |  10 +-
 arch/arm/mach-omap2/prm_common.c                  |   2 +
 arch/arm/mach-omap2/serial.c                      |   2 +-
 drivers/dma/edma.c                                |  53 +++--
 include/dt-bindings/pinctrl/dm814x.h              |  48 +++++
 include/dt-bindings/pinctrl/omap.h                |   1 +
 include/linux/platform_data/edma.h                |   2 +-
 22 files changed, 702 insertions(+), 82 deletions(-)
 create mode 100644 arch/arm/boot/dts/dra62x-clocks.dtsi
 create mode 100644 arch/arm/boot/dts/dra62x-j5eco-evm.dts
 create mode 100644 arch/arm/boot/dts/dra62x.dtsi
 create mode 100644 include/dt-bindings/pinctrl/dm814x.h

  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 ` Tony Lindgren [this message]
2015-12-21 21:06 ` [GIT PULL 3/4] omap wakeup-m3 driver " Tony Lindgren
2015-12-21 21:06 ` [GIT PULL 4/4] omap device tree changes for v4.5, part 2 Tony Lindgren
     [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-2 \
    --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