aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/typec/tipd (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-14usb: typec: tipd: Handle mode transitions for CD321xHector Martin1-4/+286
2025-09-14usb: typec: tipd: Read data status in probe and cache its valueHector Martin1-0/+4
2025-09-14usb: typec: tipd: Use read_power_status function in probeHector Martin1-4/+1
2025-09-14usb: typec: tipd: Update partner identity when power status was updatedHector Martin1-1/+8
2025-09-14usb: typec: tipd: Register DisplayPort and Thunderbolt altmodes for cd321xSven Peter1-3/+82
2025-09-14usb: typec: tipd: Read USB4, Thunderbolt and DisplayPort status for cd321xSven Peter1-4/+76
2025-09-14usb: typec: tipd: Add cd321x struct with separate sizeSven Peter1-5/+15
2025-09-14usb: typec: tipd: Trace data status for CD321x correctlySven Peter3-1/+51
2025-09-14usb: typec: tipd: Move switch_power_state to tipd_dataSven Peter1-9/+8
2025-09-14usb: typec: tipd: Move initial irq mask to tipd_dataSven Peter1-12/+11
2025-09-14usb: typec: tipd: Clear interrupts firstSven Peter1-13/+11
2025-05-23usb: typec: tipd: fix typo in TPS_STATUS_HIGH_VOLAGE_WARNING macroJihed Chaibi2-2/+2
2025-04-11usb: typec: tipd: Fix wakeup source leaks on device unbindKrzysztof Kozlowski1-1/+1
2024-09-26Merge tag 'usb-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+2
2024-09-18Merge tag 'for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds1-7/+2
2024-09-03power: supply: Change usb_types from an array into a bitmaskHans de Goede1-7/+2
2024-08-22usb: typec: tipd: Free IRQ only if it was requested beforeWadim Egorov1-1/+2
2024-07-31usb: typec: tipd: Delete extra semi-colonHarshit Mogalapalli1-1/+1
2024-07-31usb: typec: tipd: Fix dereferencing freeing memory in tps6598x_apply_patch()Harshit Mogalapalli1-1/+1
2024-06-20usb: typec: tipd: use min() to set tps6598x firmware packet sizeJavier Carrasco1-4/+1
2024-06-20usb: typec: tipd: add error log to provide firmware name and sizeJavier Carrasco1-0/+4
2024-06-20usb: typec: tipd: drop second firmware name readJavier Carrasco1-17/+7
2024-05-10usb: typec: tipd: rely on i2c_get_match_data()Javier Carrasco1-4/+1
2024-05-10usb: typec: tipd: fix event checking for tps6598xJavier Carrasco2-13/+43
2024-05-10usb: typec: tipd: fix event checking for tps25750Javier Carrasco1-3/+3
2024-01-05usb: typec: tipd: fix use of device-specific init functionJavier Carrasco1-1/+1
2024-01-05usb: typec: tipd: Separate reset for TPS6598xJai Luthra1-2/+7
2024-01-02usb: typec: tipd: add patch update support for tps6598xJavier Carrasco2-1/+85
2024-01-02usb: typec: tipd: declare in_data in as const in exec_cmd functionsJavier Carrasco1-2/+2
2024-01-02usb: typec: tipd: add function to request firmwareJavier Carrasco1-9/+26
2024-01-02usb: typec: tipd: add init and reset functions to tipd_dataJavier Carrasco1-10/+35
2023-12-04usb: typec: tps6598x: add reset gpio supportJavier Carrasco1-0/+20
2023-11-21usb: typec: tipd: Supply also I2C driver dataHeikki Krogerus1-2/+5
2023-11-21USB: typec: tps6598x: Fix a memory leak in an error handling pathChristophe JAILLET1-3/+4
2023-10-10USB: typec: tps6598x: Add status trace for tps25750Abdel Alkuor2-0/+38
2023-10-10USB: typec: tps6598x: Add power status trace for tps25750Abdel Alkuor3-0/+53
2023-10-10USB: typec: tps6598x: Add trace for tps25750 irqAbdel Alkuor2-0/+23
2023-10-10USB: typec: tps6598x: Add TPS25750 supportAbdel Alkuor2-8/+456
2023-10-10USB: typec: tps6598x: Add device data to of_device_idAbdel Alkuor1-14/+43
2023-10-10USB: typec: tps6598x: Refactor tps6598x port registrationAbdel Alkuor1-45/+54
2023-10-10USB: typec: tps6598x: Add patch mode to tps6598xAbdel Alkuor1-0/+3
2023-10-10USB: typec: tsp6598x: Add cmd timeout and response delayAbdel Alkuor1-4/+15
2023-06-05Merge 6.4-rc5 into usb-nextGreg Kroah-Hartman1-1/+1
2023-05-30usb: typec: tps6598x: Fix broken polling mode after system suspend/resumeRoger Quadros1-1/+1
2023-05-29usb: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-05-13usb: typec: tps6598x: Fix fault at module removalRoger Quadros1-0/+3
2023-03-29usb: typec: tps6598x: Add support for polling interrupts statusAswath Govindraju1-5/+36
2023-03-23usb: typec: tipd: remove unused tps6598x_write16,32 functionsTom Rix1-10/+0
2023-01-17usb: typec: tipd: Support wakeupJun Nie1-0/+38
2022-12-08usb: typec: tipd: Set mode of operation for USB Type-C connectorSven Peter1-0/+3