[040/136] USB: serial: ftdi_sio: new hardware support - hameg power supply
2.6.31-stable review patch. If anyone has any objections, please let us know. ------------------ From: Pawel Ludwikow <pludwiko(a)rab.ict.pwr.wroc.pl> commit e7d7fcc09ebde1ea1773521ecab5a3f0ad6bef6e upstream. I'd like to present my small patch enabling to use Hameg HM8143 programmable power supply with linux.... 1 Oct 2009 22:56
[062/136] drm/i915: Remove DAC disable in CRT force detect on IGDNG
2.6.31-stable review patch. If anyone has any objections, please let us know. ------------------ From: Zhenyu Wang <zhenyuw(a)linux.intel.com> commit 730915d65f9e763de9dc26c5f1b8abaae775b243 upstream. This is not required on newer stepping hardware to get reliable force detect status. Removing this fixes scre... 1 Oct 2009 22:56
[068/136] can: fix NOHZ local_softirq_pending 08 warning
2.6.31-stable review patch. If anyone has any objections, please let us know. ------------------ From: Oliver Hartkopp <oliver(a)hartkopp.net> commit 481a8199142c050b72bff8a1956a49fd0a75bbe0 upstream. When using nanosleep() in an userspace application we get a ratelimit warning NOHZ: local_softirq_pending 0... 1 Oct 2009 22:56
[092/136] tty: USB serial termios bits
2.6.31-stable review patch. If anyone has any objections, please let us know. ------------------ From: Alan Cox <alan(a)linux.intel.com> commit fe1ae7fdd2ee603f2d95f04e09a68f7f79045127 upstream. Various drivers have hacks to mangle termios structures. This stems from the fact there is no nice setup hook for c... 1 Oct 2009 22:55
[007/136] USB: option: TELIT UC864G support
2.6.31-stable review patch. If anyone has any objections, please let us know. ------------------ From: Manuel Lauss <manuel.lauss(a)googlemail.com> commit ce60c48871d2b3a15ab3fa2450e783bebb4ae407 upstream. Add ID for Telit UC-864G GPS/UMTS/WCDMA modem and GPS receiver to the option driver. Signed-off-by: M... 1 Oct 2009 21:50
[039/136] mtd: cfi_cmdset_0002: add 0xFF intolerance for M29W128G
2.6.31-stable review patch. If anyone has any objections, please let us know. ------------------ From: Massimo Cirillo <maxcir(a)gmail.com> commit 23af51ecfb04ff65bae51bd8e2270f4449abc789 upstream. The M29W128G Numonyx flash devices are intolerant to any 0xFF command: in the Cfi_util.c the function cfi_qry_mo... 1 Oct 2009 21:50
[Bug #14157] end_request: I/O error, dev cciss/cXdX, sector 0
This message has been generated automatically as a part of a report of regressions introduced between 2.6.30 and 2.6.31. The following bug entry is on the current list of known regressions introduced between 2.6.30 and 2.6.31. Please verify if it still should be listed and let me know (either way). Bug-Entr... 1 Oct 2009 19:36
dynamic_debug.h/kernel.h: Remove KBUILD_MODNAME from dynamic_pr_debug
On Wed, Sep 30, 2009 at 01:36:17PM -0700, Joe Perches wrote: If CONFIG_DYNAMIC_DEBUG is enabled and a source file has: #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/kernel.h> dynamic_debug.h will duplicate KBUILD_MODNAME in the output string. Remove the use of KBUILD_MODNAME ... 1 Oct 2009 17:20
acpi: use queue_work_on() instead of binding workqueue worker to cpu0
Tejun Heo <tj(a)kernel.org> wrote: - kacpid_wq = create_singlethread_workqueue("kacpid"); - bind_workqueue(kacpid_wq); - kacpi_notify_wq = create_singlethread_workqueue("kacpi_notify"); - bind_workqueue(kacpi_notify_wq); - kacpi_hotplug_wq = create_singlethread_workqueue("kacpi_hotplug"); - bind_workq... 1 Oct 2009 09:27
[PATCH 2/2] LIS3LV02D: I2C support
I2C bus support for lis3lv02d and variant accelerometer chips Signed-off-by: Samu Onkalo <samu.p.onkalo(a)nokia.com> --- drivers/hwmon/Kconfig | 17 ++++ drivers/hwmon/Makefile | 1 + drivers/hwmon/lis3lv02d_i2c.c | 183 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 201 insertio... 1 Oct 2009 06:11