First  |  Prev |  Next  |  Last
Pages: 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885
[PATCH] spi: davinci: Added support for chip select using gpio
From: Raffaele Recalcati <raffaele.recalcati(a)bticino.it> It is not everytime possible, due to hardware constraints, to use the hw chip select available on spi port. So I add this possibility using a gpio as chip select. If controller_data variable is not null it is the gpio to be used as chip... 28 Jun 2010 03:01
[PATCH] DaVinci: dm365: Added clockout2 management and set_sysclk_rate
From: Davide Bonfanti <davide.bonfanti(a)bticino.it> Added also possibility to set sysclk frequency. Added possibility to set clockout2 frequency. Clockout2 is a child of pll1_sysclk9, because they have the same pll divisor. This patch has been developed against the http://git.kernel.o... 28 Jun 2010 03:01
[PATCH] wistron_btns: fix a memory leak in wb_module_init error path
select_keymap calls copy_keymap to allocate a memory for keymap. This patch adds a missing kfree(keymap) in wb_module_init error path. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- drivers/input/misc/wistron_btns.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/input/misc/... 28 Jun 2010 03:01
[PATCHv6 2.6.35-rc3-tip 5/12] uprobes: Uprobes (un)registration and exception handling.
uprobes: Uprobes (un)registration and exception handling. Changelog from V5: - Merged user_bkpt and user_bkpt_xol layers into uprobes. Changelog from V2: - Introduce TIF_UPROBE flag. - uprobes hooks now in fork/exec/exit paths instead of tracehooks. - uprobe_process is now part of the mm struct... 28 Jun 2010 03:01
[PATCHv6 2.6.35-rc3-tip 6/12] uprobes: X86 support for Uprobes
uprobes: X86 support for Uprobes Changelog from V5: Using local_irq_enable() instead of native_irq_enable and no more disabling irqs as suggested by Oleg Nesterov. Provides x86 specific details for uprobes. This includes interrupt notifier for uprobes, enabling/disabling singlestep. Signed-off-by... 28 Jun 2010 03:01
[PATCHv6 2.6.35-rc3-tip 11/12] perf: Re-Add make_absolute_path
perf: Re-Add make_absolute_path perf probe for uprobes would use make_absolute_path. make_absolute_path can be used to convert a file name to a dso name. so if user specifies the function to be traced as malloc@/lib/libc.so.6 it needs to be converted to malloc(a)libc-2.5.so This patch reverts a part of a4179... 28 Jun 2010 03:01
[PATCHv6 2.6.35-rc3-tip 1/12] mm: Move replace_page() / write_protect_page() to mm/memory.c
mm: Move replace_page() / write_protect_page() to mm/memory.c User bkpt will use background page replacement approach to insert/delete breakpoints. Background page replacement approach will be based on replace_page and write_protect_page. Now replace_page() loses its static attribute. Signed-off-by: Srikar D... 28 Jun 2010 03:01
[PATCHv6 2.6.35-rc3-tip 10/12] perf: Dont adjust symbols on name lookup
perf: Dont adjust symbols on name lookup Adjusting symbols is not needed if we are searching by name even if the symbols correspond to user space objects. Infact if we adjust and search symbols by name, we get incorrect results. Signed-off-by: Srikar Dronamraju <srikar(a)linux.vnet.ibm.com> --- tools/perf... 28 Jun 2010 03:01
i2c/nuc900: add i2c driver support for nuc900
Hi Ben, How about this patch? Can it be applied? Thanks! This patch is to add i2c driver support for nuc900. v1->v2 changes: Address the comments of Ben Dooks (1) Document registers Macro definitions. (1) Modify some documents apply to kernel doc style. (2) clk_get shouldn't need the second argument,... 9 Aug 2010 10:06
linux-next: Tree for June 28
Hi all, Changes since 20100625: My fixes tree contains: v4l-dvb: update gfp/slab.h includes arm: update gfp/slab.h includes davinci: update gfp/slab.h includes ocfs2: update gfp/slab.h includes acpi: update gfp/slab.h includes The ecryptfs tree lost its conflict. The net t... 28 Jun 2010 00:51
First  |  Prev |  Next  |  Last
Pages: 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885