summaryrefslogtreecommitdiff
path: root/driver/usb_mux
Commit message (Expand)AuthorAgeFilesLines
* drivers/usb_mux: Allow inverted polarity on muxesCaveh Jalali2022-08-121-0/+4
* util: remove unused includesYuval Peress2022-08-051-0/+1
* drivers/usb_mux: Update magic value used to target all muxesRobert Zieba2022-07-281-1/+1
* driver/usb_mux/ps8822.h: Format with clang-formatJack Rosenthal2022-07-011-32/+32
* driver/usb_mux/tusb1064.h: Format with clang-formatJack Rosenthal2022-07-011-34/+33
* driver/usb_mux/virtual.c: Format with clang-formatJack Rosenthal2022-07-011-8/+9
* driver/usb_mux/amd_fp6.c: Format with clang-formatJack Rosenthal2022-07-011-8/+6
* driver/usb_mux/anx7451.h: Format with clang-formatJack Rosenthal2022-07-011-17/+17
* driver/usb_mux/ps8740.c: Format with clang-formatJack Rosenthal2022-07-011-5/+3
* driver/usb_mux/amd_fp6.h: Format with clang-formatJack Rosenthal2022-07-011-15/+15
* driver/usb_mux/pi3usb3x532.h: Format with clang-formatJack Rosenthal2022-07-011-2/+2
* driver/usb_mux/anx3443.c: Format with clang-formatJack Rosenthal2022-07-011-6/+5
* driver/usb_mux/anx7451.c: Format with clang-formatJack Rosenthal2022-07-011-6/+5
* driver/usb_mux/anx7440.h: Format with clang-formatJack Rosenthal2022-06-301-16/+16
* driver/usb_mux/ps8743.h: Format with clang-formatJack Rosenthal2022-06-301-15/+15
* driver/usb_mux/it5205.h: Format with clang-formatJack Rosenthal2022-06-301-23/+22
* driver/usb_mux/anx3443.h: Format with clang-formatJack Rosenthal2022-06-291-19/+19
* driver/usb_mux/tusb1064.c: Format with clang-formatJack Rosenthal2022-06-281-8/+8
* driver/usb_mux/ps8822.c: Format with clang-formatJack Rosenthal2022-06-281-11/+5
* driver/usb_mux/ps8743.c: Format with clang-formatJack Rosenthal2022-06-281-13/+9
* driver/usb_mux/it5205.c: Format with clang-formatJack Rosenthal2022-06-281-17/+17
* driver/usb_mux/amd_fp5.c: Format with clang-formatJack Rosenthal2022-06-281-20/+20
* driver/usb_mux/pi3usb3x532.c: Format with clang-formatJack Rosenthal2022-06-281-13/+8
* driver/usb_mux/anx7440.c: Format with clang-formatJack Rosenthal2022-06-281-6/+5
* driver/usb_mux/usb_mux.c: Format with clang-formatJack Rosenthal2022-06-281-80/+68
* driver/usb_mux/ps8740.h: Format with clang-formatJack Rosenthal2022-06-281-35/+35
* driver/usb_mux/amd_fp5.h: Format with clang-formatJack Rosenthal2022-06-281-8/+8
* ps8743: Fix mode to apply power optimization and value to writelschyi2022-06-162-14/+58
* ps8743: Optimize power consumption in USB idle modelschyi2022-06-102-0/+53
* USB Mux: Set an event when AP mux sets completeDiana Z2022-06-021-0/+10
* USB mux: Allow single muxes or retimers to be setDiana Z2022-06-021-22/+54
* usb_mux: add TUSB546 driverTing Shen2022-05-102-5/+10
* gpio: cleanup header usage for i2cKeith Short2022-02-252-0/+2
* anx3443: power down in S3 if the mux is in usb2 only modeTing Shen2022-01-212-7/+72
* usb_mux: use cached mux state in host cmd EC_CMD_USB_PD_MUX_INFOTing Shen2022-01-101-12/+17
* ps8743: add i2c_field_update and DCI mode config registerTing Shen2021-12-091-0/+8
* atomic: use atomic_t where it is possibleDawid Niedzwiecki2021-12-081-1/+1
* USB MUX: Wait on ACK for HPD changes when requiredDiana Z2021-12-024-10/+14
* Virtual mux: Always wait for ACKDiana Z2021-12-011-9/+3
* zephyr: drivers: Use proxy only in usb_mux testTomasz Michalec2021-11-301-0/+7
* usb_mux: tusb1064: Add method to set DP Rx EQ gainScott Collyer2021-11-232-21/+53
* Virtual mux: Clear HPD state when DP inactiveDiana Z2021-11-161-3/+10
* USB MUX: Add timing debug for mux taskDiana Z2021-11-151-0/+18
* USB MUX: Create a task to perform mux setsDiana Z2021-11-151-18/+229
* ANX7451: Correct headerDiana Z2021-11-011-1/+1
* AMD FP6: Correct array sizeDiana Z2021-10-281-1/+1
* driver/tusb1064 : support for TUSB1044 type-c redriverDeepti Deshatty2021-10-212-0/+50
* USB MUX: Remove mux set from HPD updateDiana Z2021-09-161-7/+0
* USB MUX: Gate ACK event send on ACK waitingDiana Z2021-09-161-1/+11
* USB MUX: Add access locksDiana Z2021-09-161-0/+22