Re: [PATCH] MAINTAINERS: add tree location for staging/erofs

2018-09-09 Thread Gao Xiang
On 2018/9/10 2:34, Thomas Weißschuh wrote: > Hi Chao, hi Gao, > > On Sun, 2018-09-09T23:16+0800, Chao Yu wrote: >> Hi Thomas, >> >> On 2018/9/8 11:28, Gao Xiang wrote: >>> Hi Thomas, >>> >>> Thanks for your new patch. >>> >>> It seems that this patch also introduces 2 new 'WARNING: line over 80

Re: [PATCH 0/2] Follow-up patches for Cedrus v9

2018-09-09 Thread Paul Kocialkowski
Hi, Le dimanche 09 septembre 2018 à 11:04 +0200, Hans Verkuil a écrit : > On 09/08/2018 09:42 PM, Paul Kocialkowski wrote: > > Hi, > > > > Le samedi 08 septembre 2018 à 13:24 +0200, Hans Verkuil a écrit : > > > On 09/08/2018 12:22 PM, Chen-Yu Tsai wrote: > > > > On Sat, Sep 8, 2018 at 6:06 PM Han

[PATCH v2 4/4] media: cedrus: Select the sunxi SRAM driver in Kconfig

2018-09-09 Thread Paul Kocialkowski
Since the sunxi SRAM driver is required to build the Cedrus driver, select it in Kconfig. Signed-off-by: Paul Kocialkowski --- drivers/staging/media/sunxi/cedrus/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/media/sunxi/cedrus/Kconfig b/drivers/staging/media/sunxi/

[PATCH v2 3/4] media: cedrus: Wrap PHYS_PFN_OFFSET with ifdef and add dedicated comment

2018-09-09 Thread Paul Kocialkowski
Since PHYS_PFN_OFFSET is not defined for all architectures, it is requried to wrap it with ifdef so that it can be built on all architectures. Signed-off-by: Paul Kocialkowski --- drivers/staging/media/sunxi/cedrus/cedrus_hw.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/stag

[PATCH v2 2/4] media: cedrus: Add TODO file with tasks to complete before unstaging

2018-09-09 Thread Paul Kocialkowski
When the elements listed are complete, the Cedrus driver will be ready to move out of the staging area of the kernel. Signed-off-by: Paul Kocialkowski --- drivers/staging/media/sunxi/cedrus/TODO | 7 +++ 1 file changed, 7 insertions(+) create mode 100644 drivers/staging/media/sunxi/cedrus/T

[PATCH v2 0/4] Follow-up patches for Cedrus v9

2018-09-09 Thread Paul Kocialkowski
This brings the requested modifications on top of version 9 of the Cedrus VPU driver, that implements stateless video decoding using the Request API. Changes since v1: * Added two more commits to fix build issues with non-sunxi configs. In order to build correctly on non-sunxi platforms, the foll

[PATCH v2 1/4] media: cedrus: Fix error reporting in request validation

2018-09-09 Thread Paul Kocialkowski
This fixes error reporting by using the appropriate logging helpers and return codes, while introducing new messages when there are not enough or too many buffers associated with the request. Signed-off-by: Paul Kocialkowski --- drivers/staging/media/sunxi/cedrus/cedrus.c | 15 --- 1

[PATCH v3] staging: erofs: use explicit unsigned int type

2018-09-09 Thread Thomas Weißschuh
Changes since v1: * Removed changes that conflicted with [PATCH 1/6] staging: erofs: formatting fix in unzip_vle_lz4.c * Added patch description Changes since v2: * Fixed conflicts with other patchsets * Don't introduce new style issues -- >8 -- Fix coding style issue "Prefer 'unsigned int'

[PATCH] MAINTAINERS: add tree location for staging/erofs

2018-09-09 Thread Thomas Weißschuh
Hi Chao, hi Gao, On Sun, 2018-09-09T23:16+0800, Chao Yu wrote: > Hi Thomas, > > On 2018/9/8 11:28, Gao Xiang wrote: >> Hi Thomas, >> >> Thanks for your new patch. >> >> It seems that this patch also introduces 2 new 'WARNING: line over 80 >> characters', >> could you please fix it in the patch?

Re: [PATCH v2] staging: erofs: use explicit unsigned int type

2018-09-09 Thread Chao Yu
Hi Thomas, On 2018/9/8 11:28, Gao Xiang wrote: > Hi Thomas, > > Thanks for your new patch. > > It seems that this patch also introduces 2 new 'WARNING: line over 80 > characters', > could you please fix it in the patch? It will be better to fix that. Some reviewed cleanup patches are merged b

Re: [PATCH 0/2] Follow-up patches for Cedrus v9

2018-09-09 Thread Hans Verkuil
On 09/08/2018 09:42 PM, Paul Kocialkowski wrote: > Hi, > > Le samedi 08 septembre 2018 à 13:24 +0200, Hans Verkuil a écrit : >> On 09/08/2018 12:22 PM, Chen-Yu Tsai wrote: >>> On Sat, Sep 8, 2018 at 6:06 PM Hans Verkuil wrote: On 09/07/2018 06:33 PM, Paul Kocialkowski wrote: > This