summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2007-01-04Fix simulator buildGreg White1-3/+3
2007-01-04Use DMA for Blit to screen/clearGreg White1-26/+42
2006-12-20renamed biglba to lba48, plus a slight optimizationJörg Hohensohn1-17/+10
2006-12-19Preparation for disks >137 GB, use BigLBA 48 bit addressing if necessary. Onl...Jörg Hohensohn1-16/+65
2006-12-19Woops. Missed a file.Michael Sevakis1-4/+4
2006-12-19Convert queues to use intptr_t for event data and return values as most of th...Michael Sevakis2-11/+11
2006-12-19Archos: Moved the ata_address_detect() code into ata_device_init(), removing ...Jens Arnold1-5/+3
2006-12-18Fix compile errors.Barry Wardell2-4/+4
2006-12-18FS#6096. Recording on PortalPlayer targets (H10, iPod Video, iPod 4g, iPod Co...Barry Wardell3-26/+184
2006-12-09Move I2S initialisation out of the Wolfson codec driverDaniel Ankers3-0/+3
2006-12-06move some audio driver specific code to the correspoding filesMarcoen Hirschberg5-0/+131
2006-12-06Fix settings not saving to disk correctly, (fixes FS#6408)Jonathan Gordon1-1/+1
2006-12-06first step in audio driver unification: renaming the functions to audio_*Marcoen Hirschberg5-86/+86
2006-12-05add a RTC driver for the Samsung S3C2440 used in the GigabeatMarcoen Hirschberg1-0/+57
2006-12-04Much simpler implementation of large virtual sector support, not needing larg...Jens Arnold1-100/+59
2006-12-03Removed unused variable, and fixed overflow in free/total calculation. There ...Jens Arnold1-4/+2
2006-12-03Completed target tree move of the ata driver code. Some code cleanup.Jens Arnold1-739/+31
2006-12-03Fixed the warnings.Miika Pekkarinen1-1/+1
2006-12-03Add support (runtime detection) for 2048 bytes/sector filesystem.Miika Pekkarinen1-44/+94
2006-11-29Prevent the click of death when connecting an ipod to usb.Miika Pekkarinen1-1/+9
2006-11-27move rtc functions to seperate filesMarcoen Hirschberg4-95/+160
2006-11-27Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deact...Jens Arnold2-240/+21
2006-11-26Fixed the errors for H300.Miika Pekkarinen1-7/+7
2006-11-26Data cache for the EEPROM driver to speed up reading/writing. ThisMiika Pekkarinen1-24/+36
2006-11-26Backdrop support in the X5 remote LCD driver. Still needs to be wired to the ...Jens Arnold1-7/+111
2006-11-26dont allow the ata callbacks to be run less than once every 30s unlessJonathan Gordon1-1/+1
2006-11-23iRiver/iAudio: Added audio_set_recording gain and sound_default to plugin API...Michael Sevakis1-4/+5
2006-11-14Removed anachronisms introduced with low battery shutdown patch.Michael Sevakis1-1/+6
2006-11-13Backdrop support for greyscale targets. WPS backdrop is untested.Jens Arnold2-12/+209
2006-11-12Get rid of ages-old interdependency between ata.c and mas.cJens Arnold3-13/+8
2006-11-12Adjust scrollable lines to varying LCD sizes in the 2bit vertical packing LCD...Jens Arnold1-1/+1
2006-11-12Split 1 bit LCD code and move appropriate parts to target tree. Only archos c...Jens Arnold1-227/+3
2006-11-10Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold8-315/+12
2006-11-10clean up some artifacts left behind from the hxxx move to target treeJonathan Gordon1-11/+0
2006-11-10H100/120: Split lcd driver into pixel format and device specific parts. Adjus...Michael Sevakis1-0/+1093
2006-11-09Target tree support for Iriver iFP.Tomasz Malesinski3-90/+2
2006-11-09Ondio: Better activity monitoring for 'ata' idle notification.Jens Arnold1-6/+8
2006-11-09Moved archos LCD aseembler code to target tree.Jens Arnold1-308/+0
2006-11-09Bah, Linus was right, trying to call the ata_idle callbacks on usb andJonathan Gordon2-11/+2
2006-11-08More exodus to the target tree for ColdFire and a bonus sorting of firmware/S...Michael Sevakis5-2180/+90
2006-11-08Missed one hotswap ifdef...Jens Arnold1-2/+4
2006-11-08Fix idle monitoring to not freeze the Ondio, and add it in a more elegant way...Jens Arnold1-17/+20
2006-11-08fix booboo in ata.c (SYS_POWEROFF falling into SYS_USB_CONNECTED)Jonathan Gordon2-0/+20
2006-11-08* changes to ata.c - idle callbacks are called after 2 sec of real idle,Jonathan Gordon2-76/+20
2006-11-07dont spin up the disk to call the callbacks.Jonathan Gordon1-14/+16
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis2-41/+88
2006-11-06adds ata_idle_notify system which allows callbacks in apps/ to be calledJonathan Gordon1-3/+12
2006-11-04H300, X5: Faster lcd_yuv_blit() using EMAC. Speedup of the function itself at...Jens Arnold1-5/+7
2006-11-02H300: (1) Use DMA for LCD updates, with auto-aligned line reads. Speeds up LC...Jens Arnold1-13/+35
2006-10-30move coldfire ata defines to a shared ata-target.hMarcoen Hirschberg1-45/+1