First  |  Prev |  Next  |  Last
Pages: 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423
MIPS: Add drotr32 and uasm_i_drotr_safe to uasm.
Thanks, queued for 2.6.36. Ralf -- 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 http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 23 Jul 2010 23:28
MIPS: Add BBIT0 and BBIT1 instructions to uasm
Thanks, queued for 2.6.36. Ralf -- 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 http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 23 Jul 2010 23:28
ARM: kirkwood: move qnap_tsx1x_register_flash() to .init.text
On Fri, 23 Jul 2010, Uwe Kleine-König wrote: qnap_tsx1x_register_flash is only called by qnap_ts219_init and qnap_ts41x_init which both live in .init.text, too. So the move is OK. This fixes the following warning in kirkwood_defconfig: WARNING: vmlinux.o(.text+0x9334): Section mismatch in reference ... 23 Jul 2010 23:28
pmcraid : Remove unwanted cast for void * pointers
Signed-off-by: Anil Ravindranath <anil_ravindranath(a)pmc-sierra.com> On Mon, 12 Jul 2010, Cyril Jayaprakash wrote: From: Cyril Jayaprakash <cyril.jayaprakash(a)gmail.com> Patch to remove unwanted cast for void * pointers. Signed-off-by: Cyril Jayaprakash <cyril.jayaprakash(a)gmail.com> --- dri... 23 Jul 2010 22:24
wheel E-game 2010
ADDRESS: NOVA-ZEMBLASTRAAT 10 10 16 RP AMSTERDAM THE NEDERLANDS. TEL: 0031-617-211-126 FAX: 0031-84 717 1925 www.fdjeux.com Date: 24th- July -2010 Ref Nr: FDJ/CN/6654/WG Coupon No.FDJ2348974321 Your email ID emerged among recipients of ?1,000, 000.00 (One million Euro) only from our promotional prog... 23 Jul 2010 22:24
Assist Me
I have a deal worth $25 Million USD please get back to me if interested -- 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 http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lk... 23 Jul 2010 22:24
[PATCH 3/7] MIPS: Add option to export uasm API.
A 'select EXPORT_UASM' in Kconfig will cause the uasm to be exported for use in modules. When it is exported, all the uasm data and code cease to be __init and __initdata. Also daddiu_bug cannot be __cpuinitdata if uasm is exported. The cleanest thing is to just make it normal data. Signed-off-by: David Dane... 23 Jul 2010 22:24
[PATCH 4/7] MIPS: Octeon: Export prom_putchar().
The forthcoming watchdog driver will use it. Signed-off-by: David Daney <ddaney(a)caviumnetworks.com> --- arch/mips/cavium-octeon/setup.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/arch/mips/cavium-octeon/setup.c b/arch/mips/cavium-octeon/setup.c index 6f36bc1..85a615a 100644 ... 23 Jul 2010 22:24
[PATCH 1/7] MIPS: Add drotr32 and uasm_i_drotr_safe to uasm.
Signed-off-by: David Daney <ddaney(a)caviumnetworks.com> --- arch/mips/include/asm/uasm.h | 10 ++++++++++ arch/mips/mm/uasm.c | 13 ++++++++----- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/arch/mips/include/asm/uasm.h b/arch/mips/include/asm/uasm.h index 697e40c..3964b2e 100644 ... 23 Jul 2010 22:24
[PATCH 0/7] Watchdog driver for Octeon SOCs.
The main point of this patch set is to add a watchdog driver for Octeon SOCs. There is however, some perperation that has to be done first. The first two patches add some instructions to the MIPS uasm that are needed by the watchdog. If we want the watchdog to be usable as a module we need to export the uasm... 23 Jul 2010 22:24
First  |  Prev |  Next  |  Last
Pages: 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423