Go to file
Yves Lemée a8c2d62b1b media: lirc_zilog: Clean up lirc zilog error codes
According the coding style guidelines, the ENOSYS error code must be
returned in case of a non existent system call. This code has been
replaced with the ENOTTY error code indicating a missing functionality.

Signed-off-by: Yves Lemée <yves.lemee.kernel@gmail.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-08-20 09:47:28 -04:00
arch media: rc-core: do not depend on MEDIA_SUPPORT 2017-08-20 09:39:36 -04:00
block
certs
crypto
Documentation media: dt-bindings: gpio-ir-tx: add support for GPIO IR Transmitter 2017-08-20 09:47:04 -04:00
drivers media: lirc_zilog: Clean up lirc zilog error codes 2017-08-20 09:47:28 -04:00
firmware
fs
include media: rc-core: rename input_name to device_name 2017-08-20 09:43:52 -04:00
init
ipc
kernel
lib
mm
net
samples media: v4l2-pci-skeleton: constify vb2_ops structures 2017-08-20 08:03:09 -04:00
scripts
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS media: rc: pwm-ir-tx: add new driver 2017-08-20 09:46:18 -04:00
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.