Message ID | 20241122161128.2619172-1-csokas.bence@prolan.hu (mailing list archive) |
---|---|
Headers | show |
Series | Add support for DMA of F1C100s | expand |
On Fri, 22 Nov 2024 17:11:23 +0100, Csókás, Bence wrote: > Support for Allwinner F1C100s/200s series audio was > submitted in 2018 as an RFC series, but was not merged, > despite having only minor errors. However, this is > essential for having audio on these SoCs. > This series was forward-ported/rebased to the best of > my abilities, on top of Linus' tree as of now: > commit 28eb75e178d3 ("Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernel") > > [...] Applied, thanks! [1/5] dma-engine: sun4i: Add a quirk to support different chips commit: eeca1b60138189ef1b9636709e578d0c9e0de517 [2/5] dma-engine: sun4i: Add has_reset option to quirk commit: 1f738d0c2f67ae3551e4543e8dddbfb44cdd9f53 [3/5] dt-bindings: dmaengine: Add Allwinner suniv F1C100s DMA commit: 1ad2ebf3be836e62792788f4cd105b30ca9178b6 [4/5] dma-engine: sun4i: Add support for Allwinner suniv F1C100s commit: 61785259d1eb4e4c4acef8551a2524441683dbf3 Best regards,
Hi, On 2024. 12. 04. 14:18, Vinod Koul wrote: > > On Fri, 22 Nov 2024 17:11:23 +0100, Csókás, Bence wrote: >> Support for Allwinner F1C100s/200s series audio was >> submitted in 2018 as an RFC series, but was not merged, >> despite having only minor errors. However, this is >> essential for having audio on these SoCs. >> This series was forward-ported/rebased to the best of >> my abilities, on top of Linus' tree as of now: >> commit 28eb75e178d3 ("Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernel") >> >> [...] > > Applied, thanks! > > [1/5] dma-engine: sun4i: Add a quirk to support different chips > commit: eeca1b60138189ef1b9636709e578d0c9e0de517 > [2/5] dma-engine: sun4i: Add has_reset option to quirk > commit: 1f738d0c2f67ae3551e4543e8dddbfb44cdd9f53 > [3/5] dt-bindings: dmaengine: Add Allwinner suniv F1C100s DMA > commit: 1ad2ebf3be836e62792788f4cd105b30ca9178b6 > [4/5] dma-engine: sun4i: Add support for Allwinner suniv F1C100s > commit: 61785259d1eb4e4c4acef8551a2524441683dbf3 Thanks! Though unfortunately, b4 has once again mangled my sign-off, leaving it empty :/ Bence
On Thu, Dec 5, 2024 at 7:55 AM Csókás Bence <csokas.bence@prolan.hu> wrote: > > Hi, > > On 2024. 12. 04. 14:18, Vinod Koul wrote: > > > > On Fri, 22 Nov 2024 17:11:23 +0100, Csókás, Bence wrote: > >> Support for Allwinner F1C100s/200s series audio was > >> submitted in 2018 as an RFC series, but was not merged, > >> despite having only minor errors. However, this is > >> essential for having audio on these SoCs. > >> This series was forward-ported/rebased to the best of > >> my abilities, on top of Linus' tree as of now: > >> commit 28eb75e178d3 ("Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernel") > >> > >> [...] > > > > Applied, thanks! > > > > [1/5] dma-engine: sun4i: Add a quirk to support different chips > > commit: eeca1b60138189ef1b9636709e578d0c9e0de517 > > [2/5] dma-engine: sun4i: Add has_reset option to quirk > > commit: 1f738d0c2f67ae3551e4543e8dddbfb44cdd9f53 > > [3/5] dt-bindings: dmaengine: Add Allwinner suniv F1C100s DMA > > commit: 1ad2ebf3be836e62792788f4cd105b30ca9178b6 > > [4/5] dma-engine: sun4i: Add support for Allwinner suniv F1C100s > > commit: 61785259d1eb4e4c4acef8551a2524441683dbf3 > > Thanks! Though unfortunately, b4 has once again mangled my sign-off, > leaving it empty :/ There's one or more issues filed for b4 regarding this. See - https://github.com/mricon/b4/issues/50 - https://github.com/mricon/b4/issues/52 (filed by me) ChenYu
On Fri, 22 Nov 2024 17:11:23 +0100, Csókás, Bence wrote: > Support for Allwinner F1C100s/200s series audio was > submitted in 2018 as an RFC series, but was not merged, > despite having only minor errors. However, this is > essential for having audio on these SoCs. > This series was forward-ported/rebased to the best of > my abilities, on top of Linus' tree as of now: > commit 28eb75e178d3 ("Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernel") > > [...] Applied to dt-for-6.14 in git@github.com:linux-sunxi/linux-sunxi.git, thanks! [1/5] dma-engine: sun4i: Add a quirk to support different chips (no commit info) [2/5] dma-engine: sun4i: Add has_reset option to quirk (no commit info) [3/5] dt-bindings: dmaengine: Add Allwinner suniv F1C100s DMA (no commit info) [4/5] dma-engine: sun4i: Add support for Allwinner suniv F1C100s (no commit info) [5/5] ARM: dts: suniv: f1c100s: Add support for DMA commit: 7336701f6467381af87a462008793178925a03bf Best regards,