index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
target
/
arm
/
ata-nand-telechips.c
Age
Commit message (
Expand
)
Author
2009-10-09
Core changes to allow storage drivers to do cleanup on shutdown, and iPod Nan...
Michael Sparmann
2009-09-27
Clean up duplicate #includes
Bertrik Sikken
2009-09-21
ata-nand-telechips: tcc77x have now USEC_TIMER
Vitja Makarov
2009-09-18
tcc77x: add tcc77x_cscfg_bw() helper for external memory bus width setup
Vitja Makarov
2009-08-12
TCC: Implement ECC error correction for sectors read from NAND. Tested on D2 ...
Rob Purchase
2009-07-17
Commit FS#9545, storage cleanup and multi-driver support
Frank Gevaerts
2009-07-17
Revert r21912 : "Storage API : remove undeeded target-specific functions"
Rafaël Carré
2009-07-17
Storage API : remove undeeded target-specific functions
Rafaël Carré
2009-07-10
Make the TCC NAND driver use the (virtual) disk activity LED.
Rob Purchase
2009-06-24
Fix an error in the TCC NAND driver which caused a panic on startup for certa...
Rob Purchase
2009-06-22
TCC78x: Make the NAND driver yield during reads (thanks to bertrik for spotti...
Rob Purchase
2009-06-21
Fix more missing mutex_init calls.
Bertrik Sikken
2009-03-02
TCC NAND: The BLOCKS_PER_SEGMENT define was actually the number of planes men...
Rob Purchase
2008-11-16
Telechips NAND: much improved read reliability on D2/iAudio7. More work is re...
Rob Purchase
2008-11-02
implement single-driver storage layer with macros instead of inlines
Frank Gevaerts
2008-11-01
conditionalise *_get_info() to get some binsize back
Frank Gevaerts
2008-11-01
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...
Frank Gevaerts
2008-10-07
Fill some ata_identify fields, e.g model name, firmware, block count
Vitja Makarov
2008-09-07
Telechips NAND: split out a couple of small functions to help readability, an...
Rob Purchase
2008-09-06
Initial commit of iaudio 7 port by Vitja Makarov (FS#9245). Port is at quite...
Dave Chapman
2008-07-15
Fix yellow
Rob Purchase
2008-07-15
Update the Telechips NAND driver to use the nand_identify() function introduc...
Rob Purchase
2008-07-12
Make the TCC780x NAND driver also build for 77x targets. This is work-in-prog...
Rob Purchase