summaryrefslogtreecommitdiff
path: root/firmware (follow)
Commit message (Expand)AuthorAge
...
* Do some adjustments to alleviate IRAM congestion on some targets from r30097....Michael Sevakis2011-06-29
* Get android to build. Forgo optimized mixing code for app builds for the mome...Michael Sevakis2011-06-29
* Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis2011-06-29
* Define an LCD_DPI for the mini2440 (this change makes the mini2440 compile ag...Bertrik Sikken2011-06-25
* Fix loading dircache stat on h100. Relocating the data was broken due to stru...Thomas Martitz2011-06-22
* Workaround/fix (I'm not sure!) for buffer_alloc() returning unaligned address...Frank Gevaerts2011-06-21
* Try to handle dircache rebuild event properly. Playlist should nowMiika Pekkarinen2011-06-21
* Use ALIGN_UP() macro for alignment, in a more correct way also.Thomas Martitz2011-06-20
* Dircache: A bit of follow-up code cleanup suggested by Amaury Pouly.Thomas Martitz2011-06-20
* Optimize new dircache_copy_path so that the helper (strlcat) doesn't need to ...Thomas Martitz2011-06-20
* Dircache: Don't expose struct dircache_entry and pointers into the cache, use...Thomas Martitz2011-06-20
* Dircache: Move struct maindata declaration to dircache.c and actually check f...Thomas Martitz2011-06-20
* Dircache: Change internal cache layout.Thomas Martitz2011-06-20
* Fix dircache_size calculation bug introcuced 3 revisions ago.Thomas Martitz2011-06-20
* Dircache: Return the size of the result string in dircache_copy_path() so tha...Thomas Martitz2011-06-20
* Dircache: Rework and simplify dircache_copy_path().Thomas Martitz2011-06-20
* Dircache: Remove dircache_entry::name_len.Thomas Martitz2011-06-20
* Move buffer.h to firmware/include.h to replace a useless malloc header.Thomas Martitz2011-06-20
* Submit final part of FS#12154. Optimization for WM8758 used in iPod Video: Si...Andree Buschmann2011-06-20
* Submit first part of FS#12154. Whitespace removal and correction of several d...Andree Buschmann2011-06-20
* Optional dual-boot support in iAudio X5 and M5 bootloader, based on FS#5289.Jens Arnold2011-06-19
* fuze+: add more clocking code, add dma code, add ssp code, add stub usb code,...Amaury Pouly2011-06-17
* Coldfire: Fix the modification of IMR. Interrupts must be masked at the core ...Michael Sevakis2011-06-17
* Slightly more typesafe ALIGN_DOWN/UP macros.Thomas Martitz2011-06-14
* Remove superfluous executable bits on a bunch of files.Torne Wuff2011-06-08
* rda5802: don't use the si4700-specific exceptions for putting the tuner to sleepBertrik Sikken2011-06-07
* Make the histogram code usable for playback as well. Move the recording histo...Peter D'Hoye2011-06-05
* fix redMarcin Bukat2011-06-05
* Move dbg_hw_info() into target tree. FS#11735 by meMarcin Bukat2011-06-05
* Android: Greatly simplify the pcm callback mechanism on both, the Java and th...Thomas Martitz2011-06-05
* FS#12094 - RDA5802 tuner: clean up register 0x4 handling, drop implicitly ena...Bertrik Sikken2011-06-04
* Android: listen to ACTION_AUDIO_BECOMING_NOISY for headphone (FS#12097).Dominik Riebeling2011-06-04
* Android: implement headphone detection thus enabling pause on unplug (FS#12097).Dominik Riebeling2011-06-04
* iAudio boot: Unify common macro valuesJens Arnold2011-06-04
* rk27xx - missing semicolonMarcin Bukat2011-06-04
* fix rockchip i2c driverMarcin Bukat2011-06-04
* Fix FS#11813 - Frequency is not tuned the first time the radio is turned onBertrik Sikken2011-06-02
* Android: install codecs as native libs instead of extracting them (FS#12134).Dominik Riebeling2011-05-31
* Android: ignore swap16 and swap32 from NDK.Dominik Riebeling2011-05-31
* Rockchip rk27xx port initial commit. This is still work in progress.Marcin Bukat2011-05-30
* Fix an implicit declaration warning.Dominik Riebeling2011-05-29
* Fix SDL touch screen handling on the screen edgesThomas Jarosch2011-05-25
* Fix a problem where hardware keypresses dont reset the idle poweroff timer on...Jonathan Gordon2011-05-25
* FS#12120. Convert FRACMUL macros into inline functions and fix typecasting fo...Nils Wallménius2011-05-24
* A few people have reported problems running the fuzev2 LCD at max brightness....Michael Giacomelli2011-05-18
* The gigabeat S needs special casing so that you can still hold vol down to ac...Michael Giacomelli2011-05-16
* Enter USB charging mode on devices that support it if any key is held down du...Michael Giacomelli2011-05-16
* fuze+: implement a full-blown debug screen for touchpad with graphical feedbackAmaury Pouly2011-05-13
* fuze+: implement Synaptics RMI driver on top of i2c, add touchpad debug scree...Amaury Pouly2011-05-11
* fuze+: add init/enable/disable lcd sequences for the second lcd kind (only ba...Amaury Pouly2011-05-10