bcm27xx: update 6.1 patches to latest version
[openwrt/staging/dangole.git] / target / linux / bcm27xx / patches-6.1 / 950-1228-drivers-media-pisp_be-pisp_fe-Update-UAPI-header-lic.patch
1 From 74c6c159c2b499bdf3c39961bd40eb9243624226 Mon Sep 17 00:00:00 2001
2 From: Naushir Patuck <naush@raspberrypi.com>
3 Date: Wed, 29 Nov 2023 13:09:05 +0000
4 Subject: [PATCH] drivers: media: pisp_be: pisp_fe: Update UAPI header licenses
5
6 Update the license tags on the pisp UAPI header files with the
7 "Linux-syscall-note" clause. Also replace the "GPL-2.0" tag with the
8 preferred "GPL-2.0-only" tag.
9
10 Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
11 ---
12 drivers/media/platform/raspberrypi/pisp_be/pisp_be_config.h | 2 +-
13 drivers/media/platform/raspberrypi/rp1_cfe/pisp_common.h | 2 +-
14 drivers/media/platform/raspberrypi/rp1_cfe/pisp_fe_config.h | 2 +-
15 drivers/media/platform/raspberrypi/rp1_cfe/pisp_statistics.h | 2 +-
16 drivers/media/platform/raspberrypi/rp1_cfe/pisp_types.h | 2 +-
17 5 files changed, 5 insertions(+), 5 deletions(-)
18
19 --- a/drivers/media/platform/raspberrypi/pisp_be/pisp_be_config.h
20 +++ b/drivers/media/platform/raspberrypi/pisp_be/pisp_be_config.h
21 @@ -1,4 +1,4 @@
22 -/* SPDX-License-Identifier: GPL-2.0-only */
23 +/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
24 /*
25 * PiSP Back End configuration definitions.
26 *
27 --- a/drivers/media/platform/raspberrypi/rp1_cfe/pisp_common.h
28 +++ b/drivers/media/platform/raspberrypi/rp1_cfe/pisp_common.h
29 @@ -1,4 +1,4 @@
30 -/* SPDX-License-Identifier: GPL-2.0 */
31 +/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
32 /*
33 * RP1 PiSP common definitions.
34 *
35 --- a/drivers/media/platform/raspberrypi/rp1_cfe/pisp_fe_config.h
36 +++ b/drivers/media/platform/raspberrypi/rp1_cfe/pisp_fe_config.h
37 @@ -1,4 +1,4 @@
38 -/* SPDX-License-Identifier: GPL-2.0 */
39 +/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
40 /*
41 * RP1 PiSP Front End Driver Configuration structures
42 *
43 --- a/drivers/media/platform/raspberrypi/rp1_cfe/pisp_statistics.h
44 +++ b/drivers/media/platform/raspberrypi/rp1_cfe/pisp_statistics.h
45 @@ -1,4 +1,4 @@
46 -/* SPDX-License-Identifier: GPL-2.0 */
47 +/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
48 /*
49 * RP1 PiSP Front End statistics definitions
50 *
51 --- a/drivers/media/platform/raspberrypi/rp1_cfe/pisp_types.h
52 +++ b/drivers/media/platform/raspberrypi/rp1_cfe/pisp_types.h
53 @@ -1,4 +1,4 @@
54 -/* SPDX-License-Identifier: GPL-2.0 */
55 +/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
56 /*
57 * RP1 PiSP Front End image definitions.
58 *