summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec
AgeCommit message (Expand)AuthorLines
2020-01-08usb: typec: ucsi: Fix the notification bit offsetsHeikki Krogerus-9/+9
2020-01-02USB-PD tcpm: bad warning+size, PPS adaptersDouglas Gilbert-5/+15
2019-12-17usb: typec: fusb302: Fix an undefined reference to 'extcon_get_state'zhong jiang-0/+1
2019-12-10usb: typec: fix use after free in typec_register_port()Wen Yang-2/+4
2019-11-16usb: typec: tcpm: Remove tcpc_config configuration mechanismHans de Goede-87/+3
2019-11-04usb: typec: ucsi: Optimise ucsi_unregister()Heikki Krogerus-6/+3
2019-11-04usb: typec: ucsi: New error codesHeikki Krogerus-5/+26
2019-11-04usb: typec: ucsi: Remove all bit-fieldsHeikki Krogerus-72/+85
2019-11-04usb: typec: ucsi: Remove struct ucsi_controlHeikki Krogerus-300/+115
2019-11-04usb: typec: ucsi: Remove the old APIHeikki Krogerus-385/+43
2019-11-04usb: typec: ucsi: ccg: Move to the new APIHeikki Krogerus-85/+81
2019-11-04usb: typec: ucsi: acpi: Move to the new APIHeikki Krogerus-19/+72
2019-11-04usb: typec: ucsi: Simplified registration and I/O APIHeikki Krogerus-29/+359
2019-11-04usb: typec: hd3ss3220: Give the connector fwnode to the port deviceHeikki Krogerus-3/+9
2019-11-04usb: typec: Remove the callback members from struct typec_capabilityHeikki Krogerus-29/+11
2019-11-04usb: typec: hd3ss3220: Start using struct typec_operationsHeikki Krogerus-11/+13
2019-11-04usb: typec: ucsi: Start using struct typec_operationsHeikki Krogerus-11/+11
2019-11-04usb: typec: tps6598x: Start using struct typec_operationsHeikki Krogerus-23/+26
2019-11-04usb: typec: tcpm: Start using struct typec_operationsHeikki Krogerus-25/+20
2019-11-04usb: typec: Separate the operations vectorHeikki Krogerus-10/+29
2019-11-04usb: typec: Introduce typec_get_drvdata()Heikki Krogerus-0/+11
2019-11-04usb: typec: Copy everything from struct typec_capability during registrationHeikki Krogerus-6/+14
2019-10-15usb: typec: fix an IS_ERR() vs NULL bug in hd3ss3220_probe()Dan Carpenter-2/+2
2019-10-14Merge 5.4-rc3 into usb-nextGreg Kroah-Hartman-44/+14
2019-10-10usb: typec: remove duplicated include from hd3ss3220.cYueHaibing-1/+0
2019-10-10usb: typec: hd3ss3220: hd3ss3220_probe() warn: passing zero to 'PTR_ERR'Biju Das-8/+11
2019-10-10usb: typec: add dependency for TYPEC_HD3SS3220Mao Wenan-0/+1
2019-10-06usb: typec: hd3ss3220_irq() can be statickbuild test robot-1/+1
2019-10-04usb: typec: driver for TI HD3SS3220 USB Type-C DRP port controllerBiju Das-0/+270
2019-10-04usb: typec: ucsi: displayport: Fix for the mode entering routineHeikki Krogerus-0/+2
2019-10-04usb: typec: ucsi: ccg: Remove run_isr flagHeikki Krogerus-38/+4
2019-10-04usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in tcpm_fw_get_caps()Dan Carpenter-6/+8
2019-09-03Merge generic_lookup_helpers into usb-nextGreg Kroah-Hartman-14/+2
2019-09-03usb: typec: tps6598x: Fix build error without CONFIG_REGMAP_I2CYueHaibing-0/+1
2019-09-02Merge 5.3-rc7 into usb-nextGreg Kroah-Hartman-1/+1
2019-08-28typec: tcpm: fix a typo in the comparison of pdo_max_voltageColin Ian King-1/+1
2019-08-18usb: typec: fusb302: Call fusb302_debugfs_init earlierHans de Goede-1/+2
2019-08-18usb: typec: fusb302: Use usb_debug_root as root for our debugfs entryHans de Goede-8/+5
2019-08-18usb: typec: tcpm: Use usb_debug_root as root for our debugfs entryHans de Goede-12/+5
2019-08-15usb: typec: fusb302: Always provide fwnode for the portHeikki Krogerus-29/+41
2019-08-15usb: typec: fusb302: Remove unused propertiesHeikki Krogerus-28/+3
2019-08-12Merge 5.3-rc4 into usb-nextGreg Kroah-Hartman-18/+42
2019-08-08USB: typec: ucsi_ccg: convert i2c driver to use dev_groupsGreg Kroah-Hartman-10/+3
2019-08-02usb: typec: tcpm: Ignore unsupported/unknown alternate mode requestsGuenter Roeck-14/+24
2019-08-01usb: typec: ucsi: ccg: Fix uninitilized symbol errorHeikki Krogerus-1/+1
2019-07-30usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd-3/+1
2019-07-30drivers: Introduce device lookup variants by fwnodeSuzuki K Poulose-7/+1
2019-07-30drivers: Introduce device lookup variants by nameSuzuki K Poulose-7/+1
2019-07-30usb: typec: tcpm: remove tcpm dir if no childrenLi Jun-0/+4
2019-07-30usb: typec: tcpm: free log buf memory when remove debug fileLi Jun-0/+9