aboutsummaryrefslogtreecommitdiff
path: root/drivers/platform/chrome
AgeCommit message (Expand)AuthorFilesLines
2021-06-30Merge branch 'for-5.14/intel-ish' into for-linusGravatar Jiri Kosina 1-3/+1
2021-05-07Merge tag 'tag-chrome-platform-for-v5.13' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 4-17/+38
2021-04-21platform/chrome: cros_ec_lpc: Use DEFINE_MUTEX() for mutex lockGravatar Ye Bin 1-2/+1
2021-04-21platform/chrome: cros_usbpd_notify: Listen to EC_HOST_EVENT_USB_MUX host eventGravatar Pi-Hsun Shih 1-1/+2
2021-04-21platform/chrome: cros_ec_typec: Add DP mode checkGravatar Prashant Malani 1-0/+5
2021-04-20platform/chrome: cros_ec_typec: Handle hard resetGravatar Prashant Malani 1-0/+13
2021-04-20platform/chrome: cros_ec_typec: Track port roleGravatar Prashant Malani 1-1/+4
2021-04-10platform/chrome: chromeos_laptop - Prepare complete software nodesGravatar Heikki Krogerus 1-40/+60
2021-03-30platform/chrome: cros_ec_typec: fix clang -Wformat warningGravatar Arnd Bergmann 1-2/+2
2021-03-30platform/chrome: cros_ec_typec: Check for device within remove functionGravatar Prashant Malani 1-10/+10
2021-03-30platform/chrome: wilco_ec: convert stream-like files from nonseekable_open ->...Gravatar Yang Li 1-1/+1
2021-03-08HID: intel-ish-hid: Make remove callback return voidGravatar Uwe Kleine-König 1-3/+1
2021-02-22Merge tag 'tag-chrome-platform-for-v5.12' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 10-39/+66
2021-02-11platform/chrome: cros_ec_typec: Flush pending workGravatar Prashant Malani 1-0/+1
2021-02-05platform/chrome: cros_ec_types: Support disconnect events without partnersGravatar Rajmohan Mani 1-7/+19
2021-02-05platform/chrome: cros_ec_typec: Skip port partner check in configure_mux()Gravatar Rajmohan Mani 1-3/+0
2021-02-04platform/chrome: cros_ec_typec: Clear Type C disc eventsGravatar Prashant Malani 1-3/+26
2021-02-02platform/chrome: cros_ec_typec: Decouple partner removalGravatar Prashant Malani 1-3/+2
2021-02-02platform/chrome: cros_ec_typec: Fix call to typec_partner_set_pd_revisionGravatar Benson Leung 1-5/+1
2021-02-01platform/chrome: cros_ec_typec: Set opmode to PD on SOP connectedGravatar Benson Leung 1-0/+3
2021-02-01platform/chrome: cros_ec_typec: Set Partner PD revision from statusGravatar Benson Leung 1-2/+12
2021-02-01platform/chrome: cros_ec_typec: Report SOP' PD revision from statusGravatar Benson Leung 1-2/+7
2021-01-22platform/chrome: cros_ec: Call interrupt bottom half at probe timeGravatar Gwendal Grignou 1-0/+7
2021-01-22platform/chrome: cros_ec: Call interrupt bottom half in ISH or RPMSG modeGravatar Gwendal Grignou 4-17/+25
2021-01-20platform/chrome: cros_ec_sysfs: Add cold-ap-off to sysfs reboot.Gravatar Pi-Hsun Shih 1-1/+2
2021-01-20platform/chrome: Constify static attribute_group structsGravatar Rikard Falkeborn 4-4/+4
2021-01-20platform/chrome: cros_ec_proto: Add LID and BATTERY to default maskGravatar Evan Benn 1-1/+3
2021-01-20platform/chrome: cros_ec_proto: Use EC_HOST_EVENT_MASK not BITGravatar Evan Benn 1-5/+5
2021-01-05platform/chrome: cros_ec_typec: Send mux configuration acknowledgment to ECGravatar Utkarsh Patel 1-0/+16
2021-01-05platform/chrome: cros_ec_typec: Parameterize cros_typec_cmds_supported()Gravatar Utkarsh Patel 1-5/+7
2021-01-05platform/chrome: cros_ec_typec: Register plug altmodesGravatar Prashant Malani 1-10/+40
2021-01-05platform/chrome: cros_ec_typec: Register SOP' cable plugGravatar Prashant Malani 1-9/+26
2021-01-05platform/chrome: cros_ec_typec: Set partner num_altmodesGravatar Prashant Malani 1-0/+8
2021-01-05platform/chrome: cros_ec_typec: Store cable plug typeGravatar Prashant Malani 1-1/+20
2021-01-05platform/chrome: cros_ec_typec: Register cableGravatar Prashant Malani 1-0/+67
2021-01-05platform/chrome: cros_ec_typec: Rename discovery structGravatar Prashant Malani 1-5/+5
2021-01-05platform/chrome: cros_ec_typec: Factor out PD identity parsingGravatar Prashant Malani 1-12/+23
2021-01-05platform/chrome: cros_ec_typec: Make disc_done flag partner-onlyGravatar Prashant Malani 1-12/+7
2020-12-23Merge tag 'tag-chrome-platform-for-v5.11' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 2-78/+272
2020-12-15Merge tag 'spi-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Gravatar Linus Torvalds 1-2/+0
2020-12-10platform/chrome: cros_ec_typec: Tolerate unrecognized mux flagsGravatar Prashant Malani 1-4/+3
2020-12-09platform/chrome: cros_ec_spi: Drop bits_per_word assignmentGravatar Stephen Boyd 1-1/+0
2020-12-09platform/chrome: cros_ec_spi: Don't overwrite spi::modeGravatar Stephen Boyd 1-1/+0
2020-11-18platform/chrome: cros_ec_typec: Correct the Thunderbolt rounded/non-rounded c...Gravatar Utkarsh Patel 1-2/+1
2020-11-12platform/chrome: cros_ec_typec: Register partner altmodesGravatar Prashant Malani 1-0/+77
2020-11-12platform/chrome: cros_ec_typec: Parse partner PD ID VDOsGravatar Prashant Malani 1-1/+59
2020-11-12platform/chrome: cros_ec_typec: Introduce TYPEC_STATUSGravatar Prashant Malani 1-0/+52
2020-11-12platform/chrome: cros_ec_typec: Clear partner identity on device removalGravatar Prashant Malani 1-0/+1
2020-11-12platform/chrome: cros_ec_typec: Fix remove partner logicGravatar Prashant Malani 1-1/+4
2020-11-12platform/chrome: cros_ec_typec: Relocate set_port_params_v*() functionsGravatar Prashant Malani 1-68/+68