[linux-sunxi] Re: [PATCH v2] dt-bindings: crypto: Specify that allwinner,sun8i-a33-crypto needs reset

2020-09-04 Thread Maxime Ripard
On Thu, Sep 03, 2020 at 04:54:45PM +0200, Corentin Labbe wrote: > When adding allwinner,sun8i-a33-crypto, I forgot to add that it needs reset. > Furthermore, there are no need to use items to list only one compatible > in compatible list. > > Fixes: f81547ba7a98 ("dt-bindings: crypto: add new

[linux-sunxi] Re: [PATCH 5/5] ARM: dts: sun8i: r40: Add video engine node

2020-09-04 Thread JuanEsf
Hello everyone, I want to make an observation. In the SoC R40 user manual at: - Chapter 3. System - 3.1. Memory Mapping I can't find the registration address: reg = <0x01c0e000 0x1000>; But this is the following: VE 0x01D0 - 0x01DF 1024K El martes, 25 de agosto de 2020 a las 13:35:46

Re: [linux-sunxi] Re: [PATCH 5/5] ARM: dts: sun8i: r40: Add video engine node

2020-09-04 Thread Jernej Škrabec
Dne petek, 04. september 2020 ob 15:29:40 CEST je JuanEsf napisal(a): > Hello everyone, I want to make an observation. > In the SoC R40 user manual at: > - Chapter 3. System > - 3.1. Memory Mapping > > I can't find the registration address: > reg = <0x01c0e000 0x1000>; > > But this is the

Re: [linux-sunxi] [PATCH 05/16] ASoc: sun4i-i2s: Add 20 and 24 bit support

2020-09-04 Thread Mark Brown
On Fri, Sep 04, 2020 at 04:16:49PM +, Charles Keepax wrote: > My understanding is physical_width refers to the in memory > representation, but shouldn't be used to control the slot width > on the bus. If not specified otherwise (say through the set_tdm > callback), and if the appropriate BCLK

[linux-sunxi] Re: [PATCH v6 18/18] crypto: sun8i-ce: fix some style issue

2020-09-04 Thread Joe Perches
On Fri, 2020-09-04 at 11:10 +, Corentin Labbe wrote: > This patch fix a double empty line issue reported by checkpatch. > While at it, since now the maximum line length is now 100, reorder some > wrapped line. [] > diff --git a/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c >