summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec
Commit message (Expand)AuthorAgeFilesLines
* usb: typec: tps6598x: handle block reads separately with plain-I2C adaptersHeikki Krogerus2018-05-031-8/+39
* usb: typec: tcpm: Release the role mux when exitingHeikki Krogerus2018-05-031-0/+1
* usb: typec: ucsi: Increase command completion timeout valueHeikki Krogerus2018-04-221-1/+1
* usb: typec: ucsi: fix tracepoint related build errorTobias Regnery2018-04-221-1/+1
* usb: typec: driver for Pericom PI3USB30532 Type-C cross switchHans de Goede2018-03-225-0/+194
* usb: typec: tcpm: Use new Type-C switch/mux and usb-role-switch functionsHans de Goede2018-03-223-12/+36
* usb: typec: tcpm: Set USB role switch to device mode when configured as suchHans de Goede2018-03-221-11/+11
* usb: typec: Separate the definitions for data and power rolesHeikki Krogerus2018-03-226-38/+68
* usb: typec: API for controlling USB Type-C MultiplexersHeikki Krogerus2018-03-223-0/+262
* Merge branch 4.16-rc6 into usb-nextGreg Kroah-Hartman2018-03-202-122/+44
|\
| * usb: typec: tcpm: fusb302: Do not log an error on -EPROBE_DEFERHans de Goede2018-03-091-1/+2
| * Revert "typec: tcpm: Only request matching pdos"Hans de Goede2018-03-061-121/+42
* | usb: typec: Start using ERR_PTRHeikki Krogerus2018-03-094-48/+58
* | USB: typec: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-092-28/+6
|/
* Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman2017-12-182-9/+46
|\
| * usb: add user selectable option for the whole USB Type-C SupportHeikki Krogerus2017-11-282-9/+46
* | usb: typec: wcove: fix the sink capabilitiesHeikki Krogerus2017-12-121-3/+1
* | typec: tcpm: Only request matching pdosBadhri Jagan Sridharan2017-12-071-42/+121
* | typec: tcpm: Validate source and sink capsBadhri Jagan Sridharan2017-12-071-9/+121
* | usb: typec: remove duplicate includesPravin Shedge2017-12-061-1/+0
* | typec: tcpm: fusb302: Resolve out of order messaging eventsAdam Thomson2017-11-281-4/+17
* | typec: fusb302: Use dev_err during probeMats Karrman2017-11-281-9/+8
|/
* Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-1312-198/+944
|\
| * USB: typec: Remove remaining redundant license textGreg Kroah-Hartman2017-11-074-34/+0
| * USB: typec: add SPDX identifiers to some filesGreg Kroah-Hartman2017-11-075-0/+5
| * USB: add SPDX identifiers to all remaining MakefilesGreg Kroah-Hartman2017-11-072-0/+2
| * USB: typec: Remove redundant license textGreg Kroah-Hartman2017-11-074-16/+0
| * USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-044-0/+4
| * usb: typec: tps6598x: mark expected switch fall-throughGustavo A. R. Silva2017-11-011-0/+1
| * usb: typec: wcove: fix uninitialized usbc_irq1 and usbc_irq2Colin Ian King2017-10-171-2/+2
| * usb: typec: tcpm: reset the port on removalHeikki Krogerus2017-10-171-0/+1
| * usb: typec: driver for TI TPS6598x USB Power Delivery controllersHeikki Krogerus2017-10-043-0/+487
| * usb: typec: wcove: start using tcpm for USB PD supportHeikki Krogerus2017-10-042-151/+447
| * staging: typec: tcpm: Rewrite comparison to NULL pointerHarsha Sharma2017-09-181-1/+1
* | Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-137-0/+5772
|\|
| * usb: typec: fusb302: Move out of stagingGuenter Roeck2017-09-186-0/+2148
| * typec: tcpm: Move out of stagingGuenter Roeck2017-09-183-0/+3624
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
|/
* usb: typec: include linux/device.h in ucsi.hArnd Bergmann2017-07-171-0/+1
* Merge (most of) tag 'mfd-next-4.13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-071-1/+1
|\
| * mfd: intel_soc_pmic_bxtwc: Use chained IRQs for second level IRQ chipsKuppuswamy Sathyanarayanan2017-06-191-1/+1
* | Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-07-0311-15/+1664
|\ \
| * | usb: typec: ucsi: Add ACPI driverHeikki Krogerus2017-06-273-0/+176
| * | usb: typec: Add support for UCSI interfaceHeikki Krogerus2017-06-279-0/+1367
| * | usb: typec: Add a sysfs node to manage port typeBadhri Jagan Sridharan2017-06-031-10/+96
| * | usb: typec: update partner power delivery support with opmodeHeikki Krogerus2017-06-031-0/+19
| * | usb: typec: Don't prevent using constant typec_mode_desc initializersMats Karrman2017-05-171-5/+6
| |/
* / ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko2017-06-071-4/+4
|/
* usb: typec: add driver for Intel Whiskey Cove PMIC USB Type-C PHYHeikki Krogerus2017-03-233-0/+393
* usb: USB Type-C connector classHeikki Krogerus2017-03-233-0/+1270