diff for duplicates of <20130710104151.20742.56398.sendpatchset@w520> diff --git a/a/1.txt b/N1/1.txt index 0194034..b6f8b31 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -52,49 +52,49 @@ Signed-off-by: Magnus Damm <damm@opensource.se> clock-frequency = <1300000000>; }; + -+ cpu1: cpu@1 { ++ cpu1: cpu at 1 { + device_type = "cpu"; + compatible = "arm,cortex-a15"; + reg = <1>; + clock-frequency = <1300000000>; + }; + -+ cpu2: cpu@2 { ++ cpu2: cpu at 2 { + device_type = "cpu"; + compatible = "arm,cortex-a15"; + reg = <2>; + clock-frequency = <1300000000>; + }; + -+ cpu3: cpu@3 { ++ cpu3: cpu at 3 { + device_type = "cpu"; + compatible = "arm,cortex-a15"; + reg = <3>; + clock-frequency = <1300000000>; + }; + -+ cpu4: cpu@4 { ++ cpu4: cpu at 4 { + device_type = "cpu"; + compatible = "arm,cortex-a7"; + reg = <0x100>; + clock-frequency = <780000000>; + }; + -+ cpu5: cpu@5 { ++ cpu5: cpu at 5 { + device_type = "cpu"; + compatible = "arm,cortex-a7"; + reg = <0x101>; + clock-frequency = <780000000>; + }; + -+ cpu6: cpu@6 { ++ cpu6: cpu at 6 { + device_type = "cpu"; + compatible = "arm,cortex-a7"; + reg = <0x102>; + clock-frequency = <780000000>; + }; + -+ cpu7: cpu@7 { ++ cpu7: cpu at 7 { + device_type = "cpu"; + compatible = "arm,cortex-a7"; + reg = <0x103>; @@ -102,7 +102,7 @@ Signed-off-by: Magnus Damm <damm@opensource.se> + }; }; - gic: interrupt-controller@f1001000 { + gic: interrupt-controller at f1001000 { --- 0001/arch/arm/mach-shmobile/Makefile +++ work/arch/arm/mach-shmobile/Makefile 2013-07-10 19:18:36.000000000 +0900 @@ -19,6 +19,7 @@ obj-$(CONFIG_ARCH_EMEV2) += setup-emev2. @@ -239,7 +239,7 @@ Signed-off-by: Magnus Damm <damm@opensource.se> + writel_relaxed(bar | 0x10, p + r8a7790_clst[clst_id].cabar); + + /* enable clocks for cluster */ -+ if (r8a7790_clst[clst_id].use_count++ = 0) { ++ if (r8a7790_clst[clst_id].use_count++ == 0) { + mask = 1 << r8a7790_clst[clst_id].rescnt_bit; + writel_relaxed(readl_relaxed(p + RESCNT) & ~mask, p + RESCNT); + } @@ -268,7 +268,7 @@ Signed-off-by: Magnus Damm <damm@opensource.se> + writel_relaxed((readl_relaxed(carescnt) | mask) | magic, carescnt); + + /* disable clocks for cluster */ -+ if (r8a7790_clst[clst_id].use_count = 1) { ++ if (r8a7790_clst[clst_id].use_count == 1) { + mask = 1 << r8a7790_clst[clst_id].rescnt_bit; + writel_relaxed(readl_relaxed(p + RESCNT) | mask, p + RESCNT); + } diff --git a/a/content_digest b/N1/content_digest index 2142eba..ab752c2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,6 @@ - "ref\020130612100702.6320.35059.sendpatchset@w520\0" - "From\0Magnus Damm <magnus.damm@gmail.com>\0" + "From\0magnus.damm@gmail.com (Magnus Damm)\0" "Subject\0[PATCH] ARM: shmobile: r8a7790 SMP prototype v4\0" - "Date\0Wed, 10 Jul 2013 10:41:51 +0000\0" + "Date\0Wed, 10 Jul 2013 19:41:51 +0900\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -59,49 +58,49 @@ " \t\t\tclock-frequency = <1300000000>;\n" " \t\t};\n" "+\n" - "+\t\tcpu1: cpu@1 {\n" + "+\t\tcpu1: cpu at 1 {\n" "+\t\t\tdevice_type = \"cpu\";\n" "+\t\t\tcompatible = \"arm,cortex-a15\";\n" "+\t\t\treg = <1>;\n" "+\t\t\tclock-frequency = <1300000000>;\n" "+\t\t};\n" "+\n" - "+\t\tcpu2: cpu@2 {\n" + "+\t\tcpu2: cpu at 2 {\n" "+\t\t\tdevice_type = \"cpu\";\n" "+\t\t\tcompatible = \"arm,cortex-a15\";\n" "+\t\t\treg = <2>;\n" "+\t\t\tclock-frequency = <1300000000>;\n" "+\t\t};\n" "+\n" - "+\t\tcpu3: cpu@3 {\n" + "+\t\tcpu3: cpu at 3 {\n" "+\t\t\tdevice_type = \"cpu\";\n" "+\t\t\tcompatible = \"arm,cortex-a15\";\n" "+\t\t\treg = <3>;\n" "+\t\t\tclock-frequency = <1300000000>;\n" "+\t\t};\n" "+\n" - "+\t\tcpu4: cpu@4 {\n" + "+\t\tcpu4: cpu at 4 {\n" "+\t\t\tdevice_type = \"cpu\";\n" "+\t\t\tcompatible = \"arm,cortex-a7\";\n" "+\t\t\treg = <0x100>;\n" "+\t\t\tclock-frequency = <780000000>;\n" "+\t\t};\n" "+\n" - "+\t\tcpu5: cpu@5 {\n" + "+\t\tcpu5: cpu at 5 {\n" "+\t\t\tdevice_type = \"cpu\";\n" "+\t\t\tcompatible = \"arm,cortex-a7\";\n" "+\t\t\treg = <0x101>;\n" "+\t\t\tclock-frequency = <780000000>;\n" "+\t\t};\n" "+\n" - "+\t\tcpu6: cpu@6 {\n" + "+\t\tcpu6: cpu at 6 {\n" "+\t\t\tdevice_type = \"cpu\";\n" "+\t\t\tcompatible = \"arm,cortex-a7\";\n" "+\t\t\treg = <0x102>;\n" "+\t\t\tclock-frequency = <780000000>;\n" "+\t\t};\n" "+\n" - "+\t\tcpu7: cpu@7 {\n" + "+\t\tcpu7: cpu at 7 {\n" "+\t\t\tdevice_type = \"cpu\";\n" "+\t\t\tcompatible = \"arm,cortex-a7\";\n" "+\t\t\treg = <0x103>;\n" @@ -109,7 +108,7 @@ "+\t\t};\n" " \t};\n" " \n" - " \tgic: interrupt-controller@f1001000 {\n" + " \tgic: interrupt-controller at f1001000 {\n" "--- 0001/arch/arm/mach-shmobile/Makefile\n" "+++ work/arch/arm/mach-shmobile/Makefile\t2013-07-10 19:18:36.000000000 +0900\n" "@@ -19,6 +19,7 @@ obj-$(CONFIG_ARCH_EMEV2)\t+= setup-emev2.\n" @@ -246,7 +245,7 @@ "+\twritel_relaxed(bar | 0x10, p + r8a7790_clst[clst_id].cabar);\n" "+\n" "+\t/* enable clocks for cluster */\n" - "+\tif (r8a7790_clst[clst_id].use_count++ = 0) {\n" + "+\tif (r8a7790_clst[clst_id].use_count++ == 0) {\n" "+\t\tmask = 1 << r8a7790_clst[clst_id].rescnt_bit;\n" "+\t\twritel_relaxed(readl_relaxed(p + RESCNT) & ~mask, p + RESCNT);\n" "+\t}\n" @@ -275,7 +274,7 @@ "+\twritel_relaxed((readl_relaxed(carescnt) | mask) | magic, carescnt);\n" "+\n" "+\t/* disable clocks for cluster */\n" - "+\tif (r8a7790_clst[clst_id].use_count = 1) {\n" + "+\tif (r8a7790_clst[clst_id].use_count == 1) {\n" "+\t\tmask = 1 << r8a7790_clst[clst_id].rescnt_bit;\n" "+\t\twritel_relaxed(readl_relaxed(p + RESCNT) | mask, p + RESCNT);\n" "+\t}\n" @@ -339,4 +338,4 @@ "+\t.smp_boot_secondary\t= r8a7790_boot_secondary,\n" +}; -c73ac9a5fc974e676409f5ba1a7e3271e7e778f776409021fe54e803d372e460 +a3f99302c4af2aee2e56e667e4641c58aedb1d52299287020b97236ac2f4bd53
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.