linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Driver core patches for 5.8-rc1
@ 2020-06-07 13:28 Greg KH
  2020-06-07 18:10 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2020-06-07 13:28 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Driver core patches for 5.8-rc1
  2020-06-07 13:28 [GIT PULL] Driver core patches for 5.8-rc1 Greg KH
@ 2020-06-07 18:10 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-06-07 18:10 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, Stephen Rothwell

The pull request you sent on Sun, 7 Jun 2020 15:28:16 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f558b8364e19f9222e7976c64e9367f66bab02cc

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-07 18:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-07 13:28 [GIT PULL] Driver core patches for 5.8-rc1 Greg KH
2020-06-07 18:10 ` pr-tracker-bot

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