public inbox for linux-kernel@vger.kernel.org
 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.6-rc5
Date: Sun, 8 Mar 2020 10:52:54 +0100	[thread overview]
Message-ID: <20200308095254.GA4027132@kroah.com> (raw)

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -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.6-rc5

for you to fetch changes up to 77036165d8bcf7c7b2a2df28a601ec2c52bb172d:

  driver core: Skip unnecessary work when device doesn't have sync_state() (2020-03-04 13:46:03 +0100)

----------------------------------------------------------------
Driver core / debugfs fixes for 5.6-rc5

Here are 4 small driver core / debugfs patches for 5.6-rc3

They are:
	- debugfs api cleanup now that all callers for
	  debugfs_create_regset32() have been fixed up.  This was
	  waiting until after the -rc1 merge as these fixes came in
	  through different trees
	- driver core sync state fixes based on reports of minor issues
	  found in the feature

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

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

----------------------------------------------------------------
Greg Kroah-Hartman (1):
      debugfs: remove return value of debugfs_create_regset32()

Saravana Kannan (3):
      driver core: Call sync_state() even if supplier has no consumers
      driver core: Add dev_has_sync_state()
      driver core: Skip unnecessary work when device doesn't have sync_state()

 Documentation/filesystems/debugfs.txt |  6 +++---
 drivers/base/core.c                   | 27 ++++++++++++++++++++-------
 fs/debugfs/file.c                     | 17 ++++-------------
 include/linux/debugfs.h               | 13 ++++++-------
 include/linux/device.h                | 11 +++++++++++
 5 files changed, 44 insertions(+), 30 deletions(-)

             reply	other threads:[~2020-03-08  9:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-08  9:52 Greg KH [this message]
2020-03-08 15:55 ` [GIT PULL] Driver core fixes for 5.6-rc5 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=20200308095254.GA4027132@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