index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
typec
/
tcpm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-04
usb: typec: tcpm: cancel vdm and state machine hrtimer when unregister tcpm port
Li Jun
1
-0
/
+3
2021-06-04
usb: typec: tcpm: Properly handle Alert and Status Messages
Kyle Tso
1
-25
/
+27
2021-06-04
usb: typec: tcpm: Fix misuses of AMS invocation
Kyle Tso
1
-6
/
+5
2021-06-04
usb: typec: tcpm: Introduce snk_vdo_v1 for SVDM version 1.0
Kyle Tso
1
-12
/
+28
2021-06-04
usb: typec: tcpm: Correct the responses in SVDM Version 2.0 DFP
Kyle Tso
1
-4
/
+10
2021-05-31
Merge 5.13-rc4 into usb-next
Greg Kroah-Hartman
1
-3
/
+36
2021-05-24
usb: typec: tcpci: Make symbol 'tcpci_apply_rc' static
Wei Yongjun
1
-1
/
+2
2021-05-24
usb: typec: tcpm: Respond Not_Supported if no snk_vdo
Kyle Tso
1
-1
/
+4
2021-05-24
usb: typec: tcpm: Properly interrupt VDM AMS
Kyle Tso
1
-0
/
+30
2021-05-21
usb: typec: tcpci: Implement callback for apply_rc
Badhri Jagan Sridharan
1
-0
/
+27
2021-05-21
usb: typec: tcpm: Move TCPC to APPLY_RC state during PR_SWAP
Badhri Jagan Sridharan
1
-0
/
+16
2021-05-21
usb: typec: tcpm: Refactor logic to enable/disable auto vbus dicharge
Badhri Jagan Sridharan
1
-21
/
+18
2021-05-21
usb: typec: tcpm: Fix up PR_SWAP when vsafe0v is signalled
Badhri Jagan Sridharan
1
-0
/
+3
2021-05-21
usb: typec: tcpm: Use LE to CPU conversion when accessing msg->header
Andy Shevchenko
1
-2
/
+2
2021-05-21
usb: typec: wcove: Fx wrong kernel doc format
Andy Shevchenko
1
-1
/
+1
2021-05-16
Merge tag 'driver-core-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-0
/
+9
2021-05-13
usb: typec: tcpm: Fix SINK_DISCOVERY current limit for Rp-default
Badhri Jagan Sridharan
1
-1
/
+1
2021-05-10
usb: typec: tcpm: Don't block probing of consumers of "connector" nodes
Saravana Kannan
1
-0
/
+9
2021-05-10
usb: typec: tcpm: Fix wrong handling for Not_Supported in VDM AMS
Kyle Tso
1
-2
/
+12
2021-05-10
usb: typec: tcpm: Send DISCOVER_IDENTITY from dedicated work
Kyle Tso
1
-10
/
+75
2021-05-10
usb: typec: tcpm: Fix wrong handling in GET_SINK_CAP
Kyle Tso
1
-1
/
+1
2021-04-22
usb: typec: tcpm: Fix error while calculating PPS out values
Badhri Jagan Sridharan
1
-3
/
+3
2021-04-14
usb: typec: tcpm: Allow slow charging loops to comply to pSnkStby
Badhri Jagan Sridharan
1
-3
/
+14
2021-04-14
usb: typec: tcpm: Honour pSnkStdby requirement during negotiation
Badhri Jagan Sridharan
1
-0
/
+17
2021-04-09
usb: typec: tcpm: Add support for altmodes
Hans de Goede
1
-0
/
+4
2021-04-09
usb: typec: tcpm: update power supply once partner accepts
Badhri Jagan Sridharan
1
-3
/
+1
2021-04-09
usb: typec: tcpm: Address incorrect values of tcpm psy for pps supply
Badhri Jagan Sridharan
1
-35
/
+53
2021-04-09
usb: typec: tcpm: Address incorrect values of tcpm psy for fixed supply
Badhri Jagan Sridharan
1
-7
/
+10
2021-03-26
usb: typec: tcpci_maxim: Make symbol 'max_tcpci_tcpci_write_table' static
Wei Yongjun
1
-1
/
+1
2021-03-22
Merge 5.12-rc4 into usb-next
Greg Kroah-Hartman
1
-2
/
+9
2021-03-18
usb: typec: tcpm: Skip sink_cap query only when VDM sm is busy
Badhri Jagan Sridharan
1
-1
/
+1
2021-03-18
usb: typec: tcpm: PD3.0 sinks can send Discover Identity even in device mode
Badhri Jagan Sridharan
1
-2
/
+2
2021-03-18
usb: typec: tcpci: Added few missing TCPCI register definitions
Badhri Jagan Sridharan
1
-0
/
+16
2021-03-17
usb: typec: tcpm: Invoke power_supply_changed for tcpm-source-psy-
Badhri Jagan Sridharan
1
-1
/
+8
2021-03-12
usb: typec: tcpci: Refactor tcpc_presenting_cc1_rd macro
Badhri Jagan Sridharan
1
-9
/
+5
2021-03-10
usb: typec: tcpm: turn tcpm_ams_finish into void function
Yang Li
1
-5
/
+1
2021-03-10
usb: typec: tcpci: Check ROLE_CONTROL while interpreting CC_STATUS
Badhri Jagan Sridharan
1
-3
/
+18
2021-03-10
USB: typec: tcpm: create debugfs subdir for the driver
Greg Kroah-Hartman
1
-2
/
+3
2021-03-10
USB: typec: fusb302: create debugfs subdir for the driver
Greg Kroah-Hartman
1
-2
/
+3
2021-03-10
usb: typec: tcpm: Wait for vbus discharge to VSAFE0V before toggling
Badhri Jagan Sridharan
1
-10
/
+65
2021-02-09
usb: typec: tcpm: Get Sink VDO from fwnode
Kyle Tso
1
-0
/
+14
2021-02-09
usb: typec: tcpm: Determine common SVDM Version
Kyle Tso
1
-10
/
+61
2021-02-09
usb: pd: Make SVDM Version configurable in VDM header
Kyle Tso
1
-8
/
+8
2021-02-02
usb: typec: tcpci_maxim: Enable data path when partner is USB Comm capable
Badhri Jagan Sridharan
1
-0
/
+19
2021-02-02
usb: typec: tcpci: Add Callback to Usb Communication capable partner
Badhri Jagan Sridharan
2
-0
/
+15
2021-02-02
usb: typec: tcpm: Add Callback to Usb Communication capable partner
Badhri Jagan Sridharan
1
-0
/
+13
2021-02-02
usb: typec: tcpm: Set in_ams flag when Source caps have been received
Badhri Jagan Sridharan
1
-0
/
+1
2021-02-02
usb: typec: tcpm: Handle vbus shutoff when in source mode
Badhri Jagan Sridharan
1
-0
/
+11
2021-01-25
usb: typec: tcpci_maxim: add terminating newlines to logging
Junlin Yang
1
-6
/
+6
2021-01-25
usb: typec: tcpci_maxim: remove redundant assignment
Junlin Yang
1
-1
/
+0
[prev]
[next]