First  |  Prev |  Next  |  Last
Pages: 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458
[PATCH] Staging: comedi: drivers: Code style issues
From: Chihau Chau <chihau(a)gmail.com> This fix some lines over 80 characters. Signed-off-by: Chihau Chau <chihau(a)gmail.com> --- drivers/staging/comedi/drivers.c | 17 ++++++++--------- 1 files changed, 8 insertions(+), 9 deletions(-) diff --git a/drivers/staging/comedi/drivers.c b/drivers/staging/comedi/d... 22 Jul 2010 13:36
Bluetooth: hidp: Add support for hidraw HIDIOCGFEATURE and HIDIOCSFEATURE
On 07/22/2010 11:21 AM, Marcel Holtmann wrote: what is usb-hid.ko doing here? I would expect a bunch of code duplication with minor difference between USB and Bluetooth. usbhid doesn't have a lot of code for hidraw. Two functions are involved: u... 22 Jul 2010 13:36
[PATCH 5/5] staging: wlan-ng: remove own bin2hex converter
In kernel we have hex_asc_hi and hex_asc_lo macroses to do the job. Signed-off-by: Andy Shevchenko <andy.shevchenko(a)gmail.com> --- drivers/staging/wlan-ng/prism2sta.c | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wlan-ng/prism2sta.c b/drivers/staging/wlan-ng/pris... 22 Jul 2010 13:36
[PATCH 0/5] staging: clean up code a bit, use kernel native methods
Andy Shevchenko (5): staging: remove unused methods staging: panel: change own pieces of code by strtoul() staging: rtl8192su: don't use own isxdigit() method staging: wlags49_h2: remove custom hex_to_bin() method staging: wlan-ng: remove own bin2hex converter drivers/staging/otus/apdbg.c ... 22 Jul 2010 13:36
[PATCH 2/5] staging: panel: change own pieces of code by strtoul()
We have nice method simple_strtoul() to convert string to numbers which could be used here. Signed-off-by: Andy Shevchenko <andy.shevchenko(a)gmail.com> --- drivers/staging/panel/panel.c | 19 +++++++------------ 1 files changed, 7 insertions(+), 12 deletions(-) diff --git a/drivers/staging/panel/panel.c b/d... 22 Jul 2010 13:36
[PATCH 4/5] staging: wlags49_h2: remove custom hex_to_bin() method
Signed-off-by: Andy Shevchenko <andy.shevchenko(a)gmail.com> --- drivers/staging/wlags49_h2/wl_util.c | 37 +--------------------------------- drivers/staging/wlags49_h2/wl_util.h | 2 - 2 files changed, 1 insertions(+), 38 deletions(-) diff --git a/drivers/staging/wlags49_h2/wl_util.c b/drivers/staging/wlag... 22 Jul 2010 13:36
xstat: Add a pair of system calls to make extended file stats available [ver #6]
On Thu, 2010-07-22 at 09:40 -0700, Linus Torvalds wrote: On Thu, Jul 22, 2010 at 9:27 AM, Jeremy Allison <jra(a)samba.org> wrote: On Thu, Jul 22, 2010 at 08:47:46AM -0700, Linus Torvalds wrote: Tell me why we shouldn't just do this right? No, ctime isn't the same as Windows "create time". U... 13 Aug 2010 14:40
perf annotate segfaults when source code has goto label that looks like hex number
On Thu, Jul 22, 2010 at 11:33:45AM -0300, Arnaldo Carvalho de Melo wrote: Em Thu, Jul 22, 2010 at 10:20:44AM +0300, Gleb Natapov escreveu: strtoull() returns valid number when it gets line with label and following test passes too. I can't think of a way to unambiguously distinguish between label and v... 22 Jul 2010 15:49
[PATCH 2/5] Package Level Thermal Control and Power Limit Notification: pkgtemp hwmon driver
This patch adds a hwmon driver for package level thermal control. The driver dumps package level thermal information through sysfs interface so that upper level application (e.g. lm_sensor) can retrive the information. Instead of having the package level hwmon code in coretemp, I write a seperate driver pkgtemp b... 22 Jul 2010 12:30
[PATCH 5/5] Package Level Thermal Control and Power Limit Notification: pkgtemp doc
Document for package level thermal hwmon driver. Signed-off-by: Fenghua Yu <fenghua.yu(a)intel.com> Reviewed-by: Len Brown <len.brown(a)intel.com> --- pkgtemp | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+) diff --git a/Documentation/hwmon/pkgtemp b/Documentation/hwmon/pkgtemp ... 22 Jul 2010 12:30
First  |  Prev |  Next  |  Last
Pages: 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458