[PATCH v2] staging: olpc_dcon: fix wrong dependencies in Kconfig file

2019-09-25 Thread Jerry Lin
To allow simultaneous support for XO-1 and XO-1.5. This module require GPIO_CS5535 (for 1.0) and ACPI (for 1.5) now. Reported-by: kbuild test robot Signed-off-by: Jerry Lin --- Changes in v2: - Remove the parentheses --- drivers/staging/olpc_dcon/Kconfig | 2 +- 1 file changed, 1 insertion

[PATCH] staging: olpc_dcon: fix wrong dependencies in Kconfig file

2019-09-25 Thread Jerry Lin
To allow simultaneous support for XO-1 and XO-1.5. This module require GPIO_CS5535 (for 1.0) and ACPI (for 1.5) now. Reported-by: kbuild test robot Signed-off-by: Jerry Lin --- drivers/staging/olpc_dcon/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging

[PATCH] staging: olpc_dcon: allow simultaneous XO-1 and XO-1.5 support

2019-09-05 Thread Jerry Lin
doing real work when GPIO_CS5535 or ACPI is setted. Remove kernel configurations: - FB_OLPC_DCON_1 - FB_OLPC_DCON_1_5 Signed-off-by: Jerry Lin --- drivers/staging/olpc_dcon/Kconfig | 21 + drivers/staging/olpc_dcon/Makefile| 4 +--- drivers/staging/olpc_dcon/TODO

[PATCH] staging: olpc_dcon: Remove TODO item

2019-07-28 Thread Jerry Lin
All uses of old GPIO API have been converted to new API. This item can be removed from TODO file. Signed-off-by: Jerry Lin --- drivers/staging/olpc_dcon/TODO | 4 1 file changed, 4 deletions(-) diff --git a/drivers/staging/olpc_dcon/TODO b/drivers/staging/olpc_dcon/TODO index fe09efb

[PATCH] staging: olpc_dcon: Convert all uses of old GPIO API to new descriptor API

2019-04-18 Thread Jerry Lin
This commit eliminate all uses of legacy integer base GPIO API in olpc_dcon_xo_1_5.c and replace them with new descriptor GPIO API like those in olpc_dcon_xo_1.c. Also pull some common code with olpc_dcon_xo_1.c to olpc_dcon.h for code sharing. Signed-off-by: Jerry Lin --- drivers/staging

[PATCH v3] driver-staging: vsoc.c: Add sysfs support for examining the permissions of regions.

2018-11-06 Thread Jerry Lin
-by: Jerry Lin --- drivers/staging/android/vsoc.c | 48 +++--- 1 file changed, 45 insertions(+), 3 deletions(-) diff --git a/drivers/staging/android/vsoc.c b/drivers/staging/android/vsoc.c index 22571ab..8ce3604 100644 --- a/drivers/staging/android/vsoc.c +++ b

edit your photos

2018-03-21 Thread Jerry
image editors and on daily 600 images can be processed, Thanks, Jerry ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH] hv_netvsc: remove unused variable in netvsc_send()

2015-05-04 Thread Jerry Snitselaar
With commit b56fc3c53654 (hv_netvsc: Fix a bug in netvsc_start_xmit()), skb variable is no longer used in netvsc_send. Remove variable and dead code that depended on it. Cc: Haiyang Zhang haiya...@microsoft.com Cc: K. Y. Srinivasan k...@microsoft.com Signed-off-by: Jerry Snitselaar jsnit

Re: [PATCHv2] staging: Check against NULL in fw_download_code

2014-08-11 Thread Jerry Snitselaar
On Mon Aug 11 14, Nicholas Krause wrote: I am fixing the bug entry , https://bugzilla.kernel.org/show_bug.cgi?id=60461. This entry states that we are not checking the skb allocated in fw_download_code and after checking I fixed it to check for the NULL value before using the allocate skb.

[PATCH] staging: binder: cleanup dereference of noderef expressions

2014-05-01 Thread Jerry Snitselaar
Clean up sparse warnings for cred struct dereference. Signed-off-by: Jerry Snitselaar d...@snitselaar.org --- drivers/staging/android/binder.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/staging/android/binder.c b/drivers/staging/android/binder.c index

[PATCH] staging/line6: blank line after declaration cleanup

2014-04-24 Thread Jerry Snitselaar
Fix coding style warnings reported by checkpath. Signed-off-by: Jerry Snitselaar d...@snitselaar.org --- drivers/staging/line6/capture.c | 3 +++ drivers/staging/line6/midi.c | 2 ++ drivers/staging/line6/playback.c | 6 +- drivers/staging/line6/pod.c | 5 + drivers/staging