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
Subject: [GIT PULL] Driver core patches for 4.19-rc1
Date: Sat, 18 Aug 2018 17:57:58 +0200 [thread overview]
Message-ID: <20180818155758.GA22665@kroah.com> (raw)
The following changes since commit acb1872577b346bd15ab3a3f8dff780d6cca4b70:
Linux 4.18-rc7 (2018-07-29 14:44:52 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-4.19-rc1
for you to fetch changes up to d2fc88a61b4ea99f574bde16e92718e22f312136:
Merge 4.18-rc7 into driver-core-next (2018-07-30 10:08:09 +0200)
----------------------------------------------------------------
Driver core patches for 4.19-rc1
Here are all of the driver core and related patches for 4.19-rc1.
ZNothing huge here, just a number of small cleanups and the ability to
now stop the deferred probing after init happens.
All of these have been in linux-next for a while with only a merge issue
reported. That merge issue is in fs/sysfs/group.c and Stephen has
posted the diff of what it should be to resolve this. I'll follow up
with that diff to this pull request.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Benjamin Gaignard (1):
base: core: Remove WARN_ON from link dependencies check
Benjamin Herrenschmidt (1):
drivers: core: Remove glue dirs from sysfs earlier
Greg Kroah-Hartman (1):
Merge 4.18-rc7 into driver-core-next
Guenter Roeck (2):
kernfs: Replace strncpy with memcpy
kobject: Replace strncpy with memcpy
Javier Martinez Canillas (1):
driver core: add a debugfs entry to show deferred devices
Joe Perches (1):
device: Add #define dev_fmt similar to #define pr_fmt
Luis R. Rodriguez (1):
Documentation: update firmware loader fallback reference
Pingfan Liu (1):
drivers/base: stop new probing during shutdown
Rajat Jain (1):
sysfs: Fix internal_create_group() for named group updates
Randy Dunlap (2):
linux/device.h: fix kernel-doc notation warning
sysfs.h: fix non-kernel-doc comment
Rob Herring (6):
driver core: allow stopping deferred probe after init
dt-bindings: pinctrl: add a 'pinctrl-use-default' property
pinctrl: Support stopping deferred probe after initcalls
iommu: Stop deferring probe at end of initcalls
iommu: Remove IOMMU_OF_DECLARE
PM / Domains: Stop deferring probe at the end of initcall
Shaokun Zhang (1):
driver core: remove unnecessary function extern declare
Sudeep Holla (1):
drivers: base: cacheinfo: use OF property_read_u32 instead of get_property,read_number
Todd Poynor (1):
drivers: base: initcall_debug logs for driver probe times
Wesley W. Terpstra (1):
base: fix order of OF initialization
Documentation/admin-guide/kernel-parameters.txt | 9 ++
.../bindings/pinctrl/pinctrl-bindings.txt | 6 +
.../driver-api/firmware/fallback-mechanisms.rst | 7 +-
drivers/base/base.h | 2 -
drivers/base/cacheinfo.c | 24 ++--
drivers/base/core.c | 23 ++--
drivers/base/dd.c | 134 +++++++++++++++++----
drivers/base/init.c | 2 +-
drivers/base/power/domain.c | 2 +-
drivers/iommu/arm-smmu-v3.c | 2 -
drivers/iommu/arm-smmu.c | 7 --
drivers/iommu/exynos-iommu.c | 2 -
drivers/iommu/ipmmu-vmsa.c | 3 -
drivers/iommu/msm_iommu.c | 2 -
drivers/iommu/of_iommu.c | 21 +---
drivers/iommu/qcom_iommu.c | 2 -
drivers/iommu/rockchip-iommu.c | 2 -
drivers/pinctrl/devicetree.c | 15 ++-
fs/kernfs/symlink.c | 2 +-
fs/sysfs/group.c | 29 +++--
include/asm-generic/vmlinux.lds.h | 2 -
include/linux/device.h | 107 +++++++++-------
include/linux/kobject.h | 17 +++
include/linux/of_iommu.h | 4 -
include/linux/sysfs.h | 6 +-
lib/kobject.c | 2 +-
26 files changed, 273 insertions(+), 161 deletions(-)
next reply other threads:[~2018-08-18 15:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-18 15:57 Greg KH [this message]
2018-08-18 16:01 ` [GIT PULL] Driver core patches for 4.19-rc1 Greg KH
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=20180818155758.GA22665@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.