[PATCH] staging: imx-drm: add missing MFD_SYSCON dependency for LDB

2013-07-31 Thread Jingoo Han
Added missing MFD_SYSCON dependency for LVDS display bridge in order to fix the following link error. drivers/staging/imx-drm/imx-ldb.c:484: undefined reference to `syscon_regmap_lookup_by_phandle' Signed-off-by: Jingoo Han --- drivers/staging/imx-drm/Kconfig |2 +- 1 file changed, 1 inser

Re: [PATCH] USBIP:stub_dev.c fixing string splitted into multiple line issue

2013-07-31 Thread Julia Lawall
On Wed, 31 Jul 2013, Kumar Gaurav wrote: > Fixed String splitted into multiple line issue using macro I'm not an expert on this kind of style issue, but I prefer strings that look like strings. julia > Signed-off-by: Kumar Gaurav > --- > drivers/staging/usbip/stub_dev.c | 17 ++---

[PATCH] USBIP:stub_dev.c fixing string splitted into multiple line issue

2013-07-31 Thread Kumar Gaurav
Fixed String splitted into multiple line issue using macro Signed-off-by: Kumar Gaurav --- drivers/staging/usbip/stub_dev.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/drivers/staging/usbip/stub_dev.c b/drivers/staging/usbip/stub_dev.c index 83d629a.

LE CONTACTO PARA UN PROYECTO DE DONACIÓN

2013-07-31 Thread FLORENCE PATROZA DOMINIQUE
Hola querida Disculpe cómo me puse en contacto con usted porque no puedo esperar demasiado tiempo. Sé que es difícil tomar esta decisión, pero estoy sin remordimientos porque no tengo más remedio que decidí poner todo mi propiedad o de su material o financiera a su disposición, incluida una

Re: [PATCH 1/2] staging: zram: add Crypto API support

2013-07-31 Thread Minchan Kim
Hello, On Tue, Jul 30, 2013 at 02:30:48PM +0200, Piotr Sarna wrote: > Current version of zram does not allow any substitution of a default > compression algorithm. Therefore, I decided to change the existing > implementation of page compression by adding Crypto API compability. > > All direct cal

Re: [PATCH 1/2] staging: zram: add Crypto API support

2013-07-31 Thread Piotr Sarna
On 07/31/2013 02:49 PM, Greg KH wrote: > On Wed, Jul 31, 2013 at 12:16:36PM +0200, Piotr Sarna wrote: >> Hi, >> >> On 07/30/2013 03:53 PM, Greg KH wrote: >>> On Tue, Jul 30, 2013 at 02:30:48PM +0200, Piotr Sarna wrote: Current version of zram does not allow any substitution of a default c

Re: [PATCH 1/2] staging: zram: add Crypto API support

2013-07-31 Thread Greg KH
On Wed, Jul 31, 2013 at 12:16:36PM +0200, Piotr Sarna wrote: > Hi, > > On 07/30/2013 03:53 PM, Greg KH wrote: > > On Tue, Jul 30, 2013 at 02:30:48PM +0200, Piotr Sarna wrote: > >> Current version of zram does not allow any substitution of a default > >> compression algorithm. Therefore, I decided

Re: [PATCH 1/2] staging: zram: add Crypto API support

2013-07-31 Thread Piotr Sarna
Hi, On 07/30/2013 03:53 PM, Greg KH wrote: > On Tue, Jul 30, 2013 at 02:30:48PM +0200, Piotr Sarna wrote: >> Current version of zram does not allow any substitution of a default >> compression algorithm. Therefore, I decided to change the existing >> implementation of page compression by adding Cr

[PATCH 1/2] staging: xillybus: Removed dependency on OF_DEVICE in Kconfig

2013-07-31 Thread Eli Billauer
This variable was removed from the kernel a while ago. Signed-off-by: Eli Billauer --- drivers/staging/xillybus/Kconfig |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/xillybus/Kconfig b/drivers/staging/xillybus/Kconfig index 459d050..8a4181f 100644 --

[PATCH 2/2] staging: xillybus: Fixed sparse errors

2013-07-31 Thread Eli Billauer
Changes: * xillybus.h: __iomem added to struct xilly_endpoint -> registers to suppress "different address spaces" errors. * xillybus_core.c: __user added as required for the same reason. * The two member names of struct xilly_endpoint_hardware of the form sync_single_for_{cpu,device} were ch