Re: [PATCH v3 08/10] staging: media: Make use of MEDIA_BUS_FMT_ definitions

2014-11-08 Thread Prabhakar Lad
On Fri, Nov 7, 2014 at 2:07 PM, Boris Brezillon boris.brezil...@free-electrons.com wrote: In order to have subsytem agnostic media bus format definitions we've moved media bus definition to include/uapi/linux/media-bus-format.h and prefixed values with MEDIA_BUS_FMT instead of V4L2_MBUS_FMT.

Re: [PATCH v3 06/10] [media] platform: Make use of media_bus_format enum

2014-11-08 Thread Prabhakar Lad
Hi, Thanks for the patch, On Fri, Nov 7, 2014 at 2:07 PM, Boris Brezillon boris.brezil...@free-electrons.com wrote: In order to have subsytem agnostic media bus format definitions we've moved media bus definition to include/uapi/linux/media-bus-format.h and prefixed values with MEDIA_BUS_FMT

Re: [PATCH v3 04/10] [media] i2c: Make use of media_bus_format enum

2014-11-08 Thread Prabhakar Lad
On Fri, Nov 7, 2014 at 2:07 PM, Boris Brezillon boris.brezil...@free-electrons.com wrote: In order to have subsytem agnostic media bus format definitions we've moved media bus definitions to include/uapi/linux/media-bus-format.h and prefixed values with MEDIA_BUS_FMT instead of V4L2_MBUS_FMT.

Inconsistent lock state with Hyper-V memory balloon?

2014-11-08 Thread Sitsofe Wheeler
I've been trying to use the Hyper-V balloon driver to allow the host to reclaim unused memory but have been hitting issues. With a Hyper-V 2012 R2 guest with 4GBytes of RAM, dynamic memory on, 1GByte minimum 10GByte maximum, 8 vcpus, running a 3.18.0-rc3 kernel with no swap configured the

[PATCH v5 10/10] [media] v4l: Forbid usage of V4L2_MBUS_FMT definitions inside the kernel

2014-11-08 Thread Boris Brezillon
Place v4l2_mbus_pixelcode in a #ifndef __KERNEL__ section so that kernel users don't have access to these definitions. We have to keep this definition for user-space users even though they're encouraged to move to the new media_bus_format enum. Signed-off-by: Boris Brezillon

[PATCH] staging: skein: fixed sparse warnings related to static declarations

2014-11-08 Thread Niklas Svensson
drivers/staging/skein/skein_generic.c:30:5: warning: symbol 'skein256_update' was not declared. Should it be static? drivers/staging/skein/skein_generic.c:65:5: warning: symbol 'skein512_update' was not declared. Should it be static? drivers/staging/skein/skein_generic.c:100:5: warning: symbol

Re: PATCH: Fix coding style warning.

2014-11-08 Thread Greg KH
On Sat, Nov 08, 2014 at 06:39:06PM +0200, sharon wrote: Fix coding style warning. What coding style warning? Be specific please. And your subject:, you aren't saying where in the kernel you are fixing anything, look at other patches for this file in git, what did the subject look like for

PATCH: Fix coding style warning.

2014-11-08 Thread sharon
Fix coding style warning. (First submission, sorry in advance for any dumb stuff I'm missing. Let me know and I'll fix it.) Signed-off-by: Sharon Dvir sharon.dv...@mail.huji.ac.il diff --git a/drivers/staging/android/binder.c b/drivers/staging/android/binder.c index c69c40d..655c3bf 100644 ---

[PATCH v5 0/4] Correct vendor-prefix and document device isl29028

2014-11-08 Thread Darshana Padmadas
Patchset documents correct and the deprecated vendor-prefix found by checkpatch warning and also documents information of device isl29028 for compatibility. Patchset also includes corrected vendor-prefix and device name in compatible property for files with checkpatch warning of undocumented

[PATCH v5 1/4] dt-bindings: Document correct and deprecated vendor-prefix with device isl29028

2014-11-08 Thread Darshana Padmadas
This patch documents the device isl29028 with its vendor-prefix. Undocumented deprecated vendor-prefix found by checkpatch also documented for compatibility reasons. Signed-off-by: Darshana Padmadas darshanapadma...@gmail.com Acked-by: Arnd Bergmann a...@arndb.de Acked-by: Mark Rutland

[PATCH v5 2/4] dt-bindings: Document deprecated device vendor name to fix related warning

2014-11-08 Thread Darshana Padmadas
This patch documents deprecated vendor name isil to fix warning of undocumented string for device isl29028 as reported while running checkpatch.pl on drivers/staging/iio/light/isl29028.c. This is done to maintain compatibility with older kernels. Signed-off-by: Darshana Padmadas

[PATCH v5 3/4] Staging: iio: light: Added correct vendor-prefix for device isl29028

2014-11-08 Thread Darshana Padmadas
This patch adds the correct vendor-prefix for device isl29028 and maintains deprecated vendor-prefix found by checkpatch warning for older kernel releases. Signed-off-by: Darshana Padmadas darshanapadma...@gmail.com Acked-by: Arnd Bergmann a...@arndb.de Acked-by: Mark Rutland mark.rutl...@arm.com

[PATCH v5 4/4] arch: arm: boot: dts: Correct vendor-prefix for iio device isl29028 in compatible property

2014-11-08 Thread Darshana Padmadas
This patch corrects the vendor-prefix for isl29028 in the compatible property from isil,isl29028 to isl,isl29028 according to listed vendor-prefixes in Documentation/devicetree/bindings/vendor-prefixes.txt. Incorrect vendor-prefix isl was reported by checkpatch.pl warning for

[GIT PULL] Staging driver fixes for 3.18-rc4

2014-11-08 Thread Greg KH
The following changes since commit 0df1f2487d2f0d04703f142813d53615d62a1da4: Linux 3.18-rc3 (2014-11-02 15:01:51 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-3.18-rc4 for you to fetch changes up to

Re: [PATCH] staging: skein: fixed sparse warnings related to static declarations

2014-11-08 Thread Jason Cooper
On Sat, Nov 08, 2014 at 04:49:18PM +0100, Niklas Svensson wrote: drivers/staging/skein/skein_generic.c:30:5: warning: symbol 'skein256_update' was not declared. Should it be static? drivers/staging/skein/skein_generic.c:65:5: warning: symbol 'skein512_update' was not declared. Should it be

[PATCH] rtl8188eu: Remove unnecessary braces for simple return in xmit_linux.c

2014-11-08 Thread Krzysztof Konopko
scripts/checkpatch.pl reports a coding style problem in xmit_linux.c WARNING:BRACES: braces {} are not necessary for single statement blocks #61852: FILE: rtl8188eu/os_dep/xmit_linux.c:70: This patch removes unnecessary braces. Signed-off-by: Krzysztof Konopko k...@konagma.com ---

Re: PATCH: Fix coding style warning.

2014-11-08 Thread Dan Carpenter
On Sat, Nov 08, 2014 at 06:39:06PM +0200, sharon wrote: Fix coding style warning. (First submission, sorry in advance for any dumb stuff I'm missing. Let me know and I'll fix it.) Everyone's first patch is rejected. 1) You need to work against linux-next. 2) Fix the subject: [PATCH]

Dear Friend

2014-11-08 Thread Pedro Quezada
Wife and I Pedro Quezada won 338 Million USD in a Powerball lottery 6-49 in March, 2013 and I have decided to donate the sum of 2M USD to you. Contact me via my personal email for more details (qpedr...@yahoo.com) You can verify our story by visiting the web page below.

Re: [PATCH] rtl8188eu: Remove unnecessary braces for simple return in xmit_linux.c

2014-11-08 Thread Joe Perches
On Sat, 2014-11-08 at 22:14 +0100, Krzysztof Konopko wrote: scripts/checkpatch.pl reports a coding style problem in xmit_linux.c [] diff --git a/drivers/staging/rtl8188eu/os_dep/xmit_linux.c b/drivers/staging/rtl8188eu/os_dep/xmit_linux.c [] @@ -67,9 +67,8 @@ uint _rtw_pktfile_read(struct

[PATCH] drivers: staging: lustre: Kconfig: Let LUSTRE_LLITE_LLOOP depend on all !*_64K* page

2014-11-08 Thread Chen Gang
It does not support 64K page, so let it disabled for 64K page under all architectures. The related error (with allmodconfig under tile): CC [M] drivers/staging/lustre/lustre/llite/lloop.o In file included from