Staging: Comedi: Drivers: Fix coding style issues in dt2801.c
2010/4/21 Joe Perches <joe(a)perches.com> On Wed, 2010-04-21 at 22:46 -0500, Gustavo Silva wrote: �drivers/staging/comedi/drivers/dt2801.c | �100 ++++++++++++++----------------- �1 files changed, 44 insertions(+), 56 deletions(-) Hi Gustavo. �A couple of trivial comments. diff --git a/driver... 23 Apr 2010 17:50
Staging: Comedi: Drivers: Fix coding style issues in dt2801.c
On Wed, 2010-04-21 at 22:46 -0500, Gustavo Silva wrote: drivers/staging/comedi/drivers/dt2801.c | 100 ++++++++++++++----------------- 1 files changed, 44 insertions(+), 56 deletions(-) Hi Gustavo. A couple of trivial comments. diff --git a/drivers/staging/comedi/drivers/dt2801.c b/drivers/staging/come... 23 Apr 2010 17:50
[RFC PATCH 5/5] HSI CHAR: Add HSI char device kernel configuration
From: Andras Domokos <andras.domokos(a)nokia.com> Add HSI character device kernel configuration Signed-off-by: Andras Domokos <andras.domokos(a)nokia.com> --- drivers/hsi/Kconfig | 1 + drivers/hsi/Makefile | 2 +- drivers/hsi/clients/Kconfig | 11 +++++++++++ drivers/hsi/clients/Makef... 23 Apr 2010 17:50
[RFC PATCH 0/5] HSI framework and drivers
Hi ! I have been working on a new proposal to support HSI/SSI drivers in the kernel. I would be very glad to get your feedback about this proposal. This patch series introduces the HSI framework, an SSI driver for OMAP and a generic character device for HSI/SSI devices. SSI, which is a legacy version of HSI... 23 Apr 2010 17:50
USBIP (staging) driver's dependency on drivers/usb/core internal headers
On Fri, Apr 23, 2010 at 12:44:11PM +0200, Eric Lescouet wrote: Hi, The USBIP modules (and some others) have a direct dependency on the following headers: - drivers/usb/core/hdc.h (struct usb_hcd and various routines) - drivers/usb/core/hub.h (couple of constants) Because those headers are not part of ... 24 Apr 2010 11:39
core: workque: workqueue recursion when unplugging usb WCDMA modem on 2.6.32 kernel
On Wed, Apr 21, 2010 at 08:15:52PM -0700, YuPing Luo wrote: On Tue, Apr 20, 2010 at 11:27:55PM -0700, YuPing Luo wrote: Is your console on a usb to serial device? Or a serial port? if usb to serial, can you try .33-rc5 and let us know if that solves the problem? greg k-h The console is... 23 Apr 2010 17:50
[BUG] a WARNING and a BUG from kernel/lockdep.c
Maybe this is caused by commit bd6d29c25bb1a24a4c160ec5de43e0004e01f72b ("lockstat: Make lockstat counting per cpu") ? ============================ ------------[ cut here ]------------ WARNING: at kernel/lockdep.c:2301 trace_hardirqs_on_caller+0x210/0x220() Hardware name: Aspire SA85 ... 23 Apr 2010 17:50
[PATCH] net: change recvform to return same address length as getsockname on unnamed unix sockets
unix_*_recvmsg() returns zero-length sockaddr if the sender is an unnamed AF_UNIX socket. Change it to return a two-byte sockaddr with just the address family, to be consistent with unix_getname(). Signed-off-by: Pavel Pergamenshchik <ppergame(a)gmail.com> --- Minimal example at http://xzrq.net/uaddrwtf.c Solar... 23 Apr 2010 17:50
Q: sched_clock() vs. clocksource, how to implement correctly
Hi, I'm trying to figure out how to correctly implement sched_clock() for an ARM board. However, looking at existing implementations leaves me rather confused. E.g. arch/arm/mach-u300/timer.c has static cycle_t u300_get_cycles(struct clocksource *cs) { return (cycles_t) readl(U300_TIMER_APP_VBASE + U300_... 26 Apr 2010 20:37
add usb_add_bus() function for usb bus list
On Fri, Apr 23, 2010 at 02:45:45PM +0900, Tomohiro Kusumi wrote: Hi, This patch makes usbcore driver sort usb bus on the usb_bus_list by busnum when registering a new bus instance. No one should care about this. In current implementation a new bus instance is simply added in front of existing busse... 23 Apr 2010 17:50