summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-02-14All kernel objects in code shared amongs targets (core, plugins, codecs) shou...Michael Sevakis3-4/+4
2011-02-12Use target names instead of model numbers in #if statements - nowhere else us...Dave Chapman1-4/+2
2011-02-08Initial maemo platform supportThomas Jarosch1-1/+5
2011-02-06M:Robe 500 and TSC2100: Add more to the initialization. Some GPIO initializa...Karl Kurbjun1-2/+2
2011-02-06TSC2100: Sample multiple times and provide an average to clean up touch detec...Karl Kurbjun1-1/+3
2011-02-06WM8978: Turn off AMUTE since it can cause annoying clicking with audio that p...Michael Sevakis1-1/+1
2011-02-02Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann1-1/+1
2011-01-23Fix r29123: the variable should be initialized every time in the loopAlexander Levin2-2/+4
2011-01-23Respect the 'scroll delay' setting more accurately between scrolling roundsAlexander Levin2-9/+20
2011-01-22i.MX31: Busy wait for a couple microseconds at most then sleep until next tic...Michael Sevakis1-0/+7
2011-01-21Add a delay between text scroll rounds when scrolling forward similarly to ho...Alexander Levin2-4/+8
2011-01-21WM8978: sound.c weirdness strikes again. Prescaler values have to be in centi...Michael Sevakis1-2/+10
2011-01-18Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis1-1/+0
2011-01-11SA9200: Adjust touchpad sensitivities so that actual contact with the player ...Michael Sevakis1-0/+33
2011-01-07Oops, that didn't belong in there.Michael Sparmann2-153/+1
2011-01-07Fix CS42L55 (iPod Classic) tone controlMichael Sparmann2-6/+192
2011-01-06iPod Classic: Unmute amplifiers when setting volume (fixes resuming paused pl...Michael Sparmann1-4/+6
2011-01-06Fix volume control on iPod ClassicMichael Sparmann1-10/+11
2011-01-04Fix USB storage driver. ata_get_info was no longer filling-in num_sectors aft...Michael Sevakis1-0/+1
2011-01-03Fix regression from r28950: ATA broken on MPIO and possibly other targetsMichael Sparmann1-4/+4
2011-01-02New port: iPod Classic (also known as iPod 6G/6.5G/7G)Michael Sparmann1-0/+208
2011-01-02Fix yellowMichael Sparmann1-0/+1
2011-01-02Fix redMichael Sparmann1-38/+3
2011-01-02Rework ATA driver to get rid of lots of target-specific constants and allow f...Michael Sparmann1-89/+109
2011-01-02Autodetect sector size on superfloppy volumes based on the FAT32 BPB (kudos t...Michael Sparmann1-0/+13
2010-12-26Make mutexes a tiny bit leaner. There is no need for a separate locked semaph...Michael Sevakis1-1/+1
2010-12-24mc13783 RTC: Handle years in a better way for the use of struct tm. Make the ...Michael Sevakis1-109/+121
2010-12-21WM8750 - fix muted output when entering FM radio screen.bootloader_mpiohd300_v1Marcin Bukat1-3/+0
2010-12-08RTC s35380a - remove unneeded header files includesMarcin Bukat1-2/+0
2010-12-08RTC s35380a - cleanup and more commentsMarcin Bukat1-40/+78
2010-12-07RTC s35380a - proper alarm supportMarcin Bukat1-73/+116
2010-12-06RTC s35380a - add support for alarm function. Currently this powers up the de...Marcin Bukat1-1/+99
2010-11-29RTC s35380a - fix initialization.Marcin Bukat1-9/+15
2010-11-28HD300 - add basic RTC supportMarcin Bukat1-0/+128
2010-11-28Accept FS#11774 by Michael Hohmuth (with some own modifications to #ifdef con...Frank Gevaerts1-2/+0
2010-11-26MPIO HD300 - initial commitMarcin Bukat1-2/+5
2010-11-14Hopefully fix FS#11696: scrollwheel doesn't respond in some cases.Magnus Holmgren1-3/+3
2010-11-14si4700/rda5802 tuners: prevent hang when changing radio region. Probably fixe...Bertrik Sikken2-19/+0
2010-11-13Fix multivolume caseFrank Gevaerts1-1/+1
2010-11-13Reduce the amount of stack space needed by fat_rename and mkdir_uncached.Michael Sparmann1-13/+7
2010-11-13iPod Nano 2G: Reduce popping noise during codec powerup, especially when driv...Michael Sparmann1-1/+40
2010-11-11Signal strength meter for FM radio - FS#8151 by Przemysław HołubowskiBertrik Sikken5-1/+94
2010-11-10Touchscreen: Improved scroll thresholdThomas Martitz1-0/+31
2010-11-08Simplify unsigned int <-> unsigned char array conversion in ipod_remote_tuner...Bertrik Sikken1-23/+8
2010-11-05Enable tea5767 tuner detection for Philips GoGear HDD63x0 too (HDD6320 does n...Bertrik Sikken1-1/+1
2010-11-05Fix accidental C++ style comments from r28341Bertrik Sikken1-4/+4
2010-11-05Implement tea5767 tuner detection - FS#11714 by meBertrik Sikken1-1/+22
2010-11-01Another (hopefully final) fix for FS#11453 (AMSv2 powerdown fails sometimes w...Bertrik Sikken1-0/+4
2010-10-31Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...Marcin Bukat5-544/+105
2010-10-27Enable line out on c200v1 - part of FS#11367 by me - Thanks to Nate for testingMichael Chicoine1-9/+9