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 2/6] omap pdata and dt preparation changes for v3.13 merge window
Date: Fri, 11 Oct 2013 18:44:57 -0700	[thread overview]
Message-ID: <mailman.4.1381542335.1056.linux-arm-kernel@lists.infradead.org> (raw)
In-Reply-To: <pull-1381542299-305003>

The following changes since commit d0e639c9e06d44e713170031fe05fb60ebe680af:

  Linux 3.12-rc4 (2013-10-06 14:00:20 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.13/quirk-signed

for you to fetch changes up to 8d71528343c69ce387bd5fdb4fd8dc2b9f69d97c:

  ARM: configs: omap2plus_defconfig: enable dwc3 and dependencies (2013-10-11 15:41:25 -0700)

----------------------------------------------------------------
Changes needed to prepare for making omap3 device tree only:

- Always build in board-generic, and add pdata quirks and auxdata
  support for it so we have all the pdata related quirks
  in the same place.

- Merge of the drivers/pinctrl changes that are needed for PM
  to continue working on omap3 and also needed for other omaps
  eventually. The three pinctrl related patches have been acked
  by Linus Walleij and are pulled into both the pinctrl tree
  and this branch.

- Few defconfig related changes for drivers needed.

----------------------------------------------------------------
Aaro Koskinen (1):
      ARM: OMAP2+: pdata-quirks: set internal clock source for MMC2 on N950/N9

Felipe Balbi (1):
      ARM: configs: omap2plus_defconfig: enable dwc3 and dependencies

Javier Martinez Canillas (2):
      ARM: OMAP2+: pdata-quirks: add legacy display init for IGEPv2 board
      ARM: OMAP2+: igep0020: use display init from dss-common

Tony Lindgren (14):
      ARM: OMAP2+: Always build in board-generic
      ARM: OMAP2+: Add quirk support for legacy platform data init
      ARM: OMAP2+: Use pdata quirk support for board-generic.c
      ARM: OMAP2+: Use pdata quirks for wl12xx legacy init
      pinctrl: single: Prepare for supporting SoC specific features
      pinctrl: single: Add support for wake-up interrupts
      pinctrl: single: Add support for auxdata
      Merge tag 'pinctrl-single-for-linus-for-v3.13-signed' into omap-for-v3.13/quirk
      ARM: OMAP2+: Add support for auxdata
      ARM: OMAP: Move DT wake-up event handling over to use pinctrl-single-omap
      ARM: OMAP2+: Use pdata quirks for wl12xx for omap3 evm and zoom3
      ARM: OMAP2+: Add minimal 8250 support for GPMC
      ARM: OMAP2+: Run make savedefconfig on omap2plus_defconfig to shrink it
      ARM: OMAP2+: Add WLAN modules and of_serial to omap2plus_defconfig

 .../devicetree/bindings/pinctrl/pinctrl-single.txt |  11 +
 arch/arm/boot/dts/omap3.dtsi                       |   4 +
 arch/arm/boot/dts/omap4.dtsi                       |   4 +
 arch/arm/configs/omap2plus_defconfig               | 109 +++---
 arch/arm/mach-omap2/Kconfig                        |  10 +-
 arch/arm/mach-omap2/Makefile                       |   2 +-
 arch/arm/mach-omap2/board-generic.c                |  36 +-
 arch/arm/mach-omap2/board-igep0020.c               |  41 +--
 arch/arm/mach-omap2/common.h                       |   3 +
 arch/arm/mach-omap2/devices.c                      |  38 --
 arch/arm/mach-omap2/dss-common.c                   |  44 +++
 arch/arm/mach-omap2/dss-common.h                   |   1 +
 arch/arm/mach-omap2/gpmc.c                         |  38 ++
 arch/arm/mach-omap2/mux.c                          |   8 +-
 arch/arm/mach-omap2/pdata-quirks.c                 | 174 ++++++++++
 arch/arm/mach-omap2/prm3xxx.h                      |   8 +-
 arch/arm/mach-omap2/prm44xx_54xx.h                 |   8 +-
 arch/arm/mach-omap2/prm_common.c                   |  11 +
 drivers/pinctrl/pinctrl-single.c                   | 383 ++++++++++++++++++++-
 include/linux/platform_data/pinctrl-single.h       |  12 +
 20 files changed, 751 insertions(+), 194 deletions(-)
 create mode 100644 arch/arm/mach-omap2/pdata-quirks.c
 create mode 100644 include/linux/platform_data/pinctrl-single.h

  reply	other threads:[~2013-10-12  1:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-12  1:44 [GIT PULL 1/6] omap non-urgent fixes for v3.13 merge window Tony Lindgren
2013-10-12  1:44 ` Tony Lindgren [this message]
2013-10-12  1:44 ` [GIT PULL 4/6] omap device tree changes " Tony Lindgren
2013-10-12  1:44 ` [GIT PULL 3/6] omap hwmod " Tony Lindgren
2013-10-12  1:44 ` [GIT PULL 5/6] omap display and board pdata " Tony Lindgren
2013-10-12  1:44 ` [GIT PULL 6/6] omap soc " Tony Lindgren
     [not found] <5258a9a2.c6b9e50a.3704.5f61SMTPIN_ADDED_MISSING@mx.google.com>
2013-10-14 22:34 ` [GIT PULL 2/6] omap pdata and dt preparation " Kevin Hilman

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=mailman.4.1381542335.1056.linux-arm-kernel@lists.infradead.org \
    --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).