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
2024-08-13
usb: typec: ucsi: Fix the return value of ucsi_run_command()
Heikki Krogerus
-1
/
+1
2024-08-12
Merge 6.11-rc3 into usb-next
Greg Kroah-Hartman
-11
/
+22
2024-08-07
usb: typec: tcpm/tcpci_maxim: use device managed TCPCI port deregistration
André Draszik
-16
/
+14
2024-08-07
usb: typec: tcpm/tcpci_maxim: convert to dev_err_probe()
André Draszik
-10
/
+11
2024-08-07
usb: typec: tcpm/tcpci_maxim: use GENMASK() for TCPC_VENDOR_ADC_CTRL1 register
André Draszik
-5
/
+5
2024-08-07
usb: typec: tcpm/tcpci_maxim: use GENMASK() for TCPC_VENDOR_CC_CTRL3 register
André Draszik
-10
/
+8
2024-08-07
usb: typec: tcpm/tcpci_maxim: use GENMASK() for TCPC_VENDOR_CC_CTRL2 register
André Draszik
-10
/
+14
2024-08-07
usb: typec: tcpm/tcpci_maxim: drop STATUS_CHECK()
André Draszik
-3
/
+1
2024-08-07
usb: typec: tcpm/tcpci_maxim: simplify clearing of TCPC_ALERT_RX_BUF_OVF
André Draszik
-6
/
+4
2024-08-07
usb: typec: tcpm/tcpci_maxim: sort TCPC_ALERT_MASK values by bit
André Draszik
-5
/
+7
2024-08-07
usb: typec: tcpci: use GENMASK() for TCPC_TRANSMIT register fields
André Draszik
-2
/
+5
2024-08-07
usb: typec: tcpci: use GENMASK() for TCPC_MSG_HDR_INFO_REV
André Draszik
-1
/
+1
2024-08-07
usb: typec: tcpci: use GENMASK() for TCPC_ROLE_CTRL_RP_VAL
André Draszik
-15
/
+18
2024-08-07
usb: typec: tcpci: use GENMASK() for TCPC_ROLE_CTRL_CC[12]
André Draszik
-46
/
+40
2024-08-07
usb: typec: tcpci: use GENMASK() for TCPC_CC_STATUS_CC[12]
André Draszik
-13
/
+9
2024-08-07
usb: typec: tcpm/tcpci_maxim: clarify a comment
André Draszik
-1
/
+1
2024-08-07
usb: typec: ucsi: Fix a deadlock in ucsi_send_command_common()
Heikki Krogerus
-7
/
+4
2024-08-07
usb: typec: tcpm: avoid sink goto SNK_UNATTACHED state if not received source...
Xu Yang
-1
/
+1
2024-07-31
usb: typec: ucsi: glink: Remove unnecessary semicolon
Chen Ni
-1
/
+1
2024-07-31
usb: typec: tipd: Delete extra semi-colon
Harshit Mogalapalli
-1
/
+1
2024-07-31
usb: typec: tipd: Fix dereferencing freeing memory in tps6598x_apply_patch()
Harshit Mogalapalli
-1
/
+1
2024-07-31
usb: typec: tcpci: Fix error code in tcpci_check_std_output_cap()
Dan Carpenter
-1
/
+1
2024-07-31
usb: typec: fsa4480: Check if the chip is really there
Konrad Dybcio
-0
/
+14
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1
/
+1
2024-07-10
usb: typec: Drop explicit initialization of struct i2c_device_id::driver_data...
Uwe Kleine-König
-8
/
+8
2024-07-03
usb: typec: tcpci: add support to set connector orientation
Marco Felsch
-0
/
+44
2024-07-03
usb: typec: ucsi: reorder operations in ucsi_run_command()
Dmitry Baryshkov
-20
/
+14
2024-07-03
usb: typec: ucsi: extract common code for command handling
Dmitry Baryshkov
-203
/
+67
2024-07-03
usb: typec: ucsi: inline ucsi_read_message_in
Dmitry Baryshkov
-14
/
+8
2024-07-03
usb: typec: ucsi: rework command execution functions
Dmitry Baryshkov
-72
/
+66
2024-07-03
usb: typec: ucsi: split read operation
Dmitry Baryshkov
-72
/
+169
2024-07-03
usb: typec: ucsi: simplify command sending API
Dmitry Baryshkov
-87
/
+64
2024-07-03
usb: typec: ucsi: move ucsi_acknowledge() from ucsi_read_error()
Dmitry Baryshkov
-10
/
+6
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
-1
/
+1
2024-07-01
Merge 6.10-rc6 into usb-next
Greg Kroah-Hartman
-5
/
+80
2024-06-27
usb: typec: ucsi: add Lenovo Yoga C630 glue driver
Dmitry Baryshkov
-0
/
+214
2024-06-27
usb: typec: ucsi: UCSI2.0 Get Error Status changes
Pooja Katiyar
-3
/
+29
2024-06-27
usb: typec: ucsi: UCSI2.0 Get Error Status data structure changes
Pooja Katiyar
-0
/
+8
2024-06-27
usb: typec: ucsi: Only set number of plug altmodes after registration
Jameson Thies
-6
/
+6
2024-06-20
usb: typec: ucsi: glink: fix child node release in probe function
Javier Carrasco
-1
/
+4
2024-06-20
usb: typec: ucsi_acpi: Add LG Gram quirk
Diogo Ivo
-0
/
+61
2024-06-20
usb: ucsi: stm32: fix command completion handling
Fabrice Gasnier
-4
/
+15
2024-06-20
usb: typec-mux: nb7vpq904m: broadcast typec state to next mux
Neil Armstrong
-2
/
+22
2024-06-20
usb: typec-mux: ptn36502: broadcast typec state to next mux
Neil Armstrong
-2
/
+22
2024-06-20
usb: typec-mux: nb7vpq904m: unregister typec switch on probe error and remove
Neil Armstrong
-1
/
+6
2024-06-20
usb: typec-mux: ptn36502: unregister typec switch on probe error and remove
Neil Armstrong
-2
/
+9
2024-06-20
usb: typec: ucsi: psy: Add support for the charge type property
Heikki Krogerus
-0
/
+35
2024-06-20
usb: typec: ucsi: Changing the driver data type to void
Heikki Krogerus
-1
/
+1
2024-06-20
usb: typec: ucsi: don't retrieve PDOs if not supported
Mark Pearson
-0
/
+4
2024-06-20
usb: typec: tipd: use min() to set tps6598x firmware packet size
Javier Carrasco
-4
/
+1
[prev]
[next]