Go to file
Martin Kepplinger 62456590b8 media: hi846: remove the of_match_ptr macro
Similar to other drivers, this should fix a Clang compilar warning when
building without CONFIG_OF in which case of_match_ptr() is NULL and
the const struct we would use otherwise is unused.

Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2021-11-19 05:56:07 +00:00
Documentation media: dt-bindings: media: venus: Add sdm660 dt schema 2021-10-21 14:25:43 +01:00
LICENSES
arch kvm: fix objtool relocation warning 2021-10-03 13:34:19 -07:00
block block-5.15-2021-10-01 2021-10-02 11:00:36 -07:00
certs
crypto
drivers media: hi846: remove the of_match_ptr macro 2021-11-19 05:56:07 +00:00
fs elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappings 2021-10-03 14:02:58 -07:00
include media: allegro: add control to disable encoder buffer 2021-10-20 15:56:40 +01:00
init
ipc
kernel - Tell the compiler to always inline is_percpu_thread() 2021-10-03 10:49:00 -07:00
lib
mm
net
samples
scripts
security
sound
tools objtool: print out the symbol type when complaining about it 2021-10-03 13:45:48 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS media: MAINTAINERS: update maintainer for ch7322 driver 2021-10-19 08:08:39 +01:00
Makefile Linux 5.15-rc4 2021-10-03 14:08:47 -07:00
README

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.