Main-line Linux kernel tree http://www.kernel.org
Go to file
Chen Jiahao 252b9116af
regulator: tps6286x-regulator: Remove redundant of_match_ptr() macros
Since the driver tps6286x-regulator depends on CONFIG_OF,
it makes no difference to wrap of_match_ptr() here.

Remove of_match_ptr() macros to clean it up.

Signed-off-by: Chen Jiahao <chenjiahao16@huawei.com>
Link: https://lore.kernel.org/r/20230809100428.2669817-8-chenjiahao16@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2023-08-09 12:52:46 +01:00
arch
block
certs
crypto
Documentation regulator: dt-bindings: rtq2208: Add Richtek RTQ2208 SubPMIC 2023-08-07 14:33:22 +01:00
drivers regulator: tps6286x-regulator: Remove redundant of_match_ptr() macros 2023-08-09 12:52:46 +01:00
fs
include Linux 6.5-rc4 2023-07-30 23:38:35 +01:00
init
io_uring
ipc
kernel
lib Char driver and Documentation fixes for 6.5-rc4 2023-07-30 11:44:00 -07:00
LICENSES
mm
net
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Linux 6.5-rc4 2023-07-30 23:38:35 +01:00
Makefile Linux 6.5-rc4 2023-07-30 13:23:47 -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.