summaryrefslogtreecommitdiff
path: root/firmware/drivers
AgeCommit message (Expand)Author
2008-12-22Update si4700 FM driver:Bertrik Sikken
2008-12-20Ingenic players:Maurus Cuelenaere
2008-12-19Working touchpad for the Philips HDD1630 using the Synaptics driver. Like the...Mark Arigo
2008-12-17Move the Synaptics touchpad driver for the m:robe 100 to a common place. It w...Mark Arigo
2008-12-16Enable as3514 HPCM codec setting for all AMS3525 targets (and disable it for ...Bertrik Sikken
2008-12-16Fix compilation error when no HW freq definedVitja Makarov
2008-12-12CLOCKING register should be set on hardware init.Michael Sevakis
2008-12-12FS#9625, keep HPCM codec setting (headphone common mode) enabled for E200V2 too.Bertrik Sikken
2008-12-12Fix-m the ruddiness.Michael Sevakis
2008-12-12Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis
2008-12-12Reclaim a bit of binsize on hdd based archoses by making the bit test unsigne...Jens Arnold
2008-12-12Fix the sound level on the Philips HDD1630Mark Arigo
2008-12-10Use cookies for thread identification instead of pointers directly which give...Michael Sevakis
2008-12-09FS#9609 FM radio support for the Gigabeat S, seeking/scanning is not yet Nils Wallménius
2008-12-08Have drivers merged for WM8711/21/31 since they are so similar but respect al...Michael Sevakis
2008-12-08* combine i2c_ack and i2c_outbBertrik Sikken
2008-12-07Generic I2C: fix various problems with this (now) unused driverRafaël Carré
2008-12-07Meg F/X can beep and click using a hardware timer so let us try it out. To ma...Michael Sevakis
2008-12-04Keep codec HPCM (headphone common mode) enabled for Sansa Clip and Sansa m200...Bertrik Sikken
2008-11-30Remove usb_drv_wait from the public usb api, and remove the implementation fr...Frank Gevaerts
2008-11-26Fix yellow and red. Maybe create some new.Michael Sevakis
2008-11-26Get rid of remaining audiohw_enable_output style codec setup and use pre/post...Michael Sevakis
2008-11-26Fix misspelled function name. Thanks to Jens Arnold for noticing.Michael Sevakis
2008-11-25Add register bit defines for as3514 and clean stuff up. Reduce poppiness at s...Michael Sevakis
2008-11-24Simplify the wm8731 driver by adding a masked write function. Change _write_o...Michael Sevakis
2008-11-22Gigabeat S samplerate control: Fix really dumb mistake made when doing cleanu...Michael Sevakis
2008-11-22Oops. Used wrong constant.Michael Sevakis
2008-11-22Audio samplerate control for Gigabeat S: 8, 11.025, 12, 16, 22.050, 24, 32, 4...Michael Sevakis
2008-11-19Gigabeat S: Fix PCM being cut off at the beginning. The DAC L-R swapping isn'...Michael Sevakis
2008-11-15Gigabeat S/WM8978: Fix problem of volume getting silenced after settings are ...Michael Sevakis
2008-11-12Revert last commit (accidentally committed the whole tree)Karl Kurbjun
2008-11-12Add in the needed crt0.S code for the wakeup alarm alsoKarl Kurbjun
2008-11-12Make the wakeup alarm code work (Needs the flashed bootloader)Karl Kurbjun
2008-11-11Add more driver stubs to make the Fuze and e200v2 main builds compile; Correc...Dave Chapman
2008-11-05Onda VX747:Maurus Cuelenaere
2008-11-04*_hard_reset() is only used inside ata.c, so there's no need to export it to ...Frank Gevaerts
2008-11-03ramdisk needs to be non-externFrank Gevaerts
2008-11-03Add ramdisk storage driver. It will be useful for developing multi-driver sto...Frank Gevaerts
2008-11-02implement single-driver storage layer with macros instead of inlinesFrank Gevaerts
2008-11-01conditionalise *_get_info() to get some binsize backFrank Gevaerts
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts
2008-10-31cleanup storage definesFrank Gevaerts
2008-10-31Abstract the PortalPlayer AS3514 handling with an "ascodec" API - inspired by...Dave Chapman
2008-10-18Remove the audiohw_set_nsorder() function since it is not used, only implemen...Peter D'Hoye
2008-10-18Make the meizu m3 load from flash, so interrupts work. More work is needed to...Frank Gevaerts
2008-10-18Accept FS #9496 by Przemysław Hołubowski: disable deemphasis in WM8731. Thi...Peter D'Hoye
2008-10-15Simplify preprocessor symbols a bit (FS#9457). Thanks to Alexander LevinFrank Gevaerts
2008-10-14Red build fix: Moved PCM #defines from pcm_record.h to pcm.h. Added necessary...Björn Stenberg
2008-10-14Moved pcm_record from firmware to apps. Cleaned up some. Now all code using s...Björn Stenberg
2008-10-03implement usb_drv_release_endpoint() and usb_drv_request_endpoint() (a.k.a. f...Frank Gevaerts