summaryrefslogtreecommitdiff
path: root/drivers/usb/typec/tcpm/tcpci_rt1711h.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-02usb: typec: tcpci_rt1711h: Drop CONFIG_OF ifdefferyBiju Das1-3/+2
2023-10-02usb: typec: tcpci_rt1711h: Add enable_pd30_extended_message variable to struc...Biju Das1-1/+3
2023-10-02usb: typec: tcpci_rt1711h: Add rxdz_sel variable to struct rt1711h_chip_infoBiju Das1-4/+3
2023-10-02usb: typec: tcpci_rt1711h: Convert enum->pointer for data in the match tablesBiju Das1-9/+21
2023-10-02usb: typec: tcpci_rt1711h: Remove trailing comma in the terminator entry for ...Biju Das1-2/+2
2023-05-29usb: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-11-22usb: typec: tcpm/tcpci_rt1711h: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-10-08Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-13/+137
2022-08-19usb: typec: tcpci_rt1711h: Fix CC PHY noise filter of voltage levelGene Chen1-1/+57
2022-08-19usb: typec: tcpci_rt1711h: Add compatible id with rt1715Gene Chen1-9/+34
2022-08-19usb: typec: tcpci_rt1711h: Add initial phy settingGene Chen1-1/+14
2022-08-19usb: typec: tcpci_rt1711h: Add regulator support when source vbusGene Chen1-0/+28
2022-08-19usb: typec: tcpci_rt1711h: Fix vendor setting when set vconnGene Chen1-2/+4
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-2/+1
2022-07-08usb: typec: tcpci: move tcpci.h to include/linux/usb/Xin Ji1-1/+1
2020-06-18usb: typec: tcpci_rt1711h: avoid screaming irq causing boot hangsLi Jun1-21/+10
2018-09-20usb: typec: Group all TCPCI/TCPM code togetherHeikki Krogerus1-0/+312