All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: arm@kernel.org
Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org
Subject: [GIT PULL 1/4] non-urgent omap fixes for v3.14 merge window
Date: Wed, 8 Jan 2014 17:19:40 -0800	[thread overview]
Message-ID: <20140109011940.GI31323@atomide.com> (raw)

The following changes since commit 413541dd66d51f791a0b169d9b9014e4f56be13c:

  Linux 3.13-rc5 (2013-12-22 13:08:32 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.14/fixes-not-urgent-signed

for you to fetch changes up to bbc28cdbd003be5ceeaf644be3533e898c25da2b:

  ARM: OMAP2+: gpmc: Move legacy GPMC width setting (2014-01-08 09:49:47 -0800)

----------------------------------------------------------------
Some non-urgent fixes to enable am335x features, update documentation,
and to remove unnecessary double initialization for the GPMC code.

----------------------------------------------------------------
Ezequiel Garcia (4):
      ARM: OMAP2+: Select USB PHY for AM335x SoC
      ARM: OMAP2+: gpmc: Move initialization outside the gpmc_t condition
      ARM: OMAP2+: gpmc: Introduce gpmc_set_legacy()
      ARM: OMAP2+: gpmc: Move legacy GPMC width setting

Jyri Sarha (1):
      ARM: OMAP2+: enable AM33xx SOC EVM audio

Nishanth Menon (2):
      Documentation: dt: OMAP: explicitly state SoC compatible strings
      ARM: OMAP2+: board-generic: update SoC compatibility strings

 .../devicetree/bindings/arm/omap/omap.txt          | 53 ++++++++++++++++++++++
 arch/arm/configs/omap2plus_defconfig               |  3 ++
 arch/arm/mach-omap2/board-generic.c                |  7 +++
 arch/arm/mach-omap2/gpmc-nand.c                    | 50 +++++++++++---------
 4 files changed, 91 insertions(+), 22 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 1/4] non-urgent omap fixes for v3.14 merge window
Date: Wed, 8 Jan 2014 17:19:40 -0800	[thread overview]
Message-ID: <20140109011940.GI31323@atomide.com> (raw)

The following changes since commit 413541dd66d51f791a0b169d9b9014e4f56be13c:

  Linux 3.13-rc5 (2013-12-22 13:08:32 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.14/fixes-not-urgent-signed

for you to fetch changes up to bbc28cdbd003be5ceeaf644be3533e898c25da2b:

  ARM: OMAP2+: gpmc: Move legacy GPMC width setting (2014-01-08 09:49:47 -0800)

----------------------------------------------------------------
Some non-urgent fixes to enable am335x features, update documentation,
and to remove unnecessary double initialization for the GPMC code.

----------------------------------------------------------------
Ezequiel Garcia (4):
      ARM: OMAP2+: Select USB PHY for AM335x SoC
      ARM: OMAP2+: gpmc: Move initialization outside the gpmc_t condition
      ARM: OMAP2+: gpmc: Introduce gpmc_set_legacy()
      ARM: OMAP2+: gpmc: Move legacy GPMC width setting

Jyri Sarha (1):
      ARM: OMAP2+: enable AM33xx SOC EVM audio

Nishanth Menon (2):
      Documentation: dt: OMAP: explicitly state SoC compatible strings
      ARM: OMAP2+: board-generic: update SoC compatibility strings

 .../devicetree/bindings/arm/omap/omap.txt          | 53 ++++++++++++++++++++++
 arch/arm/configs/omap2plus_defconfig               |  3 ++
 arch/arm/mach-omap2/board-generic.c                |  7 +++
 arch/arm/mach-omap2/gpmc-nand.c                    | 50 +++++++++++---------
 4 files changed, 91 insertions(+), 22 deletions(-)

             reply	other threads:[~2014-01-09  1:19 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-09  1:19 Tony Lindgren [this message]
2014-01-09  1:19 ` [GIT PULL 1/4] non-urgent omap fixes for v3.14 merge window Tony Lindgren
2014-01-09  1:20 ` [GIT PULL 2/4] omap device tree " Tony Lindgren
2014-01-09  1:20   ` Tony Lindgren
2014-01-14 22:30   ` Kevin Hilman
2014-01-14 22:30     ` Kevin Hilman
2014-01-09  1:21 ` [GIT PULL 3/4] trivial omap big endian changes " Tony Lindgren
2014-01-09  1:21   ` Tony Lindgren
2014-01-14 22:31   ` Kevin Hilman
2014-01-14 22:31     ` Kevin Hilman
2014-01-14 22:33     ` Tony Lindgren
2014-01-14 22:33       ` Tony Lindgren
2014-01-09  1:22 ` [GIT PULL 4/4] GIC crossbar support " Tony Lindgren
2014-01-09  1:22   ` Tony Lindgren
2014-01-14 22:40   ` Kevin Hilman
2014-01-14 22:40     ` Kevin Hilman
     [not found] <52cde11d.a179420a.3652.ffffd40fSMTPIN_ADDED_BROKEN@mx.google.com>
2014-01-14 22:24 ` [GIT PULL 1/4] non-urgent omap fixes " Kevin Hilman
2014-01-14 22:24   ` 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=20140109011940.GI31323@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.