Age | Commit message (Expand) | Author |
2008-11-02 | AS3525 : fix interrupts support (but leave them disabled) | Rafaël Carré |
2008-11-02 | implement single-driver storage layer with macros instead of inlines | Frank Gevaerts |
2008-11-02 | make the m200v2 lcd work again with higher cpu frequency | Dominik Wenger |
2008-11-02 | AS3525: disable interrupts, higher clock frequencies | Rafaël Carré |
2008-11-01 | AS3525 : enable instruction and data cache | Rafaël Carré |
2008-11-01 | Clean up the Fuze LCD driver. The only functional change is to write 0x7030 ... | Dave Chapman |
2008-11-01 | Adapt sansa v2 sd driver to the new storage layer | Frank Gevaerts |
2008-11-01 | Unify the e200v2 and Fuze backlight/buttonlight code - it is identical. | Dave Chapman |
2008-11-01 | conditionalise *_get_info() to get some binsize back | Frank Gevaerts |
2008-11-01 | Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ... | Frank Gevaerts |
2008-11-01 | Remove Linux's mmci.h since the license is strict GPLv2 | Rafaël Carré |
2008-11-01 | Add Sansa Fuze to the build system, including a first (untested) attempt at a... | Dave Chapman |
2008-10-31 | Clip: add backlight and buttonlight code | Rafaël Carré |
2008-10-31 | Sansa Clip simulator | Rafaël Carré |
2008-10-31 | Sansav2 SD : minor modifications | Rafaël Carré |
2008-10-31 | Abstract the PortalPlayer AS3514 handling with an "ascodec" API - inspired by... | Dave Chapman |
2008-10-30 | Sansav2 bootloader: explicitely link everything into IRAM | Rafaël Carré |
2008-10-29 | Embryo of a SD driver for Sansav2 | Rafaël Carré |
2008-10-29 | correct HAVE_MULTIVOLUME vs HAVE_HOTSWAP usage | Frank Gevaerts |
2008-10-29 | Move kernel tick initialization and handling to the target tree for ones rema... | Michael Sevakis |
2008-10-29 | FS#9511 - working lcd update (and lcd_update_rect() ) for the e200v2, working... | Jonathan Gordon |
2008-10-29 | fix lcd mirror and rotation problem on the e200v2. also remove a wierd whites... | Jonathan Gordon |
2008-10-29 | Oops, revert 18911 - this was added a couple of commits ago. | Dave Chapman |
2008-10-29 | e200v2 LCD - it helps to enable the DBOP clock. | Dave Chapman |
2008-10-29 | e200v2: implement the backlight handling (copy/paste from the c200v1/e200v1 c... | Dave Chapman |
2008-10-29 | e200v2 lcd: Add missing DBOP clock initialization | Rafaël Carré |
2008-10-28 | Sansav2 : initializes SDRAM | Rafaël Carré |
2008-10-27 | Strange little kernel optimization to ease targeting the timer tick and to li... | Michael Sevakis |
2008-10-26 | Fix line endings and set svn properties | Bertrik Sikken |
2008-10-26 | FS#9503 - Sansa v2 audio/PMU communication driver (for the AS3525 SoC) | Bertrik Sikken |
2008-10-25 | A little more work on the e200v2 LCD driver (still untested - I don't own one... | Dave Chapman |
2008-10-25 | Remove some trailing whitespace - no functional change | Dave Chapman |
2008-10-25 | fill in button and backlight functions for m200 "v2" | Dominik Wenger |
2008-10-21 | Add c200 erase tools. The resulting .bin files can be run from e200tool | Frank Gevaerts |
2008-10-20 | Using polling instead of interrupts make TX work better, storage worked, but ... | Vitja Makarov |
2008-10-19 | add sansa m200v2 support to mkamsboot. | Dominik Wenger |
2008-10-19 | Add e200v2 and m200v2 targets. Move the telechips lcd-ssd1815.c (currently u... | Dave Chapman |
2008-10-18 | Make the meizu m3 load from flash, so interrupts work. More work is needed to... | Frank Gevaerts |
2008-10-14 | telechips usb: not ready for use but, something is working, needs improvement. | Vitja Makarov |
2008-10-13 | Hopefully fix the D2s 'cut and repeated LCD lines' bug (fix suggested by Fran... | Rob Purchase |
2008-10-12 | Rename the clip directory to sansa-clip to be consistent with the first (Port... | Dave Chapman |
2008-10-12 | make colours look right | Frank Gevaerts |
2008-10-12 | Fix LCD timings on the older meizu M3 variant, so it works with a fast clock. | Frank Gevaerts |
2008-10-12 | Commit FS#9467 - initial work on port to Sansa Clip by Rafaël Carré and Fra... | Dave Chapman |
2008-10-11 | remove dead code from firmware/target/arm/crt0.S, and conditionalise bits of it | Frank Gevaerts |
2008-10-11 | Move the S5L8700 (Meizu) crt0.S file up one level - it can be used as a gener... | Dave Chapman |
2008-10-07 | lcd now shows things on the old-style Meizu M3. | Frank Gevaerts |
2008-10-07 | Correct HAS_BUTTON_HOLD | Maurus Cuelenaere |
2008-10-07 | Fill some ata_identify fields, e.g model name, firmware, block count | Vitja Makarov |
2008-10-05 | LCD driver for meizu M3, new type (older M3s are not yet supported) | Frank Gevaerts |