All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20151020103416.20687.40409@quantum>

diff --git a/a/1.txt b/N1/1.txt
index c15879f..f68957b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -2,49 +2,38 @@ Quoting Andrzej Hajda (2015-10-20 02:22:32)
 > HDMI driver must re-parent respective muxes during HDMI-PHY on/off
 > to HDMI-PHY output clocks. To reference those clocks their
 > definitions should be added.
-> =
-
+> 
 > Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
 > ---
 >  drivers/clk/samsung/clk-exynos5433.c   | 6 ++++--
 >  include/dt-bindings/clock/exynos5433.h | 5 ++++-
 >  2 files changed, 8 insertions(+), 3 deletions(-)
-> =
-
-> diff --git a/drivers/clk/samsung/clk-exynos5433.c b/drivers/clk/samsung/c=
-lk-exynos5433.c
+> 
+> diff --git a/drivers/clk/samsung/clk-exynos5433.c b/drivers/clk/samsung/clk-exynos5433.c
 > index 650ec13..e037406 100644
 > --- a/drivers/clk/samsung/clk-exynos5433.c
 > +++ b/drivers/clk/samsung/clk-exynos5433.c
-> @@ -2614,8 +2614,10 @@ static struct samsung_fixed_rate_clock disp_fixed_=
-clks[] __initdata =3D {
+> @@ -2614,8 +2614,10 @@ static struct samsung_fixed_rate_clock disp_fixed_clks[] __initdata = {
 >         FRATE(0, "phyclk_mipidphy0_rxclkesc0_phy", NULL, CLK_IS_ROOT,
 >                         100000000),
 >         /* PHY clocks from HDMI_PHY */
-> -       FRATE(0, "phyclk_hdmiphy_tmds_clko_phy", NULL, CLK_IS_ROOT, 30000=
-0000),
-> -       FRATE(0, "phyclk_hdmiphy_pixel_clko_phy", NULL, CLK_IS_ROOT, 1660=
-00000),
-> +       FRATE(CLK_PHYCLK_HDMIPHY_TMDS_CLKO_PHY, "phyclk_hdmiphy_tmds_clko=
-_phy",
+> -       FRATE(0, "phyclk_hdmiphy_tmds_clko_phy", NULL, CLK_IS_ROOT, 300000000),
+> -       FRATE(0, "phyclk_hdmiphy_pixel_clko_phy", NULL, CLK_IS_ROOT, 166000000),
+> +       FRATE(CLK_PHYCLK_HDMIPHY_TMDS_CLKO_PHY, "phyclk_hdmiphy_tmds_clko_phy",
 > +                       NULL, CLK_IS_ROOT, 300000000),
-> +       FRATE(CLK_PHYCLK_HDMIPHY_PIXEL_CLKO_PHY, "phyclk_hdmiphy_pixel_cl=
-ko_phy",
+> +       FRATE(CLK_PHYCLK_HDMIPHY_PIXEL_CLKO_PHY, "phyclk_hdmiphy_pixel_clko_phy",
 > +                       NULL, CLK_IS_ROOT, 166000000),
 >  };
->  =
-
->  static struct samsung_mux_clock disp_mux_clks[] __initdata =3D {
-> diff --git a/include/dt-bindings/clock/exynos5433.h b/include/dt-bindings=
-/clock/exynos5433.h
+>  
+>  static struct samsung_mux_clock disp_mux_clks[] __initdata = {
+> diff --git a/include/dt-bindings/clock/exynos5433.h b/include/dt-bindings/clock/exynos5433.h
 > index 5bd80d5..4f0d566 100644
 > --- a/include/dt-bindings/clock/exynos5433.h
 > +++ b/include/dt-bindings/clock/exynos5433.h
 > @@ -765,7 +765,10 @@
 >  #define CLK_SCLK_RGB_VCLK                              109
 >  #define CLK_SCLK_RGB_TV_VCLK                           110
->  =
-
+>  
 > -#define DISP_NR_CLK                                    111
 > +#define CLK_PHYCLK_HDMIPHY_PIXEL_CLKO_PHY              111
 > +#define CLK_PHYCLK_HDMIPHY_TMDS_CLKO_PHY               112
@@ -56,15 +45,12 @@ Why break compatibility with older DTBs?
 Regards,
 Mike
 
->  =
-
+>  
 >  /* CMU_AUD */
 >  #define CLK_MOUT_AUD_PLL_USER                          1
-> -- =
-
+> -- 
 > 1.9.1
-> =
-
+> 
 > --
 > To unsubscribe from this list: send the line "unsubscribe linux-clk" in
 > the body of a message to majordomo@vger.kernel.org
diff --git a/a/content_digest b/N1/content_digest
index aab7c94..0073522 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,8 +3,7 @@
  "From\0Michael Turquette <mturquette@baylibre.com>\0"
  "Subject\0Re: [PATCH 01/10] clk/samsung: exynos5433: add definitions of HDMI-PHY output clocks\0"
  "Date\0Tue, 20 Oct 2015 03:34:16 -0700\0"
- "To\0Andrzej Hajda <a.hajda@samsung.com>"
- " Inki Dae <inki.dae@samsung.com>\0"
+ "To\0Inki Dae <inki.dae@samsung.com>\0"
  "Cc\0Andrzej Hajda <a.hajda@samsung.com>"
   Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
   Marek Szyprowski <m.szyprowski@samsung.com>
@@ -23,49 +22,38 @@
  "> HDMI driver must re-parent respective muxes during HDMI-PHY on/off\n"
  "> to HDMI-PHY output clocks. To reference those clocks their\n"
  "> definitions should be added.\n"
- "> =\n"
- "\n"
+ "> \n"
  "> Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>\n"
  "> ---\n"
  ">  drivers/clk/samsung/clk-exynos5433.c   | 6 ++++--\n"
  ">  include/dt-bindings/clock/exynos5433.h | 5 ++++-\n"
  ">  2 files changed, 8 insertions(+), 3 deletions(-)\n"
- "> =\n"
- "\n"
- "> diff --git a/drivers/clk/samsung/clk-exynos5433.c b/drivers/clk/samsung/c=\n"
- "lk-exynos5433.c\n"
+ "> \n"
+ "> diff --git a/drivers/clk/samsung/clk-exynos5433.c b/drivers/clk/samsung/clk-exynos5433.c\n"
  "> index 650ec13..e037406 100644\n"
  "> --- a/drivers/clk/samsung/clk-exynos5433.c\n"
  "> +++ b/drivers/clk/samsung/clk-exynos5433.c\n"
- "> @@ -2614,8 +2614,10 @@ static struct samsung_fixed_rate_clock disp_fixed_=\n"
- "clks[] __initdata =3D {\n"
+ "> @@ -2614,8 +2614,10 @@ static struct samsung_fixed_rate_clock disp_fixed_clks[] __initdata = {\n"
  ">         FRATE(0, \"phyclk_mipidphy0_rxclkesc0_phy\", NULL, CLK_IS_ROOT,\n"
  ">                         100000000),\n"
  ">         /* PHY clocks from HDMI_PHY */\n"
- "> -       FRATE(0, \"phyclk_hdmiphy_tmds_clko_phy\", NULL, CLK_IS_ROOT, 30000=\n"
- "0000),\n"
- "> -       FRATE(0, \"phyclk_hdmiphy_pixel_clko_phy\", NULL, CLK_IS_ROOT, 1660=\n"
- "00000),\n"
- "> +       FRATE(CLK_PHYCLK_HDMIPHY_TMDS_CLKO_PHY, \"phyclk_hdmiphy_tmds_clko=\n"
- "_phy\",\n"
+ "> -       FRATE(0, \"phyclk_hdmiphy_tmds_clko_phy\", NULL, CLK_IS_ROOT, 300000000),\n"
+ "> -       FRATE(0, \"phyclk_hdmiphy_pixel_clko_phy\", NULL, CLK_IS_ROOT, 166000000),\n"
+ "> +       FRATE(CLK_PHYCLK_HDMIPHY_TMDS_CLKO_PHY, \"phyclk_hdmiphy_tmds_clko_phy\",\n"
  "> +                       NULL, CLK_IS_ROOT, 300000000),\n"
- "> +       FRATE(CLK_PHYCLK_HDMIPHY_PIXEL_CLKO_PHY, \"phyclk_hdmiphy_pixel_cl=\n"
- "ko_phy\",\n"
+ "> +       FRATE(CLK_PHYCLK_HDMIPHY_PIXEL_CLKO_PHY, \"phyclk_hdmiphy_pixel_clko_phy\",\n"
  "> +                       NULL, CLK_IS_ROOT, 166000000),\n"
  ">  };\n"
- ">  =\n"
- "\n"
- ">  static struct samsung_mux_clock disp_mux_clks[] __initdata =3D {\n"
- "> diff --git a/include/dt-bindings/clock/exynos5433.h b/include/dt-bindings=\n"
- "/clock/exynos5433.h\n"
+ ">  \n"
+ ">  static struct samsung_mux_clock disp_mux_clks[] __initdata = {\n"
+ "> diff --git a/include/dt-bindings/clock/exynos5433.h b/include/dt-bindings/clock/exynos5433.h\n"
  "> index 5bd80d5..4f0d566 100644\n"
  "> --- a/include/dt-bindings/clock/exynos5433.h\n"
  "> +++ b/include/dt-bindings/clock/exynos5433.h\n"
  "> @@ -765,7 +765,10 @@\n"
  ">  #define CLK_SCLK_RGB_VCLK                              109\n"
  ">  #define CLK_SCLK_RGB_TV_VCLK                           110\n"
- ">  =\n"
- "\n"
+ ">  \n"
  "> -#define DISP_NR_CLK                                    111\n"
  "> +#define CLK_PHYCLK_HDMIPHY_PIXEL_CLKO_PHY              111\n"
  "> +#define CLK_PHYCLK_HDMIPHY_TMDS_CLKO_PHY               112\n"
@@ -77,18 +65,15 @@
  "Regards,\n"
  "Mike\n"
  "\n"
- ">  =\n"
- "\n"
+ ">  \n"
  ">  /* CMU_AUD */\n"
  ">  #define CLK_MOUT_AUD_PLL_USER                          1\n"
- "> -- =\n"
- "\n"
+ "> -- \n"
  "> 1.9.1\n"
- "> =\n"
- "\n"
+ "> \n"
  "> --\n"
  "> To unsubscribe from this list: send the line \"unsubscribe linux-clk\" in\n"
  "> the body of a message to majordomo@vger.kernel.org\n"
  > More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-b7fe9a66f0f94b2aba79c661c4b4b9e96958f72dda9188c6a920a2417d3acfa7
+b5ed78e39c27dcfd9818ad24524d4bc45f52a79c3f694cf086d20d6c356fdd12

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.