* SD Card Support
@ 2006-04-07 9:27 Maximus
2006-04-07 13:11 ` Tony Lindgren
0 siblings, 1 reply; 3+ messages in thread
From: Maximus @ 2006-04-07 9:27 UTC (permalink / raw)
To: linux-arm-kernel, linux-omap-open-source
Hi,
Is there any support for SD Cards in Linux kernel for OMAP 5912?.
There is SD/MMC Option available in make menuconfig. But i dont
know if SD Cards support
is there?.
or is it ONLY an MMC Card support.
Please Clarify,
Regards,
Jo
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: SD Card Support
2006-04-07 9:27 SD Card Support Maximus
@ 2006-04-07 13:11 ` Tony Lindgren
0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2006-04-07 13:11 UTC (permalink / raw)
To: Maximus; +Cc: linux-omap-open-source, linux-arm-kernel
* Maximus <john.maximus@gmail.com> [060407 02:28]:
> Hi,
> Is there any support for SD Cards in Linux kernel for OMAP 5912?.
>
>
> There is SD/MMC Option available in make menuconfig. But i dont
> know if SD Cards support
> is there?.
>
> or is it ONLY an MMC Card support.
SD storage cards work also in MMC mode.
Tony
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] 2.5 kernel_stat access in KLM
@ 2003-07-11 12:53 Ralph Roesler
2003-06-24 2:40 ` sd card support John Shillinglaw
0 siblings, 1 reply; 3+ messages in thread
From: Ralph Roesler @ 2003-07-11 12:53 UTC (permalink / raw)
To: linux-kernel
Hi *,
I need to access system, nice and idle-time of the system from a
KLM. But due to the
fact, that this structure is not exported any longer towards any KLM,
those values are
unusable.
Was there a particular reason not to offer the kernel_stat-structure
any longer to
KLM's? I've made a small patch and the KLM can access the
information needed:
Is it possible to add this patch to the kernel? Thanks!
Kind regards,
-Ralph.
--- linux-2.5.70/kernel/ksyms.c 2003-05-27 03:00:20.000000000
+0200
+++ kstat-linux-2.5.70/kernel/ksyms.c 2003-06-10
14:04:10.000000000 +0200
@@ -491,6 +491,7 @@
#if !defined(__ia64__)
EXPORT_SYMBOL(loops_per_jiffy);
#endif
+EXPORT_SYMBOL(kstat__per_cpu);
/* misc */
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-04-07 13:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-07 9:27 SD Card Support Maximus
2006-04-07 13:11 ` Tony Lindgren
-- strict thread matches above, loose matches on Subject: below --
2003-07-11 12:53 [PATCH] 2.5 kernel_stat access in KLM Ralph Roesler
2003-06-24 2:40 ` sd card support John Shillinglaw
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.