Re: [PATCH v7 08/12] device core: Introduce DMA range map, supplanting dma_pfn_offset

2020-07-09 Thread Jim Quinlan
Hi Christoph, I'm sending all commits to since most of them are PCI related. I don't send all patches to linux-ker...@vger.kernel.org since I've read it is overused. The --cc list is generated by get_maintainer.pl. IIRC, in a previous discussion you said you preferred NOT to get the entire

Re: [PATCH v7 08/12] device core: Introduce DMA range map, supplanting dma_pfn_offset

2020-07-09 Thread Christoph Hellwig
On Thu, Jul 09, 2020 at 09:27:06AM -0400, Jim Quinlan wrote: > Hi Christoph, > > I'm sending all commits to since most of > them are PCI related. I don't send all patches to > linux-ker...@vger.kernel.org since I've read it is overused. The --cc > list is generated by get_maintainer.pl. > >

Re: [PATCH] fbtft-bus.c: Removing that prohibited space before ')'

2020-07-09 Thread kernel test robot
Hi K, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] [also build test ERROR on v5.8-rc4 next-20200709] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use as documented

Re: [PATCH] staging: comedi: verify array index is correct before using it

2020-07-09 Thread Ian Abbott
On 09/07/2020 11:29, Dan Carpenter wrote: This code reads from the array before verifying that "trig" is a valid index. If the index is wildly out of bounds then reading from an invalid address could lead to an Oops. Fixes: a8c66b684efa ("staging: comedi: addi_apci_1500: rewrite the subdevice

Re: [bug report] staging: wfx: load the firmware faster

2020-07-09 Thread Dan Carpenter
On Thu, Jul 09, 2020 at 12:09:12PM +0200, Jérôme Pouiller wrote: > On Thursday 9 July 2020 11:26:29 CEST dan.carpen...@oracle.com wrote: > > Hello Jérôme Pouiller, > > > > The patch a9408ad79ff3: "staging: wfx: load the firmware faster" from > > Jul 1, 2020, leads to the following static checker

Re: [PATCH v7 08/12] device core: Introduce DMA range map, supplanting dma_pfn_offset

2020-07-09 Thread Christoph Hellwig
I someone seem to get just this patch instead of the full series for review again.. ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH] staging: comedi: verify array index is correct before using it

2020-07-09 Thread Dan Carpenter
This code reads from the array before verifying that "trig" is a valid index. If the index is wildly out of bounds then reading from an invalid address could lead to an Oops. Fixes: a8c66b684efa ("staging: comedi: addi_apci_1500: rewrite the subdevice support functions") Signed-off-by: Dan

[PATCH v4 4/7] staging: greybus: audio: Resolve compilation error in topology parser

2020-07-09 Thread Vaibhav Agarwal
Fix compilation errors for GB Audio topology parser code with recent kernel versions. Signed-off-by: Vaibhav Agarwal Reviewed-by: Dan Carpenter --- drivers/staging/greybus/audio_topology.c | 123 +++ 1 file changed, 57 insertions(+), 66 deletions(-) diff --git

[PATCH v4 7/7] drivers: staging: audio: Fix the missing header file for helper file

2020-07-09 Thread Vaibhav Agarwal
This patch fixes the warning reported for missing prototypes due to missing header file. Also, it includes changes to remove unused_but_set_variables. Reported-by: kernel test robot Signed-off-by: Vaibhav Agarwal --- drivers/staging/greybus/audio_helper.c | 1 +

[PATCH v4 5/7] staging: greybus: audio: Add helper APIs for dynamic audio modules

2020-07-09 Thread Vaibhav Agarwal
Greybus Codec driver allows modules to be dynamically added and removed, which further requires updating the DAPM configurations as well. With current snd_soc architecture, dynamic audio modules is not yet supported. This patch provides helper APIs to update DAPM configurations in response to

[PATCH v4 0/7] Enable Greybus Audio codec driver

2020-07-09 Thread Vaibhav Agarwal
The existing GB Audio codec driver is dependent on MSM8994 Audio driver. During the development stage, this dependency was configured due to various changes involved in MSM Audio driver to enable addtional codec card and some of the changes proposed in mainline ASoC framework. However, these are

[PATCH v4 2/7] staging: greybus: audio: Maintain jack list within GB Audio module

2020-07-09 Thread Vaibhav Agarwal
As per the current implementation for GB codec driver, a jack list is maintained for each module. And it expects the list to be populated by the snd_soc_jack structure which would require modifications in mainstream code. However, this is not a necessary requirement and the list can be easily

[PATCH v4 6/7] staging: greybus: audio: Enable GB codec, audio module compilation.

2020-07-09 Thread Vaibhav Agarwal
Currently you can't enable the Gey Bus Audio Codec because there is no entry for it in the Kconfig file. Originally the config name was going to be AUDIO_MSM8994 but that's not correct because other types of hardware are supported now. I have chosen the name AUDIO_APB_CODEC instead. Also I had to

[PATCH v4 1/7] staging: greybus: audio: Update snd_jack FW usage as per new APIs

2020-07-09 Thread Vaibhav Agarwal
snd_soc_jack APIs are modified in recent kernel versions. This patch updates the codec driver to resolve the compilation errors related to jack framework. Signed-off-by: Vaibhav Agarwal Reviewed-by: Dan Carpenter --- drivers/staging/greybus/audio_codec.c | 54 +-- 1

[PATCH v4 3/7] staging: greybus: audio: Resolve compilation errors for GB codec module

2020-07-09 Thread Vaibhav Agarwal
Due to dependencies on ASoC framework changes, GB dummy codec module compilation is currently disabled. This patch updates codec driver as per the latest ASoC APIs. Signed-off-by: Vaibhav Agarwal Reviewed-by: Dan Carpenter --- drivers/staging/greybus/audio_codec.c | 88

Re: [bug report] staging: wfx: load the firmware faster

2020-07-09 Thread Jérôme Pouiller
On Thursday 9 July 2020 11:26:29 CEST dan.carpen...@oracle.com wrote: > Hello Jérôme Pouiller, > > The patch a9408ad79ff3: "staging: wfx: load the firmware faster" from > Jul 1, 2020, leads to the following static checker warning: > > drivers/staging/wfx/fwio.c:192 upload_firmware() >

nxp imx8m CSI drivers

2020-07-09 Thread Martin Kepplinger
hi linux-media people, TL-DR: when exactly is "sd->entity.function == MEDIA_ENT_F_VID_MUX"? I try to use the camera on our librem5-devkit (imx8mq): I try to use only mainline drivers except for "mxc-mipi-csi2_yav" taken from linux-imx (which we can prepare to submit if a PoC works. This is the

Re: Query related to LMK patches

2020-07-09 Thread Greg Kroah-Hartman
Hi, This is the friendly email-bot of Greg Kroah-Hartman's inbox. I've detected that you have sent him a direct question that might be better sent to a public mailing list which is much faster in responding to questions than Greg normally is. Please try asking one of the following mailing lists

[bug report] staging: wfx: load the firmware faster

2020-07-09 Thread dan.carpenter
Hello Jérôme Pouiller, The patch a9408ad79ff3: "staging: wfx: load the firmware faster" from Jul 1, 2020, leads to the following static checker warning: drivers/staging/wfx/fwio.c:192 upload_firmware() error: uninitialized symbol 'bytes_done'. drivers/staging/wfx/fwio.c 177

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

2020-07-09 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 +

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

2020-07-09 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

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

2020-07-09 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 v14 version, any mistakes, please let me know, I will fix it in the next series. Change history: v14: Fix comments from