public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V2 1/1] Revert "spi: fsl_qspi: Use GENMASK"
@ 2015-12-10 21:27 Troy Kisky
  2015-12-11 14:59 ` Jagan Teki
  0 siblings, 1 reply; 7+ messages in thread
From: Troy Kisky @ 2015-12-10 21:27 UTC (permalink / raw)
  To: u-boot

If GENMASK is REALLY desired, it should be GENMASK(23,0)
But since GENMASK is obviously more confusing, let's just revert.

This reverts commit bad490a24212c068c5b718b9189f47ea4075d078.

Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>

---
v2: add sign off/ reviewed by
---
 drivers/spi/fsl_qspi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/spi/fsl_qspi.c b/drivers/spi/fsl_qspi.c
index ed39114..dd7048a 100644
--- a/drivers/spi/fsl_qspi.c
+++ b/drivers/spi/fsl_qspi.c
@@ -24,7 +24,7 @@ DECLARE_GLOBAL_DATA_PTR;
 #define TX_BUFFER_SIZE		0x40
 #endif
 
-#define OFFSET_BITS_MASK	GENMASK(24, 0)
+#define OFFSET_BITS_MASK	0x00ffffff
 
 #define FLASH_STATUS_WEL	0x02
 
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-12-14 11:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-10 21:27 [U-Boot] [PATCH V2 1/1] Revert "spi: fsl_qspi: Use GENMASK" Troy Kisky
2015-12-11 14:59 ` Jagan Teki
2015-12-11 15:24   ` Marek Vasut
2015-12-11 15:28     ` Fabio Estevam
2015-12-11 15:41       ` Jagan Teki
2015-12-11 18:54         ` Marek Vasut
2015-12-14 11:21     ` Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox