Age | Commit message (Expand) | Author |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-06-03 | Reinstate the awful ATA hack that has no proper reason to exist for iPod 5.5g... | Michael Sevakis |
2008-05-17 | Actually remove the ata lock hack code for that had been used for iPod Video ... | Michael Sevakis |
2008-05-11 | Disable the ata locking hack since a recent test strongly suggests it has bee... | Michael Sevakis |
2008-05-10 | Bring Gigabeat S bootloader one step close to a release version. | Michael Sevakis |
2008-05-08 | Fix the short audio dropout at disk spinup from power-off on portalplayer tar... | Jens Arnold |
2008-05-08 | Apply 2 small size optimisations. * Put ICODE_ATTR into the function definiti... | Jens Arnold |
2008-05-06 | ata_hard_reset should be synchronized. | Michael Sevakis |
2008-05-05 | Gigabeat S: Do the controller timing settings a more cleanly. | Michael Sevakis |
2008-05-05 | Gigabeat S: Use the fastest PIO mode the installed drive allows instead of al... | Michael Sevakis |
2008-04-11 | iPod Video 30Gig doesn't seem to need the ata locking hack so we'll just atte... | Michael Sevakis |
2008-04-06 | Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w... | Michael Sevakis |
2008-03-28 | Go back to the ata lock hack for 5g until whatever is going on there is disco... | Michael Sevakis |
2008-03-25 | Add a complete priority inheritance implementation to the scheduler (all mute... | Michael Sevakis |
2008-03-09 | Make Rockbox compatible with CF cards (FS #8644): 1) always init after soft_r... | Peter D'Hoye |
2008-03-09 | ATA driver: * Add protection against out-of-bounds accesses. Those can happen... | Jens Arnold |
2008-03-08 | Revert accidental tree commit. Sorry for that. | Jens Arnold |
2008-03-08 | No need to have \n here. panicf() won't output it anyway. | Jens Arnold |
2008-02-22 | Remove sector 0 write protection from the ATA and MMC drivers. The one in the... | Jens Arnold |
2008-02-22 | Give 5g owner's some immediate relief from playback trouble introduced in r16... | Michael Sevakis |
2008-02-14 | Do not waste RAM in the ATA driver. The identify info is a single sector. | Jens Arnold |
2008-02-11 | Some misc. ATA stuff: Increase threads' priority (important for idle callback... | Michael Sevakis |
2008-01-18 | Finally, out goes struct spinlock for anything but mutiprocessor targets wher... | Michael Sevakis |
2008-01-18 | Properly serialize ata_init with other threads. Fix a bug that always initial... | Michael Sevakis |
2007-11-03 | Finally: HDD power control for all PP502x iPods (4th gen Grayscale, Color, Mi... | Jens Arnold |
2007-10-16 | Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi... | Michael Sevakis |
2007-10-16 | Finally full multicore support for PortalPlayer 502x targets with an eye towa... | Michael Sevakis |
2007-08-01 | Add some new findings to the PP header files. * Clean up ata-target.h for PP.... | Jens Arnold |
2007-05-23 | ATA driver: * Support for drives with large physical sectors and no support f... | Jens Arnold |
2007-04-11 | Moved SH1 system code to target tree. * First shot at hwcompat cleanup. | Jens Arnold |
2007-03-09 | Put an end to priority inversion in the ata driver. Gave up trying to have fu... | Michael Sevakis |
2007-03-04 | Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ... | Daniel Ankers |
2007-02-18 | Tiny size optimisation. | Jens Arnold |
2007-02-18 | Do the CONFIG_LED define | Jonathan Gordon |
2007-02-17 | Fix most (all?) CONFIG_LED warnings. | Magnus Holmgren |
2007-02-17 | ARM targets: Making a few functions non-static allows us to get rid of -ffunc... | Jens Arnold |
2007-01-23 | Permanently enable powering down the disk when it's sleeping for supported ta... | Nils Wallménius |
2007-01-23 | Settings are now stored in /.rockbox/config.cfg instead of the hidden sector.... | Jonathan Gordon |
2007-01-08 | Add a check to verify ATA driver has been initialised in ata_sleepnow(). | Miika Pekkarinen |
2006-12-20 | renamed biglba to lba48, plus a slight optimization | Jörg Hohensohn |
2006-12-19 | Preparation for disks >137 GB, use BigLBA 48 bit addressing if necessary. Onl... | Jörg Hohensohn |
2006-12-19 | Convert queues to use intptr_t for event data and return values as most of th... | Michael Sevakis |
2006-12-19 | Archos: Moved the ata_address_detect() code into ata_device_init(), removing ... | Jens Arnold |
2006-12-06 | Fix settings not saving to disk correctly, (fixes FS#6408) | Jonathan Gordon |
2006-12-03 | Completed target tree move of the ata driver code. Some code cleanup. | Jens Arnold |
2006-11-29 | Prevent the click of death when connecting an ipod to usb. | Miika Pekkarinen |
2006-11-26 | dont allow the ata callbacks to be run less than once every 30s unless | Jonathan Gordon |
2006-11-12 | Get rid of ages-old interdependency between ata.c and mas.c | Jens Arnold |
2006-11-10 | Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately. | Jens Arnold |
2006-11-09 | Bah, Linus was right, trying to call the ata_idle callbacks on usb and | Jonathan Gordon |