libcamera/include/linux
Niklas Söderlund bd542ae775 include: linux: Update rkisp1 header
Refresh the RkISP1 user-space header to match the latest state in the
media-tree [1]. This requires update of symbol names in the RkISP1 IPA
but there is no functional change.

Unfortunately the upstream header has a few problems that needs to be
fixed before it can be used.

1. The SPDX header does not satisfy the Linux scripts/headers_install.sh
   so the installation step have to be done manually (dropping _UAPI
   prefix from header include guard). Issue is reported upstream.

2. The BIT() macro is used in the header but unfortunately this macro
   is not accessible in user-space headers. Fix this by reverting back
   to open code setting the bit without macro. Fix submitted upstream
   and acked by maintainer.

1. d7a81a5b07313535 ("media: staging: rkisp1: uapi: remove __packed")
2. [PATCH v2] staging: rkisp1: uapi: Do not use BIT() macro

Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Jacopo Mondi <jacopo@jmondi.org>
2020-09-29 03:53:55 +02:00
..
bcm2835-isp.h libcamera: pipeline: ipa: raspberrypi: Use dma heap allocs for LS tables 2020-07-17 16:36:28 +03:00
dma-buf.h include: linux: Add dma-buf.h and dma-heap.h UAPI headers 2020-07-17 16:36:27 +03:00
dma-heap.h include: linux: Add dma-buf.h and dma-heap.h UAPI headers 2020-07-17 16:36:27 +03:00
drm_fourcc.h include: drm_fourcc: Add 16-bit Bayer FourCC 2020-07-27 17:46:17 +02:00
media-bus-format.h include: linux: Update headers to Linux v5.2 2019-10-28 13:04:47 +02:00
media.h include: linux: Update headers to Linux v5.2 2019-10-28 13:04:47 +02:00
README libcamera: Add missing SPDX headers to miscellaneous small files 2020-06-09 23:26:13 +03:00
rkisp1-config.h include: linux: Update rkisp1 header 2020-09-29 03:53:55 +02:00
v4l2-common.h include: linux: Update Linux headers to v5.1 2019-06-02 14:31:23 +02:00
v4l2-controls.h include: linux: Update v4l2 ctrls for properties 2020-05-21 13:31:25 +02:00
v4l2-mediabus.h include: linux: Import V4L2 uAPI headers from Linux v4.19 2019-01-17 16:37:03 +02:00
v4l2-subdev.h include: linux: Import V4L2 uAPI headers from Linux v4.19 2019-01-17 16:37:03 +02:00
videodev2.h include: uapi: Add header definitions for BCM2835 Unicam and ISP blocks 2020-05-11 23:53:58 +03:00

# SPDX-License-Identifier: CC0-1.0

Files in this directory are imported from v5.2 of the Linux kernel. Do not
modify them manually.