summaryrefslogtreecommitdiff
path: root/chip/g/usb.c
Commit message (Expand)AuthorAgeFilesLines
* Fix various misspellings in commentsMartin Roth2016-11-151-1/+1
* g: usb: do not invoke reset twiceVadim Bendebury2016-10-281-13/+2
* g: use devid 0 and 1 to create a serial numberMary Ruthven2016-10-111-2/+78
* Cr50: Removed Reef EVT workaroundsScott2016-10-041-6/+0
* cr50: mark updated image as good once a usb request is receivedMary Ruthven2016-09-021-0/+8
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* Cr50: Use parse_bool() for boolean argsBill Richardson2016-08-221-6/+11
* servo_v4: servo_micro: cr50: fix usb power declarationNick Sanders2016-08-081-2/+10
* g: deactivate the PHY during usb_releaseMary Ruthven2016-07-221-0/+3
* g: Enable SOF calibration after first SOF tokenBill Richardson2016-06-081-4/+9
* Cr50: Enable the USB SOF clock auto-calibrationstabilize-8282.BBill Richardson2016-05-041-2/+4
* Cr50: Move board-specific rdd stuff out of chip/g/Bill Richardson2016-04-291-1/+1
* cr50: Detect debug cable and switch the PHYMary Ruthven2016-04-131-4/+10
* cr50: default to CCD PHYMary Ruthven2016-04-131-1/+2
* Cr50: Add console command "usb" for testingBill Richardson2016-04-071-8/+39
* Cr50: First attempt at USB suspend with deep sleepBill Richardson2016-03-311-56/+101
* Cr50: Support USB SETCFG/GETCFG control transfersBill Richardson2016-03-301-6/+38
* Cr50: Fix subtle USB error in clearing global NAKsBill Richardson2016-03-251-2/+2
* Cr50: Fix console message on unexpected USB eventBill Richardson2016-03-251-6/+6
* Cr50: Fix USB two-stage control transfersBill Richardson2016-02-251-5/+6
* Cr50: Slightly better USB error messagesBill Richardson2016-02-181-12/+12
* cr50: no need to check for USB inclusionVadim Bendebury2016-02-081-7/+0
* Cr50: Implement USB according to Programmer's GuideBill Richardson2015-12-171-213/+649
* Cr50: Revise FIFO SRAM settingsBill Richardson2015-12-161-38/+89
* Cr50: clean up usb_init()Bill Richardson2015-12-141-38/+49
* Cr50: USB: Add stubs for additional EP0 interruptsBill Richardson2015-12-111-19/+71
* Cr50: Cleaner API for USB_DECLARE_IFACE callbacksBill Richardson2015-12-111-4/+36
* Cr50: tweaks to debug output and a comment or twostabilize-7729.BBill Richardson2015-12-101-26/+104
* Cr50: Clean up the GINTSTS USB macrosBill Richardson2015-12-011-7/+7
* Cr50: Replace magic numbers for GGPIO controlBill Richardson2015-12-011-4/+3
* cleanup: Rename usb.h to usb_descriptor.hShawn Nematbakhsh2015-11-081-1/+1
* Cr50: Update to the "final" FPGA image 20151104_041733@78962Bill Richardson2015-11-061-0/+7
* Cr50: Fix bug in print_later, add overflow detectionBill Richardson2015-11-051-9/+18
* Cr50: Support USB on 15MHz FPGA imageBill Richardson2015-10-221-12/+147
* cr50: cleanup a few strings & messagesBill Richardson2015-07-011-2/+3
* Cr50: Use USB structs instead of byte arrays for readabilityBill Richardson2015-05-291-19/+25
* Cr50: USB hardware uses 8-bit buffers, not 16-bitBill Richardson2015-05-291-26/+24
* cr50: add USB supportVincent Palatin2015-04-021-0/+461