Age | Commit message (Expand) | Author |
2011-02-04 | AMSv2 USB: Remove usb_enable call that occurs after core is already initializ... | Michael Sevakis |
2011-01-29 | AMSv2 USB: Delay after sftdiscon should be far longer. | Michael Sevakis |
2011-01-28 | AS3525v2 USB: Set disconnect before stopping module clock. Seems to cure reco... | Michael Sevakis |
2011-01-27 | as3525v2-usb: fix logf format, don't mask the interrupt using the VIC as it s... | Amaury Pouly |
2011-01-24 | as3525v2-usb: mask usb interrupt when setting up a transfer | Amaury Pouly |
2011-01-24 | as3525v2-usb: only call wakeup_signal when a thread is actually waiting | Amaury Pouly |
2010-10-14 | as3525v2-usb! fix suspicious calculation of next endpoint in INs chaining code | Amaury Pouly |
2010-09-12 | AMS USBv2: use OF settings for undocumented register | Rafaël Carré |
2010-09-08 | USB AMSv2: use tables for usb_drv_port_speed() and usb_drv_mps_by_type() | Rafaël Carré |
2010-09-08 | USB AMSv2: split handle_ep_int() | Rafaël Carré |
2010-09-08 | USB AMSv2: smaller struct usb_endpoint | Rafaël Carré |
2010-09-08 | USB AMSv2: only read endpoint interrupt status register once | Rafaël Carré |
2010-09-08 | usb-drv-as3525v2.c: cosmetics (remove trailing spaces) | Rafaël Carré |
2010-09-08 | USB AMSv2: Reduce the size of (in/out)_ep_list | Rafaël Carré |
2010-09-08 | USB AMSv2: simplify FOR_EACH* macros | Rafaël Carré |
2010-09-08 | USB AMSv2: use status == -1 to signal errors | Rafaël Carré |
2010-09-08 | USB AMSv2: cosmetics | Rafaël Carré |
2010-09-08 | USB AMSv2: update endpoint->len on transfer | Rafaël Carré |
2010-09-08 | usb-drv-as3525v2: use dump_dcache_range() | Rafaël Carré |
2010-09-08 | usb-drv-as3525v2: fixes | Rafaël Carré |
2010-09-07 | as3525v2-usb: don't disable data transfers ! | Amaury Pouly |
2010-09-07 | as3525v2-usb: fix red and fix stupid typo about endpoint status | Amaury Pouly |
2010-09-07 | as3525v2-usb: all control operations are working, there is a problem with UMS... | Amaury Pouly |
2010-09-07 | as3525v2-usb: | Amaury Pouly |
2010-09-02 | as3525v2: revert the USB_DEVBSS_ATTR and the panicf redefinition, don't prote... | Amaury Pouly |
2010-09-02 | as3525v2: | Amaury Pouly |
2010-07-30 | Make some global function/variables local (by making them static) | Bertrik Sikken |
2010-07-22 | CCU_BASE+0x20 is specific to AMSv2 -> move to as3525v2.h | Rafaël Carré |
2010-07-02 | AMS SoC's: Some register bit changes need interrupt protection: timer API and... | Michael Sevakis |
2010-06-29 | as3525v2-usb: fix yellow | Amaury Pouly |
2010-06-29 | usb-drv-as3525v2.c: fix compilation (typo) | Rafaël Carré |
2010-06-29 | as3525v2-usb: fix bug in ep listing macro, rewrite EP0 handling using a state | Amaury Pouly |
2010-06-27 | as3525v2-usb: rework ep listing&xfers cancelling, implement speed reporting, ... | Amaury Pouly |
2010-06-23 | as3525v2-usb: beginning of a real driver. Setup packet and control transfers ... | Amaury Pouly |
2010-06-23 | as3525v2-usb: define number of enpoints correctly, write interrupt handler | Amaury Pouly |
2010-06-21 | as3525v2-usb: definitely switch to this clock handling, it is the good one | Amaury Pouly |
2010-06-21 | as3525-usb: change clock handling | Amaury Pouly |
2010-06-21 | as3525v2-usb: add support to derive usb clock from pllb, correct endpoint lis... | Amaury Pouly |
2010-06-19 | as3525v2-usb: fix yellow about unused functions (they can be resurrected from... | Amaury Pouly |
2010-06-19 | as3525v2-usb: end of massive renaming | Amaury Pouly |
2010-06-19 | as3525v2-usb: major code renaming | Amaury Pouly |
2010-06-19 | as3525v2-usb: tweaks things but still doesn't work. | Amaury Pouly |
2010-06-19 | as3525v2-usb: rework thing, simplify | Amaury Pouly |
2010-06-19 | as3525v2-usb: reorganize thing, don't renable ep0 on enum because it's alread... | Amaury Pouly |
2010-06-19 | as3525v2-usb: don't disable interrupts on bus reset (that was for debug purpose) | Amaury Pouly |
2010-06-12 | usb-as3535v2: add more defines, reorganize/simplify things, add code for inte... | Amaury Pouly |
2010-05-20 | usb-as3525v2: | Amaury Pouly |
2010-05-19 | as3525v2: add partial usb init code | Amaury Pouly |
2010-05-18 | as3525 usb: build as3525v2 file based on CONFIG_USBOTG, and fix warnings | Rafaël Carré |
2010-05-18 | as3525v2: add usb driver stub, enable usb phy&core init | Amaury Pouly |