summaryrefslogtreecommitdiff
path: root/driver/tcpm/anx74xx.c
Commit message (Expand)AuthorAgeFilesLines
* USB Mux: Use polarity in safe modeJameson Thies2023-05-121-1/+1
* driver: Sort header filesJeremy Bettis2022-11-291-1/+1
* USB Mux: Unify drivers for safe modeDiana Z2022-09-191-0/+4
* usb_mux: Split struct usb_mux in common filesTomasz Michalec2022-09-131-5/+5
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* driver/tcpm/anx74xx.c: Format with clang-formatJack Rosenthal2022-07-011-81/+73
* USB MUX: Wait on ACK for HPD changes when requiredDiana Z2021-12-021-1/+5
* TCPM: Rename enum tcpm_sop_type and its constantsAbe Levkoy2021-08-311-10/+10
* USB MUX: Convert usb_mux HPD functions to use mux_state_tDiana Z2021-08-301-1/+3
* TCPM: Remove enum pd_msg_typeAbe Levkoy2021-08-181-3/+3
* TCPM: Rename enum tcpm_transmit_typeAbe Levkoy2021-08-181-1/+2
* USB MUX: Generalize mux ACKDiana Z2021-08-141-2/+7
* TCPMv2: Support BIST Test ModeAbe Levkoy2021-01-221-0/+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
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-2/+2
* tcpm/anx74xx: Provide implementation of sop_prime_enable functionPatryk Duda2020-11-301-0/+3
* ANX3429: Disallow PD 3.0 operationDiana Z2020-08-131-0/+5
* driver/tcpm: set PD_EVENT_RX_HARD_RESET event when receive hard resetRuibin Chang2020-07-141-2/+2
* tcpm: Change the get_chip_info() to prevent race conditionsWai-Hong Tam2020-06-251-5/+5
* tcpc: Add framework for Safe0V VBus Level checkingDenis Brockus2020-05-151-1/+4
* tcpc: change name of get_vbus_level to check_vbus_levelDenis Brockus2020-05-151-2/+2
* tcpci: remove cached pullDenis Brockus2020-03-201-6/+0
* driver/tcpm: fix incorrect pd message enum namesTing Shen2020-03-061-2/+2
* usb_mux: retimer: mux as chained mux and retimerDenis Brockus2020-02-281-30/+40
* usbc: remove tri-state polarityDenis Brockus2020-02-151-10/+0
* usb: differentiate DTS polarity and normal device polarityDenis Brockus2020-01-301-2/+2
* usb_mux: cleanup: Replace mux state enums with ec_command bit flagVijay Hiremath2020-01-281-16/+17
* tcpci: Only drive one CC line when attachedDenis Brockus2020-01-081-6/+21
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-4/+4
* usb: convert cc1 from int to enumJett Rink2019-08-091-1/+2
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-2/+2
* ec_commands: Rename 'renew' to 'live' in EC_CMD_USB_PD_CHIP_INFOKarthikeyan Ramasubramanian2019-07-201-3/+3
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-2/+2
* tcpm: Refactor tcpc_config to include a flags fieldScott Collyer2019-04-171-5/+4
* anx74xx: Make ML0/ML1 unconnected if USB is enabled but DP isn'tWai-Hong Tam2019-02-011-7/+13
* pd: Remove unneeded code from anx74xx.c tcpc driverSam Hurst2019-01-131-10/+5
* anx74xx: Rename the registers to more meaningfulWai-Hong Tam2019-01-111-14/+22
* pd: Enable USB PD SOP' and SOP'' CommunicationSam Hurst2019-01-071-3/+55
* tcpm: cache the firmware version for anx74xx and ps8xxx chips.Paul Moy2018-10-231-9/+7
* cleanup: rename Rp enum values for clarityJett Rink2018-10-121-3/+3
* tcpc: Resume suspended ports after an intervalJonathan Brandmeyer2018-10-041-3/+4
* anx3429: mark that version 1.6V is requiredJett Rink2018-09-281-0/+9
* pdchipinfo: add min firmware version to pdchipinfoJett Rink2018-09-281-2/+21
* pd: Don't auto toggle when DRP state is not dual role.Edward Hill2018-09-171-38/+21
* pd: Change tcpm_set_drp_toggle() to tcpm_enable_drp_toggle()Edward Hill2018-09-171-8/+3
* tcpm: add TCPC RX circular buffer in ECJett Rink2018-09-071-20/+51
* ss-mux: update semantics for TCPC/MUX only used as MUXJett Rink2018-09-051-25/+21
* anx74xx: consolidating anx74xx alert handlerJett Rink2018-08-301-90/+42
* cheza: Configure ANX3429 interrupt as open-drainWai-Hong Tam2018-08-231-0/+8