summaryrefslogtreecommitdiff
path: root/drivers/usb/typec/tipd
AgeCommit message (Expand)Author
2024-09-26Merge tag 'usb-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-09-18Merge tag 'for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds
2024-09-03power: supply: Change usb_types from an array into a bitmaskHans de Goede
2024-08-22usb: typec: tipd: Free IRQ only if it was requested beforeWadim Egorov
2024-07-31usb: typec: tipd: Delete extra semi-colonHarshit Mogalapalli
2024-07-31usb: typec: tipd: Fix dereferencing freeing memory in tps6598x_apply_patch()Harshit Mogalapalli
2024-06-20usb: typec: tipd: use min() to set tps6598x firmware packet sizeJavier Carrasco
2024-06-20usb: typec: tipd: add error log to provide firmware name and sizeJavier Carrasco
2024-06-20usb: typec: tipd: drop second firmware name readJavier Carrasco
2024-05-10usb: typec: tipd: rely on i2c_get_match_data()Javier Carrasco
2024-05-10usb: typec: tipd: fix event checking for tps6598xJavier Carrasco
2024-05-10usb: typec: tipd: fix event checking for tps25750Javier Carrasco
2024-01-05usb: typec: tipd: fix use of device-specific init functionJavier Carrasco
2024-01-05usb: typec: tipd: Separate reset for TPS6598xJai Luthra
2024-01-02usb: typec: tipd: add patch update support for tps6598xJavier Carrasco
2024-01-02usb: typec: tipd: declare in_data in as const in exec_cmd functionsJavier Carrasco
2024-01-02usb: typec: tipd: add function to request firmwareJavier Carrasco
2024-01-02usb: typec: tipd: add init and reset functions to tipd_dataJavier Carrasco
2023-12-04usb: typec: tps6598x: add reset gpio supportJavier Carrasco
2023-11-21usb: typec: tipd: Supply also I2C driver dataHeikki Krogerus
2023-11-21USB: typec: tps6598x: Fix a memory leak in an error handling pathChristophe JAILLET
2023-10-10USB: typec: tps6598x: Add status trace for tps25750Abdel Alkuor
2023-10-10USB: typec: tps6598x: Add power status trace for tps25750Abdel Alkuor
2023-10-10USB: typec: tps6598x: Add trace for tps25750 irqAbdel Alkuor
2023-10-10USB: typec: tps6598x: Add TPS25750 supportAbdel Alkuor
2023-10-10USB: typec: tps6598x: Add device data to of_device_idAbdel Alkuor
2023-10-10USB: typec: tps6598x: Refactor tps6598x port registrationAbdel Alkuor
2023-10-10USB: typec: tps6598x: Add patch mode to tps6598xAbdel Alkuor
2023-10-10USB: typec: tsp6598x: Add cmd timeout and response delayAbdel Alkuor
2023-06-05Merge 6.4-rc5 into usb-nextGreg Kroah-Hartman
2023-05-30usb: typec: tps6598x: Fix broken polling mode after system suspend/resumeRoger Quadros
2023-05-29usb: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-05-13usb: typec: tps6598x: Fix fault at module removalRoger Quadros
2023-03-29usb: typec: tps6598x: Add support for polling interrupts statusAswath Govindraju
2023-03-23usb: typec: tipd: remove unused tps6598x_write16,32 functionsTom Rix
2023-01-17usb: typec: tipd: Support wakeupJun Nie
2022-12-08usb: typec: tipd: Set mode of operation for USB Type-C connectorSven Peter
2022-11-22usb: typec: tipd: Move tps6598x_disconnect error path to its own labelSven Peter
2022-11-22usb: typec: tipd: Fix typec_unregister_port error pathsSven Peter
2022-11-22usb: typec: tipd: Fix spurious fwnode_handle_put in error pathSven Peter
2022-11-22usb: typec: tipd: Cleanup resources if devm_tps6598_psy_register failsSven Peter
2022-11-08usb: typec: tipd: Prevent uninitialized event{1,2} in IRQ handlerSven Peter
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-04-21usb: typec: tipd: Only update power status on IRQGuido Günther
2022-03-03usb: typec: tipd: Forward plug orientation to typec subsystemSven Peter
2022-02-17tps6598x: clear int mask on probe failureJens Axboe
2021-11-23usb: typec: tipd: Fix initialization sequence for cd321xHector Martin
2021-11-23usb: typec: tipd: Fix typo in cd321x_switch_power_stateHector Martin
2021-10-20usb: typec: tipd: Enable event interrupts by defaultSaranya Gopal
2021-10-11Merge 5.15-rc5 into usb-nextGreg Kroah-Hartman