All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20200123162845.10651-3-jagan@amarulasolutions.com>

diff --git a/a/1.txt b/N1/1.txt
index fe49538..712978c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -10,19 +10,19 @@ RK3288:
 vopb_out: port {
 	#address-cells = <1>;
 	#size-cells = <0>;
-	vopb_out_edp: endpoint@0 {
+	vopb_out_edp: endpoint at 0 {
 		reg = <0>;
 		remote-endpoint = <&edp_in_vopb>;
 	};
-	vopb_out_hdmi: endpoint@1 {
+	vopb_out_hdmi: endpoint at 1 {
 		reg = <1>;
                 remote-endpoint = <&hdmi_in_vopb>;
         };
-        vopb_out_lvds: endpoint@2 {
+        vopb_out_lvds: endpoint at 2 {
                 reg = <2>;
                 remote-endpoint = <&lvds_in_vopb>;
         };
-        vopb_out_mipi: endpoint@3 {
+        vopb_out_mipi: endpoint at 3 {
                 reg = <3>;
                 remote-endpoint = <&mipi_in_vopb>;
         };
@@ -33,23 +33,23 @@ RK3399:
 vopb_out: port {
          #address-cells = <1>;
          #size-cells = <0>;
-         vopb_out_edp: endpoint@0 {
+         vopb_out_edp: endpoint at 0 {
                 reg = <0>;
                 remote-endpoint = <&edp_in_vopb>;
          };
-         vopb_out_mipi: endpoint@1 {
+         vopb_out_mipi: endpoint at 1 {
                 reg = <1>;
                 remote-endpoint = <&mipi_in_vopb>;
          };
-         vopb_out_hdmi: endpoint@2 {
+         vopb_out_hdmi: endpoint at 2 {
                 reg = <2>;
                 remote-endpoint = <&hdmi_in_vopb>;
          };
-         vopb_out_mipi1: endpoint@3 {
+         vopb_out_mipi1: endpoint at 3 {
                 reg = <3>;
                 remote-endpoint = <&mipi1_in_vopb>;
          };
-         vopb_out_dp: endpoint@4 {
+         vopb_out_dp: endpoint at 4 {
                 reg = <4>;
                 remote-endpoint = <&dp_in_vopb>;
          };
@@ -66,7 +66,7 @@ the same will result wrong display interface configuration for rk3399.
 
 Add the patch for fixing these vop modes for rk3399.
 
-Signed-off-by: Jagan Teki <jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>
+Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
 ---
  arch/arm/include/asm/arch-rockchip/vop_rk3288.h | 11 +++++++++++
  drivers/video/rockchip/rk3399_vop.c             |  2 --
diff --git a/a/content_digest b/N1/content_digest
index d8e1453..1f78a3f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,16 +1,8 @@
  "ref\020200123162845.10651-1-jagan@amarulasolutions.com\0"
- "ref\020200123162845.10651-1-jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org\0"
- "From\0Jagan Teki <jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>\0"
+ "From\0Jagan Teki <jagan@amarulasolutions.com>\0"
  "Subject\0[PATCH 2/4] video: rockchip: Fix vop modes for rk3399\0"
  "Date\0Thu, 23 Jan 2020 21:58:43 +0530\0"
- "To\0Kever Yang <kever.yang-TNX95d0MmH7DzftRWevZcw@public.gmane.org>"
-  Simon Glass <sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
- " Philipp Tomsich <philipp.tomsich-SN7IsUiht6C/RdPyistoZJqQE7yCjDx5@public.gmane.org>\0"
- "Cc\0u-boot-0aAXYlwwYIKGBzrmiIFOJg@public.gmane.org"
-  Michael Trimarchi <michael-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>
-  linux-amarula-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org
-  Jagan Teki <jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>
- " linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
+ "To\0u-boot@lists.denx.de\0"
  "\00:1\0"
  "b\0"
  "VOP display endpoint pipeline configuration is differs\n"
@@ -25,19 +17,19 @@
  "vopb_out: port {\n"
  "\t#address-cells = <1>;\n"
  "\t#size-cells = <0>;\n"
- "\tvopb_out_edp: endpoint@0 {\n"
+ "\tvopb_out_edp: endpoint at 0 {\n"
  "\t\treg = <0>;\n"
  "\t\tremote-endpoint = <&edp_in_vopb>;\n"
  "\t};\n"
- "\tvopb_out_hdmi: endpoint@1 {\n"
+ "\tvopb_out_hdmi: endpoint at 1 {\n"
  "\t\treg = <1>;\n"
  "                remote-endpoint = <&hdmi_in_vopb>;\n"
  "        };\n"
- "        vopb_out_lvds: endpoint@2 {\n"
+ "        vopb_out_lvds: endpoint at 2 {\n"
  "                reg = <2>;\n"
  "                remote-endpoint = <&lvds_in_vopb>;\n"
  "        };\n"
- "        vopb_out_mipi: endpoint@3 {\n"
+ "        vopb_out_mipi: endpoint at 3 {\n"
  "                reg = <3>;\n"
  "                remote-endpoint = <&mipi_in_vopb>;\n"
  "        };\n"
@@ -48,23 +40,23 @@
  "vopb_out: port {\n"
  "         #address-cells = <1>;\n"
  "         #size-cells = <0>;\n"
- "         vopb_out_edp: endpoint@0 {\n"
+ "         vopb_out_edp: endpoint at 0 {\n"
  "                reg = <0>;\n"
  "                remote-endpoint = <&edp_in_vopb>;\n"
  "         };\n"
- "         vopb_out_mipi: endpoint@1 {\n"
+ "         vopb_out_mipi: endpoint at 1 {\n"
  "                reg = <1>;\n"
  "                remote-endpoint = <&mipi_in_vopb>;\n"
  "         };\n"
- "         vopb_out_hdmi: endpoint@2 {\n"
+ "         vopb_out_hdmi: endpoint at 2 {\n"
  "                reg = <2>;\n"
  "                remote-endpoint = <&hdmi_in_vopb>;\n"
  "         };\n"
- "         vopb_out_mipi1: endpoint@3 {\n"
+ "         vopb_out_mipi1: endpoint at 3 {\n"
  "                reg = <3>;\n"
  "                remote-endpoint = <&mipi1_in_vopb>;\n"
  "         };\n"
- "         vopb_out_dp: endpoint@4 {\n"
+ "         vopb_out_dp: endpoint at 4 {\n"
  "                reg = <4>;\n"
  "                remote-endpoint = <&dp_in_vopb>;\n"
  "         };\n"
@@ -81,7 +73,7 @@
  "\n"
  "Add the patch for fixing these vop modes for rk3399.\n"
  "\n"
- "Signed-off-by: Jagan Teki <jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>\n"
+ "Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>\n"
  "---\n"
  " arch/arm/include/asm/arch-rockchip/vop_rk3288.h | 11 +++++++++++\n"
  " drivers/video/rockchip/rk3399_vop.c             |  2 --\n"
@@ -160,4 +152,4 @@
  "-- \n"
  2.18.0.321.gffc6fa0e3
 
-30b705fd49eaf6634d3af40a61e2f7915fca5e7fa60dbc52e747131f22e8a563
+167ff71cd263d5fcdfbbb13e47800a38cd0b28f2b4fb9c65fc8e0d279eeb0f69

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.