First  |  Prev |  Next  |  Last
Pages: 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
lib: vsprintf: optimised put_dec_trunc() and put_dec_full()
2010/8/10 Michał Nazarewicz <m.nazarewicz(a)samsung.com>: On Sunday 08 August 2010 21:29, Michal Nazarewicz wrote: +       /* +        * '(x * 0xcccd) >> 19' is an approximation of 'x / 10' that +        * gives correct results for all x < 81920.  However, because +        * intermediate resu... 10 Aug 2010 12:28
[git pull] Input updates for 2.6.36-rc0
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus or master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive 2nd round of updates for the input subsystem. The main change is from Daniel Mack to allocate memory to hold ABS data in inp... 10 Aug 2010 12:28
kmemleak: Fix false positive with alias
Hi Catalin, From: Hiroshi DOYU <Hiroshi.DOYU(a)nokia.com> Subject: Re: [RFC][PATCH 0/1] kmemleak: Fix false positive with alias Date: Tue, 29 Jun 2010 07:44:23 +0300 (EEST) From: ext Catalin Marinas <catalin.marinas(a)arm.com> Subject: Re: [RFC][PATCH 0/1] kmemleak: Fix false positive with alias Date: Mon, ... 10 Aug 2010 12:28
[PATCH] power: Remove owner field from attribute initialization code in OLPC driver
Signed-off-by: Guenter Roeck <guenter.roeck(a)ericsson.com> --- drivers/power/olpc_battery.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/power/olpc_battery.c b/drivers/power/olpc_battery.c index baefcf1..5ab9109 100644 --- a/drivers/power/olpc_battery.c +++ b/drivers/power/ol... 10 Aug 2010 12:28
regulator: Remove default DEBUG define from TPS6586x
Mark Brown wrote: Signed-off-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com> Acked-by: Mike Rapoport <mike(a)compulab.co.il> --- drivers/regulator/tps6586x-regulator.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/regulator/tps6586x-regulator.c b/drivers/reg... 10 Aug 2010 13:35
regulator: tps6586x - add regulator_unregister() in tps6586x_regulator_remove()
Mark Brown wrote: On Mon, Aug 09, 2010 at 03:58:06PM +0800, Axel Lin wrote: Signed-off-by: Axel Lin <axel.lin(a)gmail.com> Acked-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com> Acked-by: Mike Rapoport <mike(a)compulab.co.il> - platform_set_drvdata(pdev, ri); + platform_set_drvdata(... 10 Aug 2010 12:28
[PATCH] regulator: Remove default DEBUG define from TPS6586x
Signed-off-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com> --- drivers/regulator/tps6586x-regulator.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/regulator/tps6586x-regulator.c b/drivers/regulator/tps6586x-regulator.c index 3c2eee8..fd14c59 100644 --- a/drivers/regulato... 10 Aug 2010 11:21
percpu: use INT_MAX as sentinel value of unit_map
On 08/10/2010 04:58 PM, Namhyung Kim wrote: unit_map is a pointer to int so it would be more reasonable to use INT_MAX as sentinel value. Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> Hmmm... yeah unit_map used to be uint. I'd much prefer -1 (which would actually result in the same code BTW) over I... 10 Aug 2010 11:21
USB device getting different product ids
Heya, Admittedly I am using an older kernel, but I was wondering if a USB device can get different product ids on being plugged in at different times. I have one of these nice USB modems to connect to the internet .. It is one of these huawei devices. Now, most of the times, it gets detected with vendor id 0x12d... 10 Aug 2010 16:55
regulator: tps6586x - add regulator_unregister() in tps6586x_regulator_remove()
On Mon, Aug 09, 2010 at 03:58:06PM +0800, Axel Lin wrote: Signed-off-by: Axel Lin <axel.lin(a)gmail.com> Acked-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com> - platform_set_drvdata(pdev, ri); + platform_set_drvdata(pdev, rdev); This would've been easier to review if you'd mentioned in the... 10 Aug 2010 13:35
First  |  Prev |  Next  |  Last
Pages: 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87