summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-09-06Slightly reorganise the FAT driver to ensure that no more than one sector buf...Frank Gevaerts1-19/+49
2010-08-28fix r27921 : lcd_putsxyf() for charcellRafaël Carré1-0/+11
2010-08-28Implement lcd(_remote)_putsxyf() and export to pluginsRafaël Carré1-0/+11
2010-08-28tcc77x targets: various minor cleanupsBertrik Sikken2-4/+10
2010-08-23ipod fm remote: some static/const fixes from FS #11266 by meBertrik Sikken1-41/+42
2010-08-12Move memset6() declaration to string-extra.h, kills a warning compiling for a...Thomas Martitz3-6/+3
2010-08-08Various minor fixes for Samsung YH* targetsBertrik Sikken1-0/+2
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz1-0/+61
2010-08-01More minor const/static/include fixes.Bertrik Sikken1-4/+4
2010-08-01Various minor cleanups for cowon d2Bertrik Sikken1-2/+12
2010-08-01Various minor cleanups for mini2440Bertrik Sikken1-0/+2
2010-07-31Fix condition for compiling audiohw_set_monitor (should fix red)Bertrik Sikken1-2/+0
2010-07-31Various minor clean-ups for Zen VisionBertrik Sikken2-5/+9
2010-07-27WM8750 - add ALC and NGAT related low level functions (disabled now by default)Marcin Bukat1-0/+118
2010-07-26FM tuner region code cleanup - FS #11492 by me.Bertrik Sikken6-33/+47
2010-07-16rtc_as3514.c: make alarm struct static and reorder fields to save some binsizeBertrik Sikken1-3/+3
2010-07-16Fix failing AMSv2 power-down when the wake-up alarm timer is set - FS #11453 ...Bertrik Sikken1-41/+75
2010-07-11fat.c: fix format specifier in DEBUG buildRafaël Carré1-3/+3
2010-07-04hdd6330: change the synaptics-mep driver in a few places according to the tou...Szymon Dziok1-2/+10
2010-07-02HD200 - Setup codec as I2S master and enable recordingMarcin Bukat1-50/+103
2010-06-27Part of FS#11367 by me: e200v2 enable line outMichael Chicoine1-0/+25
2010-06-27Sansa clip+: prevent an unnecessary OF database refresh when using the wake-u...Bertrik Sikken1-0/+6
2010-06-26Should clear up rest of red. Add a required #define in the config for c200. F...Michael Sevakis1-2/+5
2010-06-26e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below ...Michael Sevakis2-0/+13
2010-06-24synaptics: add a small delay in syn_get_data() for PB Vibe. Touchpad doesn't ...Szymon Dziok1-0/+3
2010-06-24Commit FS#11364 by me. Increases the A3525v2 volume range by 7.5dB. Each vo...Michael Giacomelli1-12/+23
2010-06-22Sanyo lv24020lp FM: Improve frequency measurement on PP thus improving initi...Michael Sevakis1-5/+27
2010-06-22lv24020lp tuner: On PP targets (c200/e200), use the atomic GPIO bitwise macro...Michael Sevakis1-19/+27
2010-06-21Apply FS #11423 - Use udelay in AMS driver for FM radio I2CBertrik Sikken1-50/+44
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-3/+3
2010-06-21Fix FS #10474 - FM tuner on Gigabeat S fails to tune last frequency on startBertrik Sikken1-5/+7
2010-06-19FS#11417 by Joe Balough: fix audio/tuner on philips hdd6330Rafaël Carré2-2/+2
2010-06-17AMSv2 RTC: no need to write to RTC_WAKEUP registerRafaël Carré1-24/+9
2010-06-16The mystery FM chip in some Sansa Clip+ players has been identified as a RDA5...Bertrik Sikken1-81/+86
2010-06-16FM clip+ radio: enable stereo indicationBertrik Sikken1-2/+2
2010-06-15Support for mystery FM chip in some Sansa Clip+, FS #11403 by meBertrik Sikken2-10/+347
2010-06-06fix typo in r26245 (I guess not many people use rtc_alarm with gigabeat f)Robert Kukla1-1/+1
2010-06-06Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni...Frank Gevaerts1-36/+24
2010-06-05remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...Frank Gevaerts2-2/+2
2010-06-05Fix wrongly nested commentingFrank Gevaerts1-1/+2
2010-06-05Fix EOL styleFrank Gevaerts1-177/+177
2010-05-30Submit FS#11240 by Raphael Jakse. Allows to reduce volume on WM8985 to -89 dB...Andree Buschmann1-17/+58
2010-05-29Commit FS#10887 by me. Change the check for software poweroff to be that the...Michael Giacomelli1-1/+1
2010-05-26Gigabeat S: Turn off hardware effects (tone and 3d) when doing digital loopba...Michael Sevakis1-33/+77
2010-05-24Si4700 tuner: It doesn't like to do i2c while powered off and hangs the bus. ...Michael Sevakis1-1/+3
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