[PATCH] gpio: xilinx: Add support to set multiple GPIO at once

2016-06-03 Thread Iban Rodriguez
Add function to set multiple GPIO of the same chip at the same time and register it Signed-off-by: Iban Rodriguez --- drivers/gpio/gpio-xilinx.c | 48 ++ 1 file changed, 48 insertions(+) diff --git a/drivers/gpio/gpio-xilinx.c b/drivers/gpio/gpio

Staging: lustre: Make lustre_profile_list static

2016-04-12 Thread Iban Rodriguez
Variable lustre_profile_list is only used inside obd_config.c, better make it static Signed-off-by: Iban Rodriguez --- drivers/staging/lustre/lustre/obdclass/obd_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/obdclass/obd_config.c b

Staging: unisys/verisonic: Correct double unlock

2016-04-02 Thread Iban Rodriguez
'priv_lock' is unlocked twice. The first one is removed and the function 'visornic_serverdown_complete' is now called with 'priv_lock' locked because 'devdata' is modified inside. Signed-off-by: Iban Rodriguez --- drivers/staging/unisys/visornic/visornic_

Staging: rtl8188eu: Correct coding style errors

2015-10-05 Thread Iban Rodriguez
Correct errors reported by checkpatch.pl because space prohibited before ','. Also split one line into two as it was longer than 80 characters Signed-off-by: Iban Rodriguez --- drivers/staging/rtl8188eu/hal/odm.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) di