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
/
drivers
/
ata.c
Age
Commit message (
Expand
)
Author
2021-06-03
ata: fix a typo in a definition that's thankfully not used.
Solomon Peachy
2021-06-04
ipod6g:: Get rid of magic command numbers in ata driver
Solomon Peachy
2021-04-23
ata: Rework power management behavior a bit
Solomon Peachy
2021-03-12
ATA: Increase delay to power-off when device doesn't support ATA SLEEP
Solomon Peachy
2021-03-11
ATA: When device doesn't support powermgmt, only gate ata sleep command.
Solomon Peachy
2021-03-04
ata: Make ata_disk_is_active() only special-case powermgmt-less devices.
Solomon Peachy
2021-03-04
Always indicate inactive ata disk if device is solid state or doesn't support...
Christian Soffke
2020-11-04
pp5020: use ipod firmware timings for ATA PIO.
Torne Wuff
2020-11-03
ATA: Check to see if the ATA device is solid-state (WIP)
Solomon Peachy
2020-07-11
ATA: Make sure "hard disk" supports power management
Solomon Peachy
2020-07-08
ATA: In picking PIO modes, word 64 is only valid if word 53 bit 1 is set.
Solomon Peachy
2017-10-26
Unify storage threads into one
Michael Sevakis
2017-03-12
Do some housekeeping with fat.h and SECTOR_SIZE
Michael Sevakis
2015-01-08
Get rid of USE_ROCKBOX_USB
Amaury Pouly
2014-08-08
Fix some more straggling stuff
Michael Sevakis
2013-08-17
Cleanup MV/MD macros a little.
Michael Sevakis
2012-05-19
Add identify() call to reset procedures
Jonas Wielicki
2012-05-08
Remove STATICIRAM hack
Nils Wallménius
2011-12-08
FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver....
Boris Gjenero
2011-11-27
If Rockbox never turns off ATA power, don't compile code for turning it back ...
Boris Gjenero
2011-11-27
Add STORAGE_INIT_ATTR to static ata.c functions that are only called via ata_...
Boris Gjenero
2011-11-08
Remove last_sleep when it's not needed because IDE power is never turned off.
Boris Gjenero
2011-03-05
Change the thread api a bit.
Thomas Martitz
2011-02-02
Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...
Andree Buschmann
2011-01-22
i.MX31: Busy wait for a couple microseconds at most then sleep until next tic...
Michael Sevakis
2011-01-18
Try to get some control over #ifdef hell in usb.c by refactoring and inline f...
Michael Sevakis
2011-01-07
Oops, that didn't belong in there.
Michael Sparmann
2011-01-07
Fix CS42L55 (iPod Classic) tone control
Michael Sparmann
2011-01-04
Fix USB storage driver. ata_get_info was no longer filling-in num_sectors aft...
Michael Sevakis
2011-01-03
Fix regression from r28950: ATA broken on MPIO and possibly other targets
Michael Sparmann
2011-01-02
Fix yellow
Michael Sparmann
2011-01-02
Fix red
Michael Sparmann
2011-01-02
Rework ATA driver to get rid of lots of target-specific constants and allow f...
Michael Sparmann
2010-05-21
ata: do some threading-related corrections (some sync related where it matter...
Michael Sevakis
2010-05-17
Do s/SWAP_WORDS/ATA_SWAP_WORDS/ to prevent namespace clashes.
Maurus Cuelenaere
2010-04-14
Make builds with MAX_PHYS_SECTOR_SIZE defined (ipod video) work with larger s...
Torne Wuff
2010-04-07
Make ATA code not bother to retry requests that return IDNF (specified sector...
Torne Wuff
2010-02-01
FS#10955 - LBA48 builds doesn't compile after ata read/write unification
Torne Wuff
2009-11-24
FS#9721 - No error check after writes in ata.c
Torne Wuff
2009-11-24
FS#10798 - unify ata_read_sectors and ata_write_sectors
Torne Wuff
2009-07-17
Commit FS#9545, storage cleanup and multi-driver support
Frank Gevaerts
2009-06-07
Convert a number of places in core and plugins to use the BIT_N() macro inste...
Jens Arnold
2009-03-12
Commit the common portion of FS#9708: ATA (IDE) DMA by Boris Gjenero with a c...
Michael Sevakis
2009-03-05
Use total_sectors in ata_get_info() instead of calculating it all over again....
Frank Gevaerts
2009-02-22
Submit FS#9863 by Boris Gjenero. Correct ATA wakeup and power on in case of S...
Andree Buschmann
2009-01-13
USB retweaking: Take out the USB_REQUEST/RELEASE_DISK scheme and simply ask t...
Michael Sevakis
2008-12-12
Reclaim a bit of binsize on hdd based archoses by making the bit test unsigne...
Jens Arnold
2008-12-10
Use cookies for thread identification instead of pointers directly which give...
Michael Sevakis
2008-11-04
*_hard_reset() is only used inside ata.c, so there's no need to export it to ...
Frank Gevaerts
2008-11-01
conditionalise *_get_info() to get some binsize back
Frank Gevaerts
[next]