All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180524094705.GA16705@amd>

diff --git a/a/1.txt b/N1/1.txt
index 4fae752..2e7e600 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -2,18 +2,18 @@ Hi!
 
 > > > So... I did some experiments on v4.16.
 > > > 
-> > > Swapping tsc2005@0 and lcd: acx565akm@2 entries in the dts does break
+> > > Swapping tsc2005 at 0 and lcd: acx565akm at 2 entries in the dts does break
 > > > stuff.
 > > > 
 > > > I thought it might be due to vio regulator, but it does not appear
 > > > so... screen still works with tsc2005 driver disabled in .config. (so
 > > > there's noone to enable vio regulator).
 > > 
-> > Deleting tsc2005@0 entry also breaks screen.
+> > Deleting tsc2005 at 0 entry also breaks screen.
 > > 
-> > Replacing tsc2005@0 entry with 
+> > Replacing tsc2005 at 0 entry with 
 > > 
-> >         foobar@0 {
+> >         foobar at 0 {
 > > 	               compatible = "not really with anything";
 > >  		       spi-max-frequency = <6000000>;
 > >  		       reg = <0>;
@@ -26,10 +26,17 @@ Hi!
 > not sure if it covers all the issues being discussed here though.
 
 Reverting 24aac6011f70 fixes screen on n900 in v4.17-rc for me. (But
-strange dependency on tsc2005@0 is still there).
+strange dependency on tsc2005 at 0 is still there).
 
 Best regards,
 									Pavel
 -- 
 (english) http://www.livejournal.com/~pavelmachek
 (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
+-------------- next part --------------
+A non-text attachment was scrubbed...
+Name: signature.asc
+Type: application/pgp-signature
+Size: 181 bytes
+Desc: Digital signature
+URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180524/ce0bf288/attachment.sig>
diff --git a/a/2.bin b/a/2.bin
deleted file mode 100644
index 2509604..0000000
--- a/a/2.bin
+++ /dev/null
@@ -1,7 +0,0 @@
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1
-
-iEYEARECAAYFAlsGihkACgkQMOfwapXb+vJ0rgCglJW7XtpGu4tG1Z6c0yqPXNAm
-Y0MAnj2+L76ZZfueUH00t5AKakHguU8Q
-=wIst
------END PGP SIGNATURE-----
diff --git a/a/2.hdr b/a/2.hdr
deleted file mode 100644
index 3237378..0000000
--- a/a/2.hdr
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Type: application/pgp-signature; name="signature.asc"
-Content-Description: Digital signature
diff --git a/a/content_digest b/N1/content_digest
index 44aa775..071b58c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -8,44 +8,28 @@
  "ref\020180523140615.GA27180@amd\0"
  "ref\020180523201208.GA31731@amd\0"
  "ref\020180523220456.GY98604@atomide.com\0"
- "From\0Pavel Machek <pavel@ucw.cz>\0"
- "Subject\0Re: v4.17-rc1: regressions on N900, N950\0"
+ "From\0pavel@ucw.cz (Pavel Machek)\0"
+ "Subject\0v4.17-rc1: regressions on N900, N950\0"
  "Date\0Thu, 24 May 2018 11:47:05 +0200\0"
- "To\0Tony Lindgren <tony@atomide.com>\0"
- "Cc\0Aaro Koskinen <aaro.koskinen@iki.fi>"
- " Pali Roh\303\241r <pali.rohar@gmail.com>"
-  sre@kernel.org
-  kernel list <linux-kernel@vger.kernel.org>
-  linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
-  linux-omap@vger.kernel.org
-  khilman@kernel.org
-  ivo.g.dimitrov.75@gmail.com
-  patrikbachan@gmail.com
-  serge@hallyn.com
-  abcloriens@gmail.com
-  clayton@craftyguy.net
-  martijn@brixit.nl
-  sakari.ailus@linux.intel.com
- " Filip Matijevi\304\207 <filip.matijevic.pz@gmail.com>"
- " Thorsten Leemhuis <regressions@leemhuis.info>\0"
- "\01:1\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
+ "\00:1\0"
  "b\0"
  "Hi!\n"
  "\n"
  "> > > So... I did some experiments on v4.16.\n"
  "> > > \n"
- "> > > Swapping tsc2005@0 and lcd: acx565akm@2 entries in the dts does break\n"
+ "> > > Swapping tsc2005 at 0 and lcd: acx565akm at 2 entries in the dts does break\n"
  "> > > stuff.\n"
  "> > > \n"
  "> > > I thought it might be due to vio regulator, but it does not appear\n"
  "> > > so... screen still works with tsc2005 driver disabled in .config. (so\n"
  "> > > there's noone to enable vio regulator).\n"
  "> > \n"
- "> > Deleting tsc2005@0 entry also breaks screen.\n"
+ "> > Deleting tsc2005 at 0 entry also breaks screen.\n"
  "> > \n"
- "> > Replacing tsc2005@0 entry with \n"
+ "> > Replacing tsc2005 at 0 entry with \n"
  "> > \n"
- "> >         foobar@0 {\n"
+ "> >         foobar at 0 {\n"
  "> > \t               compatible = \"not really with anything\";\n"
  "> >  \t\t       spi-max-frequency = <6000000>;\n"
  "> >  \t\t       reg = <0>;\n"
@@ -58,23 +42,19 @@
  "> not sure if it covers all the issues being discussed here though.\n"
  "\n"
  "Reverting 24aac6011f70 fixes screen on n900 in v4.17-rc for me. (But\n"
- "strange dependency on tsc2005@0 is still there).\n"
+ "strange dependency on tsc2005 at 0 is still there).\n"
  "\n"
  "Best regards,\n"
  "\t\t\t\t\t\t\t\t\tPavel\n"
  "-- \n"
  "(english) http://www.livejournal.com/~pavelmachek\n"
- (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
- "\01:2\0"
- "fn\0signature.asc\0"
- "d\0Digital signature\0"
- "b\0"
- "-----BEGIN PGP SIGNATURE-----\n"
- "Version: GnuPG v1\n"
- "\n"
- "iEYEARECAAYFAlsGihkACgkQMOfwapXb+vJ0rgCglJW7XtpGu4tG1Z6c0yqPXNAm\n"
- "Y0MAnj2+L76ZZfueUH00t5AKakHguU8Q\n"
- "=wIst\n"
- "-----END PGP SIGNATURE-----\n"
+ "(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html\n"
+ "-------------- next part --------------\n"
+ "A non-text attachment was scrubbed...\n"
+ "Name: signature.asc\n"
+ "Type: application/pgp-signature\n"
+ "Size: 181 bytes\n"
+ "Desc: Digital signature\n"
+ URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180524/ce0bf288/attachment.sig>
 
-91df2a968d0f0928ed31ff19b5d698551504ead80d9b526b7edba62f0e9661b2
+5b22fecd6f17715844406aa35890aca5dc95e23f7598e7d3230076692fefb7c1

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.