summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/as3525
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-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
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-22usb_storage seems to be working now, enable USE_ROCKBOX_USB on C200v2, other ...Tobias Diedrich2-24/+104
2010-06-21Apply FS #11423 - Use udelay in AMS driver for FM radio I2CBertrik Sikken1-54/+45
2010-06-21as3525v2-usb: definitely switch to this clock handling, it is the good oneAmaury Pouly1-4/+0
2010-06-21as3525-usb: change clock handlingAmaury Pouly2-47/+26
2010-06-21as3525v2-usb: add support to derive usb clock from pllb, correct endpoint lis...Amaury Pouly2-23/+58
2010-06-21as3525v2-usb: add a few missing define for completeness, finish reorganizatio...Amaury Pouly1-26/+24
2010-06-21mps depends on endpoint, I wonder why gcc didn't warn about i being used unin...Tobias Diedrich1-9/+11
2010-06-20Revert r26350 - fixes FS#11421Michael Chicoine1-11/+48
2010-06-20Revert r26937 (as3525v2: use 248MHz PLL)Rafaël Carré1-5/+6
2010-06-19as3525v2-usb: fix yellow about unused functions (they can be resurrected from...Amaury Pouly1-73/+2
2010-06-19as3525v2-usb: remove useless macroAmaury Pouly1-3/+0
2010-06-19as3525v2-usb: end of massive renamingAmaury Pouly2-174/+190
2010-06-19as3525v2-usb: major code renamingAmaury Pouly2-434/+488
2010-06-19as2525v2-usb: coherence fixAmaury Pouly1-2/+2
2010-06-19as3525v2-usb: simplify register definitionsAmaury Pouly1-49/+53
2010-06-19as3525v2-usb: tweaks things but still doesn't work.Amaury Pouly2-44/+108
2010-06-19as3525v2-usb: rework thing, simplifyAmaury Pouly2-154/+126
2010-06-19as3525v2-usb: reorganize thing, don't renable ep0 on enum because it's alread...Amaury Pouly1-50/+50
2010-06-19as3525v2-usb: don't disable interrupts on bus reset (that was for debug purpose)Amaury Pouly1-2/+0
2010-06-19fix r26953: use physical address for DMA buffer, also for IRAMRafaël Carré3-2/+6
2010-06-19sd-as3525*: handle aligned transfers without memcpy()Rafaël Carré3-12/+49
2010-06-19Add mdelayTobias Diedrich2-14/+12
2010-06-19Comment on mps sizesTobias Diedrich1-0/+8