summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2015-09-24Samsung YHxxx: reduce pop noise on power downSebastian Leonhardt1-1/+6
2015-07-17iPod Classic: do not use HDD features on CE-ATA drivesCástor Muñoz1-4/+5
2015-06-02AS3543: Fix recording volume setting and voiceMihail Zenkov1-2/+3
2015-06-01AMS: Change DMA transfer size for audio.Mihail Zenkov1-1/+1
2015-04-09AMS: Fix pop-clicks noise on play/stop.Mihail Zenkov1-14/+2
2015-03-16Fix a race condition in as3525 I2C driver caused by stacked ISRs.Michael Sevakis1-17/+25
2015-02-24Fix warnings in firmware/screendump.cFranklin Wei1-2/+10
2015-02-24Fix whitespace in firmware/screendump.cFranklin Wei1-10/+10
2015-02-24Fix warning in firmware/common/structec.cFranklin Wei1-3/+7
2015-02-24Whitespace fixes in firmware/common/structec.cFranklin Wei1-24/+23
2015-02-16Revert "usb_storage: make it a bit more correct"Amaury Pouly1-1/+0
2015-02-14iBasso DX90 sound enabling fixEduard Kutuev1-1/+1
2015-02-07iBasso DX50: Digital filter roll off setting.Udo Schläpfer4-1/+21
2015-02-02iBasso DX50/DX90: User selectable USB mode.Udo Schläpfer1-2/+0
2015-02-02iBasso DX50/DX90: User selectable freq scaling governor.Udo Schläpfer4-3/+146
2015-02-02iBasso DX50/DX90: Major code cleanup and reorganization.Udo Schläpfer53-1223/+3636
2015-01-30CPUFreq scaling governor interface for Linux/Android hosted devices.Udo Schläpfer3-0/+210
2015-01-30iBasso DX50/DX90: CPU info enhancements.Udo Schläpfer2-1/+155
2015-01-29ypr0/ypr1: GPIO handling API refactoringLorenzo Miori5-29/+139
2015-01-29yp-r0: improve the charging codeLorenzo Miori2-18/+44
2015-01-19Bypass the AS3543 audio mixer at higher volumes.Mihail Zenkov1-5/+30
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