/openbmc/linux/arch/sh/kernel/cpu/sh2a/ |
H A D | setup-mxg.c | diff 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 D | setup-sh7201.c | diff 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 D | setup-sh7206.c | diff 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 D | setup-sh7203.c | diff 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 D | setup-sh4-202.c | diff 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 D | setup-sh7760.c | diff 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 D | setup-sh7750.c | diff 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 D | setup-sh7770.c | diff 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 D | setup-shx3.c | diff 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 D | setup-sh7343.c | diff 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 D | setup-sh7366.c | diff 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 D | setup-sh7763.c | diff 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 D | setup-sh7780.c | diff 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 D | setup-sh7785.c | diff 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 D | setup-sh7724.c | diff 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 D | setup-sh7786.c | diff 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 D | setup-sh7723.c | diff 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 D | setup-sh7722.c | diff 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 D | setup-sh7710.c | diff 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 D | setup-sh7705.c | diff 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 D | setup-sh7720.c | diff 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 D | setup-sh770x.c | diff 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 D | setup-sh7619.c | diff 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>
|