summaryrefslogtreecommitdiff
path: root/src/flash/nand/s3c6400.c
Commit message (Collapse)AuthorAgeFilesLines
* NAND/S3CXXXX: remove private "target" copyAntonio Borneo2011-01-021-2/+1
| | | | | | | Remove "target" form private data, and use common one in struct nand_block. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
* flash/nand: review NAND driver interfaceAntonio Borneo2011-01-021-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 s3c64xxPeter Korsgaard2010-01-141-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>