Go to file
Alexandre Mergnat 761cab6678
dt-bindings: mfd: mediatek: Add codec property for MT6357 PMIC
Add the audio codec sub-device. This sub-device is used to set the
optional voltage values according to the hardware.
The properties are:
  - Setup of microphone bias voltage.
  - Setup of the speaker pin pull-down.

Also, add the audio power supply property which is dedicated for
the audio codec sub-device.

Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com>
Link: https://patch.msgid.link/20240226-audio-i350-v7-3-6518d953a141@baylibre.com
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
2024-09-03 18:17:22 +01:00
Documentation dt-bindings: mfd: mediatek: Add codec property for MT6357 PMIC 2024-09-03 18:17:22 +01:00
LICENSES
arch A set of x86 fixes: 2024-08-11 10:20:29 -07:00
block
certs
crypto
drivers ALSA/ASoC/SoundWire: Intel: update maximum number 2024-08-19 19:58:04 +01:00
fs nfsd-6.11 fixes: 2024-08-10 10:44:21 -07:00
include ASoC: Intel: boards: updates for 6.12 2024-08-28 17:33:56 +01:00
init
io_uring
ipc
kernel Updates for time keeping: 2024-08-11 10:15:34 -07:00
lib
mm 9 hotfixes. 5 are cc:stable, 4 either pertain to post-6.10 material or 2024-08-08 07:32:20 -07:00
net nfsd-6.11 fixes: 2024-08-10 10:44:21 -07:00
rust
samples
scripts
security
sound ASoC: adi: Use str_enabled_disabled() helper 2024-09-02 15:33:26 +01:00
tools ASoC: dapm-graph: show path name for non-static routes 2024-08-23 11:03:00 +01:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ASoC: MAINTAINERS: Drop incorrect tlv320aic31xx.txt path 2024-08-26 15:52:34 +01:00
Makefile Linux 6.11-rc3 2024-08-11 14:27:14 -07:00
README

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 reStructuredText 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.