summaryrefslogtreecommitdiff
path: root/firmware/target/arm
AgeCommit message (Expand)Author
2010-03-23Add handler for audio irq.Tobias Diedrich
2010-03-23Rewrite ascodec_as3514.c to use interrupts.Tobias Diedrich
2010-03-22sd-as3525v2: read cid & csd in the correct order, fix disk infoRafaël Carré
2010-03-22sd-as3525v2.c We don't need to disable/enable MCI_CLKENA in send_cmd().Jack Halpin
2010-03-22sd-as3525v2.c Enable disk access icon.Jack Halpin
2010-03-22sd-as3525v2.c Use MCI_MASK instead of data_transfer flag to determine if da...Jack Halpin
2010-03-22sd-as3525v2.c Add macros to distinguish between a CMD error and a DATA error.Jack Halpin
2010-03-22sd-as3525v2 Remove post transfer wait for state call and move pre transfer w...Jack Halpin
2010-03-22sd-as3525v2.c Use SD_DESELECT_CARD instead of SD_SELECT_CARD to make the co...Jack Halpin
2010-03-21Update battery discharge curve and current consumption for iRiver h10 5GB. Th...Andree Buschmann
2010-03-21Use atomic operation for GPIOx_ENABLEs in ide_power_enable() for iPod Video. ...Andree Buschmann
2010-03-21sd-as3525v2.c: Correct SD_APP_OP_COND command to send full voltage range for...Jack Halpin
2010-03-21sd-as3525v2.c: Only manipulate MCI_CLKENA for drive being used.Jack Halpin
2010-03-20Clip+: enable sound on "as3514" (as3543 in fact)Rafaël Carré
2010-03-20Submit FS#11065. Introduce a new system setting for en-/disabling the Line-ou...Andree Buschmann
2010-03-20Submit FS#9746 by Boris Gjenero. Set PP502x IDE pins low for iPod Video when ...Andree Buschmann
2010-03-19lcd-ssd1303 (all Clips) : move model specific code in their own filesRafaël Carré
2010-03-18sd-as3525v2: correctly check send_cmd return value (which is boolean)Rafaël Carré
2010-03-18SansaAMSv2: Add support for uSD cards to sd-as3525v2.c and activate hotswap ...Jack Halpin
2010-03-18sd-as3525v2: sd_get_info() is already in common SD codeRafaël Carré
2010-03-17as3525: Fix previous commit, IRAM_ORIG can not be represented as an immediate...Rafaël Carré
2010-03-17as3525*: revert r25198 and inline memory_init in crt0.SRafaël Carré
2010-03-17M:Robe 500 - Improve YUV blit speed.Karl Kurbjun
2010-03-16A tiny bit more Sansa Fuze v2 work.Thomas Martitz
2010-03-15Sansa Clipv2: use similar button driver to Clipv1Rafaël Carré
2010-03-15as3525* : make sure sp is setup in bootloaderRafaël Carré
2010-03-15as3525*: setup stack pointer before we use itRafaël Carré
2010-03-15sd-as3525v2: add card hotswap to sd_threadRafaël Carré
2010-03-15sd-as3525v2: prepare for multidrive buildsRafaël Carré
2010-03-15as3525: do not assume we can record from microphoneRafaël Carré
2010-03-15Clip+: si4702 FMRafaël Carré
2010-03-15sd-as3525v2: reduce the delay before reading responseRafaël Carré
2010-03-14ftl-nano2g.c: s/\(\*([^)]+)\)\./\1->/Michael Sparmann
2010-03-14sd-as3525: do not reverse 2 times long responses, read them directly in the n...Rafaël Carré
2010-03-14sd-as3525v2: do not reverse 2 times long responses, read them directly in the...Rafaël Carré
2010-03-14sd-as3525v2: delay a bit before reading the command responseRafaël Carré
2010-03-14Nano2G NAND: Don't continue reading on that bank if starting the read failed.Michael Sparmann
2010-03-14Finally fast Nano2G NAND reading, also works on remapped blocks this time.Michael Sparmann
2010-03-14Nano2G: switch over to slow writes at VFL levelMichael Sparmann
2010-03-14Re-enable fast reads in the Nano2G VFL/FTL. (Using the wrapper API in the NAN...Michael Sparmann
2010-03-14Implement Nano2G fast NAND read API as a wrapper around the slow one.Michael Sparmann
2010-03-14Nano2G FTL: Enlarge FTL buffers for faster write operationsMichael Sparmann
2010-03-14Nano2G VFL/FTL: Use fast writesMichael Sparmann
2010-03-14Nano2G NAND: Detect if the chip supports interleaved and/or cached writes.Michael Sparmann
2010-03-14Revert Nano2G fast VFL reads for now. They just won't work on some hardware.Michael Sparmann
2010-03-14Don't parallelize Nano2G NAND reads, just do pipelined ECC. (10% performance ...Michael Sparmann
2010-03-14Nano2G VFL: reset the bank again before the second slow read tryMichael Sparmann
2010-03-14Nano 2G VFL: try slow read twice if fast read failedMichael Sparmann
2010-03-14More detailed panic message for Nano2G VFL fast read problemsMichael Sparmann
2010-03-13Make the Nano2G FTL use the new parallel read functionMichael Sparmann