[PATCH 2/2] e1000e: Don't disable jumbo frames on 82537L due to eeprom contents
According to the 82537L errata, jumbo frames will work correctly if ASPM is disabled. Since we disable ASPM on these devices, leave jumbo frames enabled. Signed-off-by: Matthew Garrett <mjg(a)redhat.com> --- drivers/net/e1000e/82571.c | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) diff... 9 Feb 2010 18:34
drivers: dream: Codestyle fix
On Tue, Feb 09, 2010 at 11:59:07PM +0100, Jochen Maes wrote: Fixed Codestyle issues Signed-off-by: Jochen Maes <jochen.maes(a)sejo.be> --- drivers/staging/dream/pmem.c | 26 ++++++++++++-------------- 1 files changed, 12 insertions(+), 14 deletions(-) diff --git a/drivers/staging/dream/pmem.... 9 Feb 2010 18:34
[PATCH 1/2] e1000e: Only disable ASPM on 82573L devices
The 82537 errata and comment in e1000e_disable_l1aspm both agree that only 82537L devices are affected. Limit the L1 disable to them. Signed-off-by: Matthew Garrett <mjg(a)redhat.com> --- drivers/net/e1000e/netdev.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/net/e1000e/n... 9 Feb 2010 18:34
Stop Bad Credit History
Global Springer Link Finance Investments!!! * Arrangements to Borrow up to $50,000,000.00 * Flexible loan terms and conditions. *Interest rates as low as 3%. *Choose between 1 to 35 years repayment period. *Choose between monthly and annual repayment plan Please apply for Global Springer Link Finance Inve... 9 Feb 2010 18:34
[PATCH] scsi: zorro7xx: braces code style fix
This is just a tiny coding style fix for the scsi/zorro7xx.c file. FOSDEM GregKH talk helped this patch come to life. Signed-off-by: Cosimo Streppone <cosimo(a)cpan.org> --- drivers/scsi/zorro7xx.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/zorro7xx.c b/drivers/scs... 9 Feb 2010 18:34
[PATCH v2 2/3] powerpc: doc/dts-bindings: document mpc5121 psc uart dts-bindings
Support for MPC5121 PSC UART in the mpc52xx_uart driver added new DTS properties for FSL MPC5121 PSC FIFO Controller. Provide documentation of the new properties and some examples. Signed-off-by: Anatolij Gustschin <agust(a)denx.de> Acked-by: Grant Likely <grant.likely(a)secretlab.ca> --- No changes since v1. .... 9 Feb 2010 17:25
[PWM PATCH 3/7] Expunge old Atmel PWMC driver, replacing it with one that conforms to the PWM API
Signed-off-by: Bill Gatliff <bgat(a)billgatliff.com> --- drivers/misc/Makefile | 1 - drivers/misc/atmel_pwm.c | 409 -------------------------------- drivers/pwm/atmel-pwm.c | 590 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 590 insertions(+), 410 deletions(-) delete mode 100644 dr... 9 Feb 2010 16:17
[PWM PATCH 4/7] Implements PWM-based LED control
Signed-off-by: Bill Gatliff <bgat(a)billgatliff.com> --- drivers/leds/leds-pwm.c | 224 ++++++++++++++++++++++++------------------- include/linux/pwm/pwm-led.h | 33 +++++++ 2 files changed, 157 insertions(+), 100 deletions(-) create mode 100644 include/linux/pwm/pwm-led.h diff --git a/drivers/leds/led... 9 Feb 2010 16:17
[patch v2 4/4] ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSET
Generic support for PTRACE_GETREGSET/PTRACE_SETREGSET commands which export the regsets supported by each architecture using the correponding NT_* types. 'addr' parameter for the ptrace system call encode the REGSET type and the buffer length. 'data' parameter points to the user buffer. ptrace(PTRACE_GETREGSE... 9 Feb 2010 16:16
[patch v2 0/4] updated ptrace/core-dump patches for supporting xstate - V2
Patches are on top of the -tip/master tree. First patch in the series reverts the first version of the patch that went into the -tip tree. Changes from v1: a. Split the patch into multiple patches. b. Fix some bugs and coding style changes based on Roland's feedback. c. Add generic PTRACE_GETREGSET/PTRACE_SETRE... 9 Feb 2010 16:16