Find a file
Uwe Kleine-König 21cc7f816c
regulator: aw37503: Switch back to use struct i2c_driver's .probe()
struct i2c_driver::probe_new is about to go away. Switch the driver to
use the probe callback with the same prototype.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de
Link: https://lore.kernel.org/r/20230824195617.8888-1-u.kleine-koenig@pengutronix.de
Signed-off-by: Mark Brown <broonie@kernel.org
2023-08-24 21:43:28 +01:00
arch Kbuild fixes for v6.5 (2nd) 2023-08-13 08:56:24 -07:00
block block-6.5-2023-08-11 2023-08-11 12:14:08 -07:00
certs
crypto
Documentation dt-bindings: regulator: qcom,rpmh-regulator: allow i, j, l, m & n as RPMh resource name suffix 2023-08-22 15:31:27 +01:00
drivers regulator: aw37503: Switch back to use struct i2c_driver's .probe() 2023-08-24 21:43:28 +01:00
fs for-6.5-rc5-tag 2023-08-12 13:28:55 -07:00
include regulator: tps65086: Select dedicated regulator config for chip variant 2023-08-18 22:06:52 +01:00
init
io_uring
ipc
kernel Power management fixes for 6.5-rc6 2023-08-11 12:24:22 -07:00
lib 14 hotfixes. 11 of these are cc:stable and the remainder address post-6.4 2023-08-11 14:19:20 -07:00
LICENSES
mm 14 hotfixes. 11 of these are cc:stable and the remainder address post-6.4 2023-08-11 14:19:20 -07:00
net Including fixes from netfilter, wireless and bpf. 2023-08-10 12:37:24 -07:00
rust
samples
scripts Kbuild fixes for v6.5 (2nd) 2023-08-13 08:56:24 -07:00
security
sound
tools Char/Misc driver fixes for 6.5-rc6 2023-08-12 09:03:15 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Linux 6.5-rc6 2023-08-16 15:01:14 +01:00
Makefile Linux 6.5-rc6 2023-08-13 11:29:55 -07: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.