index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
typec
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-15
Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
3
-4
/
+125
2019-07-11
Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2
-5
/
+4
2019-07-09
Merge tag 'devprop-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-87
/
+229
2019-07-03
drivers/usb/typec/tps6598x.c: fix 4CC cmd write
Nikolaus Voss
1
-2
/
+2
2019-07-03
drivers/usb/typec/tps6598x.c: fix portinfo width
Nikolaus Voss
1
-1
/
+1
2019-06-17
Merge 5.2-rc5 into usb-next
Greg Kroah-Hartman
2
-3
/
+5
2019-06-12
usb: typec: Make sure an alt mode exist before getting its partner
Heikki Krogerus
1
-1
/
+1
2019-06-08
usb: typec: tcpm: fusb302: simplify getting the adapter of a client
Wolfram Sang
1
-2
/
+1
2019-06-08
usb: typec: ucsi: ccg: add runtime pm workaround
Ajay Gupta
1
-4
/
+76
2019-06-08
usb: typec: ucsi: ccg: enable runtime pm support
Ajay Gupta
3
-0
/
+49
2019-06-03
usb: typec: ucsi: ccg: fix memory leak in do_flash
Gustavo A. R. Silva
1
-2
/
+4
2019-06-03
usb: typec: Registering real device entries for the muxes
Heikki Krogerus
4
-87
/
+229
2019-04-29
usb: typec: ucsi: ccg: fix missing unlock on error in ccg_cmd_write_flash_row()
Wei Yongjun
1
-0
/
+1
2019-04-25
usb: typec: Add driver for NVIDIA Alt Modes
Ajay Gupta
4
-1
/
+59
2019-04-25
usb: typec: displayport: Export probe and remove functions
Ajay Gupta
2
-5
/
+15
2019-04-25
usb: typec: ucsi: Support for DisplayPort alt mode
Heikki Krogerus
4
-8
/
+364
2019-04-25
usb: typec: ucsi: Preliminary support for alternate modes
Heikki Krogerus
4
-92
/
+428
2019-04-25
usb: typec: ucsi: ccg: add firmware flashing support
Ajay Gupta
1
-13
/
+814
2019-04-25
usb: typec: ucsi: ccg: add get_fw_info function
Ajay Gupta
1
-2
/
+64
2019-04-19
usb: typec: fusb302: Revert "Resolve fixed power role contract setup"
Hans de Goede
1
-9
/
+46
2019-04-19
usb: typec: fusb302: Implement start_toggling for all port-types
Hans de Goede
1
-3
/
+13
2019-04-19
usb: typec: tcpm: Notify the tcpc to start connection-detection for SRPs
Hans de Goede
4
-27
/
+35
2019-04-01
Merge 5.1-rc3 into usb-next
Greg Kroah-Hartman
2
-3
/
+33
2019-03-26
usb: typec: fusb302: Make fusb302_irq_work static
YueHaibing
1
-1
/
+1
2019-03-26
usb: typec: wcove: Provide fwnode for the port
Heikki Krogerus
1
-13
/
+16
2019-03-19
usb: typec: fusb302: Add __printf attribute to fusb302_log function
Hans de Goede
1
-1
/
+1
2019-03-19
usb: typec: fusb302: Improve suspend/resume handling
Hans de Goede
1
-64
/
+48
2019-03-19
usb: typec: fusb302: 2 small misc. fixes
Hans de Goede
1
-2
/
+2
2019-03-19
usb: typec: fusb302: Fix fusb302_handle_togdone_src Ra handling
Hans de Goede
1
-52
/
+97
2019-03-19
usb: typec: fusb302: Check vconn is off when we start toggling
Hans de Goede
1
-0
/
+2
2019-03-19
usb: typec: fusb302: Fold fusb302_set_cc_pull into tcpm_set_cc
Hans de Goede
1
-38
/
+13
2019-03-19
usb: typec: fusb302: Refactor / simplify tcpm_set_cc()
Hans de Goede
1
-70
/
+15
2019-03-19
usb: typec: fusb302: Make fusb302_set_cc_polarity also set pull ups / downs
Hans de Goede
1
-32
/
+16
2019-03-19
usb: typec: pi3usb30532: Keep orientation when setting mux to safe mode
Hans de Goede
1
-1
/
+2
2019-03-19
usb: typec: altmodes/displayport: Fall back to multi-func pins
Hans de Goede
1
-1
/
+1
2019-03-19
usb: typec: tcpm: Try PD-2.0 if sink does not respond to 3.0 source-caps
Hans de Goede
1
-1
/
+26
2019-03-19
usb: typec: Fix unchecked return value
Gustavo A. R. Silva
1
-2
/
+7
2019-02-21
usb: typec: tps6598x: handle block writes separately with plain-I2C adapters
Nikolaus Voss
1
-6
/
+20
2019-02-20
usb: typec: mux: remove redundant check on variable match
Colin Ian King
1
-1
/
+1
2019-02-19
usb: typec: mux: Fix unsigned comparison with less than zero
YueHaibing
1
-1
/
+1
2019-02-14
usb: typec: mux: Find the muxes by also matching against the device node
Heikki Krogerus
1
-12
/
+74
2019-02-14
usb: typec: Find the ports by also matching against the device node
Heikki Krogerus
1
-3
/
+21
2019-02-14
usb: typec: Rationalize the API for the muxes
Heikki Krogerus
2
-9
/
+8
2019-02-14
usb: typec: tps6598x: Check mode of operation
Heikki Krogerus
1
-4
/
+49
2019-02-13
usb: typec: tcpm: Remove unused functions
Guenter Roeck
1
-60
/
+0
2019-02-11
Merge 5.0-rc6 into usb-next
Greg Kroah-Hartman
1
-1
/
+2
2019-02-08
usb: typec: ucsi: Remove debug.h file
Heikki Krogerus
3
-67
/
+64
2019-02-08
usb: typec: Prepare alt mode enter/exit reporting for UCSI alt mode support
Heikki Krogerus
1
-1
/
+1
2019-02-08
usb: typec: displayport: Move the Configuration VDO helpers to the header
Heikki Krogerus
1
-4
/
+0
2019-01-31
usb: typec: tcpm: Correct the PPS out_volt calculation
Kyle Tso
1
-1
/
+2
[next]