Age | Commit message (Expand) | Author |
2008-11-26 | Get rid of remaining audiohw_enable_output style codec setup and use pre/post... | Michael Sevakis |
2008-11-26 | Code police myself. | Steve Bavin |
2008-11-26 | Oops - fix yellow. | Steve Bavin |
2008-11-26 | Fix reds. Also note my r19221 commit message had a typo - shoudld have been ... | Steve Bavin |
2008-11-26 | ...and spell the property names correctly. | Steve Bavin |
2008-11-26 | Add software backlight fading for E100/H300/X5/D2, by Thomas Martitz and othe... | Steve Bavin |
2008-11-26 | Fix misspelled function name. Thanks to Jens Arnold for noticing. | Michael Sevakis |
2008-11-25 | Enable display contrast setting and implement flip for the Clip. | Bertrik Sikken |
2008-11-25 | Added 'keywords' and 'eol-style' properties. | Björn Stenberg |
2008-11-25 | m200v4: correct the BOOTDIR define, and invert the button check in the dualbo... | Dominik Wenger |
2008-11-25 | Fix c200 warning. | Michael Sevakis |
2008-11-25 | Add register bit defines for as3514 and clean stuff up. Reduce poppiness at s... | Michael Sevakis |
2008-11-25 | Sansa AMS: Use DMA for SD transfers (read and write) | Rafaël Carré |
2008-11-24 | Added support for configurable rockbox directory. FS#9567 by Alex Bennee. | Björn Stenberg |
2008-11-24 | Preliminary button driver for Sansa Fuze. FS#9575 by Thomas Martitz. | Björn Stenberg |
2008-11-24 | Fix compilation of Clip simulator | Rafaël Carré |
2008-11-24 | Onda VX747: fix LCD bug by blocking lcd_update_rect() requests | Maurus Cuelenaere |
2008-11-24 | Simplify the wm8731 driver by adding a masked write function. Change _write_o... | Michael Sevakis |
2008-11-24 | First part of FS#9570 by Antonius Hellmann. Disables power to the SD memory ... | Michael Giacomelli |
2008-11-23 | Rename BUTTON_VOLUP to BUTTON_VOL_UP in definition of BUTTON_MAIN for Sansa C... | Bertrik Sikken |
2008-11-23 | Implement a basic uncalibrated battery reading for all as3525 targets with a ... | Bertrik Sikken |
2008-11-23 | Initialise mutex before using it in as3525-codec.c, also use mutex for single... | Bertrik Sikken |
2008-11-22 | Added power.h include to power-as3525.c | Bertrik Sikken |
2008-11-22 | Partially apply FS#9569 by Michael Chicoine and Thomas Martitz: remove the GP... | Dave Chapman |
2008-11-22 | Macros should be ALL CAPS, so rename (un)likely() to (UN)LIKELY() | Nils Wallménius |
2008-11-22 | Gigabeat S samplerate control: Fix really dumb mistake made when doing cleanu... | Michael Sevakis |
2008-11-22 | Oops. Used wrong constant. | Michael Sevakis |
2008-11-22 | Audio samplerate control for Gigabeat S: 8, 11.025, 12, 16, 22.050, 24, 32, 4... | Michael Sevakis |
2008-11-21 | Altered mkdepfile to use a single gcc call and post-process the output. This ... | Björn Stenberg |
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 | Remove .a files before running ar, to avoid problems with renamed files remai... | Björn Stenberg |
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-19 | Gigabeat S: Fix PCM being cut off at the beginning. The DAC L-R swapping isn'... | Michael Sevakis |
2008-11-18 | Sansa Clip: backlight brightness is not possible, so remove references to it | Rafaël Carré |
2008-11-18 | Sansa AMS: Use IRAM (in app linker script and crt0.S) | Rafaël Carré |
2008-11-18 | MC13783 cleanup. Remove functions proving themselves not so useful and add mc... | Michael Sevakis |
2008-11-17 | D2: Adjust the timing delay in ltv250qv_write() since several users still rep... | Rob Purchase |
2008-11-17 | Remove iAudio references from the Cowon D2 build, since it is not an iAudio b... | Rob Purchase |
2008-11-17 | Correct the xoffset used when display_flipped is false - fixes the display in... | Dave Chapman |
2008-11-17 | Sansa AMS: Don't make sd_init() fail if a SD card is not present in the slot | Rafaël Carré |
2008-11-16 | Sansa AMS: when not in the bootloader, disable fast hardware power off | Rafaël Carré |
2008-11-16 | Fix the Sansa AMS SD driver | Rafaël Carré |
2008-11-16 | Telechips NAND: much improved read reliability on D2/iAudio7. More work is re... | Rob Purchase |
2008-11-15 | Gigabeat S/WM8978: Fix problem of volume getting silenced after settings are ... | Michael Sevakis |
2008-11-15 | add the OF offset also for sansa fuze, and make it only for internal SD. | Dominik Wenger |
2008-11-14 | Remove some unneeded #includes | Dave Chapman |