History log of /rk3399_rockchip-uboot/drivers/rkflash/rkflash_blk.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 1a4f6af8 02-Mar-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot


# 24e0d34a 19-Dec-2019 Jon Lin <jon.lin@rock-chips.com>

rkflash: return 0 when flash ops block size equals 0

Uniform with emmc

Change-Id: I97413edcd418b794bcde085a4f7b66e53f548e8b
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>


# 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 ...


# dda95de7 20-Jun-2018 Dingqiang Lin <jon.lin@rock-chips.com>

rockchip: rkflash: move ftl_free to ftl lib

1.Move ftl_free to .S code to avoid compile redefinition error;
2.Add ftl code date.

Change-Id: I098e5a1b3185d2e21dcbc68ae316819eb748494f
Signed-off-by:

rockchip: rkflash: move ftl_free to ftl lib

1.Move ftl_free to .S code to avoid compile redefinition error;
2.Add ftl code date.

Change-Id: I098e5a1b3185d2e21dcbc68ae316819eb748494f
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 ...


# ad309a88 08-May-2018 Dingqiang Lin <jon.lin@rock-chips.com>

rockchip: rkflash: add rk small capacity flash storage support with block interface

Currently only support spi nor flash, but slc nand flash and spi nand flash will be
supported in next step;
The co

rockchip: rkflash: add rk small capacity flash storage support with block interface

Currently only support spi nor flash, but slc nand flash and spi nand flash will be
supported in next step;
The code includes block layer, ftl layer(nand flash), controller layer and flash layer.

Change-Id: Iaa56294ee2a5a6dfec2d0172efc35de30c88365a
Signed-off-by: Dingqiang Lin <jon.lin@rock-chips.com>

show more ...