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 ot
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
Signed-off-by: Liu Ying
---
Changes from v2:
-Just added Shawn G
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
---
drivers/staging/rtl8188eu/os_
From: Wei Yongjun
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 'cleanup_lib_module' was not declared. Should it
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: at Full Speed(12Mbps)
unknown vendor : unknown product (1687:6211)
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
---
drivers/staging/wlags49_h2/wl_version.h | 4
1 file changed, 4 deletions
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
---
drivers/staging/rtl8188eu/os_dep/usb_intf.c | 1 -
1 file changed, 1 deletion
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
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
---
driv
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
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: at Full Speed(12Mbps)
unknown vendor : unknown product (1687:6211)
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 P
On Monday, December 23, 2013 9:51 AM, Bernd Porr wrote:
> Hi Hartley,
Please don't top-post. ;-)
> 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 ne
On Sunday, December 22, 2013 1:30 PM, Bernd Porr wrote:
>
> Hi all,
>
> I've added a success / fail message to comedi autoconfig. That's badly
> needed to see which driver has been associated with which comedi dev in
> udev. Also, as far as I know an error in the USB probe callback won't
> caus
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
From: Roger Tseng
Realtek USB memstick host driver provides memstick host support based on the
Realtek USB card reader MFD driver.
Signed-off-by: Roger Tseng
---
drivers/memstick/host/Kconfig | 10 +
drivers/memstick/host/Makefile | 1 +
drivers/memstick/host/rtsx_usb_ms.c | 856
From: Roger Tseng
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
---
drivers/mfd/Kconfig | 10 +
drivers/mfd/Makefile
From: Roger Tseng
Realtek USB SD/MMC host driver provides mmc host support based on the Realtek
USB card reader MFD driver.
Signed-off-by: Roger Tseng
---
drivers/mmc/host/Kconfig |7 +
drivers/mmc/host/Makefile |1 +
drivers/mmc/host/rtsx_usb_sdmmc.c | 1511 ++
From: Roger Tseng
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 replace the staging driv
On Sun, Dec 22, 2013 at 12:19:52PM +0800, Liu Ying wrote:
> 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?
>
> Signed-off-by:
20 matches
Mail list logo