Age | Commit message (Expand) | Author |
2008-11-24 | Added support for configurable rockbox directory. FS#9567 by Alex Bennee. | Björn Stenberg |
2008-11-24 | Simplify the wm8731 driver by adding a masked write function. Change _write_o... | Michael Sevakis |
2008-11-22 | Macros should be ALL CAPS, so rename (un)likely() to (UN)LIKELY() | Nils Wallménius |
2008-11-22 | Audio samplerate control for Gigabeat S: 8, 11.025, 12, 16, 22.050, 24, 32, 4... | Michael Sevakis |
2008-11-21 | Commit some USB and ATA rework/refactoring (+ USB GPIO detection). | Maurus Cuelenaere |
2008-11-20 | Introduce likely() and unlikely() macros, use to give gcc hints about which b... | Nils Wallménius |
2008-11-20 | New makefile solution: A single invocation of 'make' to build the entire tree... | Björn Stenberg |
2008-11-19 | Gigabeat S: Make MIN_BRIGHTNESS_SETTING to be 1, not 0; the backlight already... | Michael Sevakis |
2008-11-19 | Add some watchdog timer definitions for IMX31L | Michael Sevakis |
2008-11-19 | MC13783 PMIC: Make some defines more strictly correct-- interrupts, etc. | Michael Sevakis |
2008-11-18 | Sansa Clip: backlight brightness is not possible, so remove references to it | Rafaël Carré |
2008-11-18 | MC13783 cleanup. Remove functions proving themselves not so useful and add mc... | Michael Sevakis |
2008-11-17 | Remove iAudio references from the Cowon D2 build, since it is not an iAudio b... | Rob Purchase |
2008-11-16 | Fix the Sansa AMS SD driver | Rafaël Carré |
2008-11-14 | Remove some unneeded #includes | Dave Chapman |
2008-11-14 | m200v4: make buttons work again (added a small delay). make m200 keymap bette... | Dominik Wenger |
2008-11-12 | Assume that AS3514_I2C_ADDR is not target-specific. If it turns out to be di... | Dave Chapman |
2008-11-12 | Revert last commit (accidentally committed the whole tree) | Karl Kurbjun |
2008-11-12 | Add in the needed crt0.S code for the wakeup alarm also | Karl Kurbjun |
2008-11-11 | Add more driver stubs to make the Fuze and e200v2 main builds compile; Correc... | Dave Chapman |
2008-11-10 | Fix red: e200/c200 use ADC_UNREG_POWER define (for compatibility) | Rafaël Carré |
2008-11-10 | as3514: do not error out if included by files which don't use AS3514_I2C_ADDR | Rafaël Carré |
2008-11-10 | Sansa AMS: use the AS3514 ADC driver | Rafaël Carré |
2008-11-10 | Merge target/arm/as3525/as3525-codec.h into target/arm/ascodec-target.h | Rafaël Carré |
2008-11-10 | AMS Sansa (formerly 'V2') use the as3514 RTC | Rafaël Carré |
2008-11-10 | Revert r19069 - the m200s can't charge. Also, don't use charger_inserted() a... | Dave Chapman |
2008-11-10 | make m200v4 build compilable. | Dominik Wenger |
2008-11-10 | M200V4 : use simple charging (no support yet, will be controlled via i2c) | Rafaël Carré |
2008-11-10 | m200v4 : disable RTC in bootloader | Rafaël Carré |
2008-11-10 | Fix Clip firmware building by adding missing symbols | Rafaël Carré |
2008-11-10 | oops, one more rename | Daniel Stenberg |
2008-11-10 | "mv m200v2 m200v4" | Daniel Stenberg |
2008-11-09 | sd.h : avoid namespace collision by prefixing defines with SD_ | Rafaël Carré |
2008-11-09 | Sansav2 Bootloader | Rafaël Carré |
2008-11-09 | SD PP: move non specific defines to sd.h, to be reused by other SD drivers | Rafaël Carré |
2008-11-06 | AS3525: implement tick_start() with TIMER2 | Rafaël Carré |
2008-11-06 | AS3525: timer support | Rafaël Carré |
2008-11-05 | Onda VX747: | Maurus Cuelenaere |
2008-11-04 | Onda VX747: | Maurus Cuelenaere |
2008-11-04 | Since *set_led_enabled() is actually an ata-specific feature, move it back to... | Frank Gevaerts |
2008-11-04 | *_hard_reset() is only used inside ata.c, so there's no need to export it to ... | Frank Gevaerts |
2008-11-03 | Add ramdisk storage driver. It will be useful for developing multi-driver sto... | Frank Gevaerts |
2008-11-03 | Minor comment change. FS #9234. | Björn Stenberg |
2008-11-03 | Sansa Clip : define recording and tuner capabilities to fix simulator build | Rafaël Carré |
2008-11-02 | AS3525 : fix interrupts support (but leave them disabled) | Rafaël Carré |
2008-11-02 | add proper dummy storage implementation for sims | Frank Gevaerts |
2008-11-02 | fix red | Frank Gevaerts |
2008-11-02 | implement single-driver storage layer with macros instead of inlines | Frank Gevaerts |
2008-11-02 | declare m200v2 storage type | Frank Gevaerts |
2008-11-01 | conditionalise *_get_info() to get some binsize back | Frank Gevaerts |