summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-2913-32/+392
|\
| * usb: typec: fusb302: fix "op-sink-microwatt" default that was in mWThomas Hebb2020-01-221-1/+1
| * usb: typec: wcove: fix "op-sink-microwatt" default that was in mWThomas Hebb2020-01-221-1/+1
| * usb: typec: tcpci: mask event interrupts when remove driverJun Li2020-01-221-0/+6
| * Merge 5.5-rc6 into usb-nextGreg Kroah-Hartman2020-01-132-14/+24
| |\
| * | usb: typec: Give the mux drivers all the details regarding the port stateHeikki Krogerus2020-01-093-12/+28
| * | usb: typec: More API for cable handlingHeikki Krogerus2020-01-091-0/+46
| * | usb: typec: Add parameter for the VDO to typec_altmode_enter()Heikki Krogerus2020-01-094-9/+12
| * | usb: typec: Block mode entry if the port has the mode disabledHeikki Krogerus2020-01-091-0/+3
| * | usb: typec: ucsi: fix spelling mistake "connetor" -> "connector"Colin Ian King2020-01-081-1/+1
| * | usb: typec: ucsi: Actually enable all the interface notificationsHeikki Krogerus2020-01-081-0/+1
| * | usb: typec: fix non-kernel-doc commentsRandy Dunlap2020-01-082-2/+2
| * | usb: typec: ucsi: add support for separate DP altmode devicesAjay Gupta2019-12-303-2/+279
| * | usb: typec: ucsi: Store the notification maskHeikki Krogerus2019-12-302-5/+13
* | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-271-1/+1
|\ \ \ | |_|/ |/| |
| * | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
| |/
* | usb: typec: ucsi: Fix the notification bit offsetsHeikki Krogerus2020-01-081-9/+9
* | USB-PD tcpm: bad warning+size, PPS adaptersDouglas Gilbert2020-01-021-5/+15
|/
* usb: typec: fusb302: Fix an undefined reference to 'extcon_get_state'zhong jiang2019-12-171-0/+1
* usb: typec: fix use after free in typec_register_port()Wen Yang2019-12-101-2/+4
* usb: typec: tcpm: Remove tcpc_config configuration mechanismHans de Goede2019-11-161-87/+3
* usb: typec: ucsi: Optimise ucsi_unregister()Heikki Krogerus2019-11-041-6/+3
* usb: typec: ucsi: New error codesHeikki Krogerus2019-11-042-5/+26
* usb: typec: ucsi: Remove all bit-fieldsHeikki Krogerus2019-11-043-72/+85
* usb: typec: ucsi: Remove struct ucsi_controlHeikki Krogerus2019-11-045-300/+115
* usb: typec: ucsi: Remove the old APIHeikki Krogerus2019-11-044-385/+43
* usb: typec: ucsi: ccg: Move to the new APIHeikki Krogerus2019-11-041-85/+81
* usb: typec: ucsi: acpi: Move to the new APIHeikki Krogerus2019-11-041-19/+72
* usb: typec: ucsi: Simplified registration and I/O APIHeikki Krogerus2019-11-042-29/+359
* usb: typec: hd3ss3220: Give the connector fwnode to the port deviceHeikki Krogerus2019-11-041-3/+9
* usb: typec: Remove the callback members from struct typec_capabilityHeikki Krogerus2019-11-041-29/+11
* usb: typec: hd3ss3220: Start using struct typec_operationsHeikki Krogerus2019-11-041-11/+13
* usb: typec: ucsi: Start using struct typec_operationsHeikki Krogerus2019-11-041-11/+11
* usb: typec: tps6598x: Start using struct typec_operationsHeikki Krogerus2019-11-041-23/+26
* usb: typec: tcpm: Start using struct typec_operationsHeikki Krogerus2019-11-041-25/+20
* usb: typec: Separate the operations vectorHeikki Krogerus2019-11-041-10/+29
* usb: typec: Introduce typec_get_drvdata()Heikki Krogerus2019-11-041-0/+11
* usb: typec: Copy everything from struct typec_capability during registrationHeikki Krogerus2019-11-041-6/+14
* usb: typec: fix an IS_ERR() vs NULL bug in hd3ss3220_probe()Dan Carpenter2019-10-151-2/+2
* Merge 5.4-rc3 into usb-nextGreg Kroah-Hartman2019-10-143-44/+14
|\
| * usb: typec: ucsi: displayport: Fix for the mode entering routineHeikki Krogerus2019-10-041-0/+2
| * usb: typec: ucsi: ccg: Remove run_isr flagHeikki Krogerus2019-10-041-38/+4
| * usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in tcpm_fw_get_caps()Dan Carpenter2019-10-041-6/+8
* | usb: typec: remove duplicated include from hd3ss3220.cYueHaibing2019-10-101-1/+0
* | usb: typec: hd3ss3220: hd3ss3220_probe() warn: passing zero to 'PTR_ERR'Biju Das2019-10-101-8/+11
* | usb: typec: add dependency for TYPEC_HD3SS3220Mao Wenan2019-10-101-0/+1
* | usb: typec: hd3ss3220_irq() can be statickbuild test robot2019-10-061-1/+1
* | usb: typec: driver for TI HD3SS3220 USB Type-C DRP port controllerBiju Das2019-10-043-0/+270
|/
* Merge generic_lookup_helpers into usb-nextGreg Kroah-Hartman2019-09-031-14/+2
|\
| * drivers: Introduce device lookup variants by fwnodeSuzuki K Poulose2019-07-301-7/+1