mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-27 06:39:51 +00:00
3a5584e0df
Adds latest 6.6 patches from the Raspberry Pi repository. These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.6.y/ With the following command: git format-patch -N v6.6.67..HEAD (HEAD -> 811ff707533bcd67cdcd368bbd46223082009b12) Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> (cherry picked from commit 692205305db14deeff1a2dc4a6d7f87e19fc418b)
30 lines
1.1 KiB
Diff
30 lines
1.1 KiB
Diff
From 1b5acd42281ad102b79f4e1794f0a0cccdafda05 Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Sat, 16 Nov 2024 16:53:31 +0000
|
|
Subject: [PATCH] fixup! misc: Add RP1 PIO driver
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
---
|
|
include/uapi/misc/rp1_pio_if.h | 6 +-----
|
|
1 file changed, 1 insertion(+), 5 deletions(-)
|
|
|
|
--- a/include/uapi/misc/rp1_pio_if.h
|
|
+++ b/include/uapi/misc/rp1_pio_if.h
|
|
@@ -1,4 +1,4 @@
|
|
-/* SPDX-License-Identifier: GPL-2.0 */
|
|
+/* SPDX-License-Identifier: GPL-2.0 + WITH Linux-syscall-note */
|
|
/*
|
|
* Copyright (c) 2023-24 Raspberry Pi Ltd.
|
|
* All rights reserved.
|
|
@@ -169,10 +169,6 @@ struct rp1_access_hw_args {
|
|
#define PIO_IOC_SM_CONFIG_XFER _IOW(PIO_IOC_MAGIC, 0, struct rp1_pio_sm_config_xfer_args)
|
|
#define PIO_IOC_SM_XFER_DATA _IOW(PIO_IOC_MAGIC, 1, struct rp1_pio_sm_xfer_data_args)
|
|
|
|
-#ifdef CONFIG_COMPAT
|
|
-//XXX #define PIO_IOC_SM_XFER_DATA32 _IOW(PIO_IOC_MAGIC, 2, struct pio_sm_xfer_data_args)
|
|
-#endif
|
|
-
|
|
#define PIO_IOC_READ_HW _IOW(PIO_IOC_MAGIC, 8, struct rp1_access_hw_args)
|
|
#define PIO_IOC_WRITE_HW _IOW(PIO_IOC_MAGIC, 9, struct rp1_access_hw_args)
|
|
|