| #
b331f5a6 |
| 26-Jul-2018 |
Dingqiang Lin <jon.lin@rock-chips.com> |
drivers: rkflash: treat spi nand and spi nor as two different block devices
1.when dm sfc of-match, it will bind two kinds of spi flash devices as rkflash: a.SpiNand, devnum 0, if_type IF_TYPE_SPIN
drivers: rkflash: treat spi nand and spi nor as two different block devices
1.when dm sfc of-match, it will bind two kinds of spi flash devices as rkflash: a.SpiNand, devnum 0, if_type IF_TYPE_SPINAND b.SpiNor, devnum 1, if_type IF_TYPE_SPINOR 2.Publish type of rkflash product.
Change-Id: I393452b16640811e9b0217fe5e91e76bc84c7745 Signed-off-by: Dingqiang Lin <jon.lin@rock-chips.com>
show more ...
|
| #
ba0501ac |
| 01-Jun-2018 |
Dingqiang Lin <jon.lin@rock-chips.com> |
rockchip: rkflash: add slc nand flash and spi nand flash support
1.All three types of flash including slc nand flash, spi nand flash and spi nor flash are code compatibility 2.Add vendor partition o
rockchip: rkflash: add slc nand flash and spi nand flash support
1.All three types of flash including slc nand flash, spi nand flash and spi nor flash are code compatibility 2.Add vendor partition ops 3.Unified naming format and variable with code in kernel
Change-Id: I0aa1c5daf9ec51296a6d2d904b2cf1ea7a0dd077 Signed-off-by: Dingqiang Lin <jon.lin@rock-chips.com>
show more ...
|