summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2015-01-13Don't return pointer to array allocated on the stackThomas Jarosch1-4/+4
2015-01-12Fix red/yellow round #2Marcin Bukat1-1/+1
2015-01-12Fix red/yellowMarcin Bukat10-41/+33
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat131-632/+624
2015-01-11Limit more variables to file scopeThomas Jarosch4-6/+6
2015-01-11Improve readability by adding parenthesisThomas Jarosch1-1/+1
2015-01-11Make a few local variables staticThomas Jarosch6-8/+8
2015-01-11maemo: Clean up unused variablesThomas Jarosch1-4/+0
2015-01-08usb: finally get rid of USE_ROCKBOX_USB in Sansa bootloader, use bootloader usbAmaury Pouly10-5/+10
2015-01-08usb: make usb_release_exclusive_storage privateAmaury Pouly2-1/+2
2015-01-08Clarify usb_powered() and fix some code.Amaury Pouly3-4/+5
2015-01-08usb: document usb states, powering and detectionAmaury Pouly1-16/+112
2015-01-08usb: document usb_status_event and #ifdef it with USB_STATUS_BY_EVENTAmaury Pouly1-1/+3
2015-01-08usb: move usb charging function prototype from usb_core.h to usb.hAmaury Pouly2-10/+7
2015-01-08Get rid of USE_ROCKBOX_USBAmaury Pouly65-80/+6
2015-01-05Make thirty functions static to reduce binary sizeThomas Jarosch3-15/+15
2015-01-04mktime(): Remove redundant assignment of 'result'Thomas Jarosch1-1/+0
2015-01-04hosted target: Fix uninitialized variable in dirinfo.attributeThomas Jarosch1-1/+2
2015-01-03Add and adapt buflib shrink testsThomas Jarosch5-1/+284
2015-01-03Add buflib test for maximum allocationThomas Jarosch2-1/+77
2015-01-03Add and adapt buflib move testsThomas Jarosch3-1/+198
2015-01-03Bring abroad second buflib testThomas Jarosch4-2/+154
2015-01-03Enable printing of buflib allocationsThomas Jarosch4-7/+65
2015-01-03Initial import of simple buflib unit testThomas Jarosch4-0/+182
2015-01-03Fix up some DEBUGF statementsThomas Jarosch1-2/+2
2015-01-03Fix syntax error (missing semicolon)Thomas Jarosch1-1/+1
2015-01-02buflib: Switch from term "cookie" to "metadata"Thomas Jarosch1-13/+13
2015-01-02Improve core_alloc() / buflib_alloc() documentationThomas Jarosch3-6/+24
2015-01-01PictureFlow: Add move callback for buflib allocationsThomas Jarosch1-1/+1
2015-01-01Limit "struct dircache_runinfo" to file scopeThomas Jarosch1-1/+1
2014-12-30Add missing newline in debug outputThomas Jarosch1-1/+1
2014-12-29Document 'union buflib_data'Thomas Jarosch2-8/+11
2014-12-27Two more typo fixesThomas Jarosch1-2/+2
2014-12-27Fix typos in documentationThomas Jarosch1-4/+4
2014-12-20DX 50: Fix file descriptor leak on errorThomas Jarosch1-0/+2
2014-12-20mini2440: Fix bogus buffer access in LCD backlight driverThomas Jarosch1-2/+10
2014-12-20vibe 500: Fix ide_powered() always returning falseThomas Jarosch1-1/+1
2014-12-20Add missing va_end() call when the log is fullThomas Jarosch1-0/+1
2014-12-20maemo port: Fix startup crash exposed by audio thread refactoringThomas Jarosch1-10/+8
2014-12-17Fix up maemo port after byte swap header refactoringThomas Jarosch1-1/+1
2014-12-10iPod Classic: YUV to RGB optimizations for ARM v5+Cástor Muñoz1-0/+772
2014-12-09ypr0: Get it up and running againThomas Martitz1-10/+14
2014-12-08iPod Classic: configure piezo GPIO portsCástor Muñoz1-9/+11
2014-12-08iPod Classic: minor modifications in TIMERCástor Muñoz3-23/+24
2014-11-29rk27xx: sd: properly align buffer used for DMA transfers.Andrew Ryabinin2-4/+25
2014-11-29Add IS_ALIGNED(x, a) macro helperAndrew Ryabinin1-0/+2
2014-11-18iPod Classic: fix HW_FREQ_32Cástor Muñoz1-2/+31
2014-11-16iPod Classic: update timer API using 32-bit timers.Cástor Muñoz3-47/+69
2014-11-13iPod Classic: fix s5l8702 cache line length.Cástor Muñoz3-4/+9
2014-11-10HDD1630/HDD6330/SA9200: Integration of the clicker with the "Keyclick" menu.Szymon Dziok9-54/+99