summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/ata-nand-telechips.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts1-6/+45
2009-07-17Revert r21912 : "Storage API : remove undeeded target-specific functions"Rafaël Carré1-0/+13
2009-07-17Storage API : remove undeeded target-specific functionsRafaël Carré1-13/+0
2009-07-10Make the TCC NAND driver use the (virtual) disk activity LED.Rob Purchase1-5/+15
2009-06-24Fix an error in the TCC NAND driver which caused a panic on startup for certa...Rob Purchase1-5/+7
2009-06-22TCC78x: Make the NAND driver yield during reads (thanks to bertrik for spotti...Rob Purchase1-0/+11
2009-06-21Fix more missing mutex_init calls.Bertrik Sikken1-0/+2
2009-03-02TCC NAND: The BLOCKS_PER_SEGMENT define was actually the number of planes men...Rob Purchase1-59/+69
2008-11-16Telechips NAND: much improved read reliability on D2/iAudio7. More work is re...Rob Purchase1-203/+212
2008-11-02implement single-driver storage layer with macros instead of inlinesFrank Gevaerts1-0/+13
2008-11-01conditionalise *_get_info() to get some binsize backFrank Gevaerts1-0/+2
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-79/+14
2008-10-07Fill some ata_identify fields, e.g model name, firmware, block countVitja Makarov1-5/+42
2008-09-07Telechips NAND: split out a couple of small functions to help readability, an...Rob Purchase1-27/+54
2008-09-06Initial commit of iaudio 7 port by Vitja Makarov (FS#9245). Port is at quite...Dave Chapman1-1/+1
2008-07-15Fix yellowRob Purchase1-1/+0
2008-07-15Update the Telechips NAND driver to use the nand_identify() function introduc...Rob Purchase1-45/+11
2008-07-12Make the TCC780x NAND driver also build for 77x targets. This is work-in-prog...Rob Purchase1-0/+892