summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-01-20audio on the m:robe 100 Robert Kukla1-0/+4
2008-01-20Proper mutexing in the MMC driver's ata_init(), resembling what is done in th...Jens Arnold1-3/+7
2008-01-18Finally, out goes struct spinlock for anything but mutiprocessor targets wher...Michael Sevakis1-30/+30
2008-01-18Properly serialize ata_init with other threads. Fix a bug that always initial...Michael Sevakis1-8/+16
2008-01-14Initial Cowon D2 commit:Rob Purchase1-0/+143
2008-01-13Make the lcd_gradient_* functions static - they're not exported in lcd.hDave Chapman1-3/+3
2008-01-10Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make...Jonathan Gordon1-7/+7
2008-01-09Fix a typo in commit r16018 - this was causing text to disappear on the h140...Dave Chapman1-1/+1
2008-01-08Add the viewport functions to the screens API, including a new getfont() func...Dave Chapman6-0/+30
2008-01-07Add viewport capabilities to all the LCD drivers, and adapt scrolling code. ...Dave Chapman7-657/+1355
2007-12-10Revert previous commit (still learning to work with git...)Marcoen Hirschberg9-10/+9
2007-12-10use dB units for balance controlMarcoen Hirschberg9-9/+10
2007-12-06Make the "current line" value in the gradient style code zero-based, and an a...Nicolas Pennequin1-12/+15
2007-12-06lv24020lp tuner changes (Sansa e200/c200): (1) add a couple more udelays (fro...Mark Arigo1-36/+41
2007-12-05Actually power off the lv24020 tuner (Sansa e200/c200). Don't clear the TUNER...Mark Arigo1-2/+2
2007-11-26pcf50605_write_multiple must prelock driver or the series of bytes may be int...Michael Sevakis1-0/+6
2007-11-24Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It...Dan Everton1-29/+24
2007-11-22remove not used dummy codeChristian Gmeiner2-30/+0
2007-11-22New USB stackBjörn Stenberg3-1347/+0
2007-11-20make private functions staticChristian Gmeiner2-5/+4
2007-11-20get rid of audiohw_resetChristian Gmeiner6-20/+2
2007-11-19Accept FS#7901 by Akio Idehara: Fix gradient for scrolling lines when more th...Nicolas Pennequin1-2/+39
2007-11-19replace strange charactersMarcoen Hirschberg1-1/+1
2007-11-19introduce general audiohw api for recordingChristian Gmeiner5-6/+6
2007-11-19FS#7738 - Scroll wheel acceleration for iPodLinus Nielsen Feltzing1-7/+21
2007-11-14FS#8157: H10 RTC alarm with some changes by me. The settings keymap had to be...Barry Wardell1-5/+133
2007-11-14FS#8155: Proper initialization of E8564 RTC (used in H10). Also fixes FS#8154...Barry Wardell1-0/+20
2007-11-12Fix FS#8138 - Gigabeat clock time is lost at midnight on SaturdaysRobert Kukla1-2/+2
2007-11-11H10: Touch-up the audio source switching a bit. Actually fix my earlier error...Michael Sevakis1-10/+7
2007-11-11FS#8046: H10 FM tuner support. Thanks to Przemyslaw Holubowski for doing the...Barry Wardell1-2/+11
2007-11-10Split radio i2c drivers into target tree where they belong. No changes to bin...Barry Wardell1-433/+0
2007-11-08Add some CACHEALIGN_* macros and a helper function to assist in aligning data...Michael Sevakis1-1/+2
2007-11-05Get rid of a couple of inl/outl since we have defines. Also use some other de...Barry Wardell1-4/+4
2007-11-05e200/c200: Take advantage of mutex recursion for the tuner driver and dump th...Michael Sevakis1-2/+2
2007-11-03Finally: HDD power control for all PP502x iPods (4th gen Grayscale, Color, Mi...Jens Arnold1-1/+2
2007-10-28Code police, no functional changes (yet)Peter D'Hoye1-65/+85
2007-10-28add some informations about this fileChristian Gmeiner1-21/+3
2007-10-25FS#8022: AS3514 missing initialisation.Barry Wardell1-1/+8
2007-10-25FS#8023: Use of AS3514 #defines instead of magic values.Barry Wardell1-3/+4
2007-10-23enable the RTC on the mrobe.Jonathan Gordon1-3/+20
2007-10-22nope, reread the datasheet... this one is correctJonathan Gordon1-2/+2
2007-10-22fix writing to registers on the tsc2100Jonathan Gordon1-1/+1
2007-10-22touchpad driver for the mrobe. nothing in apps/ uses it yet.Jonathan Gordon1-9/+39
2007-10-16Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi...Michael Sevakis2-2/+2
2007-10-16Improved H10 ADC driver. We now do things exactly as the OF does. This includ...Barry Wardell1-1/+1
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis4-38/+39
2007-10-15Fix coldfire PCF50606 I2C driver, and iriver FM radio I2C driver. Both driver...Jens Arnold1-48/+35
2007-10-15Bugfix: The solid colour and gradient selector no longer extends to the left ...Jens Arnold1-2/+2
2007-10-10Fix FS #5852 by trying to properly close and update the recorded file, and gi...Peter D'Hoye1-0/+4
2007-10-09Increase step size of stereo width to 5% to avoid tediously long list in sett...Thom Johansen9-9/+9