summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-30Rockchip rk27xx port initial commit. This is still work in progress.Marcin Bukat27-4/+3827
2011-05-29Fix an implicit declaration warning.Dominik Riebeling1-2/+3
2011-05-25Fix SDL touch screen handling on the screen edgesThomas Jarosch1-2/+13
2011-05-25Fix a problem where hardware keypresses dont reset the idle poweroff timer on...Jonathan Gordon1-0/+1
2011-05-24FS#12120. Convert FRACMUL macros into inline functions and fix typecasting fo...Nils Wallménius1-0/+7
2011-05-18A few people have reported problems running the fuzev2 LCD at max brightness....Michael Giacomelli1-1/+1
2011-05-16The gigabeat S needs special casing so that you can still hold vol down to ac...Michael Giacomelli3-6/+7
2011-05-16Enter USB charging mode on devices that support it if any key is held down du...Michael Giacomelli2-47/+4
2011-05-13fuze+: implement a full-blown debug screen for touchpad with graphical feedbackAmaury Pouly2-28/+186
2011-05-11fuze+: implement Synaptics RMI driver on top of i2c, add touchpad debug scree...Amaury Pouly5-0/+277
2011-05-10fuze+: add init/enable/disable lcd sequences for the second lcd kind (only ba...Amaury Pouly1-2/+90
2011-05-08Fix a bunch of 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann1-1/+1
2011-05-08Fix tabs in .c and .h files in firmware/ Bertrik Sikken6-18/+18
2011-05-05Fix whitespace errors aka tabs.Dominik Riebeling1-2/+2