1
0
Fork 0
Fork of reMarkable kernel https://github.com/reMarkable/linux
 
 
 
 
Go to file
Liu Ying 262fc4152d MLK-16168 gpu: Move imx up before drm in Makefile
We register dpu and ipu-v3 crtc platform devices in dpu and ipu-v3
base drivers for imx-drm to use, so it would be straight forward to
put imx before drm in Makefile.

Signed-off-by: Liu Ying <victor.liu@nxp.com>
2018-10-29 11:10:38 +08:00
Documentation MLK-16130-2: ASoC: fsl: add machine driver for cadence hdmi 2018-10-29 11:10:38 +08:00
arch MLK-16182 defconfig: enable ondemand as default cpu-freq governor 2018-10-29 11:10:38 +08:00
block MLK-11444 ata: imx: cmd buf corruption errata bug fix 2018-10-29 11:10:38 +08:00
certs
crypto MLK-14785 CAAM: Fix gcm.c to work correctly with CAAM 2018-10-29 11:10:38 +08:00
drivers MLK-16168 gpu: Move imx up before drm in Makefile 2018-10-29 11:10:38 +08:00
firmware
fs Revert "vfs: fix freeze protection in mnt_want_write_file() for overlayfs" 2018-10-20 09:48:52 +02:00
include MLK-16136-1 clk: imx: imx8mq: define DCSS root clocks. 2018-10-29 11:10:38 +08:00
init
ipc
kernel cpufreq: Move gov_attr_* macros to cpufreq.h 2018-10-29 11:10:38 +08:00
lib
mm mremap: properly flush TLB before releasing the page 2018-10-20 09:48:53 +02:00
net batman-adv: fix hardif_neigh refcount on queue_work() failure 2018-10-20 09:48:49 +02:00
samples
scripts
security
sound MLK-16174: ASoC: fsl_hifi4: load firmware in device open phase. 2018-10-29 11:10:38 +08:00
tools perf tools: Fix snprint warnings for gcc 8 2018-10-18 09:16:28 +02:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 4.14.78 2018-10-20 09:48:54 +02:00
README

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.