Re: [RFC PATCH v1 1/9] selftest: sync: basic tests for sw_sync framework

2016-04-03 Thread Emilio López
Hi, El 28/03/16 a las 10:48, Emil Velikov escribió: These tests are based on the libsync test suite from Android. This commit lays the ground for future tests, as well as includes tests for a variety of basic allocation commands. Signed-off-by: Gustavo Padovan Signed-off-by: Emilio López ---

Re: [PATCH] staging: vme: fix bare use of 'unsigned'

2016-04-03 Thread Martyn Welch
On 31/03/16 23:53, Clifton Barnes wrote: fix checkpatch.pl warning about 'Prefer 'unsigned int' to bare use of 'unsigned'' Signed-off-by: Clifton Barnes Acked-by: Martyn Welch Greg: Whilst this patch seems valid and compiles fine, I no longer have access to the hardware for this driver.

[PATCH] drivers/staging/dgnc: Added spaces around a bitwise OR.

2016-04-03 Thread Juanma de Hoyos
Coding rules request placing bitwise OR operators between empty spaces for better readibility. This patch applies this format to a line in dgnc_tty.c file. Signed-off-by: Juanma de Hoyos --- drivers/staging/dgnc/dgnc_tty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dri

Re: [PATCH] Ensure that comments adhere to coding standard

2016-04-03 Thread kbuild test robot
Hi Mohammed, [auto build test WARNING on v4.6-rc2] [cannot apply to staging/staging-testing next-20160401] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/mohammed-billoo-gmail-com/Ensure-that-

Re: [PATCH] Drivers: Added spaces around a bitwise OR.

2016-04-03 Thread Greg KH
On Sun, Apr 03, 2016 at 08:19:37PM +0200, Juanma de Hoyos wrote: > > Coding rules request placing bitwise OR operators between empty spaces > for better readibility. This patch applies this format to a line in > dgnc_tty.c file. > > Signed-off-by: Juanma de Hoyos > --- > drivers/staging/dgnc/d

Re: [PATCH] Ensure that comments adhere to coding standard

2016-04-03 Thread Greg KH
On Sun, Apr 03, 2016 at 02:18:46PM -0400, mohammed.bil...@gmail.com wrote: > From: Mohammed Billoo > > Files in wilc1000 were modified to ensure that comments > adhere to standard specified by Documentation/CodingStyle > > Signed-off-by: Mohammed Billoo Please put the subsystem and driver in y

[PATCH] Drivers: Added spaces around a bitwise OR.

2016-04-03 Thread Juanma de Hoyos
Coding rules request placing bitwise OR operators between empty spaces for better readibility. This patch applies this format to a line in dgnc_tty.c file. Signed-off-by: Juanma de Hoyos --- drivers/staging/dgnc/dgnc_tty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dri

[PATCH] Ensure that comments adhere to coding standard

2016-04-03 Thread mohammed . billoo
From: Mohammed Billoo Files in wilc1000 were modified to ensure that comments adhere to standard specified by Documentation/CodingStyle Signed-off-by: Mohammed Billoo --- drivers/staging/wilc1000/host_interface.c | 6 +- drivers/staging/wilc1000/linux_mon.c | 19 ++- drivers/st

Re: [PATCH] staging: iio: ad7606: use iio_device_{claim|release}_direct_mode()

2016-04-03 Thread Jonathan Cameron
On 01/04/16 17:53, Alison Schofield wrote: > Two instances are moved to the new claim/release API: > > In the first instance, the driver was using mlock followed by > iio_buffer_enabled(). Replace that code with the new API to guarantee > the device stays in direct mode. There is no change in driv