The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Hans de Goede 8e3ebf5e8f
ASoC: rt5640: Remove unused rt5640_platform_data
There are no in tree users of platform-data for the rt5640 codec driver,
so lets remove support for it.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2018-05-11 11:22:34 +09:00
Documentation ASoC: rt5640: Add devicetree-bindings for dmic, jack-detect 2018-05-11 11:22:03 +09:00
LICENSES
arch Kbuild updates for v4.17 (2nd) 2018-04-15 17:21:30 -07:00
block
certs
crypto Kbuild updates for v4.17 (2nd) 2018-04-15 17:21:30 -07:00
drivers media: i2c: tda1997: replace codec to component 2018-05-05 10:49:36 +09:00
firmware
fs for-4.17-part2-tag 2018-04-15 18:08:35 -07:00
include ASoC: rt5640: Remove unused rt5640_platform_data 2018-05-11 11:22:34 +09:00
init Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-04-15 16:12:35 -07:00
ipc
kernel Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-04-15 16:12:35 -07:00
lib Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-04-15 16:12:35 -07:00
mm
net Kbuild updates for v4.17 (2nd) 2018-04-15 17:21:30 -07:00
samples
scripts Kbuild updates for v4.17 (2nd) 2018-04-15 17:21:30 -07:00
security
sound ASoC: rt5640: Remove unused rt5640_platform_data 2018-05-11 11:22:34 +09:00
tools Kbuild updates for v4.17 (2nd) 2018-04-15 17:21:30 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore Kbuild updates for v4.17 (2nd) 2018-04-15 17:21:30 -07:00
.mailmap Merge branch 'asoc-4.17' into asoc-4.18 for compress dependencies 2018-04-26 12:24:28 +01:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge branch 'asoc-4.17' into asoc-4.18 for compress dependencies 2018-04-26 12:24:28 +01:00
Makefile Linux 4.17-rc1 2018-04-15 18:24:20 -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 Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.