media: v4l2-fwnode: parse 'data-enable-active' prop
Jacopo Mondi authored

Parse the newly defined 'data-enable-active' property in parallel
endpoint parsing function.
Signed-off-by: default avatarJacopo Mondi <jacopo+renesas@jmondi.org>
Reviewed-by: default avatarNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
9b04fcc1
Name Last commit Last update
Documentation media: dt-bindings: media: Document data-enable-active property
LICENSES LICENSES: Add Linux-OpenIB license text
arch media: ov772x: omit consumer ID when getting clock reference
block Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-block
certs docs: Fix some broken references
crypto Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
drivers media: v4l2-fwnode: parse 'data-enable-active' prop
firmware kbuild: remove all dummy assignments to obj-
fs Merge tag 'for_v4.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
include media: v4l2-fwnode: parse 'data-enable-active' prop
init dma-mapping: move all DMA mapping code to kernel/dma
ipc ipc: use new return type vm_fault_t
kernel Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
lib Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
mm Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-block
net Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
samples Merge tag 'vfio-v4.18-rc1' of git://github.com/awilliam/linux-vfio
scripts tracing: Fix SKIP_STACK_VALIDATION=1 build due to bad merge with -mrecord-mcount
security docs: Fix some broken references
sound docs: Fix some broken references
tools Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
usr kbuild: rename built-in.o to built-in.a
virt KVM: arm64: Prevent KVM_COMPAT from being selected
.clang-format clang-format: add configuration file
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.
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.