summaryrefslogtreecommitdiff
path: root/firmware/target/arm
AgeCommit message (Expand)Author
2010-06-03sd-as3525v1: do not disable peripheral clocks in sd_enable()Rafaël Carré
2010-06-02Fix PP5002 builds. Somehow an #else went missing along the line.Michael Sevakis
2010-06-02Threading: Split processor support code into respective target files. C files...Michael Sevakis
2010-06-01Prevent a race condition when writing VIC_INT_EN_CLEAR. Should be very diffic...Tobias Diedrich
2010-06-01as3525 ascodec: make internal functions statics and remove some details for a...Rafaël Carré
2010-06-01as3525 PCM: implement locking like done for the gigabeats in r26341Rafaël Carré
2010-06-01sd-as3525v1: set up bank selection data outside of the loopRafaël Carré
2010-05-31Enable IRAM on TCC7801 (Cowon D2) for a 6-12% speedup in codecs that use it, ...Rob Purchase
2010-05-31Port the greylib blitting optimisation to m:robe 100. It's even more efficien...Jens Arnold
2010-05-31ARM: use BX when branch to an address in registerRafaël Carré
2010-05-30Smaller & faster grey blitting on greyscale ipods, based on an idea by Mike S...Jens Arnold
2010-05-30Update Samsung YP-S3 bootloader demoBertrik Sikken
2010-05-29fuze*/e200v2 YUV lcd code: remove a useless instruction forgotten in r21795Rafaël Carré
2010-05-29Fuze: don't change gate scan position if lcd_set_flip() is not usedRafaël Carré
2010-05-29cpucache_invalidate: use bx reg instead of mov pc, reg to returnRafaël Carré
2010-05-29e200v2: revert r26353Rafaël Carré
2010-05-29Fuzev1/v2 : lcd_set_flip()Rafaël Carré
2010-05-28sd-as3525.c: Do not wait for TRAN state after transfer is over.Jack Halpin
2010-05-28Apply FS#9194 - LCD invert for Sansa c200/c200v2Bertrik Sikken
2010-05-28Restore return statement in kernel-as3525.c that was accidentally removed in ...Bertrik Sikken
2010-05-28Simplify lcd invertMichael Chicoine
2010-05-28Simplify lcd_set_flip, lcd_window, and lcd_window_blitMichael Chicoine
2010-05-27Merge common LCD code between fuzev1 & fuzev2Rafaël Carré
2010-05-27sd-as3525v2: Include time spent yielding when figuring timeout in sd_wait_for...Rafaël Carré
2010-05-27Gigabeat S PCM: Sync some comments to changes.Michael Sevakis
2010-05-27Gigabeat S PCM: There's no reason to touch any hardware registers in order to...Michael Sevakis
2010-05-27as3525: no need to ack TIMER interrupt multiple timesRafaël Carré
2010-05-27Clip*: give lcd_hw_init() INIT_ATTR attributeRafaël Carré
2010-05-27mark some functions as init functions (discarded after init() has run)Rafaël Carré
2010-05-27as3525: don't export empty usb_init_device(), declare it as empty inlineRafaël Carré
2010-05-27clipv2: make buttonlight functions static inline one-linersRafaël Carré
2010-05-26as3525: fix r26308Rafaël Carré
2010-05-26as3525: as revealed by r26311, it seems DMAC interrupt can't be maskedRafaël Carré
2010-05-26as3525: write irq/fiq handlers in CRafaël Carré
2010-05-26typo: 'nomasked' -> 'unmasked'Rafaël Carré
2010-05-26as3525: implement pcm_play_dma_get_peak_buffer correctlyRafaël Carré
2010-05-26as3525v2: no need to set PMU_GATE bit (bit 3) in PMU_enable register when rea...Rafaël Carré
2010-05-26as3525: move audio loopback handling to audio_set_output_sourceRafaël Carré
2010-05-26Gigabeat S: Turn off hardware effects (tone and 3d) when doing digital loopba...Michael Sevakis
2010-05-25as3525v1: relax a bit requirements in the SD driverRafaël Carré
2010-05-25as3525v2: do not deselect all cards after a SD transferRafaël Carré
2010-05-25as3525: find_first_set_bit() isn't built in bootloadersRafaël Carré
2010-05-24as3525: Fix an oops in converting the recording API to a newer form.Michael Sevakis
2010-05-24Vibe 500: fix the scrolling through the lists by implementing BUTTON_REPEAT f...Szymon Dziok
2010-05-24fix YUV Dither for the other targets too, like in r26064.Szymon Dziok
2010-05-24as3525: don't destroy status when calculating IRQ number in UIRQ()Rafaël Carré
2010-05-24as3525: be sure all interrupts are disabled when recordingRafaël Carré
2010-05-24Really cleanup remaining r26253 yellow (hopefully).Michael Sevakis
2010-05-24Cleanup r26253 red and yellow.Michael Sevakis
2010-05-24Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis