summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-11-26Fix yellow and red. Maybe create some new.Michael Sevakis1-4/+0
2008-11-26Get rid of remaining audiohw_enable_output style codec setup and use pre/post...Michael Sevakis8-103/+57
2008-11-26Fix misspelled function name. Thanks to Jens Arnold for noticing.Michael Sevakis1-2/+2
2008-11-25Add register bit defines for as3514 and clean stuff up. Reduce poppiness at s...Michael Sevakis1-96/+114
2008-11-24Simplify the wm8731 driver by adding a masked write function. Change _write_o...Michael Sevakis1-78/+84
2008-11-22Gigabeat S samplerate control: Fix really dumb mistake made when doing cleanu...Michael Sevakis1-23/+23
2008-11-22Oops. Used wrong constant.Michael Sevakis1-1/+1
2008-11-22Audio samplerate control for Gigabeat S: 8, 11.025, 12, 16, 22.050, 24, 32, 4...Michael Sevakis1-2/+128
2008-11-19Gigabeat S: Fix PCM being cut off at the beginning. The DAC L-R swapping isn'...Michael Sevakis1-2/+1
2008-11-15Gigabeat S/WM8978: Fix problem of volume getting silenced after settings are ...Michael Sevakis1-8/+2
2008-11-12Revert last commit (accidentally committed the whole tree)Karl Kurbjun1-2/+0
2008-11-12Add in the needed crt0.S code for the wakeup alarm alsoKarl Kurbjun1-0/+2
2008-11-12Make the wakeup alarm code work (Needs the flashed bootloader)Karl Kurbjun1-27/+18
2008-11-11Add more driver stubs to make the Fuze and e200v2 main builds compile; Correc...Dave Chapman1-0/+47
2008-11-05Onda VX747:Maurus Cuelenaere1-1/+1
2008-11-04*_hard_reset() is only used inside ata.c, so there's no need to export it to ...Frank Gevaerts1-1/+1
2008-11-03ramdisk needs to be non-externFrank Gevaerts1-1/+1
2008-11-03Add ramdisk storage driver. It will be useful for developing multi-driver sto...Frank Gevaerts1-0/+102
2008-11-02implement single-driver storage layer with macros instead of inlinesFrank Gevaerts2-9/+22
2008-11-01conditionalise *_get_info() to get some binsize backFrank Gevaerts3-0/+6
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts4-105/+141
2008-10-31cleanup storage definesFrank Gevaerts2-3/+3
2008-10-31Abstract the PortalPlayer AS3514 handling with an "ascodec" API - inspired by...Dave Chapman2-36/+7
2008-10-18Remove the audiohw_set_nsorder() function since it is not used, only implemen...Peter D'Hoye4-33/+0
2008-10-18Make the meizu m3 load from flash, so interrupts work. More work is needed to...Frank Gevaerts1-4/+4
2008-10-18Accept FS #9496 by Przemysław Hołubowski: disable deemphasis in WM8731. Thi...Peter D'Hoye1-1/+1
2008-10-15Simplify preprocessor symbols a bit (FS#9457). Thanks to Alexander LevinFrank Gevaerts1-6/+10
2008-10-14Red build fix: Moved PCM #defines from pcm_record.h to pcm.h. Added necessary...Björn Stenberg1-0/+1
2008-10-14Moved pcm_record from firmware to apps. Cleaned up some. Now all code using s...Björn Stenberg2-2/+18
2008-10-03implement usb_drv_release_endpoint() and usb_drv_request_endpoint() (a.k.a. f...Frank Gevaerts1-781/+806
2008-10-03fix yellow. Don't do the spindown/usb things in the bootloaderFrank Gevaerts1-6/+6
2008-10-03Correct test to avoid drawing outside display, fixes a problem in sim with sp...Nils Wallménius1-1/+1
2008-10-02Accept FS#8943, allow disk spindown during USB connection for software usbFrank Gevaerts1-3/+28
2008-09-29More samplerates for playback for ipod 1g/2g, and fix the ipod mini 1g/2g whi...Peter D'Hoye1-3/+25
2008-09-29Codepolice: the patch I accepted contained some tabs. OopsPeter D'Hoye1-24/+24
2008-09-28Accept FS #9394 by Christian Lees and extend it to all PP targets with a WM87...Peter D'Hoye1-1/+23
2008-09-19Some more size optimisations, giving a tiny write speedup as well.Jens Arnold1-13/+5
2008-09-19Change the way send_cmd() returns data to make it cleaner and save binsize. A...Jens Arnold1-83/+60
2008-09-17Further MMC driver touchup: * Save a tiny amount of power by not enabling the...Jens Arnold1-42/+36
2008-09-17set svn propertiesFrank Gevaerts1-1/+1
2008-09-16fix off-by-one error when reading spi dataFrank Gevaerts1-1/+1
2008-09-15Fix error handling in multiple block read and multiple block write state. Whe...Jens Arnold1-8/+13
2008-09-15Fix some more #includesBertrik Sikken1-0/+1
2008-09-15use bitwise operators to manipulate bitsFrank Gevaerts1-3/+3
2008-09-14Implement chasing bitswap for reading. Speeds up reading single 512-byte bloc...Jens Arnold1-57/+54
2008-09-14Simplify & fix the MMC driver. After more than 3 years I found that the MMC s...Jens Arnold1-275/+120
2008-09-14Onda VX747:Maurus Cuelenaere1-0/+2
2008-09-13iPod Video: Fix playback after recording (FS #7402). Implement recording gain...Jens Arnold1-143/+103
2008-09-11* move qt1106 specific things to their own filesFrank Gevaerts1-0/+108
2008-09-10iPod G4, Color/Photo and Nano audio driver rework: Fix playback after recordi...Jens Arnold1-151/+166