Age | Commit message (Expand) | Author |
2010-06-05 | New USB charging system, part 1 - API rework and user-visible setting update | Torne Wuff |
2010-06-04 | Port greylib blitting optimisation to clipv2 and Clip+. Actual speedup can't ... | Jens Arnold |
2010-06-04 | Port greylib blitting optimisation to clipv1. | Jens Arnold |
2010-06-03 | Using void instead of unsigned char fixes the strict-aliasing warnings with -... | Tobias Diedrich |
2010-06-03 | sd-as3525v1: do not disable peripheral clocks in sd_enable() | Rafaël Carré |
2010-06-02 | Fix PP5002 builds. Somehow an #else went missing along the line. | Michael Sevakis |
2010-06-02 | Threading: Split processor support code into respective target files. C files... | Michael Sevakis |
2010-06-01 | Prevent a race condition when writing VIC_INT_EN_CLEAR. Should be very diffic... | Tobias Diedrich |
2010-06-01 | as3525 ascodec: make internal functions statics and remove some details for a... | Rafaël Carré |
2010-06-01 | as3525 PCM: implement locking like done for the gigabeats in r26341 | Rafaël Carré |
2010-06-01 | sd-as3525v1: set up bank selection data outside of the loop | Rafaël Carré |
2010-05-31 | Enable IRAM on TCC7801 (Cowon D2) for a 6-12% speedup in codecs that use it, ... | Rob Purchase |
2010-05-31 | Port the greylib blitting optimisation to m:robe 100. It's even more efficien... | Jens Arnold |
2010-05-31 | Smaller & faster greylib blitting on iriver H1x0 and iAudio M5, based on the ... | Jens Arnold |
2010-05-31 | ARM: use BX when branch to an address in register | Rafaël Carré |
2010-05-30 | Smaller & faster grey blitting on greyscale ipods, based on an idea by Mike S... | Jens Arnold |
2010-05-30 | Update Samsung YP-S3 bootloader demo | Bertrik Sikken |
2010-05-29 | fuze*/e200v2 YUV lcd code: remove a useless instruction forgotten in r21795 | Rafaël Carré |
2010-05-29 | Fuze: don't change gate scan position if lcd_set_flip() is not used | Rafaël Carré |
2010-05-29 | cpucache_invalidate: use bx reg instead of mov pc, reg to return | Rafaël Carré |
2010-05-29 | e200v2: revert r26353 | Rafaël Carré |
2010-05-29 | Fuzev1/v2 : lcd_set_flip() | Rafaël Carré |
2010-05-28 | sd-as3525.c: Do not wait for TRAN state after transfer is over. | Jack Halpin |
2010-05-28 | Apply FS#9194 - LCD invert for Sansa c200/c200v2 | Bertrik Sikken |
2010-05-28 | Restore return statement in kernel-as3525.c that was accidentally removed in ... | Bertrik Sikken |
2010-05-28 | Simplify lcd invert | Michael Chicoine |
2010-05-28 | Simplify lcd_set_flip, lcd_window, and lcd_window_blit | Michael Chicoine |
2010-05-27 | Merge common LCD code between fuzev1 & fuzev2 | Rafaël Carré |
2010-05-27 | sd-as3525v2: Include time spent yielding when figuring timeout in sd_wait_for... | Rafaël Carré |
2010-05-27 | Gigabeat S PCM: Sync some comments to changes. | Michael Sevakis |
2010-05-27 | Gigabeat S PCM: There's no reason to touch any hardware registers in order to... | Michael Sevakis |
2010-05-27 | Simulator: get rid of SDL_mutex* parameter to sim_do_exit. | Michael Sevakis |
2010-05-27 | SDL Simulator: Get thread shutdown and properly handled and fix a minor memor... | Michael Sevakis |
2010-05-27 | as3525: no need to ack TIMER interrupt multiple times | Rafaël Carré |
2010-05-27 | Clip*: give lcd_hw_init() INIT_ATTR attribute | Rafaël Carré |
2010-05-27 | mark some functions as init functions (discarded after init() has run) | Rafaël Carré |
2010-05-27 | as3525: don't export empty usb_init_device(), declare it as empty inline | Rafaël Carré |
2010-05-27 | clipv2: make buttonlight functions static inline one-liners | Rafaël Carré |
2010-05-26 | as3525: fix r26308 | Rafaël Carré |
2010-05-26 | UISimulator: cleaner startup using semaphore only to tell when event_thread i... | Michael Sevakis |
2010-05-26 | as3525: as revealed by r26311, it seems DMAC interrupt can't be masked | Rafaël Carré |
2010-05-26 | Since the sdl to target tree move, the main thread cannot be removed anymore, | Thomas Martitz |
2010-05-26 | as3525: write irq/fiq handlers in C | Rafaël Carré |
2010-05-26 | typo: 'nomasked' -> 'unmasked' | Rafaël Carré |
2010-05-26 | as3525: implement pcm_play_dma_get_peak_buffer correctly | Rafaël Carré |
2010-05-26 | as3525v2: no need to set PMU_GATE bit (bit 3) in PMU_enable register when rea... | Rafaël Carré |
2010-05-26 | as3525: move audio loopback handling to audio_set_output_source | Rafaël Carré |
2010-05-26 | Gigabeat S: Turn off hardware effects (tone and 3d) when doing digital loopba... | Michael Sevakis |
2010-05-25 | as3525v1: relax a bit requirements in the SD driver | Rafaël Carré |
2010-05-25 | as3525v2: do not deselect all cards after a SD transfer | Rafaël Carré |