summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2011-07-18rk27xx - fix (hopefully) adc readingsMarcin Bukat
2011-07-18Android: Refactor some of the glue code.Thomas Martitz
2011-07-18Revert "Introduce bsearch() and use it in tagtree.c."Thomas Martitz
2011-07-18Introduce bsearch() and use it in tagtree.c.Thomas Martitz
2011-07-14rk27xx - fix backlight driver - now one can set brightnessMarcin Bukat
2011-07-09imx233/fuze+: make SOURCES more correct, implement i2c for fmradioAmaury Pouly
2011-07-04Initialize the d_names_start pointer correctly in dircache. This shouldMiika Pekkarinen
2011-07-03imx233: add missing i2c fileAmaury Pouly
2011-07-03imx233/fuze+: replace software i2c by hardware i2c, make some code more corre...Amaury Pouly
2011-07-02Use playback channel directly for peakmeters and plugins using peak calculati...Michael Sevakis
2011-07-02as3525: make interrupts struct static and merge declaration & definitionRafaël Carré
2011-07-02imx233/fuze+: simplify ssp pin codeAmaury Pouly
2011-07-02imx233/fuze+: don't compile {touchpad code,sd} in bootloader mode, fix style ...Amaury Pouly
2011-07-02imx233/fuze+: make config.h more correct, remove logo from bootloader, update...Amaury Pouly
2011-07-01Fixed incorrect dircache reallocation during tagcache commit.Miika Pekkarinen
2011-06-30imx233/fuze+: ssp, dma, mmc now work properly, partially implement cpu freque...Amaury Pouly
2011-06-29Get M5 building again by moving the downmix buffer out of IRAM for now. Every...Michael Sevakis
2011-06-29Do some adjustments to alleviate IRAM congestion on some targets from r30097....Michael Sevakis
2011-06-29Get android to build. Forgo optimized mixing code for app builds for the mome...Michael Sevakis
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis
2011-06-25Define an LCD_DPI for the mini2440 (this change makes the mini2440 compile ag...Bertrik Sikken
2011-06-22Fix loading dircache stat on h100. Relocating the data was broken due to stru...Thomas Martitz
2011-06-21Workaround/fix (I'm not sure!) for buffer_alloc() returning unaligned address...Frank Gevaerts
2011-06-21Try to handle dircache rebuild event properly. Playlist should nowMiika Pekkarinen
2011-06-20Use ALIGN_UP() macro for alignment, in a more correct way also.Thomas Martitz
2011-06-20Dircache: A bit of follow-up code cleanup suggested by Amaury Pouly.Thomas Martitz
2011-06-20Optimize new dircache_copy_path so that the helper (strlcat) doesn't need to ...Thomas Martitz
2011-06-20Dircache: Don't expose struct dircache_entry and pointers into the cache, use...Thomas Martitz
2011-06-20Dircache: Move struct maindata declaration to dircache.c and actually check f...Thomas Martitz
2011-06-20Dircache: Change internal cache layout.Thomas Martitz
2011-06-20Fix dircache_size calculation bug introcuced 3 revisions ago.Thomas Martitz
2011-06-20Dircache: Return the size of the result string in dircache_copy_path() so tha...Thomas Martitz
2011-06-20Dircache: Rework and simplify dircache_copy_path().Thomas Martitz
2011-06-20Dircache: Remove dircache_entry::name_len.Thomas Martitz
2011-06-20Move buffer.h to firmware/include.h to replace a useless malloc header.Thomas Martitz
2011-06-20Submit final part of FS#12154. Optimization for WM8758 used in iPod Video: Si...Andree Buschmann
2011-06-20Submit first part of FS#12154. Whitespace removal and correction of several d...Andree Buschmann
2011-06-19Optional dual-boot support in iAudio X5 and M5 bootloader, based on FS#5289.Jens Arnold
2011-06-17fuze+: add more clocking code, add dma code, add ssp code, add stub usb code,...Amaury Pouly
2011-06-17Coldfire: Fix the modification of IMR. Interrupts must be masked at the core ...Michael Sevakis
2011-06-14Slightly more typesafe ALIGN_DOWN/UP macros.Thomas Martitz
2011-06-08Remove superfluous executable bits on a bunch of files.Torne Wuff
2011-06-07rda5802: don't use the si4700-specific exceptions for putting the tuner to sleepBertrik Sikken
2011-06-05Make the histogram code usable for playback as well. Move the recording histo...Peter D'Hoye
2011-06-05fix redMarcin Bukat
2011-06-05Move dbg_hw_info() into target tree. FS#11735 by meMarcin Bukat
2011-06-05Android: Greatly simplify the pcm callback mechanism on both, the Java and th...Thomas Martitz
2011-06-04FS#12094 - RDA5802 tuner: clean up register 0x4 handling, drop implicitly ena...Bertrik Sikken
2011-06-04Android: listen to ACTION_AUDIO_BECOMING_NOISY for headphone (FS#12097).Dominik Riebeling
2011-06-04Android: implement headphone detection thus enabling pause on unplug (FS#12097).Dominik Riebeling