summaryrefslogtreecommitdiff
path: root/chip/g/usb.c
Commit message (Expand)AuthorAgeFilesLines
* remove serialno commandstabilize-quickfix-13904.98.B-cr50_stabstabilize-glibc-13901.B-cr50_stabstabilize-coil-13902.B-cr50_stabstabilize-13904.67.B-cr50_stabstabilize-13904.66.B-cr50_stabstabilize-13904.62.B-cr50_stabstabilize-13904.59.B-cr50_stabstabilize-13904.58.B-cr50_stabstabilize-13904.55.B-cr50_stabstabilize-13904.49.B-cr50_stabstabilize-13904.48.B-cr50_stabstabilize-13904.47.B-cr50_stabstabilize-13904.44.B-cr50_stabstabilize-13904.43.B-cr50_stabstabilize-13904.42.B-cr50_stabstabilize-13904.41.B-cr50_stabstabilize-13904.34.B-cr50_stabrelease-R91-13904.B-cr50_stabMary Ruthven2021-04-061-22/+0
* Zero data toggles on endpointis when appropriate.Barry Twycross2019-10-091-15/+53
* Remove uses of %lEvan Green2019-10-051-1/+1
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-3/+3
* Add WebUSB descriptor supportVincent Palatin2017-09-221-2/+16
* g: fix short packets on USB control endpointVincent Palatin2017-09-151-1/+1
* cr50: disable error printout on USB_DT_DEBUGNick Sanders2017-09-131-0/+2
* g: restore DATA PID after USB suspend/resumeVincent Palatin2017-09-071-4/+36
* chip/g: use ccd_ext_is_enabled() instead of ccd_get_mode()Randall Spangler2017-09-011-2/+1
* Clean up CONFIG_CASE_CLOSED_DEBUG usageRandall Spangler2017-09-011-6/+3
* cr50: add delay after soft resetMary Ruthven2017-08-171-0/+9
* g: slightly optimize boot on USB resumeVincent Palatin2017-08-021-1/+1
* cr50: stop using AP PHYMary Ruthven2017-08-011-5/+11
* Add OTP supportGwendal Grignou2017-07-281-3/+3
* g: allow to select the default USB PHY at startup.Vincent Palatin2017-05-121-1/+5
* usb: Cleanup headersNicolas Boichat2017-03-161-0/+1
* g: enable usb wakeup interruptsMary Ruthven2017-03-081-2/+2
* cr50: enable utmi wakeupsMary Ruthven2017-03-071-0/+3
* stm32/usb: Add support for remote wake-upNicolas Boichat2017-03-011-9/+8
* 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