summaryrefslogtreecommitdiff
path: root/drivers/usb/typec/tipd
AgeCommit message (Expand)AuthorFilesLines
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
2022-11-22usb: typec: tipd: Move tps6598x_disconnect error path to its own labelSven Peter1-4/+4
2022-11-22usb: typec: tipd: Fix typec_unregister_port error pathsSven Peter1-3/+4
2022-11-22usb: typec: tipd: Fix spurious fwnode_handle_put in error pathSven Peter1-1/+1
2022-11-22usb: typec: tipd: Cleanup resources if devm_tps6598_psy_register failsSven Peter1-1/+1
2022-11-08usb: typec: tipd: Prevent uninitialized event{1,2} in IRQ handlerSven Peter1-3/+3
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-04-21usb: typec: tipd: Only update power status on IRQGuido Günther1-20/+12
2022-03-03usb: typec: tipd: Forward plug orientation to typec subsystemSven Peter2-0/+6
2022-02-17tps6598x: clear int mask on probe failureJens Axboe1-3/+4
2021-11-23usb: typec: tipd: Fix initialization sequence for cd321xHector Martin1-17/+16
2021-11-23usb: typec: tipd: Fix typo in cd321x_switch_power_stateHector Martin1-1/+1
2021-10-20usb: typec: tipd: Enable event interrupts by defaultSaranya Gopal1-0/+8
2021-10-11Merge 5.15-rc5 into usb-nextGreg Kroah-Hartman1-5/+3
2021-10-05usb: typec: tipd: Remove dependency on "connector" child fwnodeHeikki Krogerus1-5/+3
2021-10-05usb: typec: tipd: Remove FIXME about testing with I2C_FUNC_I2CSven Peter1-3/+0
2021-10-05usb: typec: tipd: Switch CD321X power state to S0Sven Peter2-0/+43
2021-10-05usb: typec: tipd: Add support for Apple CD321XSven Peter3-1/+91
2021-10-05usb: typec: tipd: Add short-circuit for no irqsSven Peter1-1/+6
2021-10-05usb: typec: tipd: Split interrupt handlerSven Peter1-31/+65
2021-09-21usb: typec: tipd: Remove WARN_ON in tps6598x_block_readSven Peter1-1/+1
2021-09-21usb: typec: tipd: Add an additional overflow checkSven Peter1-0/+3
2021-09-21usb: typec: tipd: Don't read/write more bytes than requiredSven Peter1-2/+2
2021-07-21usb: typec: tipd: Don't block probing of consumer of "connector" nodesMartin Kepplinger1-0/+9
2021-03-22Merge 5.12-rc4 into usb-nextGreg Kroah-Hartman1-1/+0
2021-03-12usb: typec: tipd: Separate file for tracepoint creationHeikki Krogerus4-6/+15