No description
Find a file
John Keeping c128006aa5 regulator: userspace-consumer: add module device table
[ Upstream commit 531a0c0cdb ]

The userspace consumer can be built as a module but it cannot be
automatically probed as there is no device table to match it up with
device tree nodes.

Add the missing macro so that the module can load automatically.

Fixes: 5c51d4afcf ("regulator: userspace-consumer: Handle regulator-output DT nodes")
Signed-off-by: John Keeping <jkeeping@inmusicbrands.com>
Link: https://msgid.link/r/20240226160554.1453283-1-jkeeping@inmusicbrands.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-03-26 18:18:20 -04:00
arch arm64: dts: imx8mp-evk: Fix hdmi@3d node 2024-03-26 18:18:20 -04:00
block block: fix deadlock between bd_link_disk_holder and partition scan 2024-03-26 18:17:59 -04:00
certs
crypto crypto: algif_hash - Remove bogus SGL free on zero-length error path 2024-02-23 09:51:51 +01:00
Documentation x86/rfds: Mitigate Register File Data Sampling (RFDS) 2024-03-15 10:48:13 -04:00
drivers regulator: userspace-consumer: add module device table 2024-03-26 18:18:20 -04:00
fs pstore: inode: Only d_invalidate() is needed 2024-03-26 18:18:20 -04:00
include bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly 2024-03-26 18:18:13 -04:00
init
io_uring io_uring/net: fix overflow check in io_recvmsg_mshot_prep() 2024-03-26 18:18:01 -04:00
ipc
kernel bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly 2024-03-26 18:18:13 -04:00
lib net: blackhole_dev: fix build warning for ethh set but not used 2024-03-26 18:18:09 -04:00
LICENSES
mm readahead: avoid multiple marked readahead pages 2024-03-15 10:48:22 -04:00
net net: mctp: copy skb ext data when fragmenting 2024-03-26 18:18:19 -04:00
rust
samples
scripts gen_compile_commands: fix invalid escape sequence warning 2024-03-26 18:17:51 -04:00
security landlock: Fix asymmetric private inodes referring 2024-03-06 14:53:55 +00:00
sound ASoC: wm8962: Fix up incorrect error message in wm8962_set_fll 2024-03-26 18:17:57 -04:00
tools selftests: forwarding: Add missing multicast routing config entries 2024-03-26 18:18:12 -04:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 6.7.10 2024-03-15 14:22:41 -04:00
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.