summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2015-01-08Get rid of USE_ROCKBOX_USBAmaury Pouly
2015-01-05Make thirty functions static to reduce binary sizeThomas Jarosch
2015-01-04mktime(): Remove redundant assignment of 'result'Thomas Jarosch
2015-01-04hosted target: Fix uninitialized variable in dirinfo.attributeThomas Jarosch
2015-01-03Add and adapt buflib shrink testsThomas Jarosch
2015-01-03Add buflib test for maximum allocationThomas Jarosch
2015-01-03Add and adapt buflib move testsThomas Jarosch
2015-01-03Bring abroad second buflib testThomas Jarosch
2015-01-03Enable printing of buflib allocationsThomas Jarosch
2015-01-03Initial import of simple buflib unit testThomas Jarosch
2015-01-03Fix up some DEBUGF statementsThomas Jarosch
2015-01-03Fix syntax error (missing semicolon)Thomas Jarosch
2015-01-02buflib: Switch from term "cookie" to "metadata"Thomas Jarosch
2015-01-02Improve core_alloc() / buflib_alloc() documentationThomas Jarosch
2015-01-01PictureFlow: Add move callback for buflib allocationsThomas Jarosch
2015-01-01Limit "struct dircache_runinfo" to file scopeThomas Jarosch
2014-12-30Add missing newline in debug outputThomas Jarosch
2014-12-29Document 'union buflib_data'Thomas Jarosch
2014-12-27Two more typo fixesThomas Jarosch
2014-12-27Fix typos in documentationThomas Jarosch
2014-12-20DX 50: Fix file descriptor leak on errorThomas Jarosch
2014-12-20mini2440: Fix bogus buffer access in LCD backlight driverThomas Jarosch
2014-12-20vibe 500: Fix ide_powered() always returning falseThomas Jarosch
2014-12-20Add missing va_end() call when the log is fullThomas Jarosch
2014-12-20maemo port: Fix startup crash exposed by audio thread refactoringThomas Jarosch
2014-12-17Fix up maemo port after byte swap header refactoringThomas Jarosch
2014-12-10iPod Classic: YUV to RGB optimizations for ARM v5+Cástor Muñoz
2014-12-09ypr0: Get it up and running againThomas Martitz
2014-12-08iPod Classic: configure piezo GPIO portsCástor Muñoz
2014-12-08iPod Classic: minor modifications in TIMERCástor Muñoz
2014-11-29rk27xx: sd: properly align buffer used for DMA transfers.Andrew Ryabinin
2014-11-29Add IS_ALIGNED(x, a) macro helperAndrew Ryabinin
2014-11-18iPod Classic: fix HW_FREQ_32Cástor Muñoz
2014-11-16iPod Classic: update timer API using 32-bit timers.Cástor Muñoz
2014-11-13iPod Classic: fix s5l8702 cache line length.Cástor Muñoz
2014-11-10HDD1630/HDD6330/SA9200: Integration of the clicker with the "Keyclick" menu.Szymon Dziok
2014-11-10zen: typoAmaury Pouly
2014-11-10Fix YUV generic C performance function on 24-bit framebufferAmaury Pouly
2014-10-18Enable battery charging detection for iBasso DX50/DX90.Udo Schläfer
2014-10-08YH820/YH92X: Properly enable morse input.Szymon Dziok
2014-10-03Samsung yh820/yh92x: add HID keymaps.Szymon Dziok
2014-10-02YH920: fix the battery capacity.Szymon Dziok
2014-10-02ipod6g, ata: Fix audio drop off while waiting for ata not busynialv7
2014-10-02iPod Classic: Fix bidirectional clickwheel communication.Steffen Butzer
2014-09-29Fix compilation on amsv1.Michael Giacomelli
2014-09-28Add various additional AS3525v2 SOC voltages to the debug screen.Michael Giacomelli
2014-09-28Don't enable the current sink for the Clip Zip backlight until its actually n...Mihail Zenkov
2014-09-28Make sure the USB PHY is disabled after use. Patch by Mihail Zenkov who hasMihail Zenkov
2014-09-22iPod Classic: Fix several ATA driver bugs.Michael Sparmann
2014-09-21unicode: Fix getle16 and getbe16nialv7