Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] linux5.10: add PL330 support to arm64-dotconfig
@ 2021-01-17 21:52 CameronNemo
  2021-01-17 22:28 ` [PR REVIEW] " ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: CameronNemo @ 2021-01-17 21:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 440 bytes --]

There is a new pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages linux-arm64-pl330
https://github.com/void-linux/void-packages/pull/27995

linux5.10: add PL330 support to arm64-dotconfig
This DMA driver is necessary on rk3399 and rk3328 boards
(and perhaps others).

[ci skip]


A patch file from https://github.com/void-linux/void-packages/pull/27995.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-linux-arm64-pl330-27995.patch --]
[-- Type: text/x-diff, Size: 1309 bytes --]

From 2dc2b2ce0cd00ea9ed228ec050b335b632551d73 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 16 Jan 2021 22:19:07 -0800
Subject: [PATCH] linux5.10: add PL330 support to arm64-dotconfig

This DMA driver is necessary on rk3399 and rk3328 boards
(and perhaps others).
---
 srcpkgs/linux5.10/files/arm64-dotconfig | 2 +-
 srcpkgs/linux5.10/template              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/linux5.10/files/arm64-dotconfig b/srcpkgs/linux5.10/files/arm64-dotconfig
index 75101a22dbd..f0fcc43b536 100644
--- a/srcpkgs/linux5.10/files/arm64-dotconfig
+++ b/srcpkgs/linux5.10/files/arm64-dotconfig
@@ -8564,7 +8564,7 @@ CONFIG_MXS_DMA=y
 CONFIG_MX3_IPU=y
 CONFIG_MX3_IPU_IRQS=4
 CONFIG_OWL_DMA=m
-# CONFIG_PL330_DMA is not set
+CONFIG_PL330_DMA=m
 CONFIG_PLX_DMA=m
 CONFIG_SPRD_DMA=m
 # CONFIG_TEGRA20_APB_DMA is not set
diff --git a/srcpkgs/linux5.10/template b/srcpkgs/linux5.10/template
index 7c97b77eec9..3c32be6c58b 100644
--- a/srcpkgs/linux5.10/template
+++ b/srcpkgs/linux5.10/template
@@ -1,7 +1,7 @@
 # Template file for 'linux5.10'
 pkgname=linux5.10
 version=5.10.8
-revision=1
+revision=2
 wrksrc="linux-${version}"
 short_desc="Linux kernel and modules (${version%.*} series)"
 maintainer="Leah Neukirchen <leah@vuxu.org>"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR REVIEW] linux5.10: add PL330 support to arm64-dotconfig
  2021-01-17 21:52 [PR PATCH] linux5.10: add PL330 support to arm64-dotconfig CameronNemo
@ 2021-01-17 22:28 ` ericonr
  2021-01-18  1:48 ` [PR PATCH] [Updated] " CameronNemo
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-01-17 22:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 232 bytes --]

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27995#discussion_r559248063

Comment:
Probably best to set it through attrition, and let it take effect in the next update.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] linux5.10: add PL330 support to arm64-dotconfig
  2021-01-17 21:52 [PR PATCH] linux5.10: add PL330 support to arm64-dotconfig CameronNemo
  2021-01-17 22:28 ` [PR REVIEW] " ericonr
@ 2021-01-18  1:48 ` CameronNemo
  2021-01-18  1:48 ` [PR REVIEW] " CameronNemo
  2021-01-18  2:40 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: CameronNemo @ 2021-01-18  1:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 445 bytes --]

There is an updated pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages linux-arm64-pl330
https://github.com/void-linux/void-packages/pull/27995

linux5.10: add PL330 support to arm64-dotconfig
This DMA driver is necessary on rk3399 and rk3328 boards
(and perhaps others).

[ci skip]


A patch file from https://github.com/void-linux/void-packages/pull/27995.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-linux-arm64-pl330-27995.patch --]
[-- Type: text/x-diff, Size: 842 bytes --]

From 43bfb9d961390b2f336ef498b4de0ad1a9473f33 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 16 Jan 2021 22:19:07 -0800
Subject: [PATCH] linux5.10: add PL330 support to arm64-dotconfig

This DMA driver is necessary on rk3399 and rk3328 boards
(and perhaps others).
---
 srcpkgs/linux5.10/files/arm64-dotconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux5.10/files/arm64-dotconfig b/srcpkgs/linux5.10/files/arm64-dotconfig
index 75101a22dbd..f0fcc43b536 100644
--- a/srcpkgs/linux5.10/files/arm64-dotconfig
+++ b/srcpkgs/linux5.10/files/arm64-dotconfig
@@ -8564,7 +8564,7 @@ CONFIG_MXS_DMA=y
 CONFIG_MX3_IPU=y
 CONFIG_MX3_IPU_IRQS=4
 CONFIG_OWL_DMA=m
-# CONFIG_PL330_DMA is not set
+CONFIG_PL330_DMA=m
 CONFIG_PLX_DMA=m
 CONFIG_SPRD_DMA=m
 # CONFIG_TEGRA20_APB_DMA is not set

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR REVIEW] linux5.10: add PL330 support to arm64-dotconfig
  2021-01-17 21:52 [PR PATCH] linux5.10: add PL330 support to arm64-dotconfig CameronNemo
  2021-01-17 22:28 ` [PR REVIEW] " ericonr
  2021-01-18  1:48 ` [PR PATCH] [Updated] " CameronNemo
@ 2021-01-18  1:48 ` CameronNemo
  2021-01-18  2:40 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: CameronNemo @ 2021-01-18  1:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 169 bytes --]

New review comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/27995#discussion_r559277234

Comment:
makes sense. done.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: linux5.10: add PL330 support to arm64-dotconfig
  2021-01-17 21:52 [PR PATCH] linux5.10: add PL330 support to arm64-dotconfig CameronNemo
                   ` (2 preceding siblings ...)
  2021-01-18  1:48 ` [PR REVIEW] " CameronNemo
@ 2021-01-18  2:40 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-01-18  2:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 271 bytes --]

There's a merged pull request on the void-packages repository

linux5.10: add PL330 support to arm64-dotconfig
https://github.com/void-linux/void-packages/pull/27995

Description:
This DMA driver is necessary on rk3399 and rk3328 boards
(and perhaps others).

[ci skip]


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-01-18  2:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-17 21:52 [PR PATCH] linux5.10: add PL330 support to arm64-dotconfig CameronNemo
2021-01-17 22:28 ` [PR REVIEW] " ericonr
2021-01-18  1:48 ` [PR PATCH] [Updated] " CameronNemo
2021-01-18  1:48 ` [PR REVIEW] " CameronNemo
2021-01-18  2:40 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).