Age | Commit message (Expand) | Author | Files | Lines |
2021-10-16 | usb: introduce new control request API | Aidan MacDonald | 1 | -2/+2 |
2021-09-20 | usb: rename usb_drv_recv() to usb_recv_recv_nonblocking() | Aidan MacDonald | 1 | -3/+4 |
2012-04-30 | AMSv1: rename USB interrupt handler | Rafaël Carré | 1 | -1/+1 |
2011-12-31 | usb-target.h: remove | Rafaël Carré | 1 | -1/+0 |
2011-12-17 | Commit to certain names for cache coherency APIs and discard the aliases. | Michael Sevakis | 1 | -3/+3 |
2011-09-14 | Move AMSv1 (AMSv2 had been done already) to using setup packet request to det... | Michael Sevakis | 1 | -2/+2 |
2011-03-02 | Merge functionality of wakeups and semaphores-- fewer APIs and object types. ... | Michael Sevakis | 1 | -5/+19 |
2010-12-12 | Move AMSv1 USB to the USB_DETECT_BY_DRV model, so connecting to a dumb charge... | Frank Gevaerts | 1 | -0/+1 |
2010-08-25 | usb-drv-as3525: only give physical addresses to USB HW | Rafaël Carré | 1 | -5/+5 |
2010-07-30 | Make some global function/variables local (by making them static) | Bertrik Sikken | 1 | -1/+1 |
2010-07-22 | as3525v1 USB: remove stubs if !defined(USE_ROCKBOX_USB) | Rafaël Carré | 1 | -92/+0 |
2010-07-02 | AMS SoC's: Some register bit changes need interrupt protection: timer API and... | Michael Sevakis | 1 | -2/+2 |
2010-06-28 | Enable HID support, clean up usb-drv-as3525.c a bit, add a workaround for wei... | Tobias Diedrich | 1 | -62/+25 |
2010-06-27 | Include usb-target.h for usb_remove_int(). | Tobias Diedrich | 1 | -0/+1 |
2010-06-27 | Add one second timeout for USB enumeration, so we don't get stuck in USB mode... | Tobias Diedrich | 1 | -0/+12 |
2010-06-24 | Add transfer timeout, remove unused buf field | Tobias Diedrich | 1 | -1/+20 |
2010-06-22 | Unconditionally boost cpu and remove CNAK retry panic | Tobias Diedrich | 1 | -3/+5 |
2010-06-22 | Remove '\n' from panicf | Tobias Diedrich | 1 | -1/+1 |
2010-06-22 | Threshold seems to affect the CNAK retries needed. | Tobias Diedrich | 1 | -1/+3 |
2010-06-22 | Hardware too smart can complicate things... We have to intercept the usb_cor... | Tobias Diedrich | 1 | -11/+15 |
2010-06-22 | "lsusb -vv" now works too, but the real bug is probably still in here somewhere. | Tobias Diedrich | 1 | -6/+18 |
2010-06-22 | usb_storage seems to be working now, enable USE_ROCKBOX_USB on C200v2, other ... | Tobias Diedrich | 1 | -24/+103 |
2010-06-21 | mps depends on endpoint, I wonder why gcc didn't warn about i being used unin... | Tobias Diedrich | 1 | -9/+11 |
2010-06-19 | Add mdelay | Tobias Diedrich | 1 | -14/+8 |
2010-06-19 | Comment on mps sizes | Tobias Diedrich | 1 | -0/+8 |
2010-06-19 | usb-drv-as3525: set bulk max packet size according to speed | Rafaël Carré | 1 | -10/+3 |
2010-06-18 | as3525*: make udelay() be a simple busy loop | Rafaël Carré | 1 | -2/+1 |
2010-06-18 | as3525*: enable MMU in bootloader | Rafaël Carré | 1 | -6/+3 |
2010-06-18 | Avoid ifdefs | Tobias Diedrich | 1 | -16/+10 |
2010-06-18 | Move usb-drv-as3525 defines into header file | Tobias Diedrich | 1 | -291/+2 |
2010-06-18 | as3525: bootloader USB mode | Rafaël Carré | 1 | -0/+6 |
2010-06-18 | usb-drv-as3525: use udelay() and not a C busy loop | Rafaël Carré | 1 | -4/+5 |
2010-06-18 | usb-drv-as3525: build with LOGF_ENABLE undefined | Rafaël Carré | 1 | -1/+2 |
2010-06-17 | Either the removal of the unneeded flush or the additional epn_info setup | Tobias Diedrich | 1 | -23/+67 |
2010-06-01 | Prevent a race condition when writing VIC_INT_EN_CLEAR. Should be very diffic... | Tobias Diedrich | 1 | -0/+8 |
2010-05-19 | as3525: hide our UNCACHED_ADDR from usb_storage.c | Rafaël Carré | 1 | -15/+6 |
2010-05-19 | revert part of r26176 to avoid large static allocation | Rafaël Carré | 1 | -2/+11 |
2010-05-19 | as3525: don't use IRAM for usb, and avoid usb storage using uncached addresse... | Rafaël Carré | 1 | -15/+2 |
2010-05-19 | Handshake still grinds to a halt at some point, but it works better now. | Tobias Diedrich | 1 | -52/+45 |
2010-05-18 | Enable/disable second pll dynamically on usb plugin/remove. | Tobias Diedrich | 1 | -0/+26 |
2010-05-18 | as3525 usb: build as3525v2 file based on CONFIG_USBOTG, and fix warnings | Rafaël Carré | 1 | -1/+1 |
2010-05-18 | Ok, this time I double-checked for warnings... | Tobias Diedrich | 1 | -5/+2 |
2010-05-18 | And don't forget the return values... | Tobias Diedrich | 1 | -0/+8 |
2010-05-18 | And of course the stubs still need to be there... | Tobias Diedrich | 1 | -0/+84 |
2010-05-18 | Obviously this should not be built on AS353x... | Tobias Diedrich | 1 | -0/+4 |
2010-05-18 | Not quite working yet, but almost. | Tobias Diedrich | 1 | -156/+826 |
2010-05-16 | as3525v1 use an as3515 audio codec/PMU, not an as3517 as previously thought | Rafaël Carré | 1 | -3/+3 |
2010-05-13 | Correct register defines. I had to look at the disassembly to spot this bug.... | Tobias Diedrich | 1 | -58/+58 |
2010-03-20 | Clip+: enable sound on "as3514" (as3543 in fact) | Rafaël Carré | 1 | -3/+3 |
2009-11-24 | Sansa AMS: VIC_INT_ENABLE register is not a mask | Rafaël Carré | 1 | -1/+1 |