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.
>
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
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
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
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
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?
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'
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
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
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
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
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
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
13 matches
Mail list logo