diff for duplicates of <20171229175539.GK3875@atomide.com> diff --git a/a/1.txt b/N1/1.txt index c027e66..3bd14a8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,4 +1,4 @@ -* Jeffy Chen <jeffy.chen-TNX95d0MmH7DzftRWevZcw@public.gmane.org> [171226 02:41]: +* Jeffy Chen <jeffy.chen@rock-chips.com> [171226 02:41]: > Currently we are handling PCIe WAKE# irq in mrvl wifi driver. > > Move it to rockchip pcie port since we are going to handle it in the @@ -26,7 +26,7 @@ readable :) > + pinctrl-0 = <&wlan_host_wake_l>; > + wakeup-source; > + -> mvl_wifi: wifi@0,0 { +> mvl_wifi: wifi at 0,0 { > compatible = "pci1b4b,2b42"; > reg = <0x83010000 0x0 0x00000000 0x0 0x00100000 > 0x83010000 0x0 0x00100000 0x0 0x00100000>; @@ -39,7 +39,7 @@ readable :) > }; > }; -So the above modifies pcie@0,0 node. And that node describes +So the above modifies pcie at 0,0 node. And that node describes the particular PCIe port that the WLAN is connected to instead of describing the whole PCIe controller device, right? @@ -49,7 +49,3 @@ defined for a PCIe device in the dts file :) Regards, Tony --- -To unsubscribe from this list: send the line "unsubscribe devicetree" in -the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 7af2c80..5925281 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,30 +1,12 @@ "ref\020171226023646.17722-1-jeffy.chen@rock-chips.com\0" "ref\020171226023646.17722-6-jeffy.chen@rock-chips.com\0" - "ref\020171226023646.17722-6-jeffy.chen-TNX95d0MmH7DzftRWevZcw@public.gmane.org\0" - "From\0Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\0" - "Subject\0Re: [RFC PATCH v12 5/5] arm64: dts: rockchip: Move PCIe WAKE# irq to pcie port for Gru\0" + "From\0tony@atomide.com (Tony Lindgren)\0" + "Subject\0[RFC PATCH v12 5/5] arm64: dts: rockchip: Move PCIe WAKE# irq to pcie port for Gru\0" "Date\0Fri, 29 Dec 2017 09:55:39 -0800\0" - "To\0Jeffy Chen <jeffy.chen-TNX95d0MmH7DzftRWevZcw@public.gmane.org>\0" - "Cc\0linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - bhelgaas-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org - linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - shawn.lin-TNX95d0MmH7DzftRWevZcw@public.gmane.org - briannorris-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org - rjw-LthD3rsA81gm4RdzfppkhA@public.gmane.org - dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org - Matthias Kaehlcke <mka-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> - Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org> - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Klaus Goger <klaus.goger-SN7IsUiht6C/RdPyistoZJqQE7yCjDx5@public.gmane.org> - linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org> - Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> - " Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" - "* Jeffy Chen <jeffy.chen-TNX95d0MmH7DzftRWevZcw@public.gmane.org> [171226 02:41]:\n" + "* Jeffy Chen <jeffy.chen@rock-chips.com> [171226 02:41]:\n" "> Currently we are handling PCIe WAKE# irq in mrvl wifi driver.\n" "> \n" "> Move it to rockchip pcie port since we are going to handle it in the\n" @@ -52,7 +34,7 @@ "> +\t\tpinctrl-0 = <&wlan_host_wake_l>;\n" "> +\t\twakeup-source;\n" "> +\n" - "> \t\tmvl_wifi: wifi@0,0 {\n" + "> \t\tmvl_wifi: wifi at 0,0 {\n" "> \t\t\tcompatible = \"pci1b4b,2b42\";\n" "> \t\t\treg = <0x83010000 0x0 0x00000000 0x0 0x00100000\n" "> \t\t\t 0x83010000 0x0 0x00100000 0x0 0x00100000>;\n" @@ -65,7 +47,7 @@ "> \t};\n" "> };\n" "\n" - "So the above modifies pcie@0,0 node. And that node describes\n" + "So the above modifies pcie at 0,0 node. And that node describes\n" "the particular PCIe port that the WLAN is connected to instead\n" "of describing the whole PCIe controller device, right?\n" "\n" @@ -74,10 +56,6 @@ "\n" "Regards,\n" "\n" - "Tony\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" - "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + Tony -6dd9a1bfa28ef140b83ec2522d354493bd54c01ff2fa6e49ccf9e704f9443cb3 +5546a2258900853a0ffba02c8b7950d9ffd5d9000197d548cdd6bcd001160f8b
diff --git a/a/1.txt b/N2/1.txt index c027e66..83c547f 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,4 +1,4 @@ -* Jeffy Chen <jeffy.chen-TNX95d0MmH7DzftRWevZcw@public.gmane.org> [171226 02:41]: +* Jeffy Chen <jeffy.chen@rock-chips.com> [171226 02:41]: > Currently we are handling PCIe WAKE# irq in mrvl wifi driver. > > Move it to rockchip pcie port since we are going to handle it in the @@ -49,7 +49,3 @@ defined for a PCIe device in the dts file :) Regards, Tony --- -To unsubscribe from this list: send the line "unsubscribe devicetree" in -the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index 7af2c80..e7b8a13 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,30 +1,29 @@ "ref\020171226023646.17722-1-jeffy.chen@rock-chips.com\0" "ref\020171226023646.17722-6-jeffy.chen@rock-chips.com\0" - "ref\020171226023646.17722-6-jeffy.chen-TNX95d0MmH7DzftRWevZcw@public.gmane.org\0" - "From\0Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\0" + "From\0Tony Lindgren <tony@atomide.com>\0" "Subject\0Re: [RFC PATCH v12 5/5] arm64: dts: rockchip: Move PCIe WAKE# irq to pcie port for Gru\0" "Date\0Fri, 29 Dec 2017 09:55:39 -0800\0" - "To\0Jeffy Chen <jeffy.chen-TNX95d0MmH7DzftRWevZcw@public.gmane.org>\0" - "Cc\0linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - bhelgaas-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org - linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - shawn.lin-TNX95d0MmH7DzftRWevZcw@public.gmane.org - briannorris-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org - rjw-LthD3rsA81gm4RdzfppkhA@public.gmane.org - dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org - Matthias Kaehlcke <mka-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> - Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org> - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Klaus Goger <klaus.goger-SN7IsUiht6C/RdPyistoZJqQE7yCjDx5@public.gmane.org> - linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org> - Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> - " Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org>\0" + "To\0Jeffy Chen <jeffy.chen@rock-chips.com>\0" + "Cc\0linux-kernel@vger.kernel.org" + bhelgaas@google.com + linux-pm@vger.kernel.org + shawn.lin@rock-chips.com + briannorris@chromium.org + rjw@rjwysocki.net + dianders@chromium.org + Matthias Kaehlcke <mka@chromium.org> + Heiko Stuebner <heiko@sntech.de> + devicetree@vger.kernel.org + Klaus Goger <klaus.goger@theobroma-systems.com> + linux-rockchip@lists.infradead.org + Rob Herring <robh+dt@kernel.org> + linux-arm-kernel@lists.infradead.org + Will Deacon <will.deacon@arm.com> + Mark Rutland <mark.rutland@arm.com> + " Catalin Marinas <catalin.marinas@arm.com>\0" "\00:1\0" "b\0" - "* Jeffy Chen <jeffy.chen-TNX95d0MmH7DzftRWevZcw@public.gmane.org> [171226 02:41]:\n" + "* Jeffy Chen <jeffy.chen@rock-chips.com> [171226 02:41]:\n" "> Currently we are handling PCIe WAKE# irq in mrvl wifi driver.\n" "> \n" "> Move it to rockchip pcie port since we are going to handle it in the\n" @@ -74,10 +73,6 @@ "\n" "Regards,\n" "\n" - "Tony\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" - "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + Tony -6dd9a1bfa28ef140b83ec2522d354493bd54c01ff2fa6e49ccf9e704f9443cb3 +ea27f7c6c77722a1494756f393de8ea63536146641dce6e5789618c8949bed10
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.