Title: [9026] trunk/arch/blackfin/kernel/debug-mmrs.c: [#6110] bfin: debugmmrs: mark RSI_STATUSCL as write-only to reflect the hardware -- it is a W1C entry point to the RSI_STATUS MMR
Revision
9026
Author
vapier
Date
2010-07-28 23:51:10 -0400 (Wed, 28 Jul 2010)

Log Message

[#6110] bfin: debugmmrs: mark RSI_STATUSCL as write-only to reflect the hardware -- it is a W1C entry point to the RSI_STATUS MMR

Modified Paths

Diff

Modified: trunk/arch/blackfin/kernel/debug-mmrs.c (9025 => 9026)


--- trunk/arch/blackfin/kernel/debug-mmrs.c	2010-07-29 02:04:42 UTC (rev 9025)
+++ trunk/arch/blackfin/kernel/debug-mmrs.c	2010-07-29 03:51:10 UTC (rev 9026)
@@ -1359,7 +1359,7 @@
 		D("RSI_RESPONSE3", 32, 0xFFC03820);
 		D("RSI_RESP_CMD", 16, 0xFFC03810);
 		D("RSI_STATUS", 32, 0xFFC03834);
-		D("RSI_STATUSCL", 16, 0xFFC03838);
+		D_WO("RSI_STATUSCL", 16, 0xFFC03838);
 
 		parent = debugfs_create_dir("SPI", top);
 		D("SPI0_BAUD", 16, 0xFFC00514);
@@ -2175,7 +2175,7 @@
 		D("RSI_RESPONSE3", 32, 0xFFC03820);
 		D("RSI_RESP_CMD", 16, 0xFFC03810);
 		D("RSI_STATUS", 32, 0xFFC03834);
-		D("RSI_STATUSCL", 16, 0xFFC03838);
+		D_WO("RSI_STATUSCL", 16, 0xFFC03838);
 
 		parent = debugfs_create_dir("SPI", top);
 		D("SPI0_BAUD", 16, 0xFFC00514);
@@ -3014,7 +3014,7 @@
 		D("RSI_RESPONSE3", 32, 0xFFC03820);
 		D("RSI_RESP_CMD", 16, 0xFFC03810);
 		D("RSI_STATUS", 32, 0xFFC03834);
-		D("RSI_STATUSCL", 16, 0xFFC03838);
+		D_WO("RSI_STATUSCL", 16, 0xFFC03838);
 
 		parent = debugfs_create_dir("SPI", top);
 		D("SPI0_BAUD", 16, 0xFFC00514);
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to