summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2010-06-30i.MX31: Make DMA ISR call loop a bit more efficient.Michael Sevakis1-11/+5
2010-06-30Gigabeat S: INIT section wasn't properly overlapping the uninitialized areas ...Michael Sevakis1-1/+5
2010-06-30i.MX31: Only include the SDMA code that will be used on the target. Simplify ...Michael Sevakis2-708/+73
2010-06-30Remove atomic register bit manipulation functions from i.MX and s3c target co...Michael Sevakis28-190/+271
2010-06-29sd-as3525.c: handle acmd retries correctlyTobias Diedrich1-13/+27
2010-06-29as3525v2-usb: fix yellowAmaury Pouly1-14/+1
2010-06-29mutex_lock/unlock must be moved up a level to make the verify code in sd-as35...Tobias Diedrich1-4/+14
2010-06-29usb-drv-as3525v2.c: fix compilation (typo)Rafaël Carré1-1/+1
2010-06-29as3525v2-usb: fix bug in ep listing macro, rewrite EP0 handling using a stateAmaury Pouly1-33/+118
2010-06-29Gigabeat S: The forced shutoff voltage level can be lowered a tiny bit it seems.Michael Sevakis1-1/+1
2010-06-28Enable HID support, clean up usb-drv-as3525.c a bit, add a workaround for wei...Tobias Diedrich8-65/+34
2010-06-27Part of FS#11367 by me: e200v2 enable line outMichael Chicoine1-0/+25
2010-06-27as3525v2-usb: rework ep listing&xfers cancelling, implement speed reporting, ...Amaury Pouly1-45/+74
2010-06-27Sansa clip+: prevent an unnecessary OF database refresh when using the wake-u...Bertrik Sikken1-0/+6
2010-06-27udelay between command and data write seems to get rid of the display glitche...Tobias Diedrich1-5/+5
2010-06-27Include usb-target.h for usb_remove_int().Tobias Diedrich1-0/+1
2010-06-27Add one second timeout for USB enumeration, so we don't get stuck in USB mode...Tobias Diedrich1-0/+12
2010-06-27DBOP noise on C200v2 goes away if we precharge long enough.Tobias Diedrich2-51/+5
2010-06-26Should clear up rest of red. Add a required #define in the config for c200. F...Michael Sevakis4-4/+14
2010-06-26Fix red. Thought I had REC_SAMPR_DEFAULT covered if not otherwise specified a...Michael Sevakis1-0/+4
2010-06-26e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below ...Michael Sevakis10-9/+160
2010-06-25lcd-m6sp.c: remove \rRafaël Carré1-1/+2
2010-06-24synaptics: add a small delay in syn_get_data() for PB Vibe. Touchpad doesn't ...Szymon Dziok1-0/+3
2010-06-24Add transfer timeout, remove unused buf fieldTobias Diedrich2-2/+21
2010-06-24Fix sd-as3525.c build for non-multidrive targetsTobias Diedrich1-2/+2
2010-06-24Fix the pesky write corruption bug in 4bit mode.Tobias Diedrich1-4/+45
2010-06-24Gigabeat S: Use statically initialized channel descriptors. Also, there's no ...Michael Sevakis2-39/+51
2010-06-24Commit FS#11364 by me. Increases the A3525v2 volume range by 7.5dB. Each vo...Michael Giacomelli2-12/+29
2010-06-23as3525v2-usb: beginning of a real driver. Setup packet and control transfers ...Amaury Pouly2-177/+227
2010-06-23as3525v2-usb: define number of enpoints correctly, write interrupt handlerAmaury Pouly3-117/+156
2010-06-23sd-as3525.c: get rid of MCI_ARGRafaël Carré1-26/+26
2010-06-23sd-as3525.c: disable wide bus, it corrupts writesRafaël Carré1-1/+1
2010-06-23as3525*: initialize cpu_frequency correctlyRafaël Carré1-0/+6
2010-06-23revert r27044 (which was a revert of r26953 & r26954)Rafaël Carré3-12/+53
2010-06-23playback.c: don't assume cacheline size is 16 bytesRafaël Carré1-1/+1
2010-06-23revert r27027,27028, 27071 - need to find a correct way to close font fd's. 2...Jonathan Gordon1-5/+2
2010-06-23redo r27027 to hopefully fix data aborts when loading a themeJonathan Gordon1-1/+4
2010-06-23Silence the genversion.sh line during compilation a bit (to "GEN version.h").Thomas Martitz1-1/+1
2010-06-22The mci_delay()s should be unnecessary if we properly tell the controller to ...Tobias Diedrich1-8/+6
2010-06-22Give 4-bit mode another chance on AMSv1 since other bugs were fixed.Tobias Diedrich1-0/+20
2010-06-22Add an advanced build option to force compiling and linking our reduced C lib...Thomas Martitz10-14/+31
2010-06-22Fix wrong comments in tuner-clipplus.cBertrik Sikken1-5/+5
2010-06-22Enable USE_ROCKBOX_USB on all AS3525v1, confirmed to work on C200v2 and E200v...Tobias Diedrich4-8/+8
2010-06-22Unconditionally boost cpu and remove CNAK retry panicTobias Diedrich1-3/+5
2010-06-22Remove '\n' from panicfTobias Diedrich1-1/+1
2010-06-22Threshold seems to affect the CNAK retries needed.Tobias Diedrich1-1/+3
2010-06-22Hardware too smart can complicate things... We have to intercept the usb_cor...Tobias Diedrich1-11/+15
2010-06-22"lsusb -vv" now works too, but the real bug is probably still in here somewhere.Tobias Diedrich1-6/+18
2010-06-22revert r26953 + r26954Rafaël Carré3-53/+12
2010-06-22Sanyo lv24020lp FM: Improve frequency measurement on PP thus improving initi...Michael Sevakis1-5/+27