index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
typec
Age
Commit message (
Expand
)
Author
Lines
2020-03-12
usb: typec: ucsi: displayport: Fix a potential race during registration
Heikki Krogerus
-1
/
+8
2020-03-12
usb: typec: ucsi: displayport: Fix NULL pointer dereference
Heikki Krogerus
-0
/
+3
2020-01-29
Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-32
/
+392
2020-01-27
Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap
Linus Torvalds
-1
/
+1
2020-01-22
usb: typec: fusb302: fix "op-sink-microwatt" default that was in mW
Thomas Hebb
-1
/
+1
2020-01-22
usb: typec: wcove: fix "op-sink-microwatt" default that was in mW
Thomas Hebb
-1
/
+1
2020-01-22
usb: typec: tcpci: mask event interrupts when remove driver
Jun Li
-0
/
+6
2020-01-13
Merge 5.5-rc6 into usb-next
Greg Kroah-Hartman
-14
/
+24
2020-01-09
usb: typec: Give the mux drivers all the details regarding the port state
Heikki Krogerus
-12
/
+28
2020-01-09
usb: typec: More API for cable handling
Heikki Krogerus
-0
/
+46
2020-01-09
usb: typec: Add parameter for the VDO to typec_altmode_enter()
Heikki Krogerus
-9
/
+12
2020-01-09
usb: typec: Block mode entry if the port has the mode disabled
Heikki Krogerus
-0
/
+3
2020-01-08
usb: typec: ucsi: fix spelling mistake "connetor" -> "connector"
Colin Ian King
-1
/
+1
2020-01-08
usb: typec: ucsi: Fix the notification bit offsets
Heikki Krogerus
-9
/
+9
2020-01-08
usb: typec: ucsi: Actually enable all the interface notifications
Heikki Krogerus
-0
/
+1
2020-01-08
usb: typec: fix non-kernel-doc comments
Randy Dunlap
-2
/
+2
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
-1
/
+1
2020-01-02
USB-PD tcpm: bad warning+size, PPS adapters
Douglas Gilbert
-5
/
+15
2019-12-30
usb: typec: ucsi: add support for separate DP altmode devices
Ajay Gupta
-2
/
+279
2019-12-30
usb: typec: ucsi: Store the notification mask
Heikki Krogerus
-5
/
+13
2019-12-17
usb: typec: fusb302: Fix an undefined reference to 'extcon_get_state'
zhong jiang
-0
/
+1
2019-12-10
usb: typec: fix use after free in typec_register_port()
Wen Yang
-2
/
+4
2019-11-16
usb: typec: tcpm: Remove tcpc_config configuration mechanism
Hans de Goede
-87
/
+3
2019-11-04
usb: typec: ucsi: Optimise ucsi_unregister()
Heikki Krogerus
-6
/
+3
2019-11-04
usb: typec: ucsi: New error codes
Heikki Krogerus
-5
/
+26
2019-11-04
usb: typec: ucsi: Remove all bit-fields
Heikki Krogerus
-72
/
+85
2019-11-04
usb: typec: ucsi: Remove struct ucsi_control
Heikki Krogerus
-300
/
+115
2019-11-04
usb: typec: ucsi: Remove the old API
Heikki Krogerus
-385
/
+43
2019-11-04
usb: typec: ucsi: ccg: Move to the new API
Heikki Krogerus
-85
/
+81
2019-11-04
usb: typec: ucsi: acpi: Move to the new API
Heikki Krogerus
-19
/
+72
2019-11-04
usb: typec: ucsi: Simplified registration and I/O API
Heikki Krogerus
-29
/
+359
2019-11-04
usb: typec: hd3ss3220: Give the connector fwnode to the port device
Heikki Krogerus
-3
/
+9
2019-11-04
usb: typec: Remove the callback members from struct typec_capability
Heikki Krogerus
-29
/
+11
2019-11-04
usb: typec: hd3ss3220: Start using struct typec_operations
Heikki Krogerus
-11
/
+13
2019-11-04
usb: typec: ucsi: Start using struct typec_operations
Heikki Krogerus
-11
/
+11
2019-11-04
usb: typec: tps6598x: Start using struct typec_operations
Heikki Krogerus
-23
/
+26
2019-11-04
usb: typec: tcpm: Start using struct typec_operations
Heikki Krogerus
-25
/
+20
2019-11-04
usb: typec: Separate the operations vector
Heikki Krogerus
-10
/
+29
2019-11-04
usb: typec: Introduce typec_get_drvdata()
Heikki Krogerus
-0
/
+11
2019-11-04
usb: typec: Copy everything from struct typec_capability during registration
Heikki Krogerus
-6
/
+14
2019-10-15
usb: typec: fix an IS_ERR() vs NULL bug in hd3ss3220_probe()
Dan Carpenter
-2
/
+2
2019-10-14
Merge 5.4-rc3 into usb-next
Greg Kroah-Hartman
-44
/
+14
2019-10-10
usb: typec: remove duplicated include from hd3ss3220.c
YueHaibing
-1
/
+0
2019-10-10
usb: typec: hd3ss3220: hd3ss3220_probe() warn: passing zero to 'PTR_ERR'
Biju Das
-8
/
+11
2019-10-10
usb: typec: add dependency for TYPEC_HD3SS3220
Mao Wenan
-0
/
+1
2019-10-06
usb: typec: hd3ss3220_irq() can be static
kbuild test robot
-1
/
+1
2019-10-04
usb: typec: driver for TI HD3SS3220 USB Type-C DRP port controller
Biju Das
-0
/
+270
2019-10-04
usb: typec: ucsi: displayport: Fix for the mode entering routine
Heikki Krogerus
-0
/
+2
2019-10-04
usb: typec: ucsi: ccg: Remove run_isr flag
Heikki Krogerus
-38
/
+4
2019-10-04
usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in tcpm_fw_get_caps()
Dan Carpenter
-6
/
+8
[next]