[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