All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <2909171.GCRVT3W7gj@phil>

diff --git a/a/1.txt b/N1/1.txt
index 7392591..b23fbc0 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -7,7 +7,7 @@ Am Mittwoch, 21. Februar 2018, 13:04:11 CET schrieb Robin Murphy:
 > >>> Add the chain of display nodes from the core display-subsystem
 > >>> through the one vop to the dw-hdmi output.
 > >>>
-> >>> Signed-off-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
+> >>> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
 > >>> ---
 > >>>    arch/arm64/boot/dts/rockchip/rk3328.dtsi | 56 ++++++++++++++++++++++++++++++++
 > >>>    1 file changed, 56 insertions(+)
@@ -32,7 +32,7 @@ Am Mittwoch, 21. Februar 2018, 13:04:11 CET schrieb Robin Murphy:
 > >>>    		status = "disabled";
 > >>>    	};
 > >>>    
-> >>> +	vop: vop@ff370000 {
+> >>> +	vop: vop at ff370000 {
 > >>> +		compatible = "rockchip,rk3328-vop";
 > >>> +		reg = <0x0 0xff370000 0x0 0x3efc>;
 > >>> +		interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH 0>;
@@ -66,12 +66,12 @@ Am Mittwoch, 21. Februar 2018, 13:04:11 CET schrieb Robin Murphy:
 > Cheers, that was indeed a fruitful starting point - EDID wasn't exactly 
 > the problem, but having decoded the blob dumped out of sysfs to check 
 > validity it appears the only native resolution mode my ancient Iiyama is 
-> advertising is 1280x1024@75Hz. That prompted me to go and faff with the 
+> advertising is 1280x1024 at 75Hz. That prompted me to go and faff with the 
 > TV (the only actual HDMI endpoint I own), and sure enough a 'regular' 
-> 1920x1080@60Hz works just fine. So, for patches 1 and 2 (fixed up to 
+> 1920x1080 at 60Hz works just fine. So, for patches 1 and 2 (fixed up to 
 > avoid the DTC warning):
 > 
-> Tested-by: Robin Murphy <robin.murphy-5wv7dgnIgG8@public.gmane.org>
+> Tested-by: Robin Murphy <robin.murphy@arm.com>
 
 Nice :-)
 
diff --git a/a/content_digest b/N1/content_digest
index c81008c..0218ac0 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,13 +1,10 @@
  "ref\020180216223817.2821-1-heiko@sntech.de\0"
  "ref\02712253.IuLOJ454Fc@phil\0"
  "ref\0ca7e8c5d-55e3-0dc9-1132-f542cb577693@arm.com\0"
- "ref\0ca7e8c5d-55e3-0dc9-1132-f542cb577693-5wv7dgnIgG8@public.gmane.org\0"
- "From\0Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>\0"
- "Subject\0Re: [PATCH 2/3] arm64: dts: rockchip: add rk3328 display nodes\0"
+ "From\0heiko@sntech.de (Heiko Stuebner)\0"
+ "Subject\0[PATCH 2/3] arm64: dts: rockchip: add rk3328 display nodes\0"
  "Date\0Wed, 21 Feb 2018 22:57:47 +0100\0"
- "To\0Robin Murphy <robin.murphy-5wv7dgnIgG8@public.gmane.org>\0"
- "Cc\0linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
- " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Am Mittwoch, 21. Februar 2018, 13:04:11 CET schrieb Robin Murphy:\n"
@@ -19,7 +16,7 @@
  "> >>> Add the chain of display nodes from the core display-subsystem\n"
  "> >>> through the one vop to the dw-hdmi output.\n"
  "> >>>\n"
- "> >>> Signed-off-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>\n"
+ "> >>> Signed-off-by: Heiko Stuebner <heiko@sntech.de>\n"
  "> >>> ---\n"
  "> >>>    arch/arm64/boot/dts/rockchip/rk3328.dtsi | 56 ++++++++++++++++++++++++++++++++\n"
  "> >>>    1 file changed, 56 insertions(+)\n"
@@ -44,7 +41,7 @@
  "> >>>    \t\tstatus = \"disabled\";\n"
  "> >>>    \t};\n"
  "> >>>    \n"
- "> >>> +\tvop: vop@ff370000 {\n"
+ "> >>> +\tvop: vop at ff370000 {\n"
  "> >>> +\t\tcompatible = \"rockchip,rk3328-vop\";\n"
  "> >>> +\t\treg = <0x0 0xff370000 0x0 0x3efc>;\n"
  "> >>> +\t\tinterrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH 0>;\n"
@@ -78,12 +75,12 @@
  "> Cheers, that was indeed a fruitful starting point - EDID wasn't exactly \n"
  "> the problem, but having decoded the blob dumped out of sysfs to check \n"
  "> validity it appears the only native resolution mode my ancient Iiyama is \n"
- "> advertising is 1280x1024@75Hz. That prompted me to go and faff with the \n"
+ "> advertising is 1280x1024 at 75Hz. That prompted me to go and faff with the \n"
  "> TV (the only actual HDMI endpoint I own), and sure enough a 'regular' \n"
- "> 1920x1080@60Hz works just fine. So, for patches 1 and 2 (fixed up to \n"
+ "> 1920x1080 at 60Hz works just fine. So, for patches 1 and 2 (fixed up to \n"
  "> avoid the DTC warning):\n"
  "> \n"
- "> Tested-by: Robin Murphy <robin.murphy-5wv7dgnIgG8@public.gmane.org>\n"
+ "> Tested-by: Robin Murphy <robin.murphy@arm.com>\n"
  "\n"
  "Nice :-)\n"
  "\n"
@@ -109,4 +106,4 @@
  "DRM_WARNS would be interesting I guess, can you post them?\n"
  As for your hdmi-interrupts, from the dw-hdmi or the hdmi-phy?
 
-6d69c6238fbebced48c083690e37ce3581a3b99c8a4496a6c012138cd0f96d5e
+21f2ade103813d5314f5e88c51e66636c679f8ff52cc5979f1e495e4df83b602

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.