First  |  Prev |  Next  |  Last
Pages: 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971
[PATCH v2 01/26] MIPS: Add base support for Ingenic JZ4740 System-on-a-Chip
This patch adds a new cpu type for the JZ4740 to the Linux MIPS architecture code. It also adds the iomem addresses for the different components found on a JZ4740 SoC. Signed-off-by: Lars-Peter Clausen <lars(a)metafoo.de> --- Changes since v1 - Use physical addresses for the base addresses --- arch/mips/incl... 19 Jun 2010 01:35
[PATCH v2 12/26] MIPS: JZ4740: Add prom support
This patch adds support for initializing arcs_cmdline on JZ4740 based machines and provides a prom_putchar implementation. Signed-off-by: Lars-Peter Clausen <lars(a)metafoo.de> --- arch/mips/jz4740/prom.c | 68 +++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 68 insertions(+), 0 deletions(-) c... 19 Jun 2010 01:35
[PATCH v2 09/26] MIPS: JZ4740: Add DMA support.
This patch adds support for DMA transfers on JZ4740 SoCs. Signed-off-by: Lars-Peter Clausen <lars(a)metafoo.de> --- arch/mips/include/asm/mach-jz4740/dma.h | 90 ++++++++++ arch/mips/jz4740/dma.c | 289 +++++++++++++++++++++++++++++++ 2 files changed, 379 insertions(+), 0 deletions(-) create... 19 Jun 2010 01:35
[PATCH v2 07/26] MIPS: JZ4740: Add setup code
This patch adds plat_mem_setup and get_system_type for JZ4740 SoCs. Signed-off-by: Lars-Peter Clausen <lars(a)metafoo.de> --- arch/mips/jz4740/setup.c | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) create mode 100644 arch/mips/jz4740/setup.c diff --git a/arch/mips/jz47... 19 Jun 2010 01:35
[PATCH v2 02/26] MIPS: jz4740: Add IRQ handler code
This patch adds support for IRQ handling on a JZ4740 SoC. Signed-off-by: Lars-Peter Clausen <lars(a)metafoo.de> --- Changes since v1 - Reserve IRQ numbers for ADC IRQ demultiplexing --- arch/mips/include/asm/mach-jz4740/irq.h | 57 ++++++++++ arch/mips/jz4740/irq.c | 170 ++++++++++++++++++... 19 Jun 2010 01:35
block: don't allocate a payload for discard request
On Fri, Jun 18 2010 at 10:59am -0400, Christoph Hellwig <hch(a)lst.de> wrote: Allocating a fixed payload for discard requests always was a horrible hack, and it's not coming to byte us when adding support for discard in DM/MD. So change the code to leave the allocation of a payload to the lowlevel ... 22 Jun 2010 14:56
[PATCH] perf: close the opened directories.
When I ran "perf kvm ... top", I encountered the following error output. Error: perfcounter syscall returned with -1 (Too many open files) Fatal: No CONFIG_PERF_EVENTS=y kernel support configured? Looking into perf, I found perf opens too many direcotries at initialization time, but forgets to close them.... 19 Jun 2010 00:31
jump label v9: move ftrace_dyn_arch_init to common code
On Wed, 2010-06-09 at 17:39 -0400, Jason Baron wrote: Move Steve's code for finding the best 5-byte no-op from ftrace.c to alternative.c. The idea is that other consumers (in this case jump label) want to make use of that code. I've created a global: 'char ideal_nop[5]', that is setup during setup_arch that... 19 Jun 2010 00:31
HID: hidraw documentation
On Fri, 18 Jun 2010 22:13:41 -0400 Alan Ott wrote: These patches add the hidraw.txt file to a new Documentation/hid/ directory. The example program has been moved out of the document and fixed up for style (it's now checkpatch.pl clean), and a Makefile has been created for it. I integrated the com... 19 Jun 2010 14:34
[PATCH v2 1/2] HID: Documentation for hidraw
Documenation for the hidraw driver, with example program. Signed-off-by: Alan Ott <alan(a)signal11.us> --- Documentation/hid/Makefile | 8 ++ Documentation/hid/hid-example.c | 167 +++++++++++++++++++++++++++++++++++++++ Documentation/hid/hidraw.txt | 119 ++++++++++++++++++++++++++++ 3 files change... 18 Jun 2010 22:21
First  |  Prev |  Next  |  Last
Pages: 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971