| #
afd559b8 |
| 19-Dec-2018 |
Joseph Chen <chenjh@rock-chips.com> |
rkflash: spinor/spinand use different blk name
- The same blk name take a lot confuse for debugging; - When kernel dtb is enabled and setup dm tree, dm framework can't allow devices with same name
rkflash: spinor/spinand use different blk name
- The same blk name take a lot confuse for debugging; - When kernel dtb is enabled and setup dm tree, dm framework can't allow devices with same name, only one is left in dm tree list.
Change-Id: Ieed15ffbed28f381e90c18cf0c5f3d257d72eab2 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|
| #
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>
|
| #
cd67f373 |
| 21-Jul-2018 |
Dingqiang Lin <jon.lin@rock-chips.com> |
drivers: rkflash: add vendor ops api for nand devices
1.Add vendor ops api for nand devices; 2.Remove unused headfile. 3.Make rkflash block driver reachable by other devices
Change-Id: I26129cb9438
drivers: rkflash: add vendor ops api for nand devices
1.Add vendor ops api for nand devices; 2.Remove unused headfile. 3.Make rkflash block driver reachable by other devices
Change-Id: I26129cb94382b0714b9c35f4dc6113ddb752251c Signed-off-by: Dingqiang Lin <jon.lin@rock-chips.com>
show more ...
|
| #
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 ...
|
| #
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 ...
|