linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Stephen Rothwell <sfr@canb.auug.org.au>
Subject: [GIT PULL] Driver core fixes for 5.5-rc2
Date: Sat, 14 Dec 2019 16:28:15 +0100	[thread overview]
Message-ID: <20191214152815.GA3460263@kroah.com> (raw)

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-5.5-rc2

for you to fetch changes up to eecd37e105f0137af0d1b726bf61ff35d1d7d2eb:

  drivers: Fix boot problem on SuperH (2019-12-10 15:51:20 +0100)

----------------------------------------------------------------
Driver core fixes for 5.5-rc2

Here are two small driver core fixes to resolve some reported issues

The first is to handle the much-reported (by the build systems) problem
that superH does not boot anymore.

The second handles an issue in the new platform logic that a number of
people ran into with the automated tests in kbuild

Both of these have been in linux-next with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Guenter Roeck (1):
      drivers: Fix boot problem on SuperH

Saravana Kannan (1):
      of/platform: Unconditionally pause/resume sync state during kernel init

 arch/sh/drivers/platform_early.c | 11 ++---------
 drivers/base/platform.c          |  4 ++++
 drivers/of/platform.c            |  6 +++---
 3 files changed, 9 insertions(+), 12 deletions(-)

             reply	other threads:[~2019-12-14 15:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-14 15:28 Greg KH [this message]
2019-12-14 22:05 ` [GIT PULL] Driver core fixes for 5.5-rc2 pr-tracker-bot

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=20191214152815.GA3460263@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    --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 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).