All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robherring2@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	Grant Likely <grant.likely@linaro.org>
Subject: [GIT PULL] DeviceTree fixes for 3.14
Date: Sat, 15 Feb 2014 19:22:25 -0600	[thread overview]
Message-ID: <CAL_JsqLu4s+r8FfdV=cT_NSQMVq_ewnf99qYw9naYrR5wg4M5Q@mail.gmail.com> (raw)

Linus,

Please pull another set of DT fixes to fix booting on some PPC boards.

Rob


The following changes since commit 860a445c25aa2f99aa5881603a1f4ed2cec64025:

  DT: Add vendor prefix for Spansion Inc. (2014-02-05 10:39:17 -0600)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
tags/dt-fixes-for-3.14

for you to fetch changes up to 06b29e76a74b2373e6f8b5a7938b3630b9ae98b2:

  of: search the best compatible match first in __of_match_node()
(2014-02-15 18:51:17 -0600)

----------------------------------------------------------------
DeviceTree fixes for 3.14:

- Fix booting on PPC boards. Changes to of_match_node matching caused
  the serial port on some PPC boards to stop working. Reverted the
  change and reimplement to split matching between new style compatible
  only matching and fallback to old matching algorithm.

----------------------------------------------------------------
Kevin Hao (2):
      Revert "OF: base: match each node compatible against all given
matches first"
      of: search the best compatible match first in __of_match_node()

 drivers/of/base.c | 88 ++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 54 insertions(+), 34 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Linus Torvalds
	<torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
Cc: "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Grant Likely
	<grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Subject: [GIT PULL] DeviceTree fixes for 3.14
Date: Sat, 15 Feb 2014 19:22:25 -0600	[thread overview]
Message-ID: <CAL_JsqLu4s+r8FfdV=cT_NSQMVq_ewnf99qYw9naYrR5wg4M5Q@mail.gmail.com> (raw)

Linus,

Please pull another set of DT fixes to fix booting on some PPC boards.

Rob


The following changes since commit 860a445c25aa2f99aa5881603a1f4ed2cec64025:

  DT: Add vendor prefix for Spansion Inc. (2014-02-05 10:39:17 -0600)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
tags/dt-fixes-for-3.14

for you to fetch changes up to 06b29e76a74b2373e6f8b5a7938b3630b9ae98b2:

  of: search the best compatible match first in __of_match_node()
(2014-02-15 18:51:17 -0600)

----------------------------------------------------------------
DeviceTree fixes for 3.14:

- Fix booting on PPC boards. Changes to of_match_node matching caused
  the serial port on some PPC boards to stop working. Reverted the
  change and reimplement to split matching between new style compatible
  only matching and fallback to old matching algorithm.

----------------------------------------------------------------
Kevin Hao (2):
      Revert "OF: base: match each node compatible against all given
matches first"
      of: search the best compatible match first in __of_match_node()

 drivers/of/base.c | 88 ++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 54 insertions(+), 34 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

             reply	other threads:[~2014-02-16  1:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-16  1:22 Rob Herring [this message]
2014-02-16  1:22 ` [GIT PULL] DeviceTree fixes for 3.14 Rob Herring

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='CAL_JsqLu4s+r8FfdV=cT_NSQMVq_ewnf99qYw9naYrR5wg4M5Q@mail.gmail.com' \
    --to=robherring2@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=grant.likely@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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.