mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
8c405cdccc
The patches were generated from the RPi repo with the following command: git format-patch v6.6.34..rpi-6.1.y Some patches needed rebasing and, as usual, the applied and reverted, wireless drivers, Github workflows, READMEs and defconfigs patches were removed. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
60 lines
2.3 KiB
Diff
60 lines
2.3 KiB
Diff
From 6b2a679bbd6fa8b3053805e1e48e5108b3162990 Mon Sep 17 00:00:00 2001
|
|
From: Naushir Patuck <naush@raspberrypi.com>
|
|
Date: Wed, 29 Nov 2023 13:09:05 +0000
|
|
Subject: [PATCH 0800/1085] drivers: media: pisp_be: pisp_fe: Update UAPI
|
|
header licenses
|
|
|
|
Update the license tags on the pisp UAPI header files with the
|
|
"Linux-syscall-note" clause. Also replace the "GPL-2.0" tag with the
|
|
preferred "GPL-2.0-only" tag.
|
|
|
|
Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
|
|
---
|
|
drivers/media/platform/raspberrypi/pisp_be/pisp_be_config.h | 2 +-
|
|
drivers/media/platform/raspberrypi/rp1_cfe/pisp_common.h | 2 +-
|
|
drivers/media/platform/raspberrypi/rp1_cfe/pisp_fe_config.h | 2 +-
|
|
drivers/media/platform/raspberrypi/rp1_cfe/pisp_statistics.h | 2 +-
|
|
drivers/media/platform/raspberrypi/rp1_cfe/pisp_types.h | 2 +-
|
|
5 files changed, 5 insertions(+), 5 deletions(-)
|
|
|
|
--- a/drivers/media/platform/raspberrypi/pisp_be/pisp_be_config.h
|
|
+++ b/drivers/media/platform/raspberrypi/pisp_be/pisp_be_config.h
|
|
@@ -1,4 +1,4 @@
|
|
-/* SPDX-License-Identifier: GPL-2.0-only */
|
|
+/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
|
|
/*
|
|
* PiSP Back End configuration definitions.
|
|
*
|
|
--- a/drivers/media/platform/raspberrypi/rp1_cfe/pisp_common.h
|
|
+++ b/drivers/media/platform/raspberrypi/rp1_cfe/pisp_common.h
|
|
@@ -1,4 +1,4 @@
|
|
-/* SPDX-License-Identifier: GPL-2.0 */
|
|
+/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
|
|
/*
|
|
* RP1 PiSP common definitions.
|
|
*
|
|
--- a/drivers/media/platform/raspberrypi/rp1_cfe/pisp_fe_config.h
|
|
+++ b/drivers/media/platform/raspberrypi/rp1_cfe/pisp_fe_config.h
|
|
@@ -1,4 +1,4 @@
|
|
-/* SPDX-License-Identifier: GPL-2.0 */
|
|
+/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
|
|
/*
|
|
* RP1 PiSP Front End Driver Configuration structures
|
|
*
|
|
--- a/drivers/media/platform/raspberrypi/rp1_cfe/pisp_statistics.h
|
|
+++ b/drivers/media/platform/raspberrypi/rp1_cfe/pisp_statistics.h
|
|
@@ -1,4 +1,4 @@
|
|
-/* SPDX-License-Identifier: GPL-2.0 */
|
|
+/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
|
|
/*
|
|
* RP1 PiSP Front End statistics definitions
|
|
*
|
|
--- a/drivers/media/platform/raspberrypi/rp1_cfe/pisp_types.h
|
|
+++ b/drivers/media/platform/raspberrypi/rp1_cfe/pisp_types.h
|
|
@@ -1,4 +1,4 @@
|
|
-/* SPDX-License-Identifier: GPL-2.0 */
|
|
+/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
|
|
/*
|
|
* RP1 PiSP Front End image definitions.
|
|
*
|