First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
undefined reference to `mmc_pm_notify' when selected MMC without PM.
Kukjin Kim wrote: Hi, Following is build error when selected MMC without PM. drivers/built-in.o: In function `mmc_alloc_host': drivers/mmc/core/host.c:108: undefined reference to `mmc_pm_notify' make[1]: *** [.tmp_vmlinux1] Error 1 make: *** [sub-make] Error 2 That is added from Max... 13 Aug 2010 10:18
[PATCH] rtc: rtc-lpc32xx: Introduce RTC driver for the LPC32XX SoC (v3)
Kevin, On Thu, Aug 12, 2010 at 02:57:24PM -0700, wellsk40(a)gmail.com wrote: From: Kevin Wells <wellsk40(a)gmail.com> This patch contains the RTC driver for the built-in RTC in the LPC32XX SoC. This patch includes updates from the initial review comments and updates from the v2 review. Signed-off-... 13 Aug 2010 08:07
ARM: imx: fix build failure concerning otg/ulpi
Hello. Uwe Kleine-K�nig wrote: The build failure was introduced by 13dd0c9 (USB: otg/ulpi: extend the generic ulpi driver.) Cc: Igor Grinberg <grinberg(a)compulab.co.il> Cc: Mike Rapoport <mike(a)compulab.co.il> Cc: Greg Kroah-Hartman <gregkh(a)suse.de> Signoff is missing. diff --git ... 13 Aug 2010 07:03
[PATCH] kobject_uevent: fix typo in comments
s/ending/sending, s/kobject_uevent()/kobject_uevent_env() in the comments. Signed-off-by: Xiaotian Feng <xtfeng(a)gmail.com> --- lib/kobject_uevent.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/kobject_uevent.c b/lib/kobject_uevent.c index b935795..70af0a7 100644 --- a/lib/k... 13 Aug 2010 07:03
kexec: increase max of kexec segments and use dynamic allocation
On Fri, Aug 13, 2010 at 01:38:54AM -0400, Amerigo Wang wrote: Currently KEXEC_SEGMENT_MAX is only 16 which is too small for machine with many memory ranges. When hibernate on a machine with disjoint memory we do need one segment for each memory region. Increase this hard limit to 16K which is reasonabl... 13 Aug 2010 07:03
[PATCH] blk-fs: put dev->kobj in blk_register_queue fail path
kernel needs to kobject_put on dev->kobj if elv_register_queue fails. Signed-off-by: Xiaotian Feng <dfeng(a)redhat.com> Cc: Jens Axboe <axboe(a)kernel.dk> Cc: "Martin K. Petersen" <martin.petersen(a)oracle.com> Cc: Stephen Hemminger <shemminger(a)vyatta.com> Cc: Nikanth Karthikesan <knikanth(a)suse.de> Cc: David Teigland... 13 Aug 2010 07:03
(none)
subscribe linux-mm -- 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/ ... 13 Aug 2010 07:03
undefined reference to `mmc_pm_notify' when selected MMC without PM.
Hi, Following is build error when selected MMC without PM. drivers/built-in.o: In function `mmc_alloc_host': drivers/mmc/core/host.c:108: undefined reference to `mmc_pm_notify' make[1]: *** [.tmp_vmlinux1] Error 1 make: *** [sub-make] Error 2 That is added from Maxim's ' mmc: fix all hangs related to mmc/sd... 13 Aug 2010 07:02
[PATCH] ARM: imx: fix build failure concerning otg/ulpi
The build failure was introduced by 13dd0c9 (USB: otg/ulpi: extend the generic ulpi driver.) Cc: Igor Grinberg <grinberg(a)compulab.co.il> Cc: Mike Rapoport <mike(a)compulab.co.il> Cc: Greg Kroah-Hartman <gregkh(a)suse.de> --- arch/arm/mach-imx/mach-cpuimx27.c | 4 ++-- arch/arm/mach-imx/mach-pca100.c | ... 13 Aug 2010 07:02
fix BUG: using smp_processor_id() in touch_nmi_watchdog and touch_softlockup_watchdog
Hello, Got this traces today: [ 67.703556] BUG: using smp_processor_id() in preemptible [00000000] code: s2disk/5139 [ 67.703563] caller is touch_nmi_watchdog+0x15/0x2c [ 67.703566] Pid: 5139, comm: s2disk Not tainted 2.6.36-rc0-git12-07921-g60bf26a-dirty #116 [ 67.703568] Call Trace: [ 67.703575] ... 13 Aug 2010 07:02
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21