diff options
| author | Naushir Patuck <naush@raspberrypi.com> | 2024-06-26 20:14:37 +0200 |
|---|---|---|
| committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2024-06-27 13:06:47 +0200 |
| commit | 12187bd5d4f8c128c9deca1b7f95fde78eecf99b (patch) | |
| tree | 39f218b64013afe779d583f6249d077fb009611d /drivers/media/platform/raspberrypi/Makefile | |
| parent | cbc775e060cecbdb7210f46d8e7a65df2a865ee7 (diff) | |
| download | lwn-12187bd5d4f8c128c9deca1b7f95fde78eecf99b.tar.gz lwn-12187bd5d4f8c128c9deca1b7f95fde78eecf99b.zip | |
media: raspberrypi: Add support for PiSP BE
Add support for the Raspberry Pi PiSP Back End.
The driver has been upported from the Raspberry Pi kernel at revision
f74893f8a0c2 ("drivers: media: pisp_be: Update seqeuence numbers of the
buffers").
The ISP documentation is available at:
https://datasheets.raspberrypi.com/camera/raspberry-pi-image-signal-processor-specification.pdf
Signed-off-by: David Plowman <david.plowman@raspberrypi.com>
Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
Signed-off-by: Nick Hollinghurst <nick.hollinghurst@raspberrypi.org>
Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
[hverkuil: drop dev_err after platform_get_irq to fix a coccinelle check]
Diffstat (limited to 'drivers/media/platform/raspberrypi/Makefile')
| -rw-r--r-- | drivers/media/platform/raspberrypi/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/platform/raspberrypi/Makefile b/drivers/media/platform/raspberrypi/Makefile new file mode 100644 index 000000000000..c0d1a2dab486 --- /dev/null +++ b/drivers/media/platform/raspberrypi/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0 + +obj-y += pisp_be/ |
