summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2011-10-22Finish r30818 revertFred Bauer1-1/+1
2011-10-22Revert r30818Fred Bauer1-0/+12
2011-10-22fix r30818Fred Bauer1-1/+0
2011-10-21Missed line in r30818Fred Bauer1-1/+0
2011-10-21Change lru from double to single linked list. Only the font cache uses LRU an...Fred Bauer2-11/+1
2011-10-21Add empty font_lock() for bootloaders to fix builds.Dominik Riebeling1-0/+6
2011-10-21Use array index 'i' only -after- bounds checkThomas Jarosch1-2/+2
2011-10-21Provide font_lock(). Font_get_bits() or ..width() may have to read glyph cach...Fred Bauer3-0/+13
2011-10-21fix sign errorFred Bauer1-4/+4
2011-10-20Some iPod Video's need a 2nd call of ub_drv_init() to establish the USB conne...Andree Buschmann1-0/+4
2011-10-18imx233/fuze+: implement pcm out and audio codec, update SOURCESAmaury Pouly4-12/+99
2011-10-18imx233/fuze+: add prototype for rtc block (only for register defines for now)Amaury Pouly1-0/+37
2011-10-18imx233/fuze+: implement audioout functions (init, volume, frequency); add stu...Amaury Pouly4-0/+311
2011-10-18imx233/fuze+: implement hw info debug screen to show dma channels stateAmaury Pouly1-1/+57
2011-10-18imx233/fuze+: fix codec prototype headerAmaury Pouly1-3/+8
2011-10-18imx233/fuze+: allow dma info retrieval; wait for end of channel reset before ...Amaury Pouly2-5/+115
2011-10-18imx233/fuze+: add volume handling to sound.cAmaury Pouly1-1/+1
2011-10-18imx233/fuze+: move to a more generic xtal derived clock enabling function, fi...Amaury Pouly3-5/+15
2011-10-18imx233/fuze+: fix typo and add dac dma/error interruptsAmaury Pouly2-1/+7
2011-10-18fuze+: fix bootloader not set backlight brightnessAmaury Pouly1-2/+0
2011-10-18imx233/fuze+: move audio driver to the canonical locationAmaury Pouly1-0/+0
2011-10-18In search(): eliminate an unnecessary test.Fred Bauer1-4/+5
2011-10-17- Fix some reds by implementing lcd_get_dpi().Thomas Martitz1-1/+5
2011-10-17Commit FS#12321 - Touchscreen: List line padding, to more easily select linesThomas Martitz2-18/+17
2011-10-17Expunge a commented #include that found its way in in r30771.Michael Sevakis1-1/+0
2011-10-17Gigabeat S/i.MX31/wm8978: Clean up clocking information in the general wmcode...Michael Sevakis5-188/+190
2011-10-17Faster cached font loading. FS#12333Fred Bauer2-5/+37
2011-10-17Add HiFiMAN HM-60x target(s). FS#12319 by Andrew Ryabinin with some (small) m...Marcin Bukat17-130/+873
2011-10-16font_cache.c: Optimize and simplify cache search. ~25% font rendering boostFred Bauer2-75/+49
2011-10-16Fix Yellow: missing protoFred Bauer1-0/+1
2011-10-16FS:12299 Font glyph cache is no longer saved. Each font will now have its own...Fred Bauer3-51/+108
2011-10-14Fix yellowFred Bauer1-5/+3
2011-10-14Remove font_reset() which tried to fetch font *pfs from uninitiaized buflib_a...Fred Bauer1-21/+7
2011-10-14Don't make font available via buflib_allocations[] until fully loadedFred Bauer1-16/+18
2011-10-14i.MX31 avic: Fix super-stale comment.Michael Sevakis1-3/+2
2011-10-14i.MX31: Simplify nested interrupt handling. Give SVC mode its own stack by gr...Michael Sevakis4-49/+40
2011-10-13rk27xx - add support for i2s in master mode. Based on patch by Andrew RyabininMarcin Bukat1-6/+15
2011-10-13rk27xx - fix sys timer clock setup. Spotted by Andrew RyabininMarcin Bukat1-1/+1
2011-10-12Sansa AMSv2: set internal voltages PVDD1 and AVDD17 to the same value as the ...Bertrik Sikken1-2/+0
2011-10-11Switch to SYS mode on arm FS#12322 by meMarcin Bukat16-220/+285
2011-10-09Fix audio_get_buffer() implementation on hwcodec, to be similar to the swcode...Thomas Martitz1-0/+4
2011-10-09Protect the move operation of buflib against IRQs.Thomas Martitz1-0/+10
2011-10-08usb: only declare usb_mmc_countdown on target which don't use the usb stackAmaury Pouly1-1/+1
2011-10-08imx233/fuze+: declare 3d audio capability, update lang accordinglyAmaury Pouly2-2/+8
2011-10-07Add two macros for char*-based pointer arithmetic and use it in font.cThomas Martitz2-16/+15
2011-10-05core_alloc: Provide a tiny test allocation, which can be freed for debug purp...Thomas Martitz2-0/+18
2011-10-05Changed #warning to a TODO comment.Björn Stenberg1-1/+1
2011-10-05Only alloc if necessary. Patch by Jonathan Gordon.Björn Stenberg1-4/+7
2011-10-03Add missing usb_drv_init(), fixes FS#12303.Andree Buschmann1-0/+1
2011-10-02imx233/fuze+: enable pluginsAmaury Pouly1-0/+2