Skip to content

Commit ffb71d8

Browse files
committed
sunxi-7.0: rewrite patches against 7.0-rc7
1 parent 6fd6438 commit ffb71d8

4 files changed

Lines changed: 4 additions & 4 deletions

patch/kernel/archive/sunxi-7.0/patches.armbian/drm-gem-dma-support-dedicated-dma-device-for-allocation-and-mapping.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
22
From: Chen-Yu Tsai <wenst@chromium.org>
33
Date: Wed, 11 Mar 2026 17:49:26 +0800
4-
Subject: [PATCH] drm/gem-dma: Support dedicated DMA device for allocation and mapping
4+
Subject: drm/gem-dma: Support dedicated DMA device for allocation and mapping
55

66
Support for a dedicated DMA device for prime imports was added in commit
77
143ec8d3f939 ("drm/prime: Support dedicated DMA device for dma-buf imports").

patch/kernel/archive/sunxi-7.0/patches.armbian/drm-prime-limit-scatter-list-size-with-dedicated-dma-device.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
22
From: Chen-Yu Tsai <wenst@chromium.org>
33
Date: Wed, 11 Mar 2026 17:49:25 +0800
4-
Subject: [PATCH] drm/prime: Limit scatter list size with dedicated DMA device
4+
Subject: drm/prime: Limit scatter list size with dedicated DMA device
55

66
If a dedicated DMA device is specified for the DRM device, then the
77
scatter list size limit should pertain to the DMA device.

patch/kernel/archive/sunxi-7.0/patches.armbian/drm-sun4i-use-backend-mixer-as-dedicated-dma-device.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
22
From: Chen-Yu Tsai <wenst@chromium.org>
33
Date: Wed, 11 Mar 2026 17:49:28 +0800
4-
Subject: [PATCH] drm/sun4i: Use backend/mixer as dedicated DMA device
4+
Subject: drm/sun4i: Use backend/mixer as dedicated DMA device
55

66
The sun4i DRM driver deals with DMA constraints in a peculiar way.
77
Instead of using the actual DMA device in various helpers, it justs

patch/kernel/archive/sunxi-7.0/patches.megous/fixes-7.0/0018-usb-serial-option-add-reset_resume-callback-for-WWAN.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c
2020
index 111111111111..222222222222 100644
2121
--- a/drivers/usb/serial/option.c
2222
+++ b/drivers/usb/serial/option.c
23-
@@ -2543,6 +2543,7 @@ static struct usb_serial_driver option_1port_device = {
23+
@@ -2547,6 +2547,7 @@ static struct usb_serial_driver option_1port_device = {
2424
#ifdef CONFIG_PM
2525
.suspend = usb_wwan_suspend,
2626
.resume = usb_wwan_resume,

0 commit comments

Comments
 (0)