summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/as3525/usb-drv-as3525v2.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-22CCU_BASE+0x20 is specific to AMSv2 -> move to as3525v2.hRafaël Carré1-2/+2
2010-07-02AMS SoC's: Some register bit changes need interrupt protection: timer API and...Michael Sevakis1-1/+1
2010-06-29as3525v2-usb: fix yellowAmaury Pouly1-14/+1
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-27as3525v2-usb: rework ep listing&xfers cancelling, implement speed reporting, ...Amaury Pouly1-45/+74
2010-06-23as3525v2-usb: beginning of a real driver. Setup packet and control transfers ...Amaury Pouly1-164/+227
2010-06-23as3525v2-usb: define number of enpoints correctly, write interrupt handlerAmaury Pouly1-115/+147
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 Pouly1-46/+25
2010-06-21as3525v2-usb: add support to derive usb clock from pllb, correct endpoint lis...Amaury Pouly1-19/+51
2010-06-19as3525v2-usb: fix yellow about unused functions (they can be resurrected from...Amaury Pouly1-73/+2
2010-06-19as3525v2-usb: end of massive renamingAmaury Pouly1-44/+28
2010-06-19as3525v2-usb: major code renamingAmaury Pouly1-178/+180
2010-06-19as3525v2-usb: tweaks things but still doesn't work.Amaury Pouly1-44/+90
2010-06-19as3525v2-usb: rework thing, simplifyAmaury Pouly1-152/+120
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-12usb-as3535v2: add more defines, reorganize/simplify things, add code for inte...Amaury Pouly1-103/+240
2010-05-20usb-as3525v2:Amaury Pouly1-29/+105
2010-05-19as3525v2: add partial usb init codeAmaury Pouly1-10/+175
2010-05-18as3525 usb: build as3525v2 file based on CONFIG_USBOTG, and fix warningsRafaël Carré1-1/+4
2010-05-18as3525v2: add usb driver stub, enable usb phy&core initAmaury Pouly1-0/+261