summaryrefslogtreecommitdiff
path: root/firmware (follow)
Commit message (Expand)AuthorAge
...
* Provide font_lock(). Font_get_bits() or ..width() may have to read glyph cach...Fred Bauer2011-10-21
* fix sign errorFred Bauer2011-10-21
* Some iPod Video's need a 2nd call of ub_drv_init() to establish the USB conne...Andree Buschmann2011-10-20
* imx233/fuze+: implement pcm out and audio codec, update SOURCESAmaury Pouly2011-10-18
* imx233/fuze+: add prototype for rtc block (only for register defines for now)Amaury Pouly2011-10-18
* imx233/fuze+: implement audioout functions (init, volume, frequency); add stu...Amaury Pouly2011-10-18
* imx233/fuze+: implement hw info debug screen to show dma channels stateAmaury Pouly2011-10-18
* imx233/fuze+: fix codec prototype headerAmaury Pouly2011-10-18
* imx233/fuze+: allow dma info retrieval; wait for end of channel reset before ...Amaury Pouly2011-10-18
* imx233/fuze+: add volume handling to sound.cAmaury Pouly2011-10-18
* imx233/fuze+: move to a more generic xtal derived clock enabling function, fi...Amaury Pouly2011-10-18
* imx233/fuze+: fix typo and add dac dma/error interruptsAmaury Pouly2011-10-18
* fuze+: fix bootloader not set backlight brightnessAmaury Pouly2011-10-18
* imx233/fuze+: move audio driver to the canonical locationAmaury Pouly2011-10-18
* In search(): eliminate an unnecessary test.Fred Bauer2011-10-18
* - Fix some reds by implementing lcd_get_dpi().Thomas Martitz2011-10-17
* Commit FS#12321 - Touchscreen: List line padding, to more easily select linesThomas Martitz2011-10-17
* Expunge a commented #include that found its way in in r30771.Michael Sevakis2011-10-17
* Gigabeat S/i.MX31/wm8978: Clean up clocking information in the general wmcode...Michael Sevakis2011-10-17
* Faster cached font loading. FS#12333Fred Bauer2011-10-17
* Add HiFiMAN HM-60x target(s). FS#12319 by Andrew Ryabinin with some (small) m...Marcin Bukat2011-10-17
* font_cache.c: Optimize and simplify cache search. ~25% font rendering boostFred Bauer2011-10-16
* Fix Yellow: missing protoFred Bauer2011-10-16
* FS:12299 Font glyph cache is no longer saved. Each font will now have its own...Fred Bauer2011-10-16
* Fix yellowFred Bauer2011-10-14
* Remove font_reset() which tried to fetch font *pfs from uninitiaized buflib_a...Fred Bauer2011-10-14
* Don't make font available via buflib_allocations[] until fully loadedFred Bauer2011-10-14
* i.MX31 avic: Fix super-stale comment.Michael Sevakis2011-10-14
* i.MX31: Simplify nested interrupt handling. Give SVC mode its own stack by gr...Michael Sevakis2011-10-14
* rk27xx - add support for i2s in master mode. Based on patch by Andrew RyabininMarcin Bukat2011-10-13
* rk27xx - fix sys timer clock setup. Spotted by Andrew RyabininMarcin Bukat2011-10-13
* Sansa AMSv2: set internal voltages PVDD1 and AVDD17 to the same value as the ...Bertrik Sikken2011-10-12
* Switch to SYS mode on arm FS#12322 by meMarcin Bukat2011-10-11
* Fix audio_get_buffer() implementation on hwcodec, to be similar to the swcode...Thomas Martitz2011-10-09
* Protect the move operation of buflib against IRQs.Thomas Martitz2011-10-09
* usb: only declare usb_mmc_countdown on target which don't use the usb stackAmaury Pouly2011-10-08
* imx233/fuze+: declare 3d audio capability, update lang accordinglyAmaury Pouly2011-10-08
* Add two macros for char*-based pointer arithmetic and use it in font.cThomas Martitz2011-10-07
* core_alloc: Provide a tiny test allocation, which can be freed for debug purp...Thomas Martitz2011-10-05
* Changed #warning to a TODO comment.Björn Stenberg2011-10-05
* Only alloc if necessary. Patch by Jonathan Gordon.Björn Stenberg2011-10-05
* Add missing usb_drv_init(), fixes FS#12303.Andree Buschmann2011-10-03
* imx233/fuze+: enable pluginsAmaury Pouly2011-10-02
* imx233/fuze+: don't use iram in plugins and in codecsAmaury Pouly2011-10-02
* fuze+: implement basic touchpad driverAmaury Pouly2011-10-02
* fuze+: set backlight brightness to default only when there is not backlight i...Amaury Pouly2011-10-02
* revert r30566 and r30567 to fix FS#12294 (superfloppy not mounting)Robert Kukla2011-10-02
* rk27xx - implement partial lcd updatesMarcin Bukat2011-10-01
* Don't leak file descriptor.Thomas Martitz2011-09-29
* font_load(): Reduce font memory allocation to the font's file size if less th...Fred Bauer2011-09-29