Re: [PATCH 3/3] staging: slimport: Add anx7814 driver support by analogix.

2015-09-06 Thread Greg KH
On Mon, Sep 07, 2015 at 07:41:08AM +0200, Enric Balletbo Serra wrote: > 2015-09-07 1:27 GMT+02:00 Greg KH : > > On Sun, Sep 06, 2015 at 11:14:02PM +0200, Enric Balletbo i Serra wrote: > >> The ANX7814 is an ultra-low power Full-HD (1080p60) SlimPort transmitter > >> designed for portable devices. >

Re: [PATCH 12/15] Staging: rt8192u: add spaces around assignment operators in ieee80211_softmac_wx.c

2015-09-06 Thread Sudip Mukherjee
On Sat, Sep 05, 2015 at 07:29:14PM +, Mike Dupuis wrote: > This is a patch to add spaces around assignment operators as identifed by > checkpatch.pl > > Signed-off-by: Mike Dupuis > --- same problem as in 10/15 regards sudip ___ devel mailing list

Re: [PATCH 10/15] Staging: rtl8192u: open braces should appear on the appropriate line in ieee80211_softmac_wx.c

2015-09-06 Thread Sudip Mukherjee
On Sat, Sep 05, 2015 at 07:24:38PM +, Mike Dupuis wrote: > This is a patch to the ieee80211_softmac_wx.c file that corrects instances > where open braces appear on the incorrect line as identified by checkpatch.pl > > Signed-off-by: Mike Dupuis > --- This patch will not apply because of: 143

Re: [PATCH v2 3/5] staging/rtl* Remove unused macro definitions.

2015-09-06 Thread Sudip Mukherjee
On Fri, Sep 04, 2015 at 02:00:31PM -0700, Anish Bhatt wrote: > WLAN_ETHHDR_LEN/WLAN_ETHADDR_LEN/WLAN_ADDR_LEN > are unused, duplicate or unnecessary, remove. > > Signed-off-by: Anish Bhatt > --- Please do not mix up different drivers in a single patch. And why do you have WILC1000 maintainers in

Re: [PATCH 3/3] staging: slimport: Add anx7814 driver support by analogix.

2015-09-06 Thread Enric Balletbo Serra
2015-09-07 1:27 GMT+02:00 Greg KH : > On Sun, Sep 06, 2015 at 11:14:02PM +0200, Enric Balletbo i Serra wrote: >> The ANX7814 is an ultra-low power Full-HD (1080p60) SlimPort transmitter >> designed for portable devices. >> >> This driver adds initial support and supports HDMI to DP pass-through mod

Re: [PATCH 2/2] staging: dgnc: remove useless spinlock

2015-09-06 Thread Greg KH
On Sat, Sep 05, 2015 at 01:12:02PM +0100, Salah Triki wrote: > dgnc_poll_stop is a local variable in dgnc_driver.c, so it is useless to take > dgnc_poll_lock before > accessing to this variable. No, not at all! scope doesn't matter for locks, this patch is broken and wrong. How did you test it?

Re: [PATCH 1/2] staging: dgnc: take lock when accessing to dgnc_poll_tick

2015-09-06 Thread Greg KH
On Sat, Sep 05, 2015 at 01:12:01PM +0100, Salah Triki wrote: > poll_tick is declared global, so dgnc_driver_pollrate_* need to > take the lock dgnc_poll_lock before accessing to this variable. Really? The scope of a variable doesn't matter if a lock is needed for it or not. And this patch doesn'

Re: [PATCH 3/3] staging: slimport: Add anx7814 driver support by analogix.

2015-09-06 Thread Greg KH
On Sun, Sep 06, 2015 at 11:14:02PM +0200, Enric Balletbo i Serra wrote: > The ANX7814 is an ultra-low power Full-HD (1080p60) SlimPort transmitter > designed for portable devices. > > This driver adds initial support and supports HDMI to DP pass-through mode. > > Signed-off-by: Enric Balletbo i S

[PATCH 3/3] staging: slimport: Add anx7814 driver support by analogix.

2015-09-06 Thread Enric Balletbo i Serra
The ANX7814 is an ultra-low power Full-HD (1080p60) SlimPort transmitter designed for portable devices. This driver adds initial support and supports HDMI to DP pass-through mode. Signed-off-by: Enric Balletbo i Serra --- drivers/staging/Kconfig|2 + drivers/staging/Make

[PATCH 1/3] of: Add vendor prefix for Analogix Semiconductor, Inc.

2015-09-06 Thread Enric Balletbo i Serra
Analogix Semiconductor develops analog and mixed-signal devices for digital media and communications interconnect applications. Signed-off-by: Enric Balletbo i Serra --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/device

[PATCH 0/3] Add initial support for slimport anx78xx

2015-09-06 Thread Enric Balletbo i Serra
Hi all, The following series add initial support for the Slimport ANX7814 transmitter, a ultra-low power Full-HD (1080p60) transmitter designed for portable device. The driver was originally created and based from the work of Junhua Xia from Analogix. This driver is a refactor of the original dri

[PATCH 2/3] devicetree: Add new ANX7814 SlimPort transmitter binding.

2015-09-06 Thread Enric Balletbo i Serra
The ANX7814 is an ultra-low power Full-HD (1080p60) SlimPort transmitter designed for portable devices. You can add support to your board with current binding. Example: anx7814: anx7814@38 { compatible = "analogix,anx7814"; reg = <0x38>; pd

[PATCH RFC 0/0] drivers: android: binder crash issue

2015-09-06 Thread Victor Chong
From: Puck Chen We find that the binder aborts when doing some asynchronous transferring, e.g. when a phone call comes in. If there are asynchronous requests in binder system, and new requests coming, the asynchronous requests may insert into the new requests queue. In this scene, the asynchron