power_supply: bq27x00: add status and time properties
On Sat, Feb 27, 2010 at 05:06:09PM +0200, Grazvydas Ignotas wrote: The BQ27x00 series of chips can report time-to-empty and time-to-full, so let's add corresponding properties. Also report charge status based on status flag register. Signed-off-by: Grazvydas Ignotas <notasas(a)gmail.com> --- Applied... 27 Feb 2010 11:00
power_supply: bq27x00: fix voltage and current units
On Sat, Feb 27, 2010 at 05:06:44PM +0200, Grazvydas Ignotas wrote: The chip returns voltage and current in mV and mA, but power supply class uses uV and uA, so add missing conversion. Signed-off-by: Grazvydas Ignotas <notasas(a)gmail.com> --- Applied. Thanks! -- Anton Vorontsov email: cbouatma... 27 Feb 2010 11:00
[GIT PULL] x86/gpu change for v2.6.34
Linus, Please pull the latest x86-gpu-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git x86-gpu-for-linus Thanks, Ingo ------------------> Dave Airlie (1): x86-64: Allow fbdev primary video code arch/x86/Makefile | 2 -- arch/x86/i... 27 Feb 2010 11:00
[PATCH 1/2] power_supply: bq27x00: add status and time properties
The BQ27x00 series of chips can report time-to-empty and time-to-full, so let's add corresponding properties. Also report charge status based on status flag register. Signed-off-by: Grazvydas Ignotas <notasas(a)gmail.com> --- drivers/power/bq27x00_battery.c | 81 ++++++++++++++++++++++++++++++++++++++- 1 files... 27 Feb 2010 11:00
[PATCH 2/2] power_supply: bq27x00: fix voltage and current units
The chip returns voltage and current in mV and mA, but power supply class uses uV and uA, so add missing conversion. Signed-off-by: Grazvydas Ignotas <notasas(a)gmail.com> --- drivers/power/bq27x00_battery.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/power/bq27x00_batt... 27 Feb 2010 11:00
[GIT PULL] perf/core changes for v2.6.34
Linus, Please pull the latest perf-core-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git perf-core-for-linus It was a very busy cycle for perf, with lots of improvements: 131 files changed, 8461 insertions(+), 3335 deletions(-) A few highlights: - New... 27 Feb 2010 09:54
mdadm software raid + ext4, capped at ~350MiB/s limitation/bug?
Hello, I have two separate systems and with ext4 I cannot get speeds greater than ~350MiB/s when using ext4 as the filesystem on top of a raid5 or raid0. It appears to be a bug with ext4 (or its just that ext4 is slower for this test)? Each system runs 2.6.33 x86_64. Can someone please confirm? Here is... 28 Feb 2010 11:05
x86: Fix out of order gsi -- add remap_ioapic_gsi_to_irq()
Causes: arch/x86/kernel/apic/io_apic.c:1042: error: implicit declaration of function ?remap_ioapic_gsi_to_irq? Please send delta fix. Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at ... 27 Feb 2010 08:48
[tip:tracing/core] tracing/kprobes: Make Kconfig dependencies generic
Commit-ID: f850c30c8b426ba1688cb63b1a3e534eed03a138 Gitweb: http://git.kernel.org/tip/f850c30c8b426ba1688cb63b1a3e534eed03a138 Author: Heiko Carstens <heiko.carstens(a)de.ibm.com> AuthorDate: Wed, 10 Feb 2010 17:25:17 +0100 Committer: Frederic Weisbecker <fweisbec(a)gmail.com> CommitDate: Wed, 17 Feb 2010 13... 27 Feb 2010 08:48
Export per-tid and per-tgid cputime in nanoseconds.
On Fri, 2010-02-26 at 18:03 -0800, Divyesh Shah wrote: This can be used by applications to get finer granularity cputime usage on platforms that use timestamp counters or HPET. I guess the patch looks good, I'm just not sure what HPET got to do with anything.. the scheduler certainly doesn't use HPET for time... 27 Feb 2010 07:43