mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-10 06:52:53 +00:00
f4c5d0e77e
Cherry-pick patches to support building RP1 modules.
Signed-off-by: John Audia <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/17233
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit 613dd79d5e
)
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)
|
|
|