summaryrefslogtreecommitdiff
path: root/test/usb_prl.c
Commit message (Expand)AuthorAgeFilesLines
* TCPM: Rename enum tcpm_sop_type and its constantsAbe Levkoy2021-08-311-3/+3
* TCPMv2: Remove prl_resetAbe Levkoy2021-02-081-1/+1
* Move tcpic.h header into include/driverSimon Glass2021-01-071-1/+1
* tcpm: Move tcpm.h into an include directorySimon Glass2020-12-221-1/+1
* mock: Clean up TCPMv2 mocksAbe Levkoy2020-12-151-3/+2
* test: Add test_send_caps_error to usb_pe_drpEdward Hill2020-09-221-11/+12
* test: remove no_empty_state testsJett Rink2020-08-131-1/+0
* ec: change usage of "sane" per inclusive languagePaul Fagerburg2020-07-221-1/+1
* TCPMv2: add unit tests for packet discard logicPaul Fagerburg2020-07-201-1/+126
* usb_prl: new unit test with mocksPaul Fagerburg2020-06-231-0/+46
* test: rename usb_prl to usb_prl_oldPaul Fagerburg2020-06-181-1413/+0
* TCPMv2: use TEST_EQ/LE instead of TEST_ASSERTPaul Fagerburg2020-06-161-107/+108
* cleanup: comment update from CL:2233794Jett Rink2020-06-101-2/+6
* tcpmv2: retool start/end AMSJett Rink2020-06-101-8/+7
* test: Pass commandline arguments to run_testTom Hughes2020-05-301-1/+1
* TCPMv2: Send Soft Reset to SOP* that caused a protocol errorSam Hurst2020-05-021-1/+3
* config: update TCPMv2 config optionsJett Rink2020-03-271-19/+12
* TCPMv2: Split PD message buffers into separate TX/RX buffersSam Hurst2020-03-211-23/+23
* pd: use pd_get_[power/data]_role instead of the tc versionDenis Brockus2020-01-101-2/+2
* TCPMv2: PD: Separately track each SOP and SOP' and SOP''Sam Hurst2019-11-241-1/+1
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-1/+1
* test: remove unneeded hack for test waitingJett Rink2019-10-281-6/+0
* cleanup: clean up reference to power role vs cable plugJett Rink2019-10-241-0/+5
* cleanup: use power and data role enums instead of intJett Rink2019-10-241-4/+4
* usbc: fix flaky testsJett Rink2019-10-101-87/+135
* pd: Chunked TX State Machine changesDenis Brockus2019-09-191-0/+2
* pd: USB Power Delivery State Machine based on Revision 3.0 of the spec.Sam Hurst2019-09-101-15/+19
* common: usb_prl_sm add rch_pass_up_message as a stateDenis Brockus2019-09-051-0/+1
* test: add sanity check for existing state machinesJett Rink2019-08-201-0/+6
* usb: update state machine frameworkJett Rink2019-08-201-32/+80
* type-c: USB Type-C State Machine based on Release 1.4 of the spec.Sam Hurst2019-07-301-1/+1
* chocodile_vpdmcu: Firmware for chocodile mcuSam Hurst2019-04-081-0/+1306