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
---
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.
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
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-
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
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
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
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
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