All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] spi: fsl_qspi: fix an error of using GENMASK
@ 2015-12-14 10:32 Gong Qianyu
  2015-12-14 10:32 ` [U-Boot] [PATCH 2/3] spi: fsl_qspi: fix compile warning for 64-bit platform Gong Qianyu
  0 siblings, 1 reply; 4+ messages in thread
From: Gong Qianyu @ 2015-12-14 10:32 UTC (permalink / raw)
  To: u-boot

This commit fixes the change of bad490a24212c068c5b718b9189f47ea4075d078.

Signed-off-by: Gong Qianyu <Qianyu.Gong@freescale.com>
---
 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..d8d37cd 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	GENMASK(23, 0)
 
 #define FLASH_STATUS_WEL	0x02
 
-- 
2.1.0.27.g96db324

^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 1/3] spi: fsl_qspi: fix an error of using GENMASK
@ 2015-12-14 10:36 Gong Qianyu
  2015-12-14 10:36 ` [U-Boot] [PATCH 2/3] spi: fsl_qspi: fix compile warning for 64-bit platform Gong Qianyu
  0 siblings, 1 reply; 4+ messages in thread
From: Gong Qianyu @ 2015-12-14 10:36 UTC (permalink / raw)
  To: u-boot

This commit fixes the change of bad490a24212c068c5b718b9189f47ea4075d078.

Signed-off-by: Gong Qianyu <Qianyu.Gong@freescale.com>
---
 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..d8d37cd 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	GENMASK(23, 0)
 
 #define FLASH_STATUS_WEL	0x02
 
-- 
2.1.0.27.g96db324

^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 1/3] spi: fsl_qspi: fix an error of using GENMASK
@ 2015-12-14 10:26 Gong Qianyu
  2015-12-14 10:26 ` [U-Boot] [PATCH 2/3] spi: fsl_qspi: fix compile warning for 64-bit platform Gong Qianyu
  0 siblings, 1 reply; 4+ messages in thread
From: Gong Qianyu @ 2015-12-14 10:26 UTC (permalink / raw)
  To: u-boot

This commit fixes the change of bad490a24212c068c5b718b9189f47ea4075d078.

Signed-off-by: Gong Qianyu <Qianyu.Gong@freescale.com>
---
 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..d8d37cd 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	GENMASK(23, 0)
 
 #define FLASH_STATUS_WEL	0x02
 
-- 
2.1.0.27.g96db324

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-14 10:32 [U-Boot] [PATCH 1/3] spi: fsl_qspi: fix an error of using GENMASK Gong Qianyu
2015-12-14 10:32 ` [U-Boot] [PATCH 2/3] spi: fsl_qspi: fix compile warning for 64-bit platform Gong Qianyu
  -- strict thread matches above, loose matches on Subject: below --
2015-12-14 10:36 [U-Boot] [PATCH 1/3] spi: fsl_qspi: fix an error of using GENMASK Gong Qianyu
2015-12-14 10:36 ` [U-Boot] [PATCH 2/3] spi: fsl_qspi: fix compile warning for 64-bit platform Gong Qianyu
2015-12-14 10:26 [U-Boot] [PATCH 1/3] spi: fsl_qspi: fix an error of using GENMASK Gong Qianyu
2015-12-14 10:26 ` [U-Boot] [PATCH 2/3] spi: fsl_qspi: fix compile warning for 64-bit platform Gong Qianyu

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.