All of lore.kernel.org
 help / color / mirror / Atom feed
* Samsung SoCs: preparation for single kernel
@ 2010-06-22 23:27 ` Kyungmin Park
  0 siblings, 0 replies; 26+ messages in thread
From: Kyungmin Park @ 2010-06-22 23:27 UTC (permalink / raw)
  To: Ben Dooks, arm-linux, linux-samsung-soc
  Cc: Russell King - ARM Linux, Marek Szyprowski

To Ben,

I really need single kernel for s5pc110 (cortex A8) and s5pc210
(cortex A9) at least.
Fortunately arm move to these approaches recently. but current Samsung
SoCs not prepare these one.

So I wonder do you have a plan or how to address these issues?
How to assign the address at resources and use it at runtime?

Personally I want to use cpu_is_*. but you reject it to use.
Other way is that we can create the base address variables and assign
it at init time.

Please give your opinions.

Thank you,
Kyungmin Park

e.g., cpu_is_* usage at OMAP tree

static void omap_init_mcspi(void)
{
        if (cpu_is_omap44xx())
                omap4_mcspi_fixup();

        platform_device_register(&omap2_mcspi1);
        platform_device_register(&omap2_mcspi2);

        if (cpu_is_omap2430() || cpu_is_omap343x() || cpu_is_omap44xx())
                omap2_mcspi3_init();

        if (cpu_is_omap343x() || cpu_is_omap44xx())
                omap2_mcspi4_init();
}

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2010-06-24  5:53 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-22 23:27 Samsung SoCs: preparation for single kernel Kyungmin Park
2010-06-22 23:27 ` Kyungmin Park
2010-06-23  0:50 ` Eric Miao
2010-06-23  0:50   ` Eric Miao
2010-06-23  1:47   ` Kyungmin Park
2010-06-23  1:47     ` Kyungmin Park
2010-06-23  1:54     ` Eric Miao
2010-06-23  1:54       ` Eric Miao
2010-06-23  2:01       ` Kyungmin Park
2010-06-23  2:01         ` Kyungmin Park
2010-06-23  6:25       ` Marek Szyprowski
2010-06-23  6:25         ` Marek Szyprowski
2010-06-23  8:01         ` Eric Miao
2010-06-23  8:01           ` Eric Miao
2010-06-23  9:20           ` Marek Szyprowski
2010-06-23  9:20             ` Marek Szyprowski
2010-06-23 10:24             ` Eric Miao
2010-06-23 10:24               ` Eric Miao
2010-06-24  2:08             ` Kyungmin Park
2010-06-24  2:08               ` Kyungmin Park
2010-06-24  5:52               ` Marek Szyprowski
2010-06-24  5:52                 ` Marek Szyprowski
2010-06-23  7:28   ` Tony Lindgren
2010-06-23  7:28     ` Tony Lindgren
2010-06-23  7:36     ` Eric Miao
2010-06-23  7:36       ` Eric Miao

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.