From: Mike Turquette Date: Thu, 12 Jul 2012 00:57:49 +0000 (-0700) Subject: Merge branch 'clk/mxs-for-3.6' of git://git.linaro.org/people/shawnguo/linux-2.6... X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=cb479129efa4c7d444c5b3f1d271bfdeadd271c8;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git Merge branch 'clk/mxs-for-3.6' of git://git.linaro.org/people/shawnguo/linux-2.6 into clk-3.6 --- cb479129efa4c7d444c5b3f1d271bfdeadd271c8 diff --cc drivers/clk/mxs/clk-imx23.c index db2391c054ee,c14b021c4a68..844043ad0fe4 --- a/drivers/clk/mxs/clk-imx23.c +++ b/drivers/clk/mxs/clk-imx23.c @@@ -104,9 -104,9 +104,9 @@@ static struct clk_lookup lcdif_lookups[ { .dev_id = "80030000.lcdif", }, }; -static struct clk_lookup gpmi_lookups[] __initdata = { +static struct clk_lookup gpmi_lookups[] = { { .dev_id = "imx23-gpmi-nand", }, - { .dev_id = "8000c000.gpmi", }, + { .dev_id = "8000c000.gpmi-nand", }, }; static const char *sel_pll[] __initconst = { "pll", "ref_xtal", }; diff --cc drivers/clk/mxs/clk-imx28.c index 7fad6c8c13d2,98624eec5dd4..957eaaccb5f8 --- a/drivers/clk/mxs/clk-imx28.c +++ b/drivers/clk/mxs/clk-imx28.c @@@ -172,12 -172,12 +172,12 @@@ static struct clk_lookup lcdif_lookups[ { .dev_id = "80030000.lcdif", }, }; -static struct clk_lookup gpmi_lookups[] __initdata = { +static struct clk_lookup gpmi_lookups[] = { { .dev_id = "imx28-gpmi-nand", }, - { .dev_id = "8000c000.gpmi", }, + { .dev_id = "8000c000.gpmi-nand", }, }; -static struct clk_lookup fec_lookups[] __initdata = { +static struct clk_lookup fec_lookups[] = { { .dev_id = "imx28-fec.0", }, { .dev_id = "imx28-fec.1", }, { .dev_id = "800f0000.ethernet", },