summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
2010-07-06HD200 - turn off charging IC by defaultMarcin Bukat1-1/+1
2010-07-06Rockbox as an application: Add an 320x240 SDL application target.Thomas Martitz11-2/+346
2010-07-06HD200 - Fix GPIO setup in button_init_device()- this change fixes sound outpu...Marcin Bukat1-7/+6
2010-07-06HD200 - more work on remote handlingMarcin Bukat1-4/+26
2010-07-04sim: add spdif_measure_frequency() stub for HAVE_SPDIF_INRafaël Carré1-0/+9
2010-07-04Simulator: build recording codeRafaël Carré1-4/+11
2010-07-04hdd6330: Enable buttonlights.Szymon Dziok1-0/+18
2010-07-04hdd6330: enable full touchpad support - code cleanup, all buttons should work...Szymon Dziok2-28/+82
2010-07-04hdd6330: change the synaptics-mep driver in a few places according to the tou...Szymon Dziok2-7/+7
2010-07-03HD200 - Increase ADC clock when boosted. Scan all 4 ADC channels during syste...Marcin Bukat2-5/+5
2010-07-03HD200 - add missed defines for remote buttons and remote_button_hold() functi...Marcin Bukat1-1/+14
2010-07-03HD200 - add support for remote in button_read_device()Marcin Bukat1-6/+54
2010-07-03Clip+ LCD: support devices with a different controllerRafaël Carré7-19/+25
2010-07-02HD200 - Setup codec as I2S master and enable recordingMarcin Bukat2-7/+13
2010-07-02pl081: Fix r27236 warnings. Need system.h.Michael Sevakis1-3/+2
2010-07-02AMS SoC's: Some register bit changes need interrupt protection: timer API and...Michael Sevakis11-23/+35
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 Sevakis26-190/+263
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 Diedrich2-63/+25
2010-06-27as3525v2-usb: rework ep listing&xfers cancelling, implement speed reporting, ...Amaury Pouly1-45/+74
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-26e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below ...Michael Sevakis2-0/+89
2010-06-25lcd-m6sp.c: remove \rRafaël Carré1-1/+2
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-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 Pouly2-117/+150
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-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-22Fix wrong comments in tuner-clipplus.cBertrik Sikken1-5/+5
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