No description
Find a file
AngeloGioacchino Del Regno 88a72b6e8e arm64: dts: mt2712-evb: Fix usb vbus regulators unit names
[ Upstream commit ec1ae39a8d ]

Update the names to regulator-usb-p{0-3}-vbus to fix unit_address_vs_reg
warnings for those.

Fixes: 1724f4cc51 ("arm64: dts: Add USB3 related nodes for MT2712")
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20221013152212.416661-7-angelogioacchino.delregno@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-04-19 17:57:10 +08:00
arch arm64: dts: mt2712-evb: Fix usb vbus regulators unit names 2023-04-19 17:57:10 +08:00
block block: move CONFIG_BLOCK guard to top Makefile 2023-04-19 17:57:04 +08:00
certs certs/blacklist_hashes.c: fix const confusion in certs blacklist 2023-04-19 17:50:34 +08:00
crypto crypto: akcipher - default implementation for setting a private key 2023-04-19 17:55:27 +08:00
Documentation docs: update mediator contact information in CoC doc 2023-04-19 17:56:27 +08:00
drivers perf/smmuv3: Fix hotplug callback leak in arm_smmu_pmu_init() 2023-04-19 17:57:09 +08:00
fs udf: Fix extending file within last block 2023-04-19 17:57:06 +08:00
include soc: qcom: apr: make code more reuseable 2023-04-19 17:57:08 +08:00
init init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash 2023-04-19 17:56:40 +08:00
io_uring io_uring: Fix a null-ptr-deref in io_tctx_exit_cb() 2023-04-19 17:57:04 +08:00
ipc ipc/sem: Fix dangling sem_array access in semtimedop race 2023-04-19 17:56:54 +08:00
kernel perf: Fix perf_pending_task() UaF 2023-04-19 17:57:05 +08:00
lib Kconfig.debug: provide a little extra FRAME_WARN leeway when KASAN is enabled 2023-04-19 17:56:53 +08:00
LICENSES
mm mm/gup: fix gup_pud_range() for dax 2023-04-19 17:56:58 +08:00
net Bluetooth: L2CAP: Fix u8 overflow 2023-04-19 17:57:06 +08:00
samples
scripts scripts/faddr2line: Fix regression in name resolution on ppc64le 2023-04-19 17:56:46 +08:00
security capabilities: fix potential memleak on error path from vfs_getxattr_alloc() 2023-04-19 17:56:03 +08:00
sound ASoC: ops: Correct bounds check for second channel on SX controls 2023-04-19 17:57:05 +08:00
tools objtool, kcsan: Add volatile read/write instrumentation to whitelist 2023-04-19 17:57:08 +08:00
usr
virt kvm: Add support for arch compat vm ioctls 2023-04-19 17:55:40 +08:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS io_uring: move to separate directory 2023-04-19 17:57:04 +08:00
Makefile Linux 5.15.85 2023-04-19 17:57:07 +08: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.