* [GIT PULL] Driver core addition for 6.14-rc3
@ 2025-02-16 15:13 Greg KH
2025-02-16 21:03 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2025-02-16 15:13 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, Stephen Rothwell
The following changes since commit a64dcfb451e254085a7daee5fe51bf22959d52d3:
Linux 6.14-rc2 (2025-02-09 12:45:03 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-6.14-rc3
for you to fetch changes up to 78418f300d3999f1cf8a9ac71065bf2eca61f4dd:
rust/kernel: Add faux device bindings (2025-02-13 16:58:58 +0100)
----------------------------------------------------------------
Driver core api addition for 6.14-rc3
Here is a driver core new api for 6.14-rc3 that is being added to allow
platform devices from stop being abused. It adds a new "faux_device"
structure and bus and api to allow almost a straight or simpler
conversion from platform devices that were not really a platform device.
It also comes with a binding for rust, with an example driver in rust
showing how it's used.
I'm adding this now so that the patches that convert the different
drivers and subsystems can all start flowing into linux-next now through
their different development trees, in time for 6.15-rc1. We have a
number that are already reviewed and tested, but adding those
conversions now doesn't seem right. For now, no one is using this, and
it passes all build tests from 0-day and linux-next, so all should be
good.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Greg Kroah-Hartman (1):
driver core: add a faux bus for use when a simple device/bus is needed
Lyude Paul (1):
rust/kernel: Add faux device bindings
Documentation/driver-api/infrastructure.rst | 6 +
MAINTAINERS | 2 +
drivers/base/Makefile | 2 +-
drivers/base/base.h | 1 +
drivers/base/faux.c | 232 ++++++++++++++++++++++++++++
drivers/base/init.c | 1 +
include/linux/device/faux.h | 69 +++++++++
rust/bindings/bindings_helper.h | 1 +
rust/kernel/faux.rs | 67 ++++++++
rust/kernel/lib.rs | 1 +
samples/rust/Kconfig | 10 ++
samples/rust/Makefile | 1 +
samples/rust/rust_driver_faux.rs | 29 ++++
13 files changed, 421 insertions(+), 1 deletion(-)
create mode 100644 drivers/base/faux.c
create mode 100644 include/linux/device/faux.h
create mode 100644 rust/kernel/faux.rs
create mode 100644 samples/rust/rust_driver_faux.rs
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] Driver core addition for 6.14-rc3
2025-02-16 15:13 [GIT PULL] Driver core addition for 6.14-rc3 Greg KH
@ 2025-02-16 21:03 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-02-16 21:03 UTC (permalink / raw)
To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, Stephen Rothwell
The pull request you sent on Sun, 16 Feb 2025 16:13:17 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-6.14-rc3
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ae5fa8ce7ef230be50ed63d16883bada29990293
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-16 21:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-16 15:13 [GIT PULL] Driver core addition for 6.14-rc3 Greg KH
2025-02-16 21:03 ` 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
all inboxes | Powered by JetHome®