Age | Commit message (Expand) | Author |
2010-07-30 | Make some global function/variables local (by making them static) | Bertrik Sikken |
2010-07-22 | as3525v1 USB: remove stubs if !defined(USE_ROCKBOX_USB) | Rafaël Carré |
2010-07-02 | AMS SoC's: Some register bit changes need interrupt protection: timer API and... | Michael Sevakis |
2010-06-28 | Enable HID support, clean up usb-drv-as3525.c a bit, add a workaround for wei... | Tobias Diedrich |
2010-06-27 | Include usb-target.h for usb_remove_int(). | Tobias Diedrich |
2010-06-27 | Add one second timeout for USB enumeration, so we don't get stuck in USB mode... | Tobias Diedrich |
2010-06-24 | Add transfer timeout, remove unused buf field | Tobias Diedrich |
2010-06-22 | Unconditionally boost cpu and remove CNAK retry panic | Tobias Diedrich |
2010-06-22 | Remove '\n' from panicf | Tobias Diedrich |
2010-06-22 | Threshold seems to affect the CNAK retries needed. | Tobias Diedrich |
2010-06-22 | Hardware 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-22 | usb_storage seems to be working now, enable USE_ROCKBOX_USB on C200v2, other ... | Tobias Diedrich |
2010-06-21 | mps depends on endpoint, I wonder why gcc didn't warn about i being used unin... | Tobias Diedrich |
2010-06-19 | Add mdelay | Tobias Diedrich |
2010-06-19 | Comment on mps sizes | Tobias Diedrich |
2010-06-19 | usb-drv-as3525: set bulk max packet size according to speed | Rafaël Carré |
2010-06-18 | as3525*: make udelay() be a simple busy loop | Rafaël Carré |
2010-06-18 | as3525*: enable MMU in bootloader | Rafaël Carré |
2010-06-18 | Avoid ifdefs | Tobias Diedrich |
2010-06-18 | Move usb-drv-as3525 defines into header file | Tobias Diedrich |
2010-06-18 | as3525: bootloader USB mode | Rafaël Carré |
2010-06-18 | usb-drv-as3525: use udelay() and not a C busy loop | Rafaël Carré |
2010-06-18 | usb-drv-as3525: build with LOGF_ENABLE undefined | Rafaël Carré |
2010-06-17 | Either the removal of the unneeded flush or the additional epn_info setup | Tobias Diedrich |
2010-06-01 | Prevent a race condition when writing VIC_INT_EN_CLEAR. Should be very diffic... | Tobias Diedrich |
2010-05-19 | as3525: hide our UNCACHED_ADDR from usb_storage.c | Rafaël Carré |
2010-05-19 | revert part of r26176 to avoid large static allocation | Rafaël Carré |
2010-05-19 | as3525: don't use IRAM for usb, and avoid usb storage using uncached addresse... | Rafaël Carré |
2010-05-19 | Handshake still grinds to a halt at some point, but it works better now. | Tobias Diedrich |
2010-05-18 | Enable/disable second pll dynamically on usb plugin/remove. | Tobias Diedrich |
2010-05-18 | as3525 usb: build as3525v2 file based on CONFIG_USBOTG, and fix warnings | Rafaël Carré |
2010-05-18 | Ok, this time I double-checked for warnings... | Tobias Diedrich |
2010-05-18 | And don't forget the return values... | Tobias Diedrich |
2010-05-18 | And of course the stubs still need to be there... | Tobias Diedrich |
2010-05-18 | Obviously this should not be built on AS353x... | Tobias Diedrich |
2010-05-18 | Not quite working yet, but almost. | Tobias Diedrich |
2010-05-16 | as3525v1 use an as3515 audio codec/PMU, not an as3517 as previously thought | Rafaël Carré |
2010-05-13 | Correct register defines. I had to look at the disassembly to spot this bug.... | Tobias Diedrich |
2010-03-20 | Clip+: enable sound on "as3514" (as3543 in fact) | Rafaël Carré |
2009-11-24 | Sansa AMS: VIC_INT_ENABLE register is not a mask | Rafaël Carré |
2009-11-04 | Fix FS#10751 - Fuze freezes when using radio while charging | Michael Chicoine |
2009-11-03 | Comment out LOGF_ENABLE defines everywhere, replace evil comments | Jeffrey Goode |
2009-10-15 | Sansa AMS USB driver : still not working | Rafaël Carré |
2009-07-06 | Samsa AMS: start of an USB driver (nothing working atm) | Rafaël Carré |