History log of /rk3399_rockchip-uboot/drivers/rkflash/rknandc_base.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 5727ee42 12-Nov-2018 jon.lin <jon.lin@rock-chips.com>

drivers: rkflash: dump ret when flash init failed

1.dump flash id;
2.dump ret.

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


# 40bd3f86 10-Aug-2018 Dingqiang Lin <jon.lin@rock-chips.com>

drivers: rkflash: register vendor ops interface

Change-Id: I518c31db29d785d311d7f5695d8017ea679888dd
Signed-off-by: Dingqiang 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 ...


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