Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | flash/nand: review NAND driver interface | Antonio Borneo | 2011-01-02 | 1 | -1/+0 |
| | | | | | | | | | | From struct nand_flash_controller : - remove unused field register_commands; - remove field controller_ready, exported but never referenced. Remove dead code pointed by controller_ready. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> | ||||
* | nand flash support for s3c64xx | Peter Korsgaard | 2010-01-14 | 1 | -0/+76 |
Identical to the existing 2412/2443 support except for the base address and NFCONF value (bit 2 is reserved and should be written as 1 ref UM). Tested on a s3c6410 board, but controller is identical in 6400/6410 except for 8bit MLC ECC support in 6410 which isn't supported by the driver. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com> |