summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-05-24as3543 rtc wakeup: fix power offRafaël Carré1-4/+8
2010-05-22rtc_enable_alarm() needs no return valueRafaël Carré8-27/+10
2010-05-22as3525v2: RTC alarmRafaël Carré1-1/+106
2010-05-21ata: do some threading-related corrections (some sync related where it matter...Michael Sevakis1-21/+22
2010-05-21avoid overflow in puts_scroll().Teruaki Kawashima2-5/+10
2010-05-19as3514.c: clean upRafaël Carré1-68/+56
2010-05-18Rename sdl lcd initialization to (remote_)lcd_init_device which enables remov...Thomas Martitz2-4/+0
2010-05-17Do s/SWAP_WORDS/ATA_SWAP_WORDS/ to prevent namespace clashes.Maurus Cuelenaere1-5/+5
2010-05-16as3525v1 use an as3515 audio codec/PMU, not an as3517 as previously thoughtRafaël Carré1-1/+1
2010-05-15Revert r26055 since it breaks certain Archos targets.Michael Sevakis1-4/+0
2010-05-15- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...Thomas Martitz2-5/+190
2010-05-15If HAVE_POWEROFF_WHILE_CHARGING is not defined and the charging configuration...Michael Sevakis1-0/+4
2010-05-15Hopefully finish off the red from r26051.Michael Sevakis1-0/+4
2010-05-15Hopefully get some green back from r26051.Michael Sevakis1-1/+0
2010-05-15Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feat...Michael Sevakis1-16/+106
2010-05-15as3543: output sum of line & dac to have voicing work while using FMRafaël Carré1-10/+2
2010-05-15wm8978: Clean out silly macros. Use 'POS' convention instead for shifted bitf...Michael Sevakis1-33/+33
2010-05-14Fix remaining reds/yellows.Thomas Martitz1-1/+1
2010-05-14as3514: mute headphones at the lowest volumeRafaël Carré1-2/+9
2010-05-11r25940 oops. No, no, no, that wasn't quite right. Must be truthful about the ...Michael Sevakis1-1/+1
2010-05-11MRobe100, HD200, Gigabeat F/X (anything with wm8750 or wm8751). Properly pres...Michael Sevakis1-0/+14
2010-05-07as3525v2: make sure volume is normal by writing Audioset2 registerRafaël Carré1-1/+3
2010-05-06Fix the remaining reds.Thomas Martitz1-0/+2
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz3-4/+3
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz1-1/+1
2010-05-05as3525v2: don't modify audioset2 as it seems the bits have changedRafaël Carré1-1/+3
2010-05-05Use settings for DAC AGC, cpeaker driver bias current (which is unused in roc...Michael Giacomelli1-6/+9
2010-05-04i.MX31/Gigabeat S: Actually enable DPTC which can set optimal voltage for 528...Michael Sevakis1-3/+3
2010-04-29HD200 - add FM support.Marcin Bukat1-0/+175
2010-04-27Remove pcm_mute() which has been unused since r19308Rafaël Carré12-91/+91
2010-04-26as3525v2: fix volume setting (can now go very low)Rafaël Carré1-2/+2
2010-04-26as3514: detail bit of AS3543_DAC_IFRafaël Carré1-11/+1
2010-04-26as3514: no need to cache volumeRafaël Carré1-18/+9
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat1-2/+23
2010-04-18Clean up IAP / ipod remote tuner a bit.Bertrik Sikken1-4/+5
2010-04-14Make builds with MAX_PHYS_SECTOR_SIZE defined (ipod video) work with larger s...Torne Wuff1-14/+26
2010-04-11Minor binsize savings.Andree Buschmann1-12/+8
2010-04-07FS#11187 - diacritic.c is in 'drivers' but it does not belong thereTomer Shalev1-241/+0
2010-04-07Make ATA code not bother to retry requests that return IDNF (specified sector...Torne Wuff1-0/+11
2010-04-03Add IO priority handling. Currently all IO has equal priority, except the dir...Frank Gevaerts1-9/+9
2010-03-29as3525v2: microphone recordingRafaël Carré1-0/+10
2010-03-29as3525v2 : recording (FM only, no microphone yet)Rafaël Carré1-39/+46
2010-03-29as3525v2: FM playback (only tested on Clip+)Rafaël Carré1-3/+14
2010-03-22FS#11118: reduce the number of cached sector in FAT code because some are use...Amaury Pouly1-118/+93
2010-03-21SansaAMSv2 as3541.c Include key line from funman's patch to get sound on c...Jack Halpin1-1/+5
2010-03-20Clip+: enable sound on "as3514" (as3543 in fact)Rafaël Carré1-1/+23
2010-03-20Submit FS#11065. Introduce a new system setting for en-/disabling the Line-ou...Andree Buschmann1-0/+17
2010-03-17M66591 Driver: Correct some comments.Karl Kurbjun1-2/+2
2010-03-16Fix a typo on a commentMustapha Senhaji1-1/+1
2010-03-15fat: make fat_open more flexible by accepting the file==&dir->file and make f...Amaury Pouly1-9/+14