[staging:staging-next] BUILD SUCCESS e8014d83f60479d3981baeaa3a21c993ff832f3f

2020-04-27 Thread kbuild test robot
-20200427 alpharandconfig-a001-20200427 mips randconfig-a001-20200427 m68k randconfig-a001-20200427 riscvrandconfig-a001-20200427 nds32randconfig-a001-20200427 nios2randconfig-a001-20200427 c6x

[driver-core:driver-core-testing] BUILD SUCCESS 96fa72ffb2155dba9ba8c5d282a1ff19ed32f177

2020-04-27 Thread kbuild test robot
allyesconfig parisc allmodconfig parisc randconfig-a001-20200427 alpharandconfig-a001-20200427 mips randconfig-a001-20200427 m68k randconfig-a001-20200427 riscvrandconfig-a001-20200427 nds32

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

2020-04-27 Thread Sam Ravnborg
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. > > The ANX7625 can support both USB Type-C PD feature and MIPI DSI/DPI > to DP feature.

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

2020-04-27 Thread Sam Ravnborg
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 designed for portable > device. > > This is the v8 version, any mistakes, please let me

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

2020-04-27 Thread Sam Ravnborg
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 1.3 4K. Thanks for providing this binding. When you re-submit please also send to

Product Inquiry

2020-04-27 Thread Mr. Okrapah Adjei
Dear Sir, We got your company information through an exhaustive search. Our scope is basically to search for foreign companies to bid for contract supply on commission basis. We are interested in buying your products in a larger quantity if only you can supply and open for business. Best

Product Inquiry

2020-04-27 Thread Mr. Okrapah Adjei
Dear Sir, We got your company information through an exhaustive search. Our scope is basically to search for foreign companies to bid for contract supply on commission basis. We are interested in buying your products in a larger quantity if only you can supply and open for business. Best

Product Inquiry

2020-04-27 Thread Mr. Okrapah Adjei
Dear Sir, We got your company information through an exhaustive search. Our scope is basically to search for foreign companies to bid for contract supply on commission basis. We are interested in buying your products in a larger quantity if only you can supply and open for business. Best

Re: [PATCH 2/2] drivers: staging: rts5208: rtsx.c fix Unbalanced braces around else-if statements

2020-04-27 Thread Joe Perches
On Mon, 2020-04-27 at 18:04 +0200, Greg KH wrote: > On Mon, Apr 27, 2020 at 04:24:42PM +0100, John Oldman wrote: > > Make a better job of fixing coding style issues, this time fixing > > all blocks as per Joe Perches' comment. [] > Why is this not just one patch? Hi John. These _should_ be one

Re: [PATCH 2/2] drivers: staging: rts5208: rtsx.c fix Unbalanced braces around else-if statements

2020-04-27 Thread Greg KH
On Mon, Apr 27, 2020 at 04:24:42PM +0100, John Oldman wrote: > Make a better job of fixing coding style issues, this time fixing > all blocks as per Joe Perches' comment. > > Signed-off-by: John Oldman > --- > drivers/staging/rts5208/rtsx.c | 14 +- > 1 file changed, 5

Re: exfat upcase table for code points above U+FFFF (Was: Re: [PATCH] staging: exfat: add exfat filesystem code to staging)

2020-04-27 Thread Sasha Levin
On Tue, Apr 21, 2020 at 11:30:45PM +0200, Pali Rohár wrote: On Thursday 13 February 2020 16:18:47 Sasha Levin wrote: On Thu, Feb 13, 2020 at 01:06:56AM +0100, Pali Rohár wrote: > In released exFAT specification is not written how are Unicode code > points above U+ represented in exFAT

[PATCH 1/2] drivers: staging: rts5208: rtsx.c fix Unbalanced braces around else statement issue

2020-04-27 Thread John Oldman
Fix coding style issue Signed-off-by: John Oldman --- drivers/staging/rts5208/rtsx.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rts5208/rtsx.c b/drivers/staging/rts5208/rtsx.c index be0053c795b7..ca836ca2ee81 100644 ---

[PATCH 2/2] drivers: staging: rts5208: rtsx.c fix Unbalanced braces around else-if statements

2020-04-27 Thread John Oldman
Make a better job of fixing coding style issues, this time fixing all blocks as per Joe Perches' comment. Signed-off-by: John Oldman --- drivers/staging/rts5208/rtsx.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/drivers/staging/rts5208/rtsx.c

Re: [PATCH 2/2] drivers: staging: rts5208: rtsx.c fix Unbalanced braces around else statement issue

2020-04-27 Thread Greg KH
On Mon, Apr 27, 2020 at 02:52:12PM +0100, John Oldman wrote: > Make a better job of fixing coding style issues, this time fixing > all blocks as per Joe Perches' comment. Trailing whitespace :( > > Signed-off-by: John Oldman > --- > drivers/staging/rts5208/rtsx.c | 14 +- > 1

Re: [PATCH 1/2] drivers: staging: rts5208: rtsx.c fix Unbalanced braces around else statement issue

2020-04-27 Thread Greg KH
On Mon, Apr 27, 2020 at 02:52:11PM +0100, John Oldman wrote: > Fix coding stype issue "stype"??? ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH 2/2] drivers: staging: rts5208: rtsx.c fix Unbalanced braces around else statement issue

2020-04-27 Thread John Oldman
Make a better job of fixing coding style issues, this time fixing all blocks as per Joe Perches' comment. Signed-off-by: John Oldman --- drivers/staging/rts5208/rtsx.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/drivers/staging/rts5208/rtsx.c

[PATCH 1/2] drivers: staging: rts5208: rtsx.c fix Unbalanced braces around else statement issue

2020-04-27 Thread John Oldman
Fix coding stype issue Signed-off-by: John Oldman --- drivers/staging/rts5208/rtsx.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rts5208/rtsx.c b/drivers/staging/rts5208/rtsx.c index be0053c795b7..ca836ca2ee81 100644 ---

[PATCH 12/17] staging: wfx: show counters of all interfaces

2020-04-27 Thread Jerome Pouiller
From: Jérôme Pouiller The device keep up to date three series of stats. One for each virtual interface and one for the whole device. Until to now, the stats for the whole device were unavailable. Moreover, it is interesting to retrieve counters for all interfaces even if they are not awake.

[PATCH 15/17] staging: wfx: fix messages names in tracepoints

2020-04-27 Thread Jerome Pouiller
From: Jérôme Pouiller The names of the hardware interface messages are not displayed correctly in tracepoints. Thus, REQ_JOIN is displayed JOIN_REQ. Fix that in order to get the names as defined in headers of HIF API. Signed-off-by: Jérôme Pouiller --- drivers/staging/wfx/traces.h | 2 +- 1

[PATCH 07/17] staging: wfx: add an explicit warning when chip detect too high temperature

2020-04-27 Thread Jerome Pouiller
From: Jérôme Pouiller Device is able to measure its temperature and raise warning when this one is too high. If the the temperature is even higher, the chipis also able to send an error just before to stop responding. Until now, the error message was "asynchronous error: unknown (6)".

[PATCH 11/17] staging: wfx: fix double init of tx_policy_upload_work

2020-04-27 Thread Jerome Pouiller
From: Jérôme Pouiller The work_struct tx_policy_upload_work was initialized twice. Fixes: 99879121bfbb ("staging: wfx: fix the cache of rate policies on interface reset") Signed-off-by: Jérôme Pouiller --- drivers/staging/wfx/sta.c | 1 - 1 file changed, 1 deletion(-) diff --git

[PATCH 06/17] staging: wfx: add support for 'device too hot' indication

2020-04-27 Thread Jerome Pouiller
From: Jérôme Pouiller Device is able to detect a high temperature. In this case, the traffic is not allowed to be sent until the temperature decrease. This patch detects the warnings raised by the device and stop the traffic accordingly. It also add a delayed task as safeguard in case the chip

[PATCH 10/17] staging: wfx: fix the warning "inconsistent notification"

2020-04-27 Thread Jerome Pouiller
From: Jérôme Pouiller In some circumstances, Tx traffic is sent without associated station but the station exists when the Tx status is received. Beside that, the driver keep a counter associated to each station. So, in this case, the counter is not incremented, but is decremented. In this case

[PATCH 16/17] staging: wfx: fix display of exception indication

2020-04-27 Thread Jerome Pouiller
From: Jérôme Pouiller Until now, the exception received from the chip was only displayed if driver was compiled with DEBUG enabled. It was not very convenient to help users. We prefer to show the exception unconditionally. In add, this patch provides the semantic of the first bytes of the

[PATCH 08/17] staging: wfx: fix highest Rx value declared in ieee80211_supported_band

2020-04-27 Thread Jerome Pouiller
From: Jérôme Pouiller The highest Rx value declared in ieee80211_supported_band had two problems: 1. The value should be little endian 2. ShortGI was not taken into account. So value should be 72 instead of 65. Signed-off-by: Jérôme Pouiller --- drivers/staging/wfx/main.c | 2

[PATCH 17/17] staging: wfx: update list of errors

2020-04-27 Thread Jerome Pouiller
From: Jérôme Pouiller The device raises error indications when it thinks there is a bug in the driver and it can't recover it (while it raises exception when a bug is detected in the device). The current list of of errors was a bit dated. This patch cleans up the list of errors and the

[PATCH 14/17] staging: wfx: update list of known messages in tracepoints

2020-04-27 Thread Jerome Pouiller
From: Jérôme Pouiller Some messages are missing from the list of symbolic messages defined in traces.h. Add them. Also sort the list in order to simplify next changes. Signed-off-by: Jérôme Pouiller --- drivers/staging/wfx/traces.h | 13 + 1 file changed, 9 insertions(+), 4

[PATCH 00/17] staging: wfx: misc fixes

2020-04-27 Thread Jerome Pouiller
From: Jérôme Pouiller Nothing very exciting in this series. It supports the case where device reports to be too hot, fixes a few corner cases and makes some cosmetic changes. Jérôme Pouiller (17): staging: wfx: fix (future) TDLS support staging: wfx: change the field chip_frozen into a

[PATCH 05/17] staging: wfx: fix CAB sent at the wrong time

2020-04-27 Thread Jerome Pouiller
From: Jérôme Pouiller wfx_suspend_resume_mc() is called when the device is about to sent a DTIM. This is the right moment to enqueue Content After DTIM Beacon (CAB). However, wfx_suspend_resume_mc() is also called when the DTIM period ends. Until now, this event did also trig CAB. Note this

[PATCH 09/17] staging: wfx: fix overflow in frame counters

2020-04-27 Thread Jerome Pouiller
From: Jérôme Pouiller It has been reported that trying to send small packets of data could produce a "inconsistent notification" warning. It seems that in some circumstances, the number of frame queued in the driver could greatly increase and exceed UCHAR_MAX. So the field "buffered" from

[PATCH 13/17] staging: wfx: also show unnamed counters fields

2020-04-27 Thread Jerome Pouiller
From: Jérôme Pouiller The struct hif_mib_extended_count_table contains some debug information accessible from the debugfs. The struct contains not yet used fields at the end. In order to support future firmware versions, this patch also show these not yet named fields. Signed-off-by: Jérôme

[PATCH 02/17] staging: wfx: change the field chip_frozen into a boolean

2020-04-27 Thread Jerome Pouiller
From: Jérôme Pouiller The field chip_frozen is declared as an integer, but it is only used as a boolean. So, convert it into a boolean. Signed-off-by: Jérôme Pouiller --- drivers/staging/wfx/hif_rx.c | 2 +- drivers/staging/wfx/hif_tx.c | 2 +- drivers/staging/wfx/queue.c | 2 +-

[PATCH 04/17] staging: wfx: fix support for AP that do not support PS-Poll

2020-04-27 Thread Jerome Pouiller
From: Jérôme Pouiller When multiple virtual interfaces (on different channels) are in use, the device ask to activate Power Save on station interfaces. The device developers recommends to use legacy PS-Poll in this case since it is the mode that disturb the less the other interface. However,

[PATCH 03/17] staging: wfx: mark chip frozen on error indication

2020-04-27 Thread Jerome Pouiller
From: Jérôme Pouiller When the driver receive an error indication, it means the chip won't answer to any command anymore. Therefore, mark the chip frozen when it happens (as when the driver receive an exception indication). Signed-off-by: Jérôme Pouiller --- drivers/staging/wfx/hif_rx.c | 1 +

[PATCH 01/17] staging: wfx: fix (future) TDLS support

2020-04-27 Thread Jerome Pouiller
From: Jérôme Pouiller The device does not expect that the AP to have a link-id. However, TDLS peers should have a a link-id. The driver does not yet declare itself as supporting TDLS. Notwithstanding, fix the code in anticipation of the support of TDLS. Signed-off-by: Jérôme Pouiller ---

Re: [PATCH v1] staging: fbtft: fb_st7789v: Initialize the Display

2020-04-27 Thread Oliver Graute
On 27/04/20, Dan Carpenter wrote: > On Mon, Apr 27, 2020 at 10:36:42AM +0200, Oliver Graute wrote: > > On 09/04/20, Dan Carpenter wrote: > > > On Thu, Apr 09, 2020 at 11:25:32AM +0200, Oliver Graute wrote: > > > > From: Oliver Graute > > > > > > > > Set Gamma Values and Register Values for the

Re: [PATCH v4] staging: wfx: cleanup long lines in data_tx.c

2020-04-27 Thread Suraj Upadhyay
On Mon, Apr 27, 2020 at 11:50:23AM +, Jerome Pouiller wrote: > On Saturday 25 April 2020 13:32:34 CEST Suraj Upadhyay wrote: > > Break lines with length over 80 characters to > > conform to the linux coding style and refactor > > wherever necessary. > > > > Signed-off-by: Suraj Upadhyay > >

Re: [PATCH v4] staging: wfx: cleanup long lines in data_tx.c

2020-04-27 Thread Jerome Pouiller
On Saturday 25 April 2020 13:32:34 CEST Suraj Upadhyay wrote: > Break lines with length over 80 characters to > conform to the linux coding style and refactor > wherever necessary. > > Signed-off-by: Suraj Upadhyay > --- > > Changes in v4: > - Added a space after declaration in

Re: [PATCH] Staging: gasket: fix typo in gasket_page_table.c comments.

2020-04-27 Thread Dan Carpenter
Ignore this one. It had the wrong subject. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH v3] Staging: gasket: fix typo in gasket_page_table.c comments.

2020-04-27 Thread Dan Carpenter
On Sat, Apr 25, 2020 at 06:07:17PM +0900, Kyoungho Koo wrote: > I have found double typed comments "the the". So i modified it to > one "the". > > Signed-off-by: Kyoungho Koo > --- > Changes in v3: > - Modify the first letter of the name to uppercase. Thanks! Reviewed-by: Dan Carpenter

Re: [PATCH v1] staging: fbtft: fb_st7789v: Initialize the Display

2020-04-27 Thread Dan Carpenter
On Mon, Apr 27, 2020 at 10:36:42AM +0200, Oliver Graute wrote: > On 09/04/20, Dan Carpenter wrote: > > On Thu, Apr 09, 2020 at 11:25:32AM +0200, Oliver Graute wrote: > > > From: Oliver Graute > > > > > > Set Gamma Values and Register Values for the HSD20_IPS > > > > > > Signed-off-by: Oliver

Re: [PATCH v1] staging: fbtft: fb_st7789v: Initialize the Display

2020-04-27 Thread Oliver Graute
On 09/04/20, Dan Carpenter wrote: > On Thu, Apr 09, 2020 at 11:25:32AM +0200, Oliver Graute wrote: > > From: Oliver Graute > > > > Set Gamma Values and Register Values for the HSD20_IPS > > > > Signed-off-by: Oliver Graute > > --- > > drivers/staging/fbtft/fb_st7789v.c | 12 ++-- > >

Re: [PATCH v1] staging: fbtft: fb_st7789v: enabled inversion

2020-04-27 Thread Oliver Graute
On 09/04/20, Dan Carpenter wrote: > On Thu, Apr 09, 2020 at 11:24:05AM +0200, Oliver Graute wrote: > > From: Oliver Graute > > > > Enable inversion mode > > > > Signed-off-by: Oliver Graute > > --- > > drivers/staging/fbtft/fb_st7789v.c | 4 > > 1 file changed, 4 insertions(+) > > > >

Re: [PATCH v1] staging: fbtft: fb_st7789v: enabled inversion

2020-04-27 Thread Oliver Graute
On 09/04/20, Dan Carpenter wrote: > On Thu, Apr 09, 2020 at 11:24:05AM +0200, Oliver Graute wrote: > > From: Oliver Graute > > > > Enable inversion mode > > What the heck is an inversion mode and why would you want it? Should I name it: Enable MIPI_DCS_ENTER_INVERT_MODE Best Regards,

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

2020-04-27 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

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

2020-04-27 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 v8 version, any mistakes, please let me know, I will fix it in the next series. This series fix several coding format and

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

2020-04-27 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 =