diff for duplicates of <5314547F.4020703@redhat.com> diff --git a/a/1.txt b/N1/1.txt index 54a0662..436b046 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,7 +17,7 @@ On 03/03/2014 10:33 AM, Maxime Ripard wrote: >>> >>> And this is precisely what I don't understand. Why do you *need* different DTSI files. If there's common regulators, that are used on most boards, fine, create a common regulators files. But why do you have to create a DTSI to define only one regulator. >>> ->>>> another advantage of having these separate is that the gpio controlling the regulator can be pre-populated with the reference design gpio which is used in most boards, so that the ahci specific code in the dts becomes only the ahci: sata@... node. +>>>> another advantage of having these separate is that the gpio controlling the regulator can be pre-populated with the reference design gpio which is used in most boards, so that the ahci specific code in the dts becomes only the ahci: sata at ... node. >>> >>> I understand very well the advantages of what having a reference regulators bring. What I don't understand is the benefits of having "topics" regulators DTSI. >> @@ -29,7 +29,7 @@ On 03/03/2014 10:33 AM, Maxime Ripard wrote: >> >> ... >> ->> ahci: sata@01c18000 { target-supply = <®_ahci_5v>; status = "okay"; }; +>> ahci: sata at 01c18000 { target-supply = <®_ahci_5v>; status = "okay"; }; >> >> If we put all regulators in one file, then the ahci regulator cannot be enabled (so it will have status = "disabled) by default since most boards don't have it, so things would change into: >> @@ -37,7 +37,7 @@ On 03/03/2014 10:33 AM, Maxime Ripard wrote: >> >> ... >> ->> ahci: sata@01c18000 { target-supply = <®_ahci_5v>; status = "okay"; }; +>> ahci: sata at 01c18000 { target-supply = <®_ahci_5v>; status = "okay"; }; >> >> ... >> @@ -93,8 +93,3 @@ iEYEARECAAYFAlMUVHEACgkQF3VEtJrzE/vIyQCfVgZNpu7YEk/pf7QiE90C6Cuj Dv8AoJq8fAEwTURGg5WF2FwMqZBPD1iS =Vtd+ -----END PGP SIGNATURE----- - --- -You received this message because you are subscribed to the Google Groups "linux-sunxi" group. -To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org -For more options, visit https://groups.google.com/groups/opt_out. diff --git a/a/content_digest b/N1/content_digest index 47f8779..11b038a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,19 +5,10 @@ "ref\020140222171516.GA3610@lukather\0" "ref\05308F63E.3070300@redhat.com\0" "ref\020140303093315.GS607@lukather\0" - "From\0Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\0" - "Subject\0Re: [PATCH v6 17/18] ARM: sun4i: dt: Add ahci / sata support\0" + "From\0hdegoede@redhat.com (Hans de Goede)\0" + "Subject\0[PATCH v6 17/18] ARM: sun4i: dt: Add ahci / sata support\0" "Date\0Mon, 03 Mar 2014 11:07:59 +0100\0" - "To\0Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" - "Cc\0Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>" - Oliver Schinagl <oliver-dxLnbx3+1qmEVqv0pETR8A@public.gmane.org> - Richard Zhu <Hong-Xing.Zhu-KZfg59tc24xl57MIdRCFDg@public.gmane.org> - Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org> - Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> - linux-ide-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - " linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "-----BEGIN PGP SIGNED MESSAGE-----\n" @@ -39,7 +30,7 @@ ">>> \n" ">>> And this is precisely what I don't understand. Why do you *need* different DTSI files. If there's common regulators, that are used on most boards, fine, create a common regulators files. But why do you have to create a DTSI to define only one regulator.\n" ">>> \n" - ">>>> another advantage of having these separate is that the gpio controlling the regulator can be pre-populated with the reference design gpio which is used in most boards, so that the ahci specific code in the dts becomes only the ahci: sata@... node.\n" + ">>>> another advantage of having these separate is that the gpio controlling the regulator can be pre-populated with the reference design gpio which is used in most boards, so that the ahci specific code in the dts becomes only the ahci: sata at ... node.\n" ">>> \n" ">>> I understand very well the advantages of what having a reference regulators bring. What I don't understand is the benefits of having \"topics\" regulators DTSI.\n" ">> \n" @@ -51,7 +42,7 @@ ">> \n" ">> ...\n" ">> \n" - ">> ahci: sata@01c18000 { target-supply = <®_ahci_5v>; status = \"okay\"; };\n" + ">> ahci: sata at 01c18000 { target-supply = <®_ahci_5v>; status = \"okay\"; };\n" ">> \n" ">> If we put all regulators in one file, then the ahci regulator cannot be enabled (so it will have status = \"disabled) by default since most boards don't have it, so things would change into:\n" ">> \n" @@ -59,7 +50,7 @@ ">> \n" ">> ...\n" ">> \n" - ">> ahci: sata@01c18000 { target-supply = <®_ahci_5v>; status = \"okay\"; };\n" + ">> ahci: sata at 01c18000 { target-supply = <®_ahci_5v>; status = \"okay\"; };\n" ">> \n" ">> ...\n" ">> \n" @@ -114,11 +105,6 @@ "iEYEARECAAYFAlMUVHEACgkQF3VEtJrzE/vIyQCfVgZNpu7YEk/pf7QiE90C6Cuj\n" "Dv8AoJq8fAEwTURGg5WF2FwMqZBPD1iS\n" "=Vtd+\n" - "-----END PGP SIGNATURE-----\n" - "\n" - "-- \n" - "You received this message because you are subscribed to the Google Groups \"linux-sunxi\" group.\n" - "To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org\n" - For more options, visit https://groups.google.com/groups/opt_out. + -----END PGP SIGNATURE----- -c36c5d0024fac0d6e5cc9264001d8faafab944232df6b4685cf242c94e3f3904 +d6730a9ba7720b8b697c1f934b497a8fbcf7ee52e39fb286a4224fd38e9ada9b
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.