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

2020-05-14 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. The ANX7625 can support both USB Type-C PD feature and MIPI DSI/DPI to DP feature. This driver only enabled MIPI DSI/DPI to DP feature. Signed-off-by: Xin Ji

Re: [PATCH v10 1/2] dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter binding

2020-05-14 Thread Xin Ji
Hi Rob Herring, Thanks for your comments. On Thu, May 14, 2020 at 09:54:32AM -0500, Rob Herring wrote: > On Wed, May 06, 2020 at 03:04:20PM +0800, Xin Ji wrote: > > The ANX7625 is an ultra-low power 4K Mobile HD Transmitter designed > > for portable device. It converts MIPI to DisplayPort 1.3

Geschenk für dich

2020-05-14 Thread
Hallo, mein Name ist Manuel Franco, Gewinner des 786 Millionen US-Dollar teuren Power Ball Jackpots im April 2019. Ich spende 2.600.000 Euro an Wohltätigkeitsorganisationen, um Ihnen und den armen und verwaisten Kindern Ihrer Gemeinde zu helfen. Senden Sie mir eine E-Mail an

Re: [PATCH v2 3/7] staging: most: usb: check number of reported endpoints

2020-05-14 Thread kbuild test robot
Hi Christian, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] [also build test WARNING on usb/usb-testing linus/master v5.7-rc5 next-20200514] [if your patch is applied to the wrong git tree, please drop us a note to help improve

[PATCH v1 3/4] media: staging: tegra-vde: Turn ON power domain on shutdown

2020-05-14 Thread Dmitry Osipenko
On some devices bootloader isn't ready to a clamped VDE power, and thus, machine hangs on a warm reboot (CPU reset). The VDE power partition is turned ON by default on a cold boot, hence VDE driver should keep power partition enabled on system's reboot too. This fixes hang on a warm reboot on a

[PATCH v1 4/4] media: staging: tegra-vde: Power-cycle hardware on probe

2020-05-14 Thread Dmitry Osipenko
VDE partition is left turned ON after bootloader on most devices, hence let's ensure that it's turned OFF in order to lower power leakage while hardware is idling by turning it ON and OFF during of the driver's probe. Signed-off-by: Dmitry Osipenko --- drivers/staging/media/tegra-vde/vde.c | 8

[PATCH v1 0/4] Tegra Video Decoder driver power management corrections

2020-05-14 Thread Dmitry Osipenko
Hello, This small series addresses a Runtime PM issue that was discovered during of Tegra VI driver reviewing by balancing RPM usage count on RPM resume failure. Secondly it fixes reboot on some Tegra devices due to bootloader expecting VDE power partition to be ON at the boot time, which wasn't

[PATCH v1 1/4] media: staging: tegra-vde: Balance runtime PM use-count on resume failure

2020-05-14 Thread Dmitry Osipenko
The RPM's use-count is getting incremented regardless of pm_runtime_get_sync() success or fail. It's up to a driver how to handle the failed RPM. In the case of VDE driver, the RPM's use-count should be restored if runtime-resume fails. Signed-off-by: Dmitry Osipenko ---

[PATCH v1 2/4] media: staging: tegra-vde: Runtime PM is always available on Tegra

2020-05-14 Thread Dmitry Osipenko
Runtime PM is always available on Tegra nowadays since commit 40b2bb1b132a ("ARM: tegra: enforce PM requirement"), hence the case of unavailable RPM doesn't need to be handled. Signed-off-by: Dmitry Osipenko --- drivers/staging/media/tegra-vde/vde.c | 16 1 file changed, 16

Re: [PATCH v2 4/8] drivers: most: usb: check number of reported endpoints

2020-05-14 Thread kbuild test robot
Hi Christian, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] [also build test WARNING on usb/usb-testing linus/master v5.7-rc5 next-20200514] [cannot apply to balbi-usb/next peter.chen-usb/ci-for-usb-next] [if your patch is applied

Re: [PATCH v5 33/38] staging: tegra-vde: fix common struct sg_table related issues

2020-05-14 Thread Dmitry Osipenko
13.05.2020 16:32, Marek Szyprowski пишет: > The Documentation/DMA-API-HOWTO.txt states that the dma_map_sg() function > returns the number of the created entries in the DMA address space. > However the subsequent calls to the dma_sync_sg_for_{device,cpu}() and > dma_unmap_sg must be called with

[PATCH AUTOSEL 4.19 13/31] most: core: use function subsys_initcall()

2020-05-14 Thread Sasha Levin
From: Christian Gromm [ Upstream commit 5e56bc06e18dfc8a66180fa369384b36e2ab621a ] This patch replaces function module_init() with subsys_initcall(). It is needed to ensure that the core module of the driver is initialized before a component tries to register with the core. This leads to a NULL

[PATCH AUTOSEL 5.4 15/49] most: core: use function subsys_initcall()

2020-05-14 Thread Sasha Levin
From: Christian Gromm [ Upstream commit 5e56bc06e18dfc8a66180fa369384b36e2ab621a ] This patch replaces function module_init() with subsys_initcall(). It is needed to ensure that the core module of the driver is initialized before a component tries to register with the core. This leads to a NULL

[PATCH AUTOSEL 5.6 16/62] most: core: use function subsys_initcall()

2020-05-14 Thread Sasha Levin
From: Christian Gromm [ Upstream commit 5e56bc06e18dfc8a66180fa369384b36e2ab621a ] This patch replaces function module_init() with subsys_initcall(). It is needed to ensure that the core module of the driver is initialized before a component tries to register with the core. This leads to a NULL

Re: [PATCH 3/7] staging: most: usb: check number of reported endpoints

2020-05-14 Thread Christian.Gromm
On Thu, 2020-05-14 at 16:06 +0200, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Thu, May 14, 2020 at 03:46:25PM +0200, Christian Gromm wrote: > > This patch checks the number of endpoints reported by the USB > > interface

Re: [PATCH] media: cedrus: Propagate OUTPUT resolution to CAPTURE

2020-05-14 Thread Nicolas Dufresne
Le jeudi 14 mai 2020 à 11:39 -0400, Nicolas Dufresne a écrit : > As per spec, the CAPTURE resolution should be automatically set based on > the OTUPUT resolution. This patch properly propagate width/height to the > capture when the OUTPUT format is set and override the user provided > width/height

[PATCH] media: cedrus: Propagate OUTPUT resolution to CAPTURE

2020-05-14 Thread Nicolas Dufresne
As per spec, the CAPTURE resolution should be automatically set based on the OTUPUT resolution. This patch properly propagate width/height to the capture when the OUTPUT format is set and override the user provided width/height with configured OUTPUT resolution when the CAPTURE fmt is updated.

[PATCH v2 6/7] staging: most: usb: use macro ATTRIBUTE_GROUPS

2020-05-14 Thread Christian Gromm
This patch makes use of the macro ATTRIBUTE_GROUPS to create the groups instead of defining them manually. Signed-off-by: Christian Gromm Reported-by: Greg Kroah-Hartman --- v2: drivers/staging/most/usb/usb.c | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git

[PATCH v2 2/7] staging: most: usb: remove reference to USB error codes

2020-05-14 Thread Christian Gromm
This patch removes the reference to the driver API file for USB error codes. Signed-off-by: Christian Gromm Reported-by: Greg Kroah-Hartman --- v2: removed copied USB error code section drivers/staging/most/usb/usb.c | 97 -- 1 file changed, 97

[PATCH v2 7/7] Documentation: ABI: correct sysfs attribute description of MOST driver

2020-05-14 Thread Christian Gromm
This patch fixes the ABI description file sysfs-bus-most. Signed-off-by: Christian Gromm --- v2: Documentation/ABI/testing/sysfs-bus-most | 104 --- 1 file changed, 53 insertions(+), 51 deletions(-) diff --git a/Documentation/ABI/testing/sysfs-bus-most

[PATCH v2 1/7] staging: most: usb: use dev_*() functions to print messages

2020-05-14 Thread Christian Gromm
This patch removes the pr_*() functions and uses dev_*() instead. Signed-off-by: Christian Gromm Reported-by: Greg Kroah-Hartman --- v2: drivers/staging/most/usb/usb.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/most/usb/usb.c

[PATCH v2 5/7] staging: most: fix typo in Kconfig

2020-05-14 Thread Christian Gromm
This patch corrects the typo in the Kconfig file where it says tranceiver instead of transceiver. Signed-off-by: Christian Gromm Reported-by: Randy Dunlap --- v2: drivers/staging/most/usb/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH v2 4/7] staging: most: usb: use dev_dbg function

2020-05-14 Thread Christian Gromm
This patch replaces the functions dev_notice with dev_dbg to silence the driver during normal operation. Signed-off-by: Christian Gromm Reported-by: Greg Kroah-Hartman --- v2: drivers/staging/most/usb/usb.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff

[PATCH v2 0/7] staging: most: usb: fix issues found in code audit

2020-05-14 Thread Christian Gromm
This series fixes the comments/findings on the previously submitted code of the USB adapter driver. The fixes should be applied in staging before moving the driver out as one patch. v2: modded patch 2/7 Christian Gromm (7): staging: most: usb: use dev_*() functions to print messages

[PATCH v2 3/7] staging: most: usb: check number of reported endpoints

2020-05-14 Thread Christian Gromm
This patch checks the number of endpoints reported by the USB interface descriptor and throws an error if the number exceeds MAX_NUM_ENDPOINTS. Signed-off-by: Christian Gromm Reported-by: Greg Kroah-Hartman --- v2: drivers/staging/most/usb/usb.c | 13 ++--- 1 file changed, 6

Re: [PATCH v10 1/2] dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter binding

2020-05-14 Thread Rob Herring
On Wed, May 06, 2020 at 03:04:20PM +0800, Xin Ji wrote: > The ANX7625 is an ultra-low power 4K Mobile HD Transmitter designed > for portable device. It converts MIPI to DisplayPort 1.3 4K. > > You can add support to your board with binding. We have an example in the binding, no reason to also

Re: [PATCH 3/7] staging: most: usb: check number of reported endpoints

2020-05-14 Thread Greg KH
On Thu, May 14, 2020 at 03:46:25PM +0200, Christian Gromm wrote: > This patch checks the number of endpoints reported by the USB > interface descriptor and throws an error if the number exceeds > MAX_NUM_ENDPOINTS. > > Signed-off-by: Christian Gromm > Reported-by: Greg Kroah-Hartman > --- >

Re: [PATCH 2/7] staging: most: usb: remove reference to USB error codes

2020-05-14 Thread Greg KH
On Thu, May 14, 2020 at 03:46:24PM +0200, Christian Gromm wrote: > This patch removes the reference to the driver API file for USB error > codes. > > Signed-off-by: Christian Gromm > Reported-by: Greg Kroah-Hartman > --- > drivers/staging/most/usb/usb.c | 2 -- > 1 file changed, 2 deletions(-)

[PATCH 1/7] staging: most: usb: use dev_*() functions to print messages

2020-05-14 Thread Christian Gromm
This patch removes the pr_*() functions and uses dev_*() instead. Signed-off-by: Christian Gromm Reported-by: Greg Kroah-Hartman --- drivers/staging/most/usb/usb.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/most/usb/usb.c

[PATCH 3/7] staging: most: usb: check number of reported endpoints

2020-05-14 Thread Christian Gromm
This patch checks the number of endpoints reported by the USB interface descriptor and throws an error if the number exceeds MAX_NUM_ENDPOINTS. Signed-off-by: Christian Gromm Reported-by: Greg Kroah-Hartman --- drivers/staging/most/usb/usb.c | 13 ++--- 1 file changed, 6 insertions(+),

[PATCH 7/7] Documentation: ABI: correct sysfs attribute description of MOST driver

2020-05-14 Thread Christian Gromm
This patch fixes the ABI description file sysfs-bus-most. Signed-off-by: Christian Gromm --- Documentation/ABI/testing/sysfs-bus-most | 104 --- 1 file changed, 53 insertions(+), 51 deletions(-) diff --git a/Documentation/ABI/testing/sysfs-bus-most

[PATCH 4/7] staging: most: usb: use dev_dbg function

2020-05-14 Thread Christian Gromm
This patch replaces the functions dev_notice with dev_dbg to silence the driver during normal operation. Signed-off-by: Christian Gromm Reported-by: Greg Kroah-Hartman --- drivers/staging/most/usb/usb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 5/7] staging: most: fix typo in Kconfig

2020-05-14 Thread Christian Gromm
This patch corrects the typo in the Kconfig file where it says tranceiver instead of transceiver. Signed-off-by: Christian Gromm Reported-by: Randy Dunlap --- drivers/staging/most/usb/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/most/usb/Kconfig

[PATCH 2/7] staging: most: usb: remove reference to USB error codes

2020-05-14 Thread Christian Gromm
This patch removes the reference to the driver API file for USB error codes. Signed-off-by: Christian Gromm Reported-by: Greg Kroah-Hartman --- drivers/staging/most/usb/usb.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/most/usb/usb.c b/drivers/staging/most/usb/usb.c

[PATCH 0/7] staging: most: usb: fix issues found in code audit

2020-05-14 Thread Christian Gromm
This series fixes the comments/findings on the previously submitted code of the USB adapter driver. The fixes should be applied in staging before moving the driver out as one patch. Christian Gromm (7): staging: most: usb: use dev_*() functions to print messages staging: most: usb: remove

[PATCH 6/7] staging: most: usb: use macro ATTRIBUTE_GROUPS

2020-05-14 Thread Christian Gromm
This patch makes use of the macro ATTRIBUTE_GROUPS to create the groups instead of defining them manually. Signed-off-by: Christian Gromm Reported-by: Greg Kroah-Hartman --- drivers/staging/most/usb/usb.c | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git

Re: [PATCH v2 1/8] drivers: most: add usb adapter driver

2020-05-14 Thread Greg KH
On Thu, May 14, 2020 at 11:52:49AM +0200, Christian Gromm wrote: > This patch adds the usb driver source file most_usb.c and > modifies the Makefile and Kconfig accordingly. > > Signed-off-by: Christian Gromm > --- > v2: > Reported-by: Greg Kroah-Hartman > - don't remove usb driver from

[PATCH v2 0/8] staging: most: move USB adapter driver to stable branch

2020-05-14 Thread Christian Gromm
This series moves the USB adapter driver to the stable branch and fixes the comments/findings on the submitted code. v2: - create a patch set to address the comments on submitted code Christian Gromm (8): drivers: most: add usb adapter driver drivers: most: usb: use dev_*() functions

[PATCH v2 1/8] drivers: most: add usb adapter driver

2020-05-14 Thread Christian Gromm
This patch adds the usb driver source file most_usb.c and modifies the Makefile and Kconfig accordingly. Signed-off-by: Christian Gromm --- v2: Reported-by: Greg Kroah-Hartman - don't remove usb driver from staging area - don't touch staging/most/Kconfig - remove

[PATCH v2 4/8] drivers: most: usb: check number of reported endpoints

2020-05-14 Thread Christian Gromm
This patch checks the number of endpoints reported by the USB interface descriptor and throws an error if the number exceeds MAX_NUM_ENDPOINTS. Signed-off-by: Christian Gromm Reported-by: Greg Kroah-Hartman --- v2: drivers/most/most_usb.c | 13 ++--- 1 file changed, 6 insertions(+), 7

[PATCH v2 8/8] Documentation: ABI: correct sysfs attribute description of MOST driver

2020-05-14 Thread Christian Gromm
This patch fixes the ABI description file sysfs-bus-most. Signed-off-by: Christian Gromm --- v2: Documentation/ABI/testing/sysfs-bus-most | 104 --- 1 file changed, 53 insertions(+), 51 deletions(-) diff --git a/Documentation/ABI/testing/sysfs-bus-most

[PATCH v2 3/8] drivers: most: usb: remove reference to USB error codes

2020-05-14 Thread Christian Gromm
This patch removes the reference to the driver API file for USB error codes. Signed-off-by: Christian Gromm Reported-by: Greg Kroah-Hartman --- v2: drivers/most/most_usb.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/most/most_usb.c b/drivers/most/most_usb.c index

[PATCH v2 7/8] drivers: most: usb: use macro ATTRIBUTE_GROUPS

2020-05-14 Thread Christian Gromm
This patch makes use of the macro ATTRIBUTE_GROUPS to create the groups instead of defining them manually. Signed-off-by: Christian Gromm Reported-by: Greg Kroah-Hartman --- v2: drivers/most/most_usb.c | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git

[PATCH v2 2/8] drivers: most: usb: use dev_*() functions to print messages

2020-05-14 Thread Christian Gromm
This patch removes the pr_*() functions and uses dev_*() instead. Signed-off-by: Christian Gromm Reported-by: Greg Kroah-Hartman --- v2: drivers/most/most_usb.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/most/most_usb.c

[PATCH v2 6/8] drivers: most: fix typo in Kconfig

2020-05-14 Thread Christian Gromm
This patch corrects the typo in the Kconfig file where it says tranceiver instead of transceiver. Signed-off-by: Christian Gromm Reported-by: Randy Dunlap --- v2: drivers/most/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/most/Kconfig

[PATCH v2 5/8] drivers: most: usb: use dev_dbg function

2020-05-14 Thread Christian Gromm
This patch replaces the functions dev_notice with dev_dbg to silence the driver during normal operation. Signed-off-by: Christian Gromm Reported-by: Greg Kroah-Hartman --- v2: drivers/most/most_usb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH] staging: greybus: uart: replace driver line-coding struct

2020-05-14 Thread Johan Hovold
Drop the driver version of the line-coding request and use the protocol definition directly as was originally intended instead. This specifically avoids having the two versions of what is supposed to be the same struct ever getting out of sync. Note that this has in fact already happened once

Re: [greybus-dev] [PATCH] greybus: uart: fix uninitialized flow control variable

2020-05-14 Thread Johan Hovold
On Wed, Apr 29, 2020 at 03:00:44PM -0500, Alex Elder wrote: > On 4/29/20 2:00 PM, Arnd Bergmann wrote: > > gcc-10 points out an uninitialized variable use: > > Wow, nice, checking individual uninitialized fields within > the structure. > > The structure should really be zero-initialized anyway;