summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2011-07-04Initialize the d_names_start pointer correctly in dircache. This shouldMiika Pekkarinen1-0/+2
2011-07-03imx233: add missing i2c fileAmaury Pouly2-0/+323
2011-07-03imx233/fuze+: replace software i2c by hardware i2c, make some code more corre...Amaury Pouly12-234/+237
2011-07-02Use playback channel directly for peakmeters and plugins using peak calculati...Michael Sevakis4-27/+68
2011-07-02as3525: make interrupts struct static and merge declaration & definitionRafaël Carré1-7/+1
2011-07-02imx233/fuze+: simplify ssp pin codeAmaury Pouly1-29/+4
2011-07-02imx233/fuze+: don't compile {touchpad code,sd} in bootloader mode, fix style ...Amaury Pouly4-10/+19
2011-07-02imx233/fuze+: make config.h more correct, remove logo from bootloader, update...Amaury Pouly3-33/+57
2011-07-01Fixed incorrect dircache reallocation during tagcache commit.Miika Pekkarinen1-0/+6
2011-06-30imx233/fuze+: ssp, dma, mmc now work properly, partially implement cpu freque...Amaury Pouly10-50/+291
2011-06-29Get M5 building again by moving the downmix buffer out of IRAM for now. Every...Michael Sevakis1-1/+2
2011-06-29Do some adjustments to alleviate IRAM congestion on some targets from r30097....Michael Sevakis2-2/+8
2011-06-29Get android to build. Forgo optimized mixing code for app builds for the mome...Michael Sevakis1-0/+3
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis28-69/+1462
2011-06-25Define an LCD_DPI for the mini2440 (this change makes the mini2440 compile ag...Bertrik Sikken1-0/+1
2011-06-22Fix loading dircache stat on h100. Relocating the data was broken due to stru...Thomas Martitz1-5/+8
2011-06-21Workaround/fix (I'm not sure!) for buffer_alloc() returning unaligned address...Frank Gevaerts1-1/+6
2011-06-21Try to handle dircache rebuild event properly. Playlist should nowMiika Pekkarinen1-0/+1
2011-06-20Use ALIGN_UP() macro for alignment, in a more correct way also.Thomas Martitz1-1/+1
2011-06-20Dircache: A bit of follow-up code cleanup suggested by Amaury Pouly.Thomas Martitz1-33/+28
2011-06-20Optimize new dircache_copy_path so that the helper (strlcat) doesn't need to ...Thomas Martitz1-3/+4
2011-06-20Dircache: Don't expose struct dircache_entry and pointers into the cache, use...Thomas Martitz4-40/+74
2011-06-20Dircache: Move struct maindata declaration to dircache.c and actually check f...Thomas Martitz2-11/+12
2011-06-20Dircache: Change internal cache layout.Thomas Martitz2-64/+170
2011-06-20Fix dircache_size calculation bug introcuced 3 revisions ago.Thomas Martitz1-1/+1
2011-06-20Dircache: Return the size of the result string in dircache_copy_path() so tha...Thomas Martitz2-4/+7
2011-06-20Dircache: Rework and simplify dircache_copy_path().Thomas Martitz1-28/+28
2011-06-20Dircache: Remove dircache_entry::name_len.Thomas Martitz2-40/+31
2011-06-20Move buffer.h to firmware/include.h to replace a useless malloc header.Thomas Martitz2-26/+0
2011-06-20Submit final part of FS#12154. Optimization for WM8758 used in iPod Video: Si...Andree Buschmann1-11/+37
2011-06-20Submit first part of FS#12154. Whitespace removal and correction of several d...Andree Buschmann2-103/+119
2011-06-19Optional dual-boot support in iAudio X5 and M5 bootloader, based on FS#5289.Jens Arnold2-3/+56
2011-06-17fuze+: add more clocking code, add dma code, add ssp code, add stub usb code,...Amaury Pouly14-1/+1034
2011-06-17Coldfire: Fix the modification of IMR. Interrupts must be masked at the core ...Michael Sevakis7-18/+33
2011-06-14Slightly more typesafe ALIGN_DOWN/UP macros.Thomas Martitz1-1/+1
2011-06-08Remove superfluous executable bits on a bunch of files.Torne Wuff3-0/+0
2011-06-07rda5802: don't use the si4700-specific exceptions for putting the tuner to sleepBertrik Sikken1-3/+1
2011-06-05Make the histogram code usable for playback as well. Move the recording histo...Peter D'Hoye3-3/+3
2011-06-05fix redMarcin Bukat2-2/+2
2011-06-05Move dbg_hw_info() into target tree. FS#11735 by meMarcin Bukat24-26/+391
2011-06-05Android: Greatly simplify the pcm callback mechanism on both, the Java and th...Thomas Martitz1-49/+34
2011-06-04FS#12094 - RDA5802 tuner: clean up register 0x4 handling, drop implicitly ena...Bertrik Sikken1-19/+23
2011-06-04Android: listen to ACTION_AUDIO_BECOMING_NOISY for headphone (FS#12097).Dominik Riebeling1-1/+1
2011-06-04Android: implement headphone detection thus enabling pause on unplug (FS#12097).Dominik Riebeling2-0/+30
2011-06-04iAudio boot: Unify common macro valuesJens Arnold1-5/+2
2011-06-04rk27xx - missing semicolonMarcin Bukat1-1/+1
2011-06-04fix rockchip i2c driverMarcin Bukat1-22/+36
2011-06-02Fix FS#11813 - Frequency is not tuned the first time the radio is turned onBertrik Sikken1-1/+1
2011-05-31Android: install codecs as native libs instead of extracting them (FS#12134).Dominik Riebeling1-0/+4
2011-05-31Android: ignore swap16 and swap32 from NDK.Dominik Riebeling1-0/+6