summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2010-03-23Packard Bell Vibe 500: remove the old bootloader code (actually a lack of cod...Szymon Dziok1-1/+1
2010-03-23SansaAMSv2: Give register CGU_BASE + 0x3C the name CGU_SDSLOT.Jack Halpin4-9/+19
2010-03-23No intentional warnings.Björn Stenberg1-4/+0
2010-03-23Make this properly dependend on the right defines instead of a blacklist.Tobias Diedrich1-1/+1
2010-03-23Limit AUDIO_IRQ handling to AS3525, since it doesn't work on the newer SoC in...Tobias Diedrich4-11/+48
2010-03-23fix previous revision by using correct definition of i2c prescalerRafaël Carré1-1/+1
2010-03-23as3525: do not read i2c2_cpsr* registers because the clock might be disabledRafaël Carré1-1/+1
2010-03-23fix r25297 : make ascodec-target.h empty when building simRafaël Carré1-0/+4
2010-03-23Implement software pwm to control c200v2 display brightness.Tobias Diedrich3-5/+161
2010-03-23Add handler for audio irq.Tobias Diedrich9-25/+208
2010-03-23Rewrite ascodec_as3514.c to use interrupts.Tobias Diedrich3-47/+314
2010-03-22sd-as3525v2: read cid & csd in the correct order, fix disk infoRafaël Carré1-4/+6
2010-03-22FS#11118: reduce the number of cached sector in FAT code because some are use...Amaury Pouly2-119/+99
2010-03-22sd-as3525v2.c We don't need to disable/enable MCI_CLKENA in send_cmd().Jack Halpin1-6/+0
2010-03-22sd-as3525v2.c Enable disk access icon.Jack Halpin1-0/+3
2010-03-22sd-as3525v2.c Use MCI_MASK instead of data_transfer flag to determine if da...Jack Halpin1-7/+4
2010-03-22sd-as3525v2.c Add macros to distinguish between a CMD error and a DATA error.Jack Halpin1-7/+18
2010-03-22sd-as3525v2 Remove post transfer wait for state call and move pre transfer w...Jack Halpin1-20/+14
2010-03-22sd-as3525v2.c Use SD_DESELECT_CARD instead of SD_SELECT_CARD to make the co...Jack Halpin1-2/+3
2010-03-21Update battery discharge curve and current consumption for iRiver h10 5GB. Th...Andree Buschmann2-12/+17
2010-03-21Use atomic operation for GPIOx_ENABLEs in ide_power_enable() for iPod Video. ...Andree Buschmann1-4/+4
2010-03-21sd-as3525v2.c: Correct SD_APP_OP_COND command to send full voltage range for...Jack Halpin1-1/+1
2010-03-21sd-as3525v2.c: Only manipulate MCI_CLKENA for drive being used.Jack Halpin1-4/+3
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é3-5/+28
2010-03-20Submit FS#11065. Introduce a new system setting for en-/disabling the Line-ou...Andree Buschmann5-0/+33
2010-03-20Submit FS#9746 by Boris Gjenero. Set PP502x IDE pins low for iPod Video when ...Andree Buschmann1-0/+11
2010-03-19Reset USB bridge properly when selecting bus powered mode. The bridge might h...Jens Arnold1-1/+4
2010-03-19lcd-ssd1303 (all Clips) : move model specific code in their own filesRafaël Carré8-161/+332
2010-03-18Add runtime estimation for the iaudio X5.Michael Giacomelli1-0/+2
2010-03-18sd-as3525v2: correctly check send_cmd return value (which is boolean)Rafaël Carré1-7/+5
2010-03-18SansaAMSv2: Add support for uSD cards to sd-as3525v2.c and activate hotswap ...Jack Halpin2-34/+99
2010-03-18Clip+: correct usb product idRafaël Carré1-1/+1
2010-03-18sd-as3525v2: sd_get_info() is already in common SD codeRafaël Carré1-11/+0
2010-03-17Fuze: correct usb pidRafaël Carré1-1/+1
2010-03-17as3525: Fix previous commit, IRAM_ORIG can not be represented as an immediate...Rafaël Carré1-1/+1
2010-03-17as3525*: revert r25198 and inline memory_init in crt0.SRafaël Carré2-22/+47
2010-03-17M:Robe 500 - Improve YUV blit speed.Karl Kurbjun1-24/+17
2010-03-17M66591 Driver: Correct some comments.Karl Kurbjun1-2/+2
2010-03-16A tiny bit more Sansa Fuze v2 work.Thomas Martitz6-19/+242
2010-03-16Add basic runtime estimation for the c200v2 (taken from Clipv1) and e200v2 (t...Michael Giacomelli2-3/+8
2010-03-16Disable runtime estimation altogether when there is no runtime current define...Michael Giacomelli2-9/+15
2010-03-16Forgot the #Michael Giacomelli1-1/+1
2010-03-16Remove some old archos code that caused runtime estimation to be off on AMS p...Michael Giacomelli2-6/+5
2010-03-16Clipv1 & m200v4 : reduce plugin buffer size to strict minimumRafaël Carré2-2/+2
2010-03-16Fix a typo on a commentMustapha Senhaji1-1/+1
2010-03-15Sansa Clipv2: use similar button driver to Clipv1Rafaël Carré1-33/+70
2010-03-15as3525v2 has twice the as3525v1 IRAM (verified on Clip+)Rafaël Carré1-0/+6
2010-03-15dir_uncached: fix opendir_uncached to have opened directories keep enough inf...Amaury Pouly1-4/+8
2010-03-15fat: make fat_open more flexible by accepting the file==&dir->file and make f...Amaury Pouly1-9/+14