All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180913181245.25484-9-robh@kernel.org>

diff --git a/a/1.txt b/N1/1.txt
index 83b8875..cd0e773 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -17,8 +17,8 @@ index abff7ef7c9cd..b7303a4e4236 100644
  			 * ssp0 and spi1 are shared pins;
  			 * enable one in your board dts, as needed.
  			 */
--			ssp0: ssp at 20084000 {
-+			ssp0: spi at 20084000 {
+-			ssp0: ssp@20084000 {
++			ssp0: spi@20084000 {
  				compatible = "arm,pl022", "arm,primecell";
  				reg = <0x20084000 0x1000>;
  				interrupts = <20 IRQ_TYPE_LEVEL_HIGH>;
@@ -26,8 +26,8 @@ index abff7ef7c9cd..b7303a4e4236 100644
  			 * ssp1 and spi2 are shared pins;
  			 * enable one in your board dts, as needed.
  			 */
--			ssp1: ssp at 2008c000 {
-+			ssp1: spi at 2008c000 {
+-			ssp1: ssp@2008c000 {
++			ssp1: spi@2008c000 {
  				compatible = "arm,pl022", "arm,primecell";
  				reg = <0x2008c000 0x1000>;
  				interrupts = <21 IRQ_TYPE_LEVEL_HIGH>;
diff --git a/a/content_digest b/N1/content_digest
index 2b3beb9..149b2b9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,10 @@
- "From\0robh@kernel.org (Rob Herring)\0"
+ "From\0Rob Herring <robh@kernel.org>\0"
  "Subject\0[PATCH] ARM: dts: lpc32xx: Fix SPI controller node names\0"
  "Date\0Thu, 13 Sep 2018 13:12:33 -0500\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0devicetree@vger.kernel.org"
+ " linux-arm-kernel@lists.infradead.org\0"
+ "Cc\0Sylvain Lemieux <slemieux.tyco@gmail.com>"
+ " Vladimir Zapolskiy <vz@mleia.com>\0"
  "\00:1\0"
  "b\0"
  "SPI controller nodes should be named 'spi' rather than 'ssp'. Fixing the\n"
@@ -23,8 +26,8 @@
  " \t\t\t * ssp0 and spi1 are shared pins;\n"
  " \t\t\t * enable one in your board dts, as needed.\n"
  " \t\t\t */\n"
- "-\t\t\tssp0: ssp at 20084000 {\n"
- "+\t\t\tssp0: spi at 20084000 {\n"
+ "-\t\t\tssp0: ssp@20084000 {\n"
+ "+\t\t\tssp0: spi@20084000 {\n"
  " \t\t\t\tcompatible = \"arm,pl022\", \"arm,primecell\";\n"
  " \t\t\t\treg = <0x20084000 0x1000>;\n"
  " \t\t\t\tinterrupts = <20 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -32,12 +35,12 @@
  " \t\t\t * ssp1 and spi2 are shared pins;\n"
  " \t\t\t * enable one in your board dts, as needed.\n"
  " \t\t\t */\n"
- "-\t\t\tssp1: ssp at 2008c000 {\n"
- "+\t\t\tssp1: spi at 2008c000 {\n"
+ "-\t\t\tssp1: ssp@2008c000 {\n"
+ "+\t\t\tssp1: spi@2008c000 {\n"
  " \t\t\t\tcompatible = \"arm,pl022\", \"arm,primecell\";\n"
  " \t\t\t\treg = <0x2008c000 0x1000>;\n"
  " \t\t\t\tinterrupts = <21 IRQ_TYPE_LEVEL_HIGH>;\n"
  "-- \n"
  2.17.1
 
-57b7ac72b139bb2ba2ae50906757c06adcb85095895f39b0383a955fdcacd723
+37238680d0d9d5a8f9ef98d238aea2db419f572b8f496b2defdb067f27e49dd1

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.