4eaa2fa1 | 07-May-2018 |
Ashish Kumar <Ashish.Kumar@nxp.com> |
sf: Default page size Spansion flash "S25FS512S" is 256b
page size for JEDEC EXT starting 0x4d00 is 512b, except JEDEC ID 0x215, 0x216 and 0x220
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com> [
sf: Default page size Spansion flash "S25FS512S" is 256b
page size for JEDEC EXT starting 0x4d00 is 512b, except JEDEC ID 0x215, 0x216 and 0x220
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com> [jagan: added proper commit message] Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Jagan Teki <jagan@openedev.com>
show more ...
|
9fdde6c4 | 25-May-2017 |
Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> |
nand: zynq: Send address cycles as per onfi parameter page
Send address cycles as per value read from onfi parameter page for Read and write commands instead of using a hard coded value. This may va
nand: zynq: Send address cycles as per onfi parameter page
Send address cycles as per value read from onfi parameter page for Read and write commands instead of using a hard coded value. This may vary for different parts and hence use it from onfi parameter page value.
Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
show more ...
|
41b7d7f2 | 13-Jan-2018 |
Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> |
nand: zynq: Cleanup initialization
CONFIG_NAND_ZYNQ selects CONFIG_SYS_NAND_SELF_INIT, so the driver doesn't have to play any ifdef game.
Also, we can mark zynq_nand_init() as static and get rid of
nand: zynq: Cleanup initialization
CONFIG_NAND_ZYNQ selects CONFIG_SYS_NAND_SELF_INIT, so the driver doesn't have to play any ifdef game.
Also, we can mark zynq_nand_init() as static and get rid of the mach-specific nand.h header.
This is really a revert of: "mtd: zynq: nand: Move board_nand_init() function to board.c" (sha1: 310995d9f91ae56082b49be06fe8c3d01424f8f6)
Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Reviewed-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
show more ...
|
a19e9715 | 10-Apr-2018 |
Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> |
mtd: sf: add support for sst26wf016, sst26wf032, sst26wf064
This commit adds support for the SST sst26wf016, sst26wf032 and sst26wf064 flash IC.
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@syno
mtd: sf: add support for sst26wf016, sst26wf032, sst26wf064
This commit adds support for the SST sst26wf016, sst26wf032 and sst26wf064 flash IC.
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Reviewed-by: Jagan Teki <jagan@openedev.com>
show more ...
|