diff for duplicates of <4FE112F2.7000506@wwwdotorg.org> diff --git a/a/content_digest b/N1/content_digest index 4c5fdfa..9640d6a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -10,23 +10,22 @@ "ref\06B4D417B830BC44B8026029FD256F7F1C6EE2DD622@HKMAIL01.nvidia.com\0" "ref\020120619091719.GZ3974@opensource.wolfsonmicro.com\0" "ref\06B4D417B830BC44B8026029FD256F7F1C6EE2DD626@HKMAIL01.nvidia.com\0" - "ref\06B4D417B830BC44B8026029FD256F7F1C6EE2DD626-Q4EWCATADntDw2glCA4ptUEOCMrvLtNR@public.gmane.org\0" - "From\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>\0" + "From\0Stephen Warren <swarren@wwwdotorg.org>\0" "Subject\0Re: Where to power on the wifi device before loading the driver.\0" "Date\0Tue, 19 Jun 2012 18:01:54 -0600\0" - "To\0Wei Ni <wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0" - "Cc\0'Mark Brown' <broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>" - 'Philip Rakity' <prakity-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org> - Rakesh Kumar <krakesh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> - 'frankyl-dY08KVG/lbpWk0Htik3J/w@public.gmane.org' <frankyl-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> - Thierry Reding <thierry.reding-RM9K5IK7kjKj5M59NBduVrNAH6kLmebB@public.gmane.org> - Mursalin Akon <makon-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> - 'linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org' <linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org <devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org> - 'linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org' <linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org> - " Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>\0" + "To\0Wei Ni <wni@nvidia.com>\0" + "Cc\0'Mark Brown' <broonie@opensource.wolfsonmicro.com>" + 'Philip Rakity' <prakity@marvell.com> + Rakesh Kumar <krakesh@nvidia.com> + 'frankyl@broadcom.com' <frankyl@broadcom.com> + Thierry Reding <thierry.reding@avionic-design.de> + Mursalin Akon <makon@nvidia.com> + 'linux-mmc@vger.kernel.org' <linux-mmc@vger.kernel.org> + devicetree-discuss@lists.ozlabs.org <devicetree-discuss@lists.ozlabs.org> + 'linux-wireless@vger.kernel.org' <linux-wireless@vger.kernel.org> + linux-tegra@vger.kernel.org <linux-tegra@vger.kernel.org> + linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> + " Grant Likely <grant.likely@secretlab.ca>\0" "\00:1\0" "b\0" "On 06/19/2012 03:44 AM, Wei Ni wrote:\n" @@ -160,4 +159,4 @@ "Anyway, these are just some quick thoughts on the topic - obviously more\n" flesh is needed. -2b034cb24365c4ab71ab4b54dfe29457cd8d380af5c2fed9d749c42067bbdadd +afc875310d229121ef440ec0f90809ff33022cadc00bf98d58495037943ede22
diff --git a/a/1.txt b/N2/1.txt index c208229..6f32761 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -34,7 +34,7 @@ I should investigate). So, we start off with the plain SDHCI controller node: -sdhci@78000000 { +sdhci at 78000000 { compatible = "nvidia,tegra30-sdhci", "nvidia,tegra20-sdhci"; reg = <0x78000000 0x200>; interrupts = <0 14 0x04>; @@ -42,7 +42,7 @@ sdhci@78000000 { Then, we add a child node to represent the device that's attached: -sdhci@78000000 { +sdhci at 78000000 { compatible = "nvidia,tegra30-sdhci", "nvidia,tegra20-sdhci"; reg = <0x78000000 0x200>; interrupts = <0 14 0x04>; @@ -63,18 +63,18 @@ is I believe the case on Cardhu) we can in fact plug in multiple different types of device into the socket? Might we end up with something like: -sdhci@78000000 { +sdhci at 78000000 { compatible = "nvidia,tegra30-sdhci", "nvidia,tegra20-sdhci"; reg = <0x78000000 0x200>; interrupts = <0 14 0x04>; - sdio-device-option@0 { + sdio-device-option at 0 { compatible = "broadcom,bcm4239"; reset-gpios = <...>; enable-gpios = <...>; }; - sdio-device-option@1 { + sdio-device-option at 1 { compatible = "broadcom,bcm4330"; reset-gpios = <...>; enable-gpios = <...>; @@ -91,7 +91,7 @@ irrespective of what device type has been found? What we're really modeling is the card slot, and the services it provides, so perhaps we should really end up with: -sdhci@78000000 { +sdhci at 78000000 { compatible = "nvidia,tegra30-sdhci", "nvidia,tegra20-sdhci"; reg = <0x78000000 0x200>; interrupts = <0 14 0x04>; @@ -100,11 +100,11 @@ sdhci@78000000 { reset-gpios = <...>; enable-gpios = <...>; - sdio-device-option@0 { + sdio-device-option at 0 { compatible = "broadcom,bcm4239"; }; - sdio-device-option@1 { + sdio-device-option at 1 { compatible = "broadcom,bcm4330"; }; }; diff --git a/a/content_digest b/N2/content_digest index 4c5fdfa..703cbfa 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -10,23 +10,10 @@ "ref\06B4D417B830BC44B8026029FD256F7F1C6EE2DD622@HKMAIL01.nvidia.com\0" "ref\020120619091719.GZ3974@opensource.wolfsonmicro.com\0" "ref\06B4D417B830BC44B8026029FD256F7F1C6EE2DD626@HKMAIL01.nvidia.com\0" - "ref\06B4D417B830BC44B8026029FD256F7F1C6EE2DD626-Q4EWCATADntDw2glCA4ptUEOCMrvLtNR@public.gmane.org\0" - "From\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>\0" - "Subject\0Re: Where to power on the wifi device before loading the driver.\0" + "From\0swarren@wwwdotorg.org (Stephen Warren)\0" + "Subject\0Where to power on the wifi device before loading the driver.\0" "Date\0Tue, 19 Jun 2012 18:01:54 -0600\0" - "To\0Wei Ni <wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0" - "Cc\0'Mark Brown' <broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>" - 'Philip Rakity' <prakity-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org> - Rakesh Kumar <krakesh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> - 'frankyl-dY08KVG/lbpWk0Htik3J/w@public.gmane.org' <frankyl-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> - Thierry Reding <thierry.reding-RM9K5IK7kjKj5M59NBduVrNAH6kLmebB@public.gmane.org> - Mursalin Akon <makon-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> - 'linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org' <linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org <devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org> - 'linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org' <linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org> - " Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 06/19/2012 03:44 AM, Wei Ni wrote:\n" @@ -65,7 +52,7 @@ "\n" "So, we start off with the plain SDHCI controller node:\n" "\n" - "sdhci@78000000 {\n" + "sdhci at 78000000 {\n" "\tcompatible = \"nvidia,tegra30-sdhci\", \"nvidia,tegra20-sdhci\";\n" "\treg = <0x78000000 0x200>;\n" "\tinterrupts = <0 14 0x04>;\n" @@ -73,7 +60,7 @@ "\n" "Then, we add a child node to represent the device that's attached:\n" "\n" - "sdhci@78000000 {\n" + "sdhci at 78000000 {\n" "\tcompatible = \"nvidia,tegra30-sdhci\", \"nvidia,tegra20-sdhci\";\n" "\treg = <0x78000000 0x200>;\n" "\tinterrupts = <0 14 0x04>;\n" @@ -94,18 +81,18 @@ "different types of device into the socket? Might we end up with\n" "something like:\n" "\n" - "sdhci@78000000 {\n" + "sdhci at 78000000 {\n" "\tcompatible = \"nvidia,tegra30-sdhci\", \"nvidia,tegra20-sdhci\";\n" "\treg = <0x78000000 0x200>;\n" "\tinterrupts = <0 14 0x04>;\n" "\n" - "\tsdio-device-option@0 {\n" + "\tsdio-device-option at 0 {\n" "\t\tcompatible = \"broadcom,bcm4239\";\n" "\t\treset-gpios = <...>;\n" "\t\tenable-gpios = <...>;\n" "\t};\n" "\n" - "\tsdio-device-option@1 {\n" + "\tsdio-device-option at 1 {\n" "\t\tcompatible = \"broadcom,bcm4330\";\n" "\t\treset-gpios = <...>;\n" "\t\tenable-gpios = <...>;\n" @@ -122,7 +109,7 @@ "modeling is the card slot, and the services it provides, so perhaps we\n" "should really end up with:\n" "\n" - "sdhci@78000000 {\n" + "sdhci at 78000000 {\n" "\tcompatible = \"nvidia,tegra30-sdhci\", \"nvidia,tegra20-sdhci\";\n" "\treg = <0x78000000 0x200>;\n" "\tinterrupts = <0 14 0x04>;\n" @@ -131,11 +118,11 @@ "\t\treset-gpios = <...>;\n" "\t\tenable-gpios = <...>;\n" "\n" - "\t\tsdio-device-option@0 {\n" + "\t\tsdio-device-option at 0 {\n" "\t\t\tcompatible = \"broadcom,bcm4239\";\n" "\t\t};\n" "\n" - "\t\tsdio-device-option@1 {\n" + "\t\tsdio-device-option at 1 {\n" "\t\t\tcompatible = \"broadcom,bcm4330\";\n" "\t\t};\n" "\t};\n" @@ -160,4 +147,4 @@ "Anyway, these are just some quick thoughts on the topic - obviously more\n" flesh is needed. -2b034cb24365c4ab71ab4b54dfe29457cd8d380af5c2fed9d749c42067bbdadd +217d57573d4a6b12f6f22bf64654270d76395edd049f7f4aa423254e496fbe88
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.