Re: [PATCH v1] atomisp:pci/runtime/queue: modify the return error value

2020-09-16 Thread Tianjia Zhang
LGTM. Reviewed-by: Tianjia Zhang On 9/17/20 11:44 AM, Xiaoliang Pang wrote: modify the return error value is -EDOM Fixes: 2cac05dee6e30("drm/amd/powerplay: add the hw manager for vega12 (v4)") Cc: Evan Quan Signed-off-by: Xiaoliang Pang --- .../staging/media/atomisp/pci/runtime/queue/src/

[PATCH v1] atomisp:pci/runtime/queue: modify the return error value

2020-09-16 Thread Xiaoliang Pang
modify the return error value is -EDOM Fixes: 2cac05dee6e30("drm/amd/powerplay: add the hw manager for vega12 (v4)") Cc: Evan Quan Signed-off-by: Xiaoliang Pang --- .../staging/media/atomisp/pci/runtime/queue/src/queue_access.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[staging:staging-testing] BUILD SUCCESS 91bccf883e3cc4f3ab38db61538b68348a3ee9ee

2020-09-16 Thread kernel test robot
defconfig mips allyesconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig x86_64 randconfig-a006-20200916

[RFC PATCH] Add bridge driver to connect sensors to CIO2 device via software nodes on ACPI platforms

2020-09-16 Thread Daniel Scally
Currently on ACPI platforms, sensors that are intended to be connected to a CIO2 device for use with the ipu3-cio2 driver lack the necessary connection information in firmware. This patch adds a module to parse the connection properties from the SSDB buffer in DSDT and build the connection using so

Re: [PATCH] staging: wfx: simplify virt_addr_valid call

2020-09-16 Thread Jérôme Pouiller
On Wednesday 16 September 2020 13:11:59 CEST Greg KH wrote: > On Sat, Sep 12, 2020 at 07:47:19AM -0700, t...@redhat.com wrote: > > From: Tom Rix > > > > Reviewing sram_write_dma_safe(), there are two > > identical calls to virt_addr_valid(). The second > > call can be simplified by a comparison o

Re: [PATCH v15 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP

2020-09-16 Thread kernel test robot
Hi Xin, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.9-rc5 next-20200916] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as doc

Re: [PATCH] staging: greybus: fix warnings detected by sparse

2020-09-16 Thread Coiby Xu
On Mon, Aug 24, 2020 at 12:41:48PM +0300, Dan Carpenter wrote: On Mon, Aug 24, 2020 at 10:50:59AM +0800, Coiby Xu wrote: This patch fix the following warnings from sparse, $ make C=2 drivers/staging/greybus/ drivers/staging/greybus/audio_codec.c:691:36: warning: incorrect type in initializer (

Re: [PATCH] staging: wfx: simplify virt_addr_valid call

2020-09-16 Thread Greg KH
On Sat, Sep 12, 2020 at 07:47:19AM -0700, t...@redhat.com wrote: > From: Tom Rix > > Reviewing sram_write_dma_safe(), there are two > identical calls to virt_addr_valid(). The second > call can be simplified by a comparison of variables > set from the first call. > > Signed-off-by: Tom Rix > -

[PATCH v15 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP

2020-09-16 Thread Xin Ji
The ANX7625 is an ultra-low power 4K Mobile HD Transmitter designed for portable device. It converts MIPI DSI/DPI to DisplayPort 1.3 4K. Signed-off-by: Xin Ji --- drivers/gpu/drm/bridge/analogix/Kconfig |9 + drivers/gpu/drm/bridge/analogix/Makefile |1 + drivers/gpu/drm/bridge/analog

[PATCH v15 0/2] Add initial support for slimport anx7625

2020-09-16 Thread Xin Ji
Hi all, The following series add support for the Slimport ANX7625 transmitter, a ultra-low power Full-HD 4K MIPI to DP transmitter designed for portable device. This is the v15 version, any mistakes, please let me know, I will fix it in the next series. Change history: v15: Fix comments from Sa

[PATCH v15 1/2] dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter DT schema

2020-09-16 Thread Xin Ji
anx7625: MIPI to DP transmitter DT schema Signed-off-by: Xin Ji Reviewed-by: Rob Herring --- .../bindings/display/bridge/analogix,anx7625.yaml | 95 ++ 1 file changed, 95 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/bridge/analogix,anx7625.ya