Fork of reMarkable kernel https://github.com/reMarkable/linux
Go to file
Shengjiu Wang c5e2eaa4f3 MLK-18245-1: ASoC: fsl_dsp: remove the explicit power enablement
The driver don't need to explicit enable the power domain, which
can be done by runtime power management, when the power domain tree
defined in device tree.
in this case, the MU initialization can be moved to runtime pm function.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
2018-10-29 11:10:38 +08:00
arch MLK-18241-3: ARM64: dts: freescale: imx8qm: add edma channel power domain for LPUART 2018-10-29 11:10:38 +08:00
block
certs
crypto MLK-14785 CAAM: Fix gcm.c to work correctly with CAAM 2018-10-29 11:10:38 +08:00
Documentation MLK-17747: dsp: use the name of dsp instead of hifi 2018-10-29 11:10:38 +08:00
drivers MLK-18247 clk: imx: add more pll frequency setting in clock rate table 2018-10-29 11:10:38 +08:00
firmware
fs
include MLK-18211 gpu: imx: layerblend: Zero sec alpha when sec input is from scaler 2018-10-29 11:10:38 +08:00
init
ipc
kernel clockevents: Retry programming min delta up to 10 times 2018-10-29 11:10:38 +08:00
lib
mm
net
samples
scripts
security
sound MLK-18245-1: ASoC: fsl_dsp: remove the explicit power enablement 2018-10-29 11:10:38 +08:00
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

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.