[GIT PULL] Driver core fixes for 5.5-rc2

From: Greg KH
Date: Sat Dec 14 2019 - 10:28:21 EST


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@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
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(-)