[PATCH v2] staging: trivial: hikey9xx: fix be32<->u32 casting warnings

2020-11-19 Thread Juan Antonio Aldea-Armenteros
is u32, therefore there's a type missmatch here. Rationale for #239: Is the dual of #164. This time data going to be written so it needs to be converted from cpu to __be32, but writel() expects u32 and the output of cpu_to_be32 returns a __be32. Signed-off-by: Juan Antonio Aldea-Armenteros

[PATCH v1] staging: trivial: hikey9xx: fix be32<->u32 casting warnings

2020-11-19 Thread Juan Antonio Aldea-Armenteros
, therefore there's a type missmatch here. Rationale for #293: Is the dualof #164. This time data going to be written so it needs to be converted from cpu to be32, but writel() expects u32 and the output of cpu_to_be32 returns a __be32. Signed-off-by: Juan Antonio Aldea-Armenteros --- drivers/staging

Re: [PATCH] media: atomisp-mt9m114: replace fixed function names

2020-07-28 Thread Juan Antonio Aldea-Armenteros
No I didn't intent to. I have sent another version. Thank you very much, Dan. Juan Antonio Aldea-Armenteros ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH v3] media: atomisp-mt9m114: replace fixed function names

2020-07-27 Thread Juan Antonio Aldea-Armenteros
_rmw_reg error exit, write failed\n"); Signed-off-by: Juan Antonio Aldea-Armenteros --- PATCH V2: * Restored word "error" as pointed out by Dan Carpenter PATCH V3: * Fix V2 changelog message. drivers/staging/media/atomisp/i2c/atomisp-mt9m114.c | 4 ++-- 1 file changed, 2 i

[PATCH v2] media: atomisp-mt9m114: replace fixed function names

2020-07-27 Thread Juan Antonio Aldea-Armenteros
_rmw_reg error exit, write failed\n"); Signed-off-by: Juan Antonio Aldea-Armenteros PATCH V2: * Restored word "error" as pointed out by Dan Carpenter --- drivers/staging/media/atomisp/i2c/atomisp-mt9m114.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/d

[PATCH] media: atomisp-mt9m114: replace fixed function names

2020-07-25 Thread Juan Antonio Aldea-Armenteros
_rmw_reg error exit, write failed\n"); Signed-off-by: Juan Antonio Aldea-Armenteros --- drivers/staging/media/atomisp/i2c/atomisp-mt9m114.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/media/atomisp/i2c/atomisp-mt9m114.c b/drivers/staging/m