linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
diff for duplicates of <20170119133010.GH1798@makrotopia.org>

diff --git a/a/1.txt b/N1/1.txt
index 30e130b..817c310 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -67,30 +67,4 @@ if(Value & (1<<20)) { //Xtal=40M
 	RT30xxWriteRFRegister(pAd, RF_R08, FreqItems3020_Xtal20M[index].N);
 	RT30xxWriteRFRegister(pAd, RF_R09, FreqItems3020_Xtal20M[index].K);
 }
----
-
-From what I can see, most other drivers which need to touch SYSCTL
-currently do that by defining a local precompiler macro:
----
-#ifdef CONFIG_SOC_MT7621
-#define RALINK_SYSCTL_BASE             0xbe000000
-#else
-#define RALINK_SYSCTL_BASE             0xb0000000
-#endif
----
-
-That's obviously not very elegant and probably we should define SYSCTL
-in the device tree of each SoC and we should write/adapt a syscon mfd
-driver which other drivers may then use to read/write stuff to/from
-SYSCTL. The clock could then be provided by a clk driver sitting on top
-of that and rt2x00 would use that clock.
-In the meantime, why not just define a static clock in the device-tree
-and already have rt2x00 consume that clock? That would already be the
-way things will most likely look like from rt2x00 point of view once
-syscon and clk drivers are in place.
-
-
-Cheers
-
-
-Daniel
\ No newline at end of file
+---
\ No newline at end of file
diff --git a/a/content_digest b/N1/content_digest
index facec98..56f5734 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -104,33 +104,7 @@
   "\tRT30xxWriteRFRegister(pAd, RF_R08, FreqItems3020_Xtal20M[index].N);\n",
   "\tRT30xxWriteRFRegister(pAd, RF_R09, FreqItems3020_Xtal20M[index].K);\n",
   "}\n",
-  "---\n",
-  "\n",
-  "From what I can see, most other drivers which need to touch SYSCTL\n",
-  "currently do that by defining a local precompiler macro:\n",
-  "---\n",
-  "#ifdef CONFIG_SOC_MT7621\n",
-  "#define RALINK_SYSCTL_BASE             0xbe000000\n",
-  "#else\n",
-  "#define RALINK_SYSCTL_BASE             0xb0000000\n",
-  "#endif\n",
-  "---\n",
-  "\n",
-  "That's obviously not very elegant and probably we should define SYSCTL\n",
-  "in the device tree of each SoC and we should write/adapt a syscon mfd\n",
-  "driver which other drivers may then use to read/write stuff to/from\n",
-  "SYSCTL. The clock could then be provided by a clk driver sitting on top\n",
-  "of that and rt2x00 would use that clock.\n",
-  "In the meantime, why not just define a static clock in the device-tree\n",
-  "and already have rt2x00 consume that clock? That would already be the\n",
-  "way things will most likely look like from rt2x00 point of view once\n",
-  "syscon and clk drivers are in place.\n",
-  "\n",
-  "\n",
-  "Cheers\n",
-  "\n",
-  "\n",
-  "Daniel"
+  "---"
 ]
 
-506602256fea3e246407d116f9be9fc48af2089b1f72bf9112ef64b7824fb50c
+bc8b4f2f153f0d6164820462c5a9f6fa6f0a0c03bba3ea04d8316ed8f5e14ae8

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).