2463 results
Order by date - Order by pertinence
All (2463)
Press (3)
High-tech (2459)
Forums (1)
 
Other results are also available in our forums :
[PATCH RESEND] [ARM] Add missing include "asm/memory.h"
This patch fixes below build error by adding the missing asm/memory.h, which is needed for arch_is_coherent(). $ make pxa3xx_defconfig; make CC init/do_mounts_rd.o In file included from include/linux/list_bl.h:5, from ...
Message posted on the December 27th, 2010 - 9:00 PM ET
[PATCH 1/5] ARM: add PrimeCell generic DMA to PL022 v9
This extends the PL022 SSP/SPI driver with generic DMA engine support using the PrimeCell DMA engine interface. Also fix up the test code for the U300 platform. Acked-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Linus Walleij ...
Message posted on the August 6th, 2010 - 8:00 AM ET
[PATCH] ARM: imx: Add support for low power suspend on MX51.
From: Dinh Nguyen <Dinh.Nguyen@freescale.com> Adds initial low power suspend functionality to MX51. Supports "mem" and "standby" modes. Signed-off-by: Dinh Nguyen <Dinh.Nguyen@freescale.com> ...
Message posted on the November 30th, 2010 - 6:30 PM ET
[PATCH] ARM: imx: Add support for low power suspend on MX51.
From: Dinh Nguyen <Dinh.Nguyen@freescale.com> Adds initial low power suspend functionality to MX51. Supports "mem" and "standby" modes. Signed-off-by: Dinh Nguyen <Dinh.Nguyen@freescale.com> ...
Message posted on the November 3rd, 2010 - 5:50 PM ET
[PATCH v9 00/15] ARM: Add support for the Large Physical Address Extensions
This is version 9 of the set of patches adding support for the Large Physical Address Extensions on the ARM architecture (available with the Cortex-A15 and Cortex-A7 processors). This patch set against 3.2-rc1 is available on this branch: ...
Message posted on the November 14th, 2011 - 11:30 AM ET
[PATCH v7 00/16] ARM: Add support for the Large Physical Address Extensions
Hi, This is version 7 of the set of patches adding support for the Large Physical Address Extensions on the ARM architecture (available with the Cortex-A15 processor). LPAE comes with a new 3-level page table format (compared to 2-level for the ...
Message posted on the August 10th, 2011 - 11:10 AM ET
[PATCH] ARM: Fix find_next_zero_bit and related assembly
The find_next_bit, find_first_bit, find_next_zero_bit and find_first_zero_bit functions were not properly clamping to the maxbit argument at the bit level. They were instead only checking maxbit at the byte level. To fix this, add a compare and a ...
Message posted on the November 11th, 2010 - 8:20 PM ET
[PATCH] arm/mach-msm: Add CONFIG conditional for board-trout
From: Peter Huewe <peterhuewe@gmx.de> This patch adds a conditional for CONFIG_MSM_DEBUG_UART to prevent a build failure[1], this is done the same way as for every board in mach-msm. References: [1] ...
Message posted on the April 28th, 2010 - 8:50 PM ET
[PATCH v8 00/16] ARM: Add support for the Large Physical Address Extensions
Hi, This is version 8 of the set of patches adding support for the Large Physical Address Extensions on the ARM architecture (available with the Cortex-A15 and Cortex-A7 processors). This patch set against latest mainline is available on this ...
Message posted on the November 7th, 2011 - 11:20 AM ET
[PATCH v5 00/19] ARM: Add support for the Large Physical Address Extensions
Hi, This set of patches adds support for the Large Physical Extensions on the ARM architecture (available with the Cortex-A15 processor). LPAE comes with a 3-level page table format (compared to 2-level for the classic one), allowing up to 40-bit ...
Message posted on the May 8th, 2011 - 9:00 AM ET
[PATCH] ftrace/ARM: add ARM support for C version of recordmcount
Depending on the compiler version, ARM GCC calls the mcount function either __gnu_mcount_nc or mcount. Also, arch/arm/kernel/ftrace.c references mcount like kernel/tracing/ftrace.c, so change the exclusion filter to match any ftrace.c ...
Message posted on the November 22nd, 2010 - 1:20 PM ET
[PATCH] mxc_udc: add workaround for ENGcm09152 for i.MX35
this patch gives the possibility to workaround bug ENGcm09152 on i.MX35 when the hardware workaround is also implemented on the board. It covers the workaround described on page 25 of the following Errata : ...
Message posted on the October 15th, 2010 - 8:40 AM ET
[PATCH] DMAENGINE: add a slave buffer prep call
This makes it possible for engines to implement slave transfers to be done to/from a simple kmalloc():ed memory buffer and not just from scatterlists. Cc: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Linus Walleij ...
Message posted on the August 10th, 2010 - 5:50 PM ET
[PATCH v6 00/18] ARM: Add support for the Large Physical Address Extensions
Hi, This set of patches adds support for the Large Physical Extensions on the ARM architecture (available with the Cortex-A15 processor). LPAE comes with a 3-level page table format (compared to 2-level for the classic one), allowing up to 40-bit ...
Message posted on the May 24th, 2011 - 5:50 PM ET