summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-03-15WM8750/51: properly apply recording gainMarcin Bukat1-33/+13
2011-03-15MPIO HD300: Enable line-in recording. Thanks Andriej Azariev for pointing out...Marcin Bukat1-0/+3
2011-03-14fix redMarcin Bukat1-1/+2
2011-03-14WM8750/51 driver:Marcin Bukat1-49/+72
2011-03-14slightly modified FS#11531 by me: WM8750/51 driver reworkMarcin Bukat1-277/+299
2011-03-13Fix FS#11894 - Sansa Clip+ Volume Buttons don't switch when Upside Down is ac...Bertrik Sikken1-2/+2
2011-03-08Merge lcd_{alpha,mono}_bitmap_part() for both lcd-16bit. Add small loop optim...Thomas Martitz3-965/+531
2011-03-05Add viewport clipping to lcd_alpha_bitmap_part as lcd_mono_bitmap_part also has.Thomas Martitz2-4/+65
2011-03-05Add lcd_alpha_bitmap_part suitable for vertical stride 16bit lcd.Thomas Martitz1-0/+258
2011-03-05Anti-Aliased Fonts support.Thomas Martitz2-2/+260
2011-03-05Change the thread api a bit.Thomas Martitz1-2/+1
2011-03-03Fix FS#11973. iPod nano1G needed reboot after entering record mode to have au...Andree Buschmann1-53/+47
2011-03-01Move drivers/i2c.c into target tree as it contains SH specific bits. Leave as...Marcin Bukat1-252/+0
2011-03-01Move ata_mmc.c into target tree as it is SH (ondio) specific. Associated head...Marcin Bukat1-1027/+0
2011-02-27Fix typo in commentThomas Jarosch1-1/+1
2011-02-27iPod Classic CE-ATA Support (Part 2 of 4: Remove on-stack sector buffers, and...Michael Sparmann1-24/+130
2011-02-27iPod Classic CE-ATA Support (Part 1 of 4: Cacheline align some statically all...Michael Sparmann1-1/+1
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