[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-17 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
: 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