Home
last modified time | relevance | path

Searched hist:ba9a633787eed1e90d587282642580ad3d44f7fd (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/arch/sh/kernel/cpu/sh2a/
H A Dsetup-mxg.cdiff ba9a633787eed1e90d587282642580ad3d44f7fd Wed Jul 22 10:14:29 CDT 2009 Magnus Damm <damm@igel.co.jp> sh: convert processor device setup functions to arch_initcall()

Convert the processor platform device setup
functions from __initcall() and sometimes
device_initcall() to arch_initcall().

This makes sure that the platform devices are
registered a bit earlier so the devices are
available when drivers register using initcall
levels earlier than device_initcall().

A good example is platform devices needed by
i2c-sh_mobile.c which registers a bit earlier
using subsys_initcall().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
H A Dsetup-sh7201.cdiff ba9a633787eed1e90d587282642580ad3d44f7fd Wed Jul 22 10:14:29 CDT 2009 Magnus Damm <damm@igel.co.jp> sh: convert processor device setup functions to arch_initcall()

Convert the processor platform device setup
functions from __initcall() and sometimes
device_initcall() to arch_initcall().

This makes sure that the platform devices are
registered a bit earlier so the devices are
available when drivers register using initcall
levels earlier than device_initcall().

A good example is platform devices needed by
i2c-sh_mobile.c which registers a bit earlier
using subsys_initcall().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
H A Dsetup-sh7206.cdiff ba9a633787eed1e90d587282642580ad3d44f7fd Wed Jul 22 10:14:29 CDT 2009 Magnus Damm <damm@igel.co.jp> sh: convert processor device setup functions to arch_initcall()

Convert the processor platform device setup
functions from __initcall() and sometimes
device_initcall() to arch_initcall().

This makes sure that the platform devices are
registered a bit earlier so the devices are
available when drivers register using initcall
levels earlier than device_initcall().

A good example is platform devices needed by
i2c-sh_mobile.c which registers a bit earlier
using subsys_initcall().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
H A Dsetup-sh7203.cdiff ba9a633787eed1e90d587282642580ad3d44f7fd Wed Jul 22 10:14:29 CDT 2009 Magnus Damm <damm@igel.co.jp> sh: convert processor device setup functions to arch_initcall()

Convert the processor platform device setup
functions from __initcall() and sometimes
device_initcall() to arch_initcall().

This makes sure that the platform devices are
registered a bit earlier so the devices are
available when drivers register using initcall
levels earlier than device_initcall().

A good example is platform devices needed by
i2c-sh_mobile.c which registers a bit earlier
using subsys_initcall().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
/openbmc/linux/arch/sh/kernel/cpu/sh4/
H A Dsetup-sh4-202.cdiff ba9a633787eed1e90d587282642580ad3d44f7fd Wed Jul 22 10:14:29 CDT 2009 Magnus Damm <damm@igel.co.jp> sh: convert processor device setup functions to arch_initcall()

Convert the processor platform device setup
functions from __initcall() and sometimes
device_initcall() to arch_initcall().

This makes sure that the platform devices are
registered a bit earlier so the devices are
available when drivers register using initcall
levels earlier than device_initcall().

A good example is platform devices needed by
i2c-sh_mobile.c which registers a bit earlier
using subsys_initcall().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
H A Dsetup-sh7760.cdiff ba9a633787eed1e90d587282642580ad3d44f7fd Wed Jul 22 10:14:29 CDT 2009 Magnus Damm <damm@igel.co.jp> sh: convert processor device setup functions to arch_initcall()

Convert the processor platform device setup
functions from __initcall() and sometimes
device_initcall() to arch_initcall().

This makes sure that the platform devices are
registered a bit earlier so the devices are
available when drivers register using initcall
levels earlier than device_initcall().

A good example is platform devices needed by
i2c-sh_mobile.c which registers a bit earlier
using subsys_initcall().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
H A Dsetup-sh7750.cdiff ba9a633787eed1e90d587282642580ad3d44f7fd Wed Jul 22 10:14:29 CDT 2009 Magnus Damm <damm@igel.co.jp> sh: convert processor device setup functions to arch_initcall()

Convert the processor platform device setup
functions from __initcall() and sometimes
device_initcall() to arch_initcall().

This makes sure that the platform devices are
registered a bit earlier so the devices are
available when drivers register using initcall
levels earlier than device_initcall().

A good example is platform devices needed by
i2c-sh_mobile.c which registers a bit earlier
using subsys_initcall().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
/openbmc/linux/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7770.cdiff ba9a633787eed1e90d587282642580ad3d44f7fd Wed Jul 22 10:14:29 CDT 2009 Magnus Damm <damm@igel.co.jp> sh: convert processor device setup functions to arch_initcall()

Convert the processor platform device setup
functions from __initcall() and sometimes
device_initcall() to arch_initcall().

This makes sure that the platform devices are
registered a bit earlier so the devices are
available when drivers register using initcall
levels earlier than device_initcall().

A good example is platform devices needed by
i2c-sh_mobile.c which registers a bit earlier
using subsys_initcall().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
H A Dsetup-shx3.cdiff ba9a633787eed1e90d587282642580ad3d44f7fd Wed Jul 22 10:14:29 CDT 2009 Magnus Damm <damm@igel.co.jp> sh: convert processor device setup functions to arch_initcall()

Convert the processor platform device setup
functions from __initcall() and sometimes
device_initcall() to arch_initcall().

This makes sure that the platform devices are
registered a bit earlier so the devices are
available when drivers register using initcall
levels earlier than device_initcall().

A good example is platform devices needed by
i2c-sh_mobile.c which registers a bit earlier
using subsys_initcall().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
H A Dsetup-sh7343.cdiff ba9a633787eed1e90d587282642580ad3d44f7fd Wed Jul 22 10:14:29 CDT 2009 Magnus Damm <damm@igel.co.jp> sh: convert processor device setup functions to arch_initcall()

Convert the processor platform device setup
functions from __initcall() and sometimes
device_initcall() to arch_initcall().

This makes sure that the platform devices are
registered a bit earlier so the devices are
available when drivers register using initcall
levels earlier than device_initcall().

A good example is platform devices needed by
i2c-sh_mobile.c which registers a bit earlier
using subsys_initcall().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
H A Dsetup-sh7366.cdiff ba9a633787eed1e90d587282642580ad3d44f7fd Wed Jul 22 10:14:29 CDT 2009 Magnus Damm <damm@igel.co.jp> sh: convert processor device setup functions to arch_initcall()

Convert the processor platform device setup
functions from __initcall() and sometimes
device_initcall() to arch_initcall().

This makes sure that the platform devices are
registered a bit earlier so the devices are
available when drivers register using initcall
levels earlier than device_initcall().

A good example is platform devices needed by
i2c-sh_mobile.c which registers a bit earlier
using subsys_initcall().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
H A Dsetup-sh7763.cdiff ba9a633787eed1e90d587282642580ad3d44f7fd Wed Jul 22 10:14:29 CDT 2009 Magnus Damm <damm@igel.co.jp> sh: convert processor device setup functions to arch_initcall()

Convert the processor platform device setup
functions from __initcall() and sometimes
device_initcall() to arch_initcall().

This makes sure that the platform devices are
registered a bit earlier so the devices are
available when drivers register using initcall
levels earlier than device_initcall().

A good example is platform devices needed by
i2c-sh_mobile.c which registers a bit earlier
using subsys_initcall().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
H A Dsetup-sh7780.cdiff ba9a633787eed1e90d587282642580ad3d44f7fd Wed Jul 22 10:14:29 CDT 2009 Magnus Damm <damm@igel.co.jp> sh: convert processor device setup functions to arch_initcall()

Convert the processor platform device setup
functions from __initcall() and sometimes
device_initcall() to arch_initcall().

This makes sure that the platform devices are
registered a bit earlier so the devices are
available when drivers register using initcall
levels earlier than device_initcall().

A good example is platform devices needed by
i2c-sh_mobile.c which registers a bit earlier
using subsys_initcall().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
H A Dsetup-sh7785.cdiff ba9a633787eed1e90d587282642580ad3d44f7fd Wed Jul 22 10:14:29 CDT 2009 Magnus Damm <damm@igel.co.jp> sh: convert processor device setup functions to arch_initcall()

Convert the processor platform device setup
functions from __initcall() and sometimes
device_initcall() to arch_initcall().

This makes sure that the platform devices are
registered a bit earlier so the devices are
available when drivers register using initcall
levels earlier than device_initcall().

A good example is platform devices needed by
i2c-sh_mobile.c which registers a bit earlier
using subsys_initcall().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
H A Dsetup-sh7724.cdiff ba9a633787eed1e90d587282642580ad3d44f7fd Wed Jul 22 10:14:29 CDT 2009 Magnus Damm <damm@igel.co.jp> sh: convert processor device setup functions to arch_initcall()

Convert the processor platform device setup
functions from __initcall() and sometimes
device_initcall() to arch_initcall().

This makes sure that the platform devices are
registered a bit earlier so the devices are
available when drivers register using initcall
levels earlier than device_initcall().

A good example is platform devices needed by
i2c-sh_mobile.c which registers a bit earlier
using subsys_initcall().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
H A Dsetup-sh7786.cdiff ba9a633787eed1e90d587282642580ad3d44f7fd Wed Jul 22 10:14:29 CDT 2009 Magnus Damm <damm@igel.co.jp> sh: convert processor device setup functions to arch_initcall()

Convert the processor platform device setup
functions from __initcall() and sometimes
device_initcall() to arch_initcall().

This makes sure that the platform devices are
registered a bit earlier so the devices are
available when drivers register using initcall
levels earlier than device_initcall().

A good example is platform devices needed by
i2c-sh_mobile.c which registers a bit earlier
using subsys_initcall().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
H A Dsetup-sh7723.cdiff ba9a633787eed1e90d587282642580ad3d44f7fd Wed Jul 22 10:14:29 CDT 2009 Magnus Damm <damm@igel.co.jp> sh: convert processor device setup functions to arch_initcall()

Convert the processor platform device setup
functions from __initcall() and sometimes
device_initcall() to arch_initcall().

This makes sure that the platform devices are
registered a bit earlier so the devices are
available when drivers register using initcall
levels earlier than device_initcall().

A good example is platform devices needed by
i2c-sh_mobile.c which registers a bit earlier
using subsys_initcall().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
H A Dsetup-sh7722.cdiff ba9a633787eed1e90d587282642580ad3d44f7fd Wed Jul 22 10:14:29 CDT 2009 Magnus Damm <damm@igel.co.jp> sh: convert processor device setup functions to arch_initcall()

Convert the processor platform device setup
functions from __initcall() and sometimes
device_initcall() to arch_initcall().

This makes sure that the platform devices are
registered a bit earlier so the devices are
available when drivers register using initcall
levels earlier than device_initcall().

A good example is platform devices needed by
i2c-sh_mobile.c which registers a bit earlier
using subsys_initcall().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
/openbmc/linux/arch/sh/kernel/cpu/sh3/
H A Dsetup-sh7710.cdiff ba9a633787eed1e90d587282642580ad3d44f7fd Wed Jul 22 10:14:29 CDT 2009 Magnus Damm <damm@igel.co.jp> sh: convert processor device setup functions to arch_initcall()

Convert the processor platform device setup
functions from __initcall() and sometimes
device_initcall() to arch_initcall().

This makes sure that the platform devices are
registered a bit earlier so the devices are
available when drivers register using initcall
levels earlier than device_initcall().

A good example is platform devices needed by
i2c-sh_mobile.c which registers a bit earlier
using subsys_initcall().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
H A Dsetup-sh7705.cdiff ba9a633787eed1e90d587282642580ad3d44f7fd Wed Jul 22 10:14:29 CDT 2009 Magnus Damm <damm@igel.co.jp> sh: convert processor device setup functions to arch_initcall()

Convert the processor platform device setup
functions from __initcall() and sometimes
device_initcall() to arch_initcall().

This makes sure that the platform devices are
registered a bit earlier so the devices are
available when drivers register using initcall
levels earlier than device_initcall().

A good example is platform devices needed by
i2c-sh_mobile.c which registers a bit earlier
using subsys_initcall().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
H A Dsetup-sh7720.cdiff ba9a633787eed1e90d587282642580ad3d44f7fd Wed Jul 22 10:14:29 CDT 2009 Magnus Damm <damm@igel.co.jp> sh: convert processor device setup functions to arch_initcall()

Convert the processor platform device setup
functions from __initcall() and sometimes
device_initcall() to arch_initcall().

This makes sure that the platform devices are
registered a bit earlier so the devices are
available when drivers register using initcall
levels earlier than device_initcall().

A good example is platform devices needed by
i2c-sh_mobile.c which registers a bit earlier
using subsys_initcall().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
H A Dsetup-sh770x.cdiff ba9a633787eed1e90d587282642580ad3d44f7fd Wed Jul 22 10:14:29 CDT 2009 Magnus Damm <damm@igel.co.jp> sh: convert processor device setup functions to arch_initcall()

Convert the processor platform device setup
functions from __initcall() and sometimes
device_initcall() to arch_initcall().

This makes sure that the platform devices are
registered a bit earlier so the devices are
available when drivers register using initcall
levels earlier than device_initcall().

A good example is platform devices needed by
i2c-sh_mobile.c which registers a bit earlier
using subsys_initcall().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
/openbmc/linux/arch/sh/kernel/cpu/sh2/
H A Dsetup-sh7619.cdiff ba9a633787eed1e90d587282642580ad3d44f7fd Wed Jul 22 10:14:29 CDT 2009 Magnus Damm <damm@igel.co.jp> sh: convert processor device setup functions to arch_initcall()

Convert the processor platform device setup
functions from __initcall() and sometimes
device_initcall() to arch_initcall().

This makes sure that the platform devices are
registered a bit earlier so the devices are
available when drivers register using initcall
levels earlier than device_initcall().

A good example is platform devices needed by
i2c-sh_mobile.c which registers a bit earlier
using subsys_initcall().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>