First  |  Prev |  Next  |  Last
Pages: 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892
[PATCH] usb: xhci: fixed brace and spacing coding style issues
Fixed brace and spacing coding style issues. Signed-off-by: Nicolas Kaiser <nikai(a)nikai.net> --- drivers/usb/host/pci-quirks.c | 3 +-- drivers/usb/host/xhci-mem.c | 4 ++-- drivers/usb/host/xhci-pci.c | 2 +- drivers/usb/host/xhci-ring.c | 2 +- drivers/usb/host/xhci.c | 9 +++------... 26 Jun 2010 16:18
[PATCH 1/2] block: fix leaks associated with discard request payload
Fix leaks introduced via "block: don't allocate a payload for discard request" commit a1d949f5f44. sd_done() is not called for REQ_TYPE_BLOCK_PC commands so cleanup discard request's payload directly in scsi_finish_command(). Also cleanup page allocated for discard payload in scsi_setup_discard_cmnd's scsi_set... 26 Jun 2010 16:18
[PATCH 2/2] Add oops end marker to lib/bug.c WARN implementation
We are missing the oops end marker for the exception based WARN implementation in lib/bug.c. This is useful for logfile analysis tools. Signed-off-by: Anton Blanchard <anton(a)samba.org> --- Index: linux-2.6/include/linux/kernel.h =================================================================== --- linux-2... 26 Jun 2010 16:18
[PATCH 1/2] Make lib/bug.c WARN implementation match the kernel/panic.c one
There are a few issues with the exception based WARN implementation in lib/bug.c: - Inconsistent printk flags. The "cut here" line is printed at KERN_EMERG, so the console and all logged in users see the single line: ------------[ cut here ]------------ for each WARN. Fix this so we print everything at... 26 Jun 2010 16:18
[PATCH v5 0/3] hwmon: Driver for SMM665 Six-Channel Active DC Output Controller/Monitor
This patchset adds support for the monitoring features of the Summit Microelectronics SMM665 Six-Channel Active DC Output Controller/Monitor. Resend: Looks like copies to the mailing lists got lost the first time around. My apologies if you recveive this twice. ------ v2 changes: - Added (untested) support ... 26 Jun 2010 15:13
[PATCH v5 2/3] hwmon: SMM665 driver documentation
Signed-off-by: Guenter Roeck <guenter.roeck(a)ericsson.com> Acked-by: Jonathan Cameron <jic23(a)cam.ac.uk> --- Documentation/hwmon/smm665 | 157 ++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 157 insertions(+), 0 deletions(-) create mode 100644 Documentation/hwmon/smm665 diff --git a/Documentation... 26 Jun 2010 15:13
[PATCH v5 3/3] hwmon: Update MAINTAINERS for smm665 driver
Signed-off-by: Guenter Roeck <guenter.roeck(a)ericsson.com> --- MAINTAINERS | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 6d119c9..1c196ad 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5205,6 +5205,13 @@ M: Nicolas Pitre <nico(a)fluxnic.net> S: O... 26 Jun 2010 15:13
i915 in kernel 2.6.35-rc3, high number of wakeups
Hi all. I was testing kernel 2.6.35-rc3 and I noticed that maybe there's a little regression: the module "i915" shows an high number of wakeups in powertop (60-72) on an otherwise idle laptop. This is not happening on kernel 2.6.34 that works fine (few or no i915 wakeups when idle ). I'm using a Toshiba Satellite L... 26 Jun 2010 14:07
[PATCH] PM: Make it possible to avoid wakeup events from being lost
On Sat, 26 Jun 2010, David Brownell wrote: This is a repeat of an issue I posted before, but which for some reason I never saw email back ... I replied to one of your emails on this topic. Maybe you didn't see the reply. basically, I think the notion of counting wakeup events seems dubious on comm... 29 Jun 2010 16:17
i2c/mips: Fix error return codes from Sibyte i2c bus driver
On Sat, 26 Jun 2010 17:14:59 +0100 (BST), Maciej W. Rozycki wrote: On Tue, 22 Jun 2010, Guenter Roeck wrote: @@ -104,7 +104,7 @@ static int smbus_xfer(struct i2c_adapter *i2c_adap, u16 addr, if (error & M_SMB_ERROR) { /* Clear error bit by writing a 1 */ csr_out32(M_SM... 26 Jun 2010 13:01
First  |  Prev |  Next  |  Last
Pages: 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892