mirror of https://lore.kernel.org/lkml/
 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 patches for 5.8-rc1
Date: Sun, 7 Jun 2020 15:28:16 +0200	[thread overview]
Message-ID: <20200607132816.GA168380@kroah.com> (raw)

The following changes since commit 9cb1fd0efd195590b828b9b865421ad345a4a145:

  Linux 5.7-rc7 (2020-05-24 15:32:54 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-5.8-rc1

for you to fetch changes up to 8c3e315d4296421cd26b3300ee0ac117f0877f20:

  driver core: Update device link status correctly for SYNC_STATE_ONLY links (2020-05-27 12:20:47 +0200)

----------------------------------------------------------------
Driver core patches for 5.8-rc1

Here is the set of driver core patches for 5.8-rc1.

Not all that huge this release, just a number of small fixes and
updates:
	- software node fixes
	- kobject now sends KOBJ_REMOVE when it is removed from sysfs,
	  not when it is removed from memory (which could come much
	  later)
	- device link additions and fixes based on testing on more
	  devices
	- firmware core cleanups
	- other minor changes, full details in the shortlog

All have been in linux-next for a while with no reported issues.

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

----------------------------------------------------------------
Andy Shevchenko (1):
      drivers property: When no children in primary, try secondary

Christophe JAILLET (1):
      driver core: Add missing '\n' in log messages

Colin Ian King (1):
      driver core: platform: remove redundant assignment to variable ret

Grant Likely (1):
      Add documentation on meaning of -EPROBE_DEFER

Greg Kroah-Hartman (5):
      Merge 5.7-rc3 into driver-core-next
      Merge v5.7-rc5 into driver-core-next
      Merge 5.7-rc7 into driver-core-next
      kobject: send KOBJ_REMOVE uevent when the object is removed from sysfs
      software node: implement software_node_unregister()

Kuppuswamy Sathyanarayanan (1):
      drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a driver developer is foolish

Luis Chamberlain (1):
      firmware_loader: move fw_fallback_config to a private kernel symbol namespace

Nishad Kamdar (1):
      debugfs: Use the correct style for SPDX License Identifier

Saravana Kannan (8):
      Revert "Revert "driver core: Set fw_devlink to "permissive" behavior by default""
      driver core: Move code to the right part of the file
      driver core: Look for waiting consumers only for a fwnode's primary device
      driver core: fw_devlink: Add support for batching fwnode parsing
      of: platform: Batch fwnode parsing when adding all top level devices
      driver core: Remove check in driver_deferred_probe_force_trigger()
      driver core: Remove unnecessary is_fwnode_dev variable in device_add()
      driver core: Update device link status correctly for SYNC_STATE_ONLY links

Scott Branden (2):
      test_firmware: remove unnecessary test_fw_mutex in test_dev_config_show_xxx
      firmware_loader: change enum fw_opt to u32

Takashi Iwai (1):
      firmware: Drop unused pages field from struct firmware

Tang Bin (1):
      driver core: platform: Fix spelling errors in platform.c

Waiman Long (1):
      kernfs: Change kernfs_node lockdep name to "kn->active"

zhouchuangao (1):
      driver/base/soc: Use kobj_to_dev() API

 Documentation/driver-api/driver-model/driver.rst |  32 ++-
 drivers/base/base.h                              |   1 +
 drivers/base/core.c                              | 235 +++++++++++++++++------
 drivers/base/dd.c                                |  33 ++--
 drivers/base/firmware_loader/fallback.c          |  15 +-
 drivers/base/firmware_loader/fallback.h          |   8 +-
 drivers/base/firmware_loader/fallback_platform.c |   2 +-
 drivers/base/firmware_loader/fallback_table.c    |   2 +-
 drivers/base/firmware_loader/firmware.h          |   3 +-
 drivers/base/firmware_loader/main.c              |  14 +-
 drivers/base/platform.c                          |   6 +-
 drivers/base/property.c                          |  13 +-
 drivers/base/soc.c                               |   2 +-
 drivers/base/swnode.c                            |  27 ++-
 drivers/of/platform.c                            |   2 +
 fs/debugfs/internal.h                            |   2 +-
 fs/kernfs/file.c                                 |   2 +-
 include/linux/firmware.h                         |   1 -
 include/linux/fwnode.h                           |   2 +
 include/linux/property.h                         |   1 +
 lib/kobject.c                                    |  14 +-
 lib/test_firmware.c                              |  26 +--
 lib/test_printf.c                                |   4 +-
 23 files changed, 303 insertions(+), 144 deletions(-)

             reply	other threads:[~2020-06-07 13:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-07 13:28 Greg KH [this message]
2020-06-07 18:10 ` 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=20200607132816.GA168380@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

all inboxes | Powered by JetHome®