No description
Find a file
Dmitry Baryshkov 3b1e3639d1 phy: qcom: qmp-usbc: add support for the Type-C handling
[ Upstream commit dfdaba27b4 ]

The USB-C PHYs on the msm8998, QCM2290 and SM6115 platforms use special
register to control which lanes of the Type-C port are used for the
SuperSpeed USB connection. Mimic the qmp-combo driver and handle this
register.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20240113-pmi632-typec-v2-12-182d9aa0a5b3@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Stable-dep-of: 01b086ccde ("phy: qcom: qmp-usbc: handle CLAMP register in a correct way")
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-03-26 18:17:22 -04:00
arch mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function 2024-03-26 18:17:21 -04:00
block
certs
crypto
Documentation
drivers phy: qcom: qmp-usbc: add support for the Type-C handling 2024-03-26 18:17:22 -04:00
fs cifs: Fix writeback data corruption 2024-03-26 18:17:20 -04:00
include modules: wait do_free_init correctly 2024-03-26 18:17:17 -04:00
init modules: wait do_free_init correctly 2024-03-26 18:17:17 -04:00
io_uring
ipc
kernel modules: wait do_free_init correctly 2024-03-26 18:17:17 -04:00
lib lib/stackdepot: off by one in depot_fetch_stack() 2024-03-26 18:17:17 -04:00
LICENSES
mm
net
rust
samples
scripts
security
sound ALSA: usb-audio: Stop parsing channels bits when all channels are found. 2024-03-26 18:17:22 -04:00
tools
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.