1
0
Fork 0
Fork of reMarkable kernel https://github.com/reMarkable/linux
 
 
 
 
Go to file
Julien Olivain 9fe156817e MLK-13472: hwmon: mxc_mma8451: add empty sentinel entry at the end of i2c_device_id table
This is fixing the build when the driver is enabled as a module, when
CONFIG_MXC_MMA8451=m

Signed-off-by: Julien Olivain <julien.olivain@nxp.com>
2018-10-29 11:10:38 +08:00
Documentation MLK-13975: ASoC: fsl: add AMIX device driver 2018-10-29 11:10:38 +08:00
arch MLK-16055 arm64: dts: freescale: imx8mq: enable power domain support 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-13472: hwmon: mxc_mma8451: add empty sentinel entry at the end of i2c_device_id table 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-16075-19 gpu: imx: dpu: common: Add fetchecos support in dpu plane group 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 scsi: klist: Make it safe to use klists in atomic context 2018-10-03 17:00:48 -07:00
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 Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name" 2018-09-29 03:06:04 -07:00
sound MLK-13975: ASoC: fsl: add AMIX machine driver 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 KVM: arm/arm64: Fix vgic init race 2018-09-26 08:38:04 +02:00
.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.