diff for duplicates of <20150218090958.GA18042@x1> diff --git a/a/1.txt b/N1/1.txt index f0db048..4c62d94 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -40,7 +40,7 @@ On Wed, 18 Feb 2015, Antoine Tenart wrote: > So we had a single node, chip-controller, accessed by multiple > devices -and drivers-. We ended up with: > -> chip: chip-control at ea0000 { +> chip: chip-control@ea0000 { > compatible = "marvell,berlin2q-chip-ctrl"; > reg = <0xea0000 0x400>, <0xdd0170 0x10>; > #clock-cells = <1>; @@ -68,14 +68,14 @@ creating a single psudo-hardware node is not correct either. What does the h/w _really_ look like? Is all of this stuff on a single chip? If so, I would expect to see something like: -control at ea0000 { +control@ea0000 { compatible = "marvel,control"; - pinctrl at xxxxx { + pinctrl@xxxxx { compatible = "marvel,pinctrl"; }; - reset at xxxxx { + reset@xxxxx { compatible = "marvel,reset"; }; }; @@ -83,5 +83,5 @@ control at ea0000 { -- Lee Jones Linaro STMicroelectronics Landing Team Lead -Linaro.org ? Open source software for ARM SoCs +Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog diff --git a/a/content_digest b/N1/content_digest index e700718..3f4eb0e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,10 +4,16 @@ "ref\020150217092020.GC4507@kwain\0" "ref\020150217115447.GA3989@x1\0" "ref\020150218084004.GD21937@kwain\0" - "From\0lee.jones@linaro.org (Lee Jones)\0" - "Subject\0[PATCH 01/11] mfd: add the Berlin controller driver\0" + "From\0Lee Jones <lee.jones@linaro.org>\0" + "Subject\0Re: [PATCH 01/11] mfd: add the Berlin controller driver\0" "Date\0Wed, 18 Feb 2015 09:09:58 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Antoine Tenart <antoine.tenart@free-electrons.com>\0" + "Cc\0sebastian.hesselbarth@gmail.com" + sameo@linux.intel.com + jszhang@marvell.com + zmxu@marvell.com + linux-arm-kernel@lists.infradead.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "On Wed, 18 Feb 2015, Antoine Tenart wrote:\n" @@ -52,7 +58,7 @@ "> So we had a single node, chip-controller, accessed by multiple\n" "> devices -and drivers-. We ended up with:\n" "> \n" - "> chip: chip-control at ea0000 {\n" + "> chip: chip-control@ea0000 {\n" "> \tcompatible = \"marvell,berlin2q-chip-ctrl\";\n" "> \treg = <0xea0000 0x400>, <0xdd0170 0x10>;\n" "> \t#clock-cells = <1>;\n" @@ -80,14 +86,14 @@ "does the h/w _really_ look like? Is all of this stuff on a single\n" "chip? If so, I would expect to see something like:\n" "\n" - "control at ea0000 {\n" + "control@ea0000 {\n" "\tcompatible = \"marvel,control\";\n" "\n" - "\tpinctrl at xxxxx {\n" + "\tpinctrl@xxxxx {\n" "\t\tcompatible = \"marvel,pinctrl\";\n" "\t};\n" "\n" - "\treset at xxxxx {\n" + "\treset@xxxxx {\n" "\t\tcompatible = \"marvel,reset\";\n" "\t};\n" "};\n" @@ -95,7 +101,7 @@ "-- \n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" - "Linaro.org ? Open source software for ARM SoCs\n" + "Linaro.org \342\224\202 Open source software for ARM SoCs\n" Follow Linaro: Facebook | Twitter | Blog -6eb9ff2760cee92ec54aeeb4fb77b2c8d643f83f9328cfa076cff76f76de0ab4 +b38b09cdd67d3d4059273cb2c7f855654e8141a088ef8957c37bf4e898916ef1
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.