[PATCH 3/3] staging: sm750fb: print error message with actual value

2020-04-30 Thread Matej Dujava
This patch will update error message, so it is same as error message in another function. Signed-off-by: Matej Dujava --- drivers/staging/sm750fb/sm750.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/sm750fb/sm750.c b/drivers/staging/sm750fb/sm750.c index

[PATCH 1/3] staging: sm750fb: add missing case while setting FB_VISUAL

2020-04-30 Thread Matej Dujava
Switch statement does not contain all cases: 8, 16, 24, 32. This patch will add missing one (24) Fixes: 81dee67e215b ("staging: sm750fb: add sm750 to staging") Signed-off-by: Matej Dujava --- drivers/staging/sm750fb/sm750.c | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH 2/3] staging: sm750fb: add common function to set color offsets and visual mode

2020-04-30 Thread Matej Dujava
This patch will unify code for updating color offsets and frame buffer visual mode. Signed-off-by: Matej Dujava --- drivers/staging/sm750fb/sm750.c | 149 ++-- 1 file changed, 67 insertions(+), 82 deletions(-) diff --git a/drivers/staging/sm750fb/sm750.c

[PATCH 0/3] Refactor reused code for updating fb_info

2020-04-30 Thread Matej Dujava
This patch set will unify reused switch statement updating fb_info by creating inline functions. Tested only by compilation. Matej Dujava (3): staging: sm750fb: add missing case while setting FB_VISUAL staging: sm750fb: add common function to set color offsets and visual mode staging:

Re: [PATCH 00/37] net: manually convert files to ReST format - part 2

2020-04-30 Thread David Miller
From: Mauro Carvalho Chehab Date: Thu, 30 Apr 2020 18:03:55 +0200 > That's the second part of my work to convert the networking > text files into ReST. it is based on today's linux-next (next-20200430). > > The full series (including those ones) are at: > > https

[PATCH 32/37] docs: networking: convert switchdev.txt to ReST

2020-04-30 Thread Mauro Carvalho Chehab
- add SPDX header; - use copyright symbol; - adjust title markup; - mark code blocks and literals as such; - mark tables as such; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab ---

[PATCH 00/37] net: manually convert files to ReST format - part 2

2020-04-30 Thread Mauro Carvalho Chehab
That's the second part of my work to convert the networking text files into ReST. it is based on today's linux-next (next-20200430). The full series (including those ones) are at: https://git.linuxtv.org/mchehab/experimental.git/log/?h=net-docs I should be sending the remaining patches

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

2020-04-30 Thread Daniel Vetter
On Thu, Apr 30, 2020 at 03:37:31PM +0200, Daniel Vetter wrote: > On Thu, Apr 30, 2020 at 11:36:14AM +0800, Xin Ji wrote: > > On Tue, Apr 28, 2020 at 12:05:08PM +0200, Daniel Vetter wrote: > > > On Fri, Apr 24, 2020 at 08:12:04PM +0800, Nicolas Boichat wrote: > > > > On Fri, Apr 24, 2020 at 2:51 PM

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

2020-04-30 Thread Daniel Vetter
On Thu, Apr 30, 2020 at 11:36:14AM +0800, Xin Ji wrote: > On Tue, Apr 28, 2020 at 12:05:08PM +0200, Daniel Vetter wrote: > > On Fri, Apr 24, 2020 at 08:12:04PM +0800, Nicolas Boichat wrote: > > > On Fri, Apr 24, 2020 at 2:51 PM Xin Ji wrote: > > > > > > > > On Thu, Apr 23, 2020 at 07:55:15PM

Re: [PATCH] staging: wfx: avoid compiler warning on empty array

2020-04-30 Thread Arnd Bergmann
On Thu, Apr 30, 2020 at 10:42 AM Jerome Pouiller wrote: > On Wednesday 29 April 2020 22:34:56 CEST Arnd Bergmann wrote: > > On Wed, Apr 29, 2020 at 6:04 PM Jerome Pouiller > > wrote: > > > On Wednesday 29 April 2020 16:21:09 CEST Arnd Bergmann wrote: > > > > > > > > -static const struct

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

2020-04-30 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 RFC] staging: most: usb: move USB adapter driver to stable branch

2020-04-30 Thread Greg KH
On Thu, Apr 30, 2020 at 10:09:14AM +, christian.gr...@microchip.com wrote: > On Thu, 2020-04-30 at 10:13 +0200, Greg KH wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you > > know the content is safe > > > > On Thu, Apr 30, 2020 at 10:09:31AM +0200, Greg KH wrote: >

Re: [PATCH v2 2/7] staging: qlge: Remove gotos from ql_set_mac_addr_reg

2020-04-30 Thread Dan Carpenter
On Thu, Apr 30, 2020 at 03:03:07AM -0700, Joe Perches wrote: > On Thu, 2020-04-30 at 12:38 +0300, Dan Carpenter wrote: > > On Wed, Apr 29, 2020 at 09:33:04PM -0400, Rylan Dmello wrote: > > > As suggested by Joe Perches, this patch removes the 'exit' label > > > from the ql_set_mac_addr_reg

Re: [PATCH RFC] staging: most: usb: move USB adapter driver to stable branch

2020-04-30 Thread Christian.Gromm
On Thu, 2020-04-30 at 10:13 +0200, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Thu, Apr 30, 2020 at 10:09:31AM +0200, Greg KH wrote: > > On Thu, Apr 30, 2020 at 10:07:35AM +0200, Greg KH wrote: > > > On Thu, Apr 30, 2020 at

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

2020-04-30 Thread Xin Ji
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. Example: anx7625_bridge: encoder@58 { compatible = "analogix,anx7625"; reg =

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

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

Re: [PATCH v2 2/7] staging: qlge: Remove gotos from ql_set_mac_addr_reg

2020-04-30 Thread Joe Perches
On Thu, 2020-04-30 at 12:38 +0300, Dan Carpenter wrote: > On Wed, Apr 29, 2020 at 09:33:04PM -0400, Rylan Dmello wrote: > > As suggested by Joe Perches, this patch removes the 'exit' label > > from the ql_set_mac_addr_reg function and replaces the goto > > statements with break statements. [] > >

Re: [PATCH v2 2/7] staging: qlge: Remove gotos from ql_set_mac_addr_reg

2020-04-30 Thread Dan Carpenter
On Wed, Apr 29, 2020 at 09:33:04PM -0400, Rylan Dmello wrote: > As suggested by Joe Perches, this patch removes the 'exit' label > from the ql_set_mac_addr_reg function and replaces the goto > statements with break statements. > > Signed-off-by: Rylan Dmello > --- >

Re: [PATCH] staging: wfx: avoid compiler warning on empty array

2020-04-30 Thread Jerome Pouiller
On Wednesday 29 April 2020 22:34:56 CEST Arnd Bergmann wrote: > > On Wed, Apr 29, 2020 at 6:04 PM Jerome Pouiller > wrote: > > On Wednesday 29 April 2020 16:21:09 CEST Arnd Bergmann wrote: > > > > > > -static const struct of_device_id wfx_sdio_of_match[]; > > > +static const struct of_device_id

Re: [PATCH RFC] staging: most: usb: move USB adapter driver to stable branch

2020-04-30 Thread Greg KH
On Thu, Apr 30, 2020 at 10:09:31AM +0200, Greg KH wrote: > On Thu, Apr 30, 2020 at 10:07:35AM +0200, Greg KH wrote: > > On Thu, Apr 30, 2020 at 10:00:12AM +0200, Christian Gromm wrote: > > > This patch moves the MOST USB adapter driver to the stable branch. > > > It is a follow-up to commit . > >

Re: [PATCH RFC] staging: most: usb: move USB adapter driver to stable branch

2020-04-30 Thread Greg KH
On Thu, Apr 30, 2020 at 10:07:35AM +0200, Greg KH wrote: > On Thu, Apr 30, 2020 at 10:00:12AM +0200, Christian Gromm wrote: > > This patch moves the MOST USB adapter driver to the stable branch. > > It is a follow-up to commit . > > That's not how to refer to git commit ids. Please see the >

Re: [PATCH RFC] staging: most: usb: move USB adapter driver to stable branch

2020-04-30 Thread Greg KH
On Thu, Apr 30, 2020 at 10:00:12AM +0200, Christian Gromm wrote: > This patch moves the MOST USB adapter driver to the stable branch. > It is a follow-up to commit . That's not how to refer to git commit ids. Please see the submitting-patches.rst file for the proper format. thanks, greg k-h

[PATCH RFC] staging: most: usb: move USB adapter driver to stable branch

2020-04-30 Thread Christian Gromm
This patch moves the MOST USB adapter driver to the stable branch. It is a follow-up to commit . Signed-off-by: Christian Gromm --- drivers/most/Kconfig| 6 ++ drivers/most/Makefile | 2 ++ drivers/{staging => }/most/usb/Kconfig | 0 drivers/{staging

Re: [PATCH v8 0/2] Add initial support for slimport anx7625

2020-04-30 Thread Xin Ji
Hi Sam, On Mon, Apr 27, 2020 at 08:53:20PM +0200, Sam Ravnborg wrote: > Hi Xin Ji > > On Mon, Apr 27, 2020 at 02:16:49PM +0800, Xin Ji wrote: > > Hi all, > > > > The following series add support for the Slimport ANX7625 transmitter, a > > ultra-low power Full-HD 4K MIPI to DP transmitter

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

2020-04-30 Thread Xin Ji
Hi Sam, thanks for your comments. On Mon, Apr 27, 2020 at 08:49:09PM +0200, Sam Ravnborg wrote: > Hi Xin Ji > > On Mon, Apr 27, 2020 at 02:17:46PM +0800, Xin Ji wrote: > > The ANX7625 is an ultra-low power 4K Mobile HD Transmitter designed > > for portable device. It converts MIPI to DisplayPort

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

2020-04-30 Thread Xin Ji
On Thu, Apr 30, 2020 at 09:03:24AM +0200, Sam Ravnborg wrote: > Hi Xin Ji. > > > > > +static void anx7625_power_on_init(struct anx7625_data *ctx) > > > > +{ > > > > + int retry_count, i; > > > > + int ret; > > > > + struct device *dev = >client->dev; > > > > + > > > > +

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

2020-04-30 Thread Sam Ravnborg
Hi Xin Ji. > > > +static void anx7625_power_on_init(struct anx7625_data *ctx) > > > +{ > > > + int retry_count, i; > > > + int ret; > > > + struct device *dev = >client->dev; > > > + > > > + for (retry_count = 0; retry_count < 3; retry_count++) { > > > + anx7625_power_on(ctx); > > > +

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

2020-04-30 Thread Xin Ji
On Wed, Apr 29, 2020 at 10:10:05AM +0800, Nicolas Boichat wrote: > On Mon, Apr 27, 2020 at 2:18 PM Xin Ji wrote: > > > > 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

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

2020-04-30 Thread Xin Ji
Hi Sam, On Mon, Apr 27, 2020 at 10:00:44PM +0200, Sam Ravnborg wrote: > Hi Xin Ji > > On Mon, Apr 27, 2020 at 02:18:44PM +0800, Xin Ji wrote: > > 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. > > > >