[PATCH 0/3] Add modules for realtek USB card reader

2013-12-23 Thread rogerable
From: Roger Tseng rogera...@realtek.com This patchset adds modules to support Realtek USB vendor specific class flash card reader: one base module in MFD subsystem and two host modules in both mmc and memstick subsystems. The architecture is similar to rtsx_pci. This work is done primarily to

[PATCH 1/3] mfd: Add realtek USB card reader driver

2013-12-23 Thread rogerable
From: Roger Tseng rogera...@realtek.com Realtek USB card reader provides a channel to transfer command or data to flash memory cards. This driver exports host instances for mmc and memstick subsystems and handles basic works. Signed-off-by: Roger Tseng rogera...@realtek.com ---

[PATCH 2/3] mmc: Add realtek USB sdmmc host driver

2013-12-23 Thread rogerable
From: Roger Tseng rogera...@realtek.com Realtek USB SD/MMC host driver provides mmc host support based on the Realtek USB card reader MFD driver. Signed-off-by: Roger Tseng rogera...@realtek.com --- drivers/mmc/host/Kconfig |7 + drivers/mmc/host/Makefile |1 +

[PATCH 3/3] memstick: Add realtek USB memstick host driver

2013-12-23 Thread rogerable
From: Roger Tseng rogera...@realtek.com Realtek USB memstick host driver provides memstick host support based on the Realtek USB card reader MFD driver. Signed-off-by: Roger Tseng rogera...@realtek.com --- drivers/memstick/host/Kconfig | 10 + drivers/memstick/host/Makefile | 1 +

Please I really need you to stand as my Guardian.

2013-12-23 Thread jordia...@ono.com
Please I really need you to stand as my Guardian. I am contacting you because i needed your help in the management of a sum of fund that my late father Mr. Johnson Qattara. Left for me before he died. The fund is deposited in one of the finical house ($8.5 million u.s dollars ). I will offer

Re: patch to add a success/failure message to comedi autoconfig

2013-12-23 Thread Bernd Porr
Hi Hartley, it's essentially what I've also written within the patch but I can make the comment in the patch a bit meatier if you want. However, I'm travelling now and won't be able to work on it till new year probably. Best, /Bernd Hartley Sweeten wrote: On Sunday, December 22, 2013 1:30

[PATCH] staging: usbip: add support for viewing imported devices

2013-12-23 Thread Valentina Manea
As of Matt Mooney's major refactoring in 2011, usbip port option was left out. Add support for this option in a manner similar to the old implementation. Sample output: Imported USB devices Port 00: Port in Use at Full Speed(12Mbps) unknown vendor : unknown product

Re: [PATCH] staging: usbip: add support for viewing imported devices

2013-12-23 Thread Ilija Hadzic
On Mon, 23 Dec 2013, Valentina Manea wrote: As of Matt Mooney's major refactoring in 2011, usbip port option was left out. Add support for this option in a manner similar to the old implementation. Yeah, I guess most people (incluing myself) have been just happy with just cat-ing the files

[PATCH 0/7] Eliminate uses of __DATE__ and __TIME__

2013-12-23 Thread Josh Triplett
Using the __DATE__ and __TIME macros makes the kernel build non-deterministic. The kernel already optionally records this information at build time, so random kernel code shouldn't duplicate that. Eliminate all uses of __DATE__ and __TIME__, and then turn on a new GCC warning if available to make

[PATCH 4/7] staging: rts5139: Drop print of build time

2013-12-23 Thread Josh Triplett
The kernel already has this information, and individual drivers shouldn't duplicate that. This also eliminates the use of __TIME__, which makes the build non-deterministic. (And, without __DATE__, __TIME__ provided little useful information to begin with.) Signed-off-by: Josh Triplett

[PATCH 5/7] staging: wlags49_h2: Drop debug macro recording build date/time

2013-12-23 Thread Josh Triplett
The kernel already has this information, and individual drivers shouldn't duplicate that. This also eliminates the use of __DATE__ and __TIME__, which make the build non-deterministic. Signed-off-by: Josh Triplett j...@joshtriplett.org --- drivers/staging/wlags49_h2/wl_version.h | 4 1

[PATCH -next] Staging: silicom: fix sparse non static symbol warnings

2013-12-23 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn Fixes the following sparse warnings: drivers/staging/silicom/bypasslib/bypass.c:528:12: warning: symbol 'init_lib_module' was not declared. Should it be static? drivers/staging/silicom/bypasslib/bypass.c:534:13: warning: symbol

Re: [PATCH 3/7] staging: rtl8188eu: Drop print of build date/time

2013-12-23 Thread Larry Finger
On 12/23/2013 03:55 PM, Josh Triplett wrote: The kernel already has this information, and individual drivers shouldn't duplicate that. This also eliminates the use of __DATE__ and __TIME__, which make the build non-deterministic. Signed-off-by: Josh Triplett j...@joshtriplett.org ---

[PATCH v2] staging: imx-drm: imx-tve: Fix a sparse warning

2013-12-23 Thread Liu Ying
This patch declares the function of_get_tve_mode as a static one to fix this sparse warning: drivers/staging/imx-drm/imx-tve.c:563:11: warning: \ symbol 'of_get_tve_mode' was not declared. \ Should it be static? Acked-by: Shawn Guo shawn@linaro.org Signed-off-by: Liu Ying

Re: [PATCH v2] staging: usbip: add support for viewing imported devices

2013-12-23 Thread Ilija Hadzic
This looks better, but there are still two minor issues: You have one trailing whtespace error. Please the scripts/checkpatch.pl script on the patch and correct the error. The title of the commit message should indicate that this is an userspace patch (this seems to be the convention that