projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dd1245
)
spi: Remove SPI_OPM_RX_DIO|QIOF
author
Jagan Teki
<
[email protected]
>
Wed, 16 Dec 2015 09:31:23 +0000
(15:01 +0530)
committer
Jagan Teki
<
[email protected]
>
Wed, 13 Jan 2016 13:17:26 +0000
(18:47 +0530)
SPI_OPM_RX_DIO and SPI_OPM_RX_QIOF are rx IO
commands/opmodes for dual and quad. Usually IO
operation's are referred to flash protocol rather
with spi controller protocol, these are still present
in flash side for the usage of spi-nor controllers.
Cc: Simon Glass <
[email protected]
>
Cc: Michal Simek <
[email protected]
>
Cc: Siva Durga Prasad Paladugu <
[email protected]
>
Tested-by: Mugunthan V N <
[email protected]
>
Tested-by: Bin Meng <
[email protected]
>
Tested-by: Jagan Teki <
[email protected]
>
Reviewed-by: Bin Meng <
[email protected]
>
Signed-off-by: Jagan Teki <
[email protected]
>
include/spi.h
patch
|
blob
|
history
diff --git
a/include/spi.h
b/include/spi.h
index bf2ed28c64daa3b38fb999d2f09d1db9baee251d..3e3480a7177768dbc143164730e5e7e24e2d9721 100644
(file)
--- a/
include/spi.h
+++ b/
include/spi.h
@@
-38,9
+38,7
@@
#define SPI_OPM_RX_AS (1 << 0)
#define SPI_OPM_RX_AF (1 << 1)
#define SPI_OPM_RX_DOUT (1 << 2)
-#define SPI_OPM_RX_DIO (1 << 3)
#define SPI_OPM_RX_QOF (1 << 4)
-#define SPI_OPM_RX_QIOF (1 << 5)
/* SPI bus connection options - see enum spi_dual_flash */
#define SPI_CONN_DUAL_SHARED (1 << 0)