1
0
Fork 0
Fork of reMarkable kernel https://github.com/reMarkable/linux
 
 
 
 
Go to file
Peter Chen d43f529edd MLK-16065-5 extcon: ptn5150: add PTN5150 Type-C CC logic chip
Add NXP PTN5150 Type-C CC logic chip, this chip supplies CC flip
function automatically, and the driver will notify extcon
consumer (USB controller driver) attach and detach events.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
2018-10-29 11:10:38 +08:00
Documentation MLK-16065-5 extcon: ptn5150: add PTN5150 Type-C CC logic chip 2018-10-29 11:10:38 +08:00
arch MLK-16065-4 ARM64: dts: fsl-imx8qm: add fsl-imx8qm-lpddr4-arm2-usb3.dts 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-16065-5 extcon: ptn5150: add PTN5150 Type-C CC logic chip 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-16204-3: clk: imx8mq: add ocotp clock 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: amix: remove primary SAI power on/off 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.