summaryrefslogtreecommitdiff
path: root/firmware/target
AgeCommit message (Expand)Author
2010-07-02AMS SoC's: Some register bit changes need interrupt protection: timer API and...Michael Sevakis
2010-06-30i.MX31: Make DMA ISR call loop a bit more efficient.Michael Sevakis
2010-06-30Gigabeat S: INIT section wasn't properly overlapping the uninitialized areas ...Michael Sevakis
2010-06-30i.MX31: Only include the SDMA code that will be used on the target. Simplify ...Michael Sevakis
2010-06-30Remove atomic register bit manipulation functions from i.MX and s3c target co...Michael Sevakis
2010-06-29sd-as3525.c: handle acmd retries correctlyTobias Diedrich
2010-06-29as3525v2-usb: fix yellowAmaury Pouly
2010-06-29mutex_lock/unlock must be moved up a level to make the verify code in sd-as35...Tobias Diedrich
2010-06-29usb-drv-as3525v2.c: fix compilation (typo)Rafaël Carré
2010-06-29as3525v2-usb: fix bug in ep listing macro, rewrite EP0 handling using a stateAmaury Pouly
2010-06-29Gigabeat S: The forced shutoff voltage level can be lowered a tiny bit it seems.Michael Sevakis
2010-06-28Enable HID support, clean up usb-drv-as3525.c a bit, add a workaround for wei...Tobias Diedrich
2010-06-27as3525v2-usb: rework ep listing&xfers cancelling, implement speed reporting, ...Amaury Pouly
2010-06-27udelay between command and data write seems to get rid of the display glitche...Tobias Diedrich
2010-06-27Include usb-target.h for usb_remove_int().Tobias Diedrich
2010-06-27Add one second timeout for USB enumeration, so we don't get stuck in USB mode...Tobias Diedrich
2010-06-27DBOP noise on C200v2 goes away if we precharge long enough.Tobias Diedrich
2010-06-26e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below ...Michael Sevakis
2010-06-25lcd-m6sp.c: remove \rRafaël Carré
2010-06-24Add transfer timeout, remove unused buf fieldTobias Diedrich
2010-06-24Fix sd-as3525.c build for non-multidrive targetsTobias Diedrich
2010-06-24Fix the pesky write corruption bug in 4bit mode.Tobias Diedrich
2010-06-24Gigabeat S: Use statically initialized channel descriptors. Also, there's no ...Michael Sevakis
2010-06-23as3525v2-usb: beginning of a real driver. Setup packet and control transfers ...Amaury Pouly
2010-06-23as3525v2-usb: define number of enpoints correctly, write interrupt handlerAmaury Pouly
2010-06-23sd-as3525.c: get rid of MCI_ARGRafaël Carré
2010-06-23sd-as3525.c: disable wide bus, it corrupts writesRafaël Carré
2010-06-23as3525*: initialize cpu_frequency correctlyRafaël Carré
2010-06-23revert r27044 (which was a revert of r26953 & r26954)Rafaël Carré
2010-06-22The mci_delay()s should be unnecessary if we properly tell the controller to ...Tobias Diedrich
2010-06-22Give 4-bit mode another chance on AMSv1 since other bugs were fixed.Tobias Diedrich
2010-06-22Fix wrong comments in tuner-clipplus.cBertrik Sikken
2010-06-22Unconditionally boost cpu and remove CNAK retry panicTobias Diedrich
2010-06-22Remove '\n' from panicfTobias Diedrich
2010-06-22Threshold seems to affect the CNAK retries needed.Tobias Diedrich
2010-06-22Hardware too smart can complicate things... We have to intercept the usb_cor...Tobias Diedrich
2010-06-22"lsusb -vv" now works too, but the real bug is probably still in here somewhere.Tobias Diedrich
2010-06-22revert r26953 + r26954Rafaël Carré
2010-06-22usb_storage seems to be working now, enable USE_ROCKBOX_USB on C200v2, other ...Tobias Diedrich
2010-06-22lv24020lp tuner: On PP targets (c200/e200), use the atomic GPIO bitwise macro...Michael Sevakis
2010-06-22e200v1: What's the wheel deal? Rework wheel code to make it a bit more straig...Michael Sevakis
2010-06-21Apply FS #11423 - Use udelay in AMS driver for FM radio I2CBertrik Sikken
2010-06-21as3525v2-usb: definitely switch to this clock handling, it is the good oneAmaury Pouly
2010-06-21as3525-usb: change clock handlingAmaury Pouly
2010-06-21as3525v2-usb: add support to derive usb clock from pllb, correct endpoint lis...Amaury Pouly
2010-06-21as3525v2-usb: add a few missing define for completeness, finish reorganizatio...Amaury Pouly
2010-06-21iPod 3G: Ensure wheel repeats are not generated unless the same keycode is po...Michael Sevakis
2010-06-21Fix ata_idle_notify on iPod Nano 2GMichael Sparmann
2010-06-21change the D2 bootloader to boot rockbox by default. boot OF is hold is on or...Jonathan Gordon
2010-06-21mps depends on endpoint, I wonder why gcc didn't warn about i being used unin...Tobias Diedrich