aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-04usb: typec: tps6598x: Start using struct typec_operationsHeikki Krogerus1-23/+26
2019-11-04usb: typec: tcpm: Start using struct typec_operationsHeikki Krogerus1-25/+20
2019-11-04usb: typec: Separate the operations vectorHeikki Krogerus1-10/+29
2019-11-04usb: typec: Introduce typec_get_drvdata()Heikki Krogerus1-0/+11
2019-11-04usb: typec: Copy everything from struct typec_capability during registrationHeikki Krogerus1-6/+14
2019-10-15usb: typec: fix an IS_ERR() vs NULL bug in hd3ss3220_probe()Dan Carpenter1-2/+2
2019-10-14Merge 5.4-rc3 into usb-nextGreg Kroah-Hartman3-44/+14
2019-10-10usb: typec: remove duplicated include from hd3ss3220.cYueHaibing1-1/+0
2019-10-10usb: typec: hd3ss3220: hd3ss3220_probe() warn: passing zero to 'PTR_ERR'Biju Das1-8/+11
2019-10-10usb: typec: add dependency for TYPEC_HD3SS3220Mao Wenan1-0/+1
2019-10-06usb: typec: hd3ss3220_irq() can be statickbuild test robot1-1/+1
2019-10-04usb: typec: driver for TI HD3SS3220 USB Type-C DRP port controllerBiju Das3-0/+270
2019-10-04usb: typec: ucsi: displayport: Fix for the mode entering routineHeikki Krogerus1-0/+2
2019-10-04usb: typec: ucsi: ccg: Remove run_isr flagHeikki Krogerus1-38/+4
2019-10-04usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in tcpm_fw_get_caps()Dan Carpenter1-6/+8
2019-09-03Merge generic_lookup_helpers into usb-nextGreg Kroah-Hartman1-14/+2
2019-09-03usb: typec: tps6598x: Fix build error without CONFIG_REGMAP_I2CYueHaibing1-0/+1
2019-09-02Merge 5.3-rc7 into usb-nextGreg Kroah-Hartman1-1/+1
2019-08-28typec: tcpm: fix a typo in the comparison of pdo_max_voltageColin Ian King1-1/+1
2019-08-18usb: typec: fusb302: Call fusb302_debugfs_init earlierHans de Goede1-1/+2
2019-08-18usb: typec: fusb302: Use usb_debug_root as root for our debugfs entryHans de Goede1-8/+5
2019-08-18usb: typec: tcpm: Use usb_debug_root as root for our debugfs entryHans de Goede1-12/+5
2019-08-15usb: typec: fusb302: Always provide fwnode for the portHeikki Krogerus1-29/+41
2019-08-15usb: typec: fusb302: Remove unused propertiesHeikki Krogerus1-28/+3
2019-08-12Merge 5.3-rc4 into usb-nextGreg Kroah-Hartman2-18/+42
2019-08-08USB: typec: ucsi_ccg: convert i2c driver to use dev_groupsGreg Kroah-Hartman1-10/+3
2019-08-02usb: typec: tcpm: Ignore unsupported/unknown alternate mode requestsGuenter Roeck1-14/+24
2019-08-01usb: typec: ucsi: ccg: Fix uninitilized symbol errorHeikki Krogerus1-1/+1
2019-07-30usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-30drivers: Introduce device lookup variants by fwnodeSuzuki K Poulose1-7/+1
2019-07-30drivers: Introduce device lookup variants by nameSuzuki K Poulose1-7/+1
2019-07-30usb: typec: tcpm: remove tcpm dir if no childrenLi Jun1-0/+4
2019-07-30usb: typec: tcpm: free log buf memory when remove debug fileLi Jun1-0/+9
2019-07-30usb: typec: tcpm: Add NULL check before dereferencing configGuenter Roeck1-3/+4
2019-07-25usb: typec: mux: Switch to use fwnode_property_count_uXX()Andy Shevchenko1-1/+1
2019-07-25usb: typec: tcpm: Switch to use fwnode_property_count_uXX()Andy Shevchenko1-4/+2
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds3-4/+125
2019-07-11Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-5/+4
2019-07-09Merge tag 'devprop-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-87/+229
2019-07-03drivers/usb/typec/tps6598x.c: fix 4CC cmd writeNikolaus Voss1-2/+2
2019-07-03drivers/usb/typec/tps6598x.c: fix portinfo widthNikolaus Voss1-1/+1
2019-06-17Merge 5.2-rc5 into usb-nextGreg Kroah-Hartman2-3/+5
2019-06-12usb: typec: Make sure an alt mode exist before getting its partnerHeikki Krogerus1-1/+1
2019-06-08usb: typec: tcpm: fusb302: simplify getting the adapter of a clientWolfram Sang1-2/+1
2019-06-08usb: typec: ucsi: ccg: add runtime pm workaroundAjay Gupta1-4/+76
2019-06-08usb: typec: ucsi: ccg: enable runtime pm supportAjay Gupta3-0/+49
2019-06-03usb: typec: ucsi: ccg: fix memory leak in do_flashGustavo A. R. Silva1-2/+4
2019-06-03usb: typec: Registering real device entries for the muxesHeikki Krogerus4-87/+229
2019-04-29usb: typec: ucsi: ccg: fix missing unlock on error in ccg_cmd_write_flash_row()Wei Yongjun1-0/+1
2019-04-25usb: typec: Add driver for NVIDIA Alt ModesAjay Gupta4-1/+59