No description
Find a file
Mauro Carvalho Chehab a19b190e32 media: atomisp: atomisp_v4l2.c: set wdt timers according with ISP version
Add a runtime check to use the proper wdt timer init at runtime,
depending on the chipset revision.

For now, we can't get rid of the remaining version checks, as
the rest of the code is not prepared yet to detect the ISP
version on runtime.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2020-05-20 12:32:16 +02:00
arch Linux 5.7-rc2 2020-04-20 16:50:25 +02:00
block
certs
crypto
Documentation media: v4l2-ctrl: Document V4L2_CID_CAMERA_SENSOR_ROTATION 2020-05-18 15:33:48 +02:00
drivers media: atomisp: atomisp_v4l2.c: set wdt timers according with ISP version 2020-05-20 12:32:16 +02:00
fs
include media: v4l2-ctrls: Add helper to register properties 2020-05-18 15:36:20 +02:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: adjust atomisp maintainership 2020-05-20 12:32:14 +02:00
Makefile Linux 5.7-rc2 2020-04-19 14:35:30 -07:00
README

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

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

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.