[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191214152815.GA3460263@kroah.com>
Date:   Sat, 14 Dec 2019 16:28:15 +0100
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>,
        Andrew Morton <akpm@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org,
        Stephen Rothwell <sfr@...b.auug.org.au>
Subject: [GIT PULL] Driver core fixes for 5.5-rc2
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@...uxfoundation.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(-)
Powered by blists - more mailing lists
 
