No description
Find a file
Krzysztof Kozlowski 89760f3aaf arm64: dts: qcom: sc7280-qcard: drop incorrect dai-cells from WCD938x SDW
[ Upstream commit 16bd455d08 ]

The WCD938x audio codec Soundwire interface part is not a DAI and does
not allow sound-dai-cells:

  sc7280-herobrine-crd.dtb: codec@0,4: '#sound-dai-cells' does not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230220095401.64196-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-06-28 11:14:20 +02:00
arch arm64: dts: qcom: sc7280-qcard: drop incorrect dai-cells from WCD938x SDW 2023-06-28 11:14:20 +02:00
block block: make sure local irq is disabled when calling __blkcg_rstat_flush 2023-06-28 11:14:10 +02:00
certs
crypto KEYS: asymmetric: Copy sig and digest in public_key_verify_signature() 2023-06-09 10:48:25 +02:00
Documentation mm: page_table_check: Make it dependent on EXCLUSIVE_SYSTEM_RAM 2023-06-14 11:16:59 +02:00
drivers Input: soc_button_array - add invalid acpi_index DMI quirk handling 2023-06-28 11:14:20 +02:00
fs btrfs: fix an uninitialized variable warning in btrfs_log_inode 2023-06-28 11:14:19 +02:00
include scsi: target: iscsi: Remove unused transport_timer 2023-06-28 11:14:18 +02:00
init
io_uring io_uring/net: use the correct msghdr union member in io_sendmsg_copy_hdr 2023-06-28 11:14:16 +02:00
ipc
kernel bpf: Force kprobe multi expected_attach_type for kprobe_multi link 2023-06-28 11:14:16 +02:00
lib lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release() 2023-06-14 11:16:51 +02:00
LICENSES
mm mm/mprotect: fix do_mprotect_pkey() limit check 2023-06-28 11:14:05 +02:00
net revert "net: align SO_RCVMARK required privileges with SO_MARK" 2023-06-28 11:14:17 +02:00
rust
samples
scripts scripts: fix the gfp flags header path in gfp-translate 2023-06-28 11:14:04 +02:00
security
sound ALSA: hda/realtek: Add a quirk for Compaq N14JP6 2023-06-21 16:02:11 +02:00
tools selftests: forwarding: Fix race condition in mirror installation 2023-06-28 11:14:16 +02:00
usr
virt KVM: Avoid illegal stage2 mapping on invalid memory slot 2023-06-28 11:14:05 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 6.3.9 2023-06-21 16:02:19 +02: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.