First  |  Prev |  Next  |  Last
Pages: 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426
drivers: atm: don't use private copy of hex_to_bin()
From: Andy Shevchenko <andy.shevchenko(a)gmail.com> Date: Fri, 23 Jul 2010 16:18:06 +0300 Signed-off-by: Andy Shevchenko <andy.shevchenko(a)gmail.com> Applied. -- 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... 23 Jul 2010 16:55
[PATCH 01/11] ARM: cam60: move cam60_spi_devices to .init.data
cam60_spi_devices is passed to at91_add_device_spi which calls spi_register_board_info. The latter makes a copy of it, so living in ..init.data is OK. This fixes the following warning in cam60_defconfig: WARNING: vmlinux.o(.data+0x2a00): Section mismatch in reference from the variable cam60_spi_devices to the (... 23 Jul 2010 16:55
net: core: don't use own hex_to_bin() method
From: Andy Shevchenko <andy.shevchenko(a)gmail.com> Date: Fri, 23 Jul 2010 16:18:10 +0300 Signed-off-by: Andy Shevchenko <andy.shevchenko(a)gmail.com> Applied. -- 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... 23 Jul 2010 16:55
usb: usbnet: use newly introduced hex_to_bin()
From: Andy Shevchenko <andy.shevchenko(a)gmail.com> Date: Fri, 23 Jul 2010 16:18:08 +0300 Signed-off-by: Andy Shevchenko <andy.shevchenko(a)gmail.com> Applied. -- 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... 23 Jul 2010 16:55
[PATCH 09/11] ARM: omap: move omap_get_config et al. to .init.text
All callers of these functions live in .init.text, so these can go there, too. There they must not be exported anymore, this is no problem though, as all callers are always built-in. Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> --- arch/arm/plat-omap/common.c | 6 ++---- arc... 23 Jul 2010 16:55
[GIT PULL] perf fixes
Linus, Please pull the latest perf-fixes-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git perf-fixes-for-linus Thanks, Ingo ------------------> Arnaldo Carvalho de Melo (1): perf annotate: Fix handling of goto labels that are valid hex numbers C... 23 Jul 2010 16:55
2.6.35-rc5 panic at __br_deliver+0x64/0xe0 with kvm bridge networking
On piątek, 23 lipca 2010 o 05:25:15 caiqian(a)redhat.com wrote: I met consistently host panic when operated under kvm guest with bridge networking. I got a vmcore (unfortunately, the crash utility had some problems to analyse it fully), and full panic log is attached. I created a Bugzilla entry at https... 23 Jul 2010 15:49
char: mxser: remove unnesesary NULL check
On 07/23/2010 06:34 PM, Kulikov Vasiliy wrote: mxser_transmit_chars(tty, port) is called only from mxser_interrupt(). NULL check is performed in mxser_interrupt() so it is redundant here. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> Acked-by: Jiri Slaby <jirislaby(a)gmail.com> --- drivers/c... 23 Jul 2010 15:49
[PATCH 1/3] arm: Kconfig option for ARCH_MSM_SCORPIONMP
ScorpionMP is a configuration of Scorpion processors. It supports SMP and local timers. Signed-off-by: Jeff Ohlstein <johlstei(a)codeaurora.org> --- arch/arm/Kconfig | 5 +++-- arch/arm/mach-msm/Kconfig | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/arch/arm/Kconfig b/arc... 23 Jul 2010 15:49
[PATCH 3/3] arm: macros for wfe, sev instructions
From: Steve Muckle <smuckle(a)codeaurora.org> The wait for event and send event instructions may be called from C code such as boot or power management routines. Signed-off-by: Steve Muckle <smuckle(a)codeaurora.org> Signed-off-by: Jeff Ohlstein <johlstei(a)codeaurora.org> --- arch/arm/include/asm/processor.h | ... 23 Jul 2010 15:49
First  |  Prev |  Next  |  Last
Pages: 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426