index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
typec
/
tcpm
/
tcpci.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-11
usb: typec: tcpci: add regulator support
Michael Grzeschik
1
-0
/
+5
2025-01-17
usb: typec: tcpci: Prevent Sink disconnection before vPpsShutdown in SPR PPS
Kyle Tso
1
-4
/
+9
2025-01-13
Merge 6.13-rc7 into usb-next
Greg Kroah-Hartman
1
-10
/
+15
2024-12-23
usb: typec: tcpci: fix NULL pointer issue on shared irq case
Xu Yang
1
-10
/
+15
2024-12-23
usb: typec: tcpci: set local CC to Rd only when cc1/cc2 status is Rp
Xu Yang
1
-2
/
+2
2024-09-11
usb: typec: tcpci: support edge irq
Emanuele Ghidoli
1
-10
/
+20
2024-08-12
Merge 6.11-rc3 into usb-next
Greg Kroah-Hartman
1
-1
/
+1
2024-08-07
usb: typec: tcpci: use GENMASK() for TCPC_TRANSMIT register fields
André Draszik
1
-2
/
+5
2024-08-07
usb: typec: tcpci: use GENMASK() for TCPC_MSG_HDR_INFO_REV
André Draszik
1
-1
/
+1
2024-08-07
usb: typec: tcpci: use GENMASK() for TCPC_ROLE_CTRL_RP_VAL
André Draszik
1
-9
/
+12
2024-08-07
usb: typec: tcpci: use GENMASK() for TCPC_ROLE_CTRL_CC[12]
André Draszik
1
-40
/
+33
2024-08-07
usb: typec: tcpci: use GENMASK() for TCPC_CC_STATUS_CC[12]
André Draszik
1
-4
/
+3
2024-07-31
usb: typec: tcpci: Fix error code in tcpci_check_std_output_cap()
Dan Carpenter
1
-1
/
+1
2024-07-10
usb: typec: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
1
-1
/
+1
2024-07-03
usb: typec: tcpci: add support to set connector orientation
Marco Felsch
1
-0
/
+44
2024-03-05
usb: typec: tcpci: add generic tcpci fallback compatible
Marco Felsch
1
-0
/
+1
2024-01-27
usb: typec: tcpci: add attempt_vconn_swap_discovery callback
RD Babiera
1
-0
/
+11
2024-01-27
usb: typec: tcpci: add tcpm_transmit_type to tcpm_pd_receive
RD Babiera
1
-2
/
+5
2024-01-27
usb: typec: tcpci: add cable_comm_capable attribute
RD Babiera
1
-0
/
+8
2023-08-22
usb: typec: tcpci: clear the fault status bit
Marco Felsch
1
-0
/
+4
2023-05-29
usb: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2023-01-17
usb: typec: tcpci: Add callback for evaluating contaminant presence
Badhri Jagan Sridharan
1
-0
/
+11
2023-01-17
usb: typec: tcpci: Request IRQ with IRQF_SHARED
Xu Yang
1
-2
/
+6
2022-11-22
usb: typec: tcpm/tcpci: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+2
2022-11-22
usb: typec: tcpci: fix of node refcount leak in tcpci_register_port()
Yang Yingliang
1
-1
/
+4
2022-10-07
Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-22
/
+0
2022-08-19
usb: typec: tcpci: Move function "tcpci_to_typec_cc" to common
Gene Chen
1
-22
/
+0
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2022-07-08
usb: typec: tcpci: move tcpci.h to include/linux/usb/
Xin Ji
1
-2
/
+1
2022-05-05
usb: typec: tcpci: Don't skip cleanup in .remove() on error
Uwe Kleine-König
1
-1
/
+1
2022-01-25
usb: typec: tcpci: don't touch CC line if it's Vconn source
Xu Yang
1
-0
/
+26
2021-10-11
Merge 5.15-rc5 into usb-next
Greg Kroah-Hartman
1
-1
/
+1
2021-10-05
usb: typec: tcpci: don't handle vSafe0V event if it's not enabled
Xu Yang
1
-1
/
+1
2021-10-05
usb: typec: tcpci: Fix spelling mistake "resolbed" -> "resolved"
Xu Yang
1
-1
/
+1
2021-06-17
usb: typec: tcpci: Fix up sink disconnect thresholds for PD
Badhri Jagan Sridharan
1
-6
/
+12
2021-05-24
usb: typec: tcpci: Make symbol 'tcpci_apply_rc' static
Wei Yongjun
1
-1
/
+2
2021-05-21
usb: typec: tcpci: Implement callback for apply_rc
Badhri Jagan Sridharan
1
-0
/
+27
2021-03-12
usb: typec: tcpci: Refactor tcpc_presenting_cc1_rd macro
Badhri Jagan Sridharan
1
-9
/
+5
2021-03-10
usb: typec: tcpci: Check ROLE_CONTROL while interpreting CC_STATUS
Badhri Jagan Sridharan
1
-3
/
+18
2021-02-02
usb: typec: tcpci: Add Callback to Usb Communication capable partner
Badhri Jagan Sridharan
1
-0
/
+9
2020-12-11
usb: typec: tcpci: Enable bleed discharge when auto discharge is enabled
Badhri Jagan Sridharan
1
-0
/
+2
2020-12-09
usb: typec: tcpci: Add support to report vSafe0V
Badhri Jagan Sridharan
1
-5
/
+34
2020-12-09
usb: typec: tcpm: Pass down negotiated rev to update retry count
Badhri Jagan Sridharan
1
-5
/
+7
2020-11-18
usb: typec: tcpci: Implement Auto discharge disconnect callbacks
Badhri Jagan Sridharan
1
-1
/
+62
2020-11-18
usb: typec: tcpci: frs sourcing vbus callback
Badhri Jagan Sridharan
1
-0
/
+9
2020-10-08
usb: typec: tcpci: Implement callbacks for FRS
Badhri Jagan Sridharan
1
-0
/
+17
2020-10-08
usb: typec: tcpci: Add set_vbus tcpci callback
Badhri Jagan Sridharan
1
-0
/
+7
2020-10-08
usb: typec: tcpci: Add a getter method to retrieve tcpm_port reference
Badhri Jagan Sridharan
1
-0
/
+6
2020-09-16
usb: typec: tcpci: update ROLE_CONTROL for DRP
Badhri Jagan Sridharan
1
-1
/
+36
2020-09-16
usb: typec: tcpci: Add support when hidden tx registers are inaccessible
Badhri Jagan Sridharan
1
-11
/
+35
[next]