summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-02-22Submit FS#9863 by Boris Gjenero. Correct ATA wakeup and power on in case of S...Andree Buschmann1-2/+9
2009-02-19Add generic touchscreen driver which allows calibration (apps/ layer will fol...Maurus Cuelenaere1-0/+168
2009-02-18Backlight brightness and button lights for the Philips HDD1630Mark Arigo1-15/+51
2009-02-13FM radio for Philips HDD1630. Volume was very faint unless recording was enab...Mark Arigo1-1/+6
2009-02-13Onda VX747:Maurus Cuelenaere1-13/+21
2009-02-09Onda VX747: commit some parts to get apps/ to compile (more will follow)Maurus Cuelenaere1-0/+5
2009-02-07Simplify conditions for including serial port support (it's now HAVE_SERIAL)....Bertrik Sikken1-29/+1
2009-02-05Creative ZVM:Maurus Cuelenaere1-59/+55
2009-02-05FS#9611 - Sansa Clip radio code. Commit final part which enables the LINE2 in...Bertrik Sikken1-25/+51
2009-01-31Various files: make function implementations consistent with their declaratio...Bertrik Sikken1-2/+2
2009-01-22Use bus reset detection for all ARC OTG devices. Remove conflict from LV24020...Michael Sevakis1-20/+21
2009-01-22Onda VX747: get NAND driver workingMaurus Cuelenaere1-14/+18
2009-01-21Unify kernel list management for ticks, registered queues and timeout objects...Michael Sevakis1-2/+2
2009-01-19Fix up ZVM builds. It appeared to share common definitions with PP502x target...Michael Sevakis1-6/+6
2009-01-13USB retweaking: Take out the USB_REQUEST/RELEASE_DISK scheme and simply ask t...Michael Sevakis1-13/+22
2009-01-11Remove tabs.Antoine Cellerier1-91/+91
2009-01-08AS3514: Simplify as there isn't a need to track the current source and sync m...Michael Sevakis1-40/+6
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-1/+0
2008-12-31Gigabeat S: Allow recording from FM. Give FM the same volume range as playbac...Michael Sevakis2-84/+164
2008-12-27Gigabeat S, use saner input volume on the line in used for fm to have fm volu...Nils Wallménius1-6/+9
2008-12-27Make si4700 tuner driver more sane with bit and field defines and entirely hi...Michael Sevakis1-98/+320
2008-12-25Fix moreMichael Giacomelli1-0/+1
2008-12-25Hopefully fix read.Michael Giacomelli1-18/+19
2008-12-25Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tama...Michael Giacomelli1-25/+258
2008-12-22Update si4700 FM driver:Bertrik Sikken1-39/+106
2008-12-20Ingenic players:Maurus Cuelenaere1-0/+2
2008-12-19Working touchpad for the Philips HDD1630 using the Synaptics driver. Like the...Mark Arigo1-0/+16
2008-12-17Move the Synaptics touchpad driver for the m:robe 100 to a common place. It w...Mark Arigo1-0/+482
2008-12-16Enable as3514 HPCM codec setting for all AMS3525 targets (and disable it for ...Bertrik Sikken1-9/+8
2008-12-16Fix compilation error when no HW freq definedVitja Makarov1-6/+10
2008-12-12CLOCKING register should be set on hardware init.Michael Sevakis1-0/+3
2008-12-12FS#9625, keep HPCM codec setting (headphone common mode) enabled for E200V2 too.Bertrik Sikken1-2/+2
2008-12-12Fix-m the ruddiness.Michael Sevakis3-6/+6
2008-12-12Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis10-72/+84
2008-12-12Reclaim a bit of binsize on hdd based archoses by making the bit test unsigne...Jens Arnold1-1/+1
2008-12-12Fix the sound level on the Philips HDD1630Mark Arigo1-0/+3
2008-12-10Use cookies for thread identification instead of pointers directly which give...Michael Sevakis1-7/+8
2008-12-09FS#9609 FM radio support for the Gigabeat S, seeking/scanning is not yet Nils Wallménius2-7/+156
2008-12-08Have drivers merged for WM8711/21/31 since they are so similar but respect al...Michael Sevakis2-275/+103
2008-12-08* combine i2c_ack and i2c_outbBertrik Sikken1-17/+11
2008-12-07Generic I2C: fix various problems with this (now) unused driverRafaël Carré1-57/+92
2008-12-07Meg F/X can beep and click using a hardware timer so let us try it out. To ma...Michael Sevakis1-0/+11
2008-12-04Keep codec HPCM (headphone common mode) enabled for Sansa Clip and Sansa m200...Bertrik Sikken1-0/+7
2008-11-30Remove usb_drv_wait from the public usb api, and remove the implementation fr...Frank Gevaerts1-15/+15
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