summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/tipd
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-12usb: typec: tps6598x: Move the driver under its own subdirectoryHeikki Krogerus5-0/+1239