summaryrefslogtreecommitdiff
path: root/drivers/usb/typec/tcpm/fusb302.c
AgeCommit message (Expand)Author
2023-07-25usb: Explicitly include correct DT includesRob Herring
2023-05-29usb: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-03-23usb: typec: tcpm: remove unnecessary (void*) conversionsYu Zhe
2023-03-16usb: typec: fusb302: mark OF related data as maybe unusedKrzysztof Kozlowski
2022-11-22usb: typec: tcpm/fusb302: Convert to i2c's .probe_new()Uwe Kleine-König
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-09-27usb: typec: fusb302: Switch to use dev_err_probe() helperYang Yingliang
2022-08-19usb: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-05-13extcon: Fix extcon_get_extcon_dev() error handlingDan Carpenter
2021-11-17usb: typec: fusb302: Fix masking of comparator and bc_lvl interruptsOndrej Jirman
2021-03-10USB: typec: fusb302: create debugfs subdir for the driverGreg Kroah-Hartman
2020-12-09usb: typec: tcpm: Pass down negotiated rev to update retry countBadhri Jagan Sridharan
2020-07-09usb: typec: tcpm: fusb302: Use 'gnu_printf' format notationLee Jones
2020-04-16usb: fusb302: Convert to use GPIO descriptorsLinus Walleij
2020-01-22usb: typec: fusb302: fix "op-sink-microwatt" default that was in mWThomas Hebb
2019-08-18usb: typec: fusb302: Call fusb302_debugfs_init earlierHans de Goede
2019-08-18usb: typec: fusb302: Use usb_debug_root as root for our debugfs entryHans de Goede
2019-08-15usb: typec: fusb302: Always provide fwnode for the portHeikki Krogerus
2019-08-15usb: typec: fusb302: Remove unused propertiesHeikki Krogerus
2019-06-08usb: typec: tcpm: fusb302: simplify getting the adapter of a clientWolfram Sang
2019-04-19usb: typec: fusb302: Revert "Resolve fixed power role contract setup"Hans de Goede
2019-04-19usb: typec: fusb302: Implement start_toggling for all port-typesHans de Goede
2019-04-19usb: typec: tcpm: Notify the tcpc to start connection-detection for SRPsHans de Goede
2019-03-26usb: typec: fusb302: Make fusb302_irq_work staticYueHaibing
2019-03-19usb: typec: fusb302: Add __printf attribute to fusb302_log functionHans de Goede
2019-03-19usb: typec: fusb302: Improve suspend/resume handlingHans de Goede
2019-03-19usb: typec: fusb302: 2 small misc. fixesHans de Goede
2019-03-19usb: typec: fusb302: Fix fusb302_handle_togdone_src Ra handlingHans de Goede
2019-03-19usb: typec: fusb302: Check vconn is off when we start togglingHans de Goede
2019-03-19usb: typec: fusb302: Fold fusb302_set_cc_pull into tcpm_set_ccHans de Goede
2019-03-19usb: typec: fusb302: Refactor / simplify tcpm_set_cc()Hans de Goede
2019-03-19usb: typec: fusb302: Make fusb302_set_cc_polarity also set pull ups / downsHans de Goede
2018-12-05staging: typec: fusb302: Rename fcs,extcon-name to linux,extcon-nameAndy Shevchenko
2018-09-28usb: typec: fusb302: Resolve fixed power role contract setupAdam Thomson
2018-09-28usb: typec: fusb302: Correct spelling mistake for toggling stateAdam Thomson
2018-09-20usb: typec: Group all TCPCI/TCPM code togetherHeikki Krogerus