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