summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2008-11-25Sansa AMS: Use DMA for SD transfers (read and write)Rafaël Carré6-119/+293
2008-11-24Added support for configurable rockbox directory. FS#9567 by Alex Bennee.Björn Stenberg3-4/+3
2008-11-24Preliminary button driver for Sansa Fuze. FS#9575 by Thomas Martitz.Björn Stenberg1-0/+49
2008-11-24Fix compilation of Clip simulatorRafaël Carré1-1/+2
2008-11-24Onda VX747: fix LCD bug by blocking lcd_update_rect() requestsMaurus Cuelenaere1-0/+6
2008-11-24Simplify the wm8731 driver by adding a masked write function. Change _write_o...Michael Sevakis2-78/+86
2008-11-24First part of FS#9570 by Antonius Hellmann. Disables power to the SD memory ...Michael Giacomelli1-2/+4
2008-11-23Rename BUTTON_VOLUP to BUTTON_VOL_UP in definition of BUTTON_MAIN for Sansa C...Bertrik Sikken1-1/+1
2008-11-23Implement a basic uncalibrated battery reading for all as3525 targets with a ...Bertrik Sikken5-102/+23
2008-11-23Initialise mutex before using it in as3525-codec.c, also use mutex for single...Bertrik Sikken1-25/+45
2008-11-22Added power.h include to power-as3525.cBertrik Sikken1-1/+2
2008-11-22Partially apply FS#9569 by Michael Chicoine and Thomas Martitz: remove the GP...Dave Chapman2-4/+0
2008-11-22Macros should be ALL CAPS, so rename (un)likely() to (UN)LIKELY()Nils Wallménius1-4/+4
2008-11-22Gigabeat S samplerate control: Fix really dumb mistake made when doing cleanu...Michael Sevakis1-23/+23
2008-11-22Oops. Used wrong constant.Michael Sevakis1-1/+1
2008-11-22Audio samplerate control for Gigabeat S: 8, 11.025, 12, 16, 22.050, 24, 32, 4...Michael Sevakis5-17/+214
2008-11-21Altered mkdepfile to use a single gcc call and post-process the output. This ...Björn Stenberg1-1/+1
2008-11-21Commit some USB and ATA rework/refactoring (+ USB GPIO detection).Maurus Cuelenaere11-60/+219
2008-11-20Introduce likely() and unlikely() macros, use to give gcc hints about which b...Nils Wallménius1-0/+9
2008-11-20Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg1-0/+1
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg5-60/+43
2008-11-19Gigabeat S: Make MIN_BRIGHTNESS_SETTING to be 1, not 0; the backlight already...Michael Sevakis1-1/+1
2008-11-19Add some watchdog timer definitions for IMX31LMichael Sevakis1-0/+24
2008-11-19MC13783 PMIC: Make some defines more strictly correct-- interrupts, etc.Michael Sevakis2-9/+9
2008-11-19Gigabeat S: Fix PCM being cut off at the beginning. The DAC L-R swapping isn'...Michael Sevakis2-3/+4
2008-11-18Sansa Clip: backlight brightness is not possible, so remove references to itRafaël Carré2-24/+0
2008-11-18Sansa AMS: Use IRAM (in app linker script and crt0.S)Rafaël Carré2-17/+56
2008-11-18MC13783 cleanup. Remove functions proving themselves not so useful and add mc...Michael Sevakis2-46/+20
2008-11-17D2: Adjust the timing delay in ltv250qv_write() since several users still rep...Rob Purchase1-1/+1
2008-11-17Remove iAudio references from the Cowon D2 build, since it is not an iAudio b...Rob Purchase1-3/+3
2008-11-17Correct the xoffset used when display_flipped is false - fixes the display in...Dave Chapman1-1/+1
2008-11-17Sansa AMS: Don't make sd_init() fail if a SD card is not present in the slotRafaël Carré1-3/+1
2008-11-16Sansa AMS: when not in the bootloader, disable fast hardware power offRafaël Carré1-1/+7
2008-11-16Fix the Sansa AMS SD driverRafaël Carré2-112/+159
2008-11-16Telechips NAND: much improved read reliability on D2/iAudio7. More work is re...Rob Purchase1-203/+212
2008-11-15Gigabeat S/WM8978: Fix problem of volume getting silenced after settings are ...Michael Sevakis1-8/+2
2008-11-15add the OF offset also for sansa fuze, and make it only for internal SD. Dominik Wenger1-3/+5
2008-11-14Remove some unneeded #includesDave Chapman1-3/+0
2008-11-14m200v4: make buttons work again (added a small delay). make m200 keymap bette...Dominik Wenger2-7/+13
2008-11-12Assume that AS3514_I2C_ADDR is not target-specific. If it turns out to be di...Dave Chapman1-3/+1
2008-11-12Last commit for the flash bootloader. The bootloader build works properly ei...Karl Kurbjun1-4/+7
2008-11-12Fix a bug when shutting down the player with the charger plugged in with the ...Karl Kurbjun1-0/+5
2008-11-12(really) commit the crt0.S changes needed for the wakeup alarm.Karl Kurbjun1-2/+14
2008-11-12Revert last commit (accidentally committed the whole tree)Karl Kurbjun7-188/+8
2008-11-12Add in the needed crt0.S code for the wakeup alarm alsoKarl Kurbjun7-8/+188
2008-11-12Make the wakeup alarm code work (Needs the flashed bootloader)Karl Kurbjun1-27/+18
2008-11-12Fix a small bug in %x when padding is being addedKarl Kurbjun1-0/+2
2008-11-11Add more driver stubs to make the Fuze and e200v2 main builds compile; Correc...Dave Chapman12-8/+212
2008-11-11make the meizu bootloaders compile again with the new storage infrastructureFrank Gevaerts2-6/+6
2008-11-11FS#9535 - Sansa Fuze simJonathan Gordon2-5/+10