rv1126-uboot/drivers/rkflash
Dingqiang Lin b331f5a603 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>
2018-07-31 14:51:32 +08:00
..
Kconfig rockchip: rkflash: add slc nand flash and spi nand flash support 2018-06-13 11:19:19 +08:00
Makefile rockchip: rkflash: fix compile error 2018-07-19 09:58:21 +08:00
flash.c rockchip: rkflash: add slc nand flash and spi nand flash support 2018-06-13 11:19:19 +08:00
flash.h rockchip: rkflash: add slc nand flash and spi nand flash support 2018-06-13 11:19:19 +08:00
flash_com.h rockchip: rkflash: add slc nand flash and spi nand flash support 2018-06-13 11:19:19 +08:00
nandc.c rockchip: rkflash: add slc nand flash and spi nand flash support 2018-06-13 11:19:19 +08:00
nandc.h rockchip: rkflash: add slc nand flash and spi nand flash support 2018-06-13 11:19:19 +08:00
rk_sftl.h rockchip: rkflash: add slc nand flash and spi nand flash support 2018-06-13 11:19:19 +08:00
rk_sftl_arm_v7.S drivers: rkflash: Fully remove caching last few sectors in ftl_write. 2018-07-14 11:36:59 +08:00
rk_sftl_arm_v8.S drivers: rkflash: Fully remove caching last few sectors in ftl_write. 2018-07-14 11:36:59 +08:00
rkflash_api.c rockchip: rkflash: add slc nand flash and spi nand flash support 2018-06-13 11:19:19 +08:00
rkflash_api.h rockchip: rkflash: add slc nand flash and spi nand flash support 2018-06-13 11:19:19 +08:00
rkflash_blk.c drivers: rkflash: treat spi nand and spi nor as two different block devices 2018-07-31 14:51:32 +08:00
rkflash_blk.h rockchip: rkflash: add slc nand flash and spi nand flash support 2018-06-13 11:19:19 +08:00
rkflash_debug.c rockchip: rkflash: add slc nand flash and spi nand flash support 2018-06-13 11:19:19 +08:00
rkflash_debug.h rockchip: rkflash: add slc nand flash and spi nand flash support 2018-06-13 11:19:19 +08:00
rknandc_base.c drivers: rkflash: treat spi nand and spi nor as two different block devices 2018-07-31 14:51:32 +08:00
rksfc_base.c drivers: rkflash: treat spi nand and spi nor as two different block devices 2018-07-31 14:51:32 +08:00
sfc.c rockchip: rkflash: add slc nand flash and spi nand flash support 2018-06-13 11:19:19 +08:00
sfc.h rockchip: rkflash: add slc nand flash and spi nand flash support 2018-06-13 11:19:19 +08:00
sfc_nand.c rockchip: rkflash: update spi nand ECC strategy 2018-06-28 16:19:10 +08:00
sfc_nand.h rockchip: rkflash: update spi nand ECC strategy 2018-06-28 16:19:10 +08:00
sfc_nor.c rockchip: rkflash: add slc nand flash and spi nand flash support 2018-06-13 11:19:19 +08:00
sfc_nor.h rockchip: rkflash: add slc nand flash and spi nand flash support 2018-06-13 11:19:19 +08:00
typedef.h rockchip: rkflash: add slc nand flash and spi nand flash support 2018-06-13 11:19:19 +08:00