[PATCH v3] staging: iio: update TODO

2020-02-29 Thread Rohit Sarkar
Since there are no uses of the old GPIO API, remove the item from the TODO. Changelog v3: Remove new items added. v2: Add work item mentioned by Alexandru in https://marc.info/?l=linux-iio&m=158261515624212&w=2 Signed-off-by: Rohit Sarkar --- drivers/staging/iio/TODO | 8 +--- 1 file change

Re:-

2020-02-29 Thread Francois Pinault
A donation was made in your favour by Francois Pinault, reply for more details. ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH] staging: vt6656: Remove STATUS enums from TX path

2020-02-29 Thread Malcolm Priestley
Returning standard error code or status variable. Signed-off-by: Malcolm Priestley --- drivers/staging/vt6656/device.h | 9 - drivers/staging/vt6656/rxtx.c| 4 ++-- drivers/staging/vt6656/usbpipe.c | 5 ++--- 3 files changed, 4 insertions(+), 14 deletions(-) diff --git a/drivers/st

[PATCH 1/2] staging: vt6656: use vnt_vt3184_agc array directly

2020-02-29 Thread Malcolm Priestley
vnt_vt3184_agc is always the same regardless of rf type so use the array directly removing from stack buffer. Signed-off-by: Malcolm Priestley --- drivers/staging/vt6656/baseband.c | 15 ++- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/drivers/staging/vt6656/baseban

[PATCH 2/2] staging: vt6656: vnt_vt3184_init remove stack copy to array.

2020-02-29 Thread Malcolm Priestley
use u8 pointer addr directly and remove stack array. Signed-off-by: Malcolm Priestley --- drivers/staging/vt6656/baseband.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/staging/vt6656/baseband.c b/drivers/staging/vt6656/baseband.c index 48a624bf00c0..74b620b42