First  |  Prev |  Next  |  Last
Pages: 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513
ds2782_battery: Rename get_current and get_voltage operations
On Tue, Jul 20, 2010 at 01:02:55AM +0100, Ben Hutchings wrote: commit 9b9ade6b612e562c4a5bd02ef38cc32e10f3f9ba "ds2782_battery: Add support for ds2786 battery gas gauge" introduced an operation named get_current. Since get_current() is defined as a macro on some architectures this driver no longer compiles... 20 Jul 2010 09:09
v3 Allow memory_block to span multiple memory sections
On Mon, 19 Jul 2010 22:55:08 -0500 Nathan Fontenot <nfont(a)austin.ibm.com> wrote: Update the memory sysfs code that each sysfs memory directory is now considered a memory block that can contain multiple memory sections per memory block. The default size of each memory block is SECTION_SIZE_BITS to mainta... 26 Jul 2010 22:41
v3 Update the find_memory_block declaration
On Mon, 19 Jul 2010 22:56:16 -0500 Nathan Fontenot <nfont(a)austin.ibm.com> wrote: Update the find_memory_block declaration to to take a struct mem_section * so that it matches the definition. Signed-off-by: Nathan Fontenot <nfont(a)austin.ibm.com> Reviewd-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.... 20 Jul 2010 03:46
v3 Update the node sysfs code
On Mon, 19 Jul 2010 22:57:35 -0500 Nathan Fontenot <nfont(a)austin.ibm.com> wrote: Update the node sysfs code to be aware of the new capability for a memory block to contain multiple memory sections. This requires an additional parameter to unregister_mem_sect_under_nodes so that we know which memory sect... 28 Jul 2010 10:45
[PATCH] tracing/documentation: document dynamic ftracer internals
Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> --- your presentations helped to clarify a bit more what the dynamic code actually was doing. the ifdef mess and multiple runtime patching locs were throwing me off before. after experimenting with the Blackfin dynamic ftrace port under a simulator, this is wha... 20 Jul 2010 03:45
[PATCH] usb/host: Remove dead CONFIG_ARCH_KARO
CONFIG_ARCH_KARO doesn't exist in Kconfig and is never defined anywhere else, therefore removing all references for it from the source code. Signed-off-by: Christian Dietrich <qy03fugy(a)stud.informatik.uni-erlangen.de> --- drivers/usb/host/isp1362.h | 24 +----------------------- 1 files changed, 1 insertion... 20 Jul 2010 03:45
arm/mach-tegra: fix unsigned calcs
On Thu, Jul 15, 2010 at 11:43 AM, Kulikov Vasiliy <segooon(a)gmail.com> wrote: divider_u71 is unsigned, so this check is buggy: if (divider_u71 - 2 > 255 || divider_u71 - 2 < 0) If divider_u71 is 0 or 1 both checks are lying. So, it does not produce a buggy answer, but it is confusing. Hi Kulikov, Than... 20 Jul 2010 04:50
slab: use deferable timers for its periodic housekeeping
Arjan van de Ven wrote: From: Arjan van de Ven <arjan(a)linux.intel.com> Subject: [PATCH] slab: use deferable timers for its periodic housekeeping slab has a "once every 2 second" timer for its housekeeping. As the number of logical processors is growing, its more and more common that this 2 second tim... 20 Jul 2010 03:45
v3 Move the find_memory_block() routine up
On Mon, 19 Jul 2010 22:51:42 -0500 Nathan Fontenot <nfont(a)austin.ibm.com> wrote: Move the find_me mory_block() routine up to avoid needing a forward declaration in subsequent patches. Signed-off-by: Nathan Fontenot <nfont(a)austin.ibm.com> Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> ... 20 Jul 2010 03:45
v3 Add new phys_index properties
On Mon, 19 Jul 2010 22:52:50 -0500 Nathan Fontenot <nfont(a)austin.ibm.com> wrote: Update the 'phys_index' properties of a memory block to include a 'start_phys_index' which is the same as the current 'phys_index' property. This also adds an 'end_phys_index' property to indicate the id of the last section ... 20 Jul 2010 15:47
First  |  Prev |  Next  |  Last
Pages: 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513