All of lore.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>,
	Saravana Kannan <saravanak@google.com>
Subject: [GIT PULL] Driver core update for 6.5-rc1
Date: Mon, 3 Jul 2023 12:09:05 +0200	[thread overview]
Message-ID: <ZKKeQTv0ful5Ji_f@kroah.com> (raw)

The following changes since commit 9561de3a55bed6bdd44a12820ba81ec416e705a7:

  Linux 6.4-rc5 (2023-06-04 14:04:27 -0400)

are available in the Git repository at:

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

for you to fetch changes up to a91845b9a872039618d74104c0721376ce092638:

  sysfs: Skip empty folders creation (2023-06-15 13:37:53 +0200)

----------------------------------------------------------------
driver core changes for 6.5-rc1

Here are a small set of changes for 6.5-rc1 for some driver core
changes.  Included in here are:
  - device property cleanups to make it easier to write "agnostic"
    drivers when regards to the firmware layer underneath them (DT vs.
    ACPI)
  - debugfs documentation updates
  - devres additions
  - sysfs documentation and changes to handle empty directory creation
    logic better
  - tiny kernfs optimizations
  - other tiny changes

All of these have been in linux-next for a while with no reported
problems.

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

----------------------------------------------------------------
Andy Shevchenko (3):
      ACPI: Move ACPI_DEVICE_CLASS() to mod_devicetable.h
      device property: Implement device_is_compatible()
      ata: ahci_platform: Make code agnostic to OF/ACPI

Dave Jiang (1):
      base/node: Use 'property' to identify an access parameter

Greg Kroah-Hartman (1):
      Merge 6.4-rc5 into driver-core-next

Ivan Orlov (1):
      debugfs: Correct the 'debugfs_create_str' docs

James Clark (4):
      devres: Provide krealloc_array
      hwmon: pmbus: Use devm_krealloc_array
      iio: adc: Use devm_krealloc_array
      serial: qcom_geni: Comment use of devm_krealloc rather than devm_krealloc_array

James Seo (1):
      driver core: device.h: add some missing kerneldocs

Jesse Brandeburg (1):
      MAINTAINERS: add entry for auxiliary bus

Matti Vaittinen (1):
      drivers: fwnode: fix fwnode_irq_get[_byname]()

Miquel Raynal (2):
      sysfs: Improve readability by following the kernel coding style
      sysfs: Skip empty folders creation

Muchun Song (1):
      kernfs: fix missing kernfs_idr_lock to remove an ID from the IDR

Vladislav Efanov (1):
      isa: Remove unnecessary checks

 Documentation/driver-api/driver-model/devres.rst |   1 +
 MAINTAINERS                                      |  10 ++
 drivers/ata/ahci_platform.c                      |   8 +-
 drivers/base/isa.c                               |   7 +-
 drivers/base/node.c                              |   8 +-
 drivers/base/property.c                          |  12 ++-
 drivers/hwmon/pmbus/pmbus_core.c                 |   6 +-
 drivers/iio/adc/xilinx-ams.c                     |   9 +-
 drivers/iio/adc/xilinx-xadc-core.c               |  17 ++--
 drivers/tty/serial/qcom_geni_serial.c            |   5 +
 fs/debugfs/file.c                                |   9 --
 fs/kernfs/dir.c                                  |   2 +
 fs/sysfs/group.c                                 |  12 ++-
 include/linux/acpi.h                             |  14 ---
 include/linux/device.h                           | 122 ++++++++++++++++++++++-
 include/linux/mod_devicetable.h                  |  13 +++
 include/linux/property.h                         |  12 +++
 17 files changed, 204 insertions(+), 63 deletions(-)

             reply	other threads:[~2023-07-03 10:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-03 10:09 Greg KH [this message]
2023-07-03 20:30 ` [GIT PULL] Driver core update for 6.5-rc1 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=ZKKeQTv0ful5Ji_f@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=saravanak@google.com \
    --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 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.