summaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome
AgeCommit message (Expand)AuthorLines
2020-12-23Merge tag 'tag-chrome-platform-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-78/+272
2020-12-15Merge tag 'spi-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds-2/+0
2020-12-10platform/chrome: cros_ec_typec: Tolerate unrecognized mux flagsPrashant Malani-4/+3
2020-12-09platform/chrome: cros_ec_spi: Drop bits_per_word assignmentStephen Boyd-1/+0
2020-12-09platform/chrome: cros_ec_spi: Don't overwrite spi::modeStephen Boyd-1/+0
2020-11-18platform/chrome: cros_ec_typec: Correct the Thunderbolt rounded/non-rounded c...Utkarsh Patel-2/+1
2020-11-12platform/chrome: cros_ec_typec: Register partner altmodesPrashant Malani-0/+77
2020-11-12platform/chrome: cros_ec_typec: Parse partner PD ID VDOsPrashant Malani-1/+59
2020-11-12platform/chrome: cros_ec_typec: Introduce TYPEC_STATUSPrashant Malani-0/+52
2020-11-12platform/chrome: cros_ec_typec: Clear partner identity on device removalPrashant Malani-0/+1
2020-11-12platform/chrome: cros_ec_typec: Fix remove partner logicPrashant Malani-1/+4
2020-11-12platform/chrome: cros_ec_typec: Relocate set_port_params_v*() functionsPrashant Malani-68/+68
2020-11-12platform/chrome: Don't treat RTC events as wakeup sourcesStephen Boyd-5/+9
2020-09-29platform/chrome: Use kobj_to_dev() instead of container_of()Wang Qing-3/+3
2020-09-21platform/chrome: cros_ec_proto: Drop cros_ec_cmd_xfer()Prashant Malani-33/+11
2020-09-21platform/chrome: cros_ec_proto: Update cros_ec_cmd_xfer() call-sitesPrashant Malani-11/+4
2020-09-04platform/chrome: Kconfig: Remove the transitional MFD_CROS_EC configEnric Balletbo i Serra-10/+0
2020-09-04platform/chrome: cros_ec_lightbar: Reduce ligthbar get version commandGwendal Grignou-0/+2
2020-08-31platform/chrome: cros_ec_trace: Add fields to command tracesGwendal Grignou-6/+21
2020-08-24platform/chrome: cros_ec_typec: Re-order connector configuration stepsAzhar Shaikh-6/+7
2020-08-24platform/chrome: cros_ec_typec: Avoid setting usb role twice during disconnectAzhar Shaikh-4/+7
2020-08-24platform/chrome: cros_ec_typec: Send enum values to usb_role_switch_set_role()Azhar Shaikh-1/+2
2020-08-24platform/chrome: cros_ec_typec: USB4 supportHeikki Krogerus-1/+32
2020-08-24platform/chrome: cros_ec_proto: Convert EC error codes to Linux error codesGuenter Roeck-11/+46
2020-08-24platform/input: cros_ec: Replace -ENOTSUPP with -ENOPROTOOPTGuenter Roeck-2/+2
2020-08-24platform/chrome: cros_ec_sysfs: Report range of error codes from ECGuenter Roeck-15/+9
2020-08-24cros_ec_lightbar: Accept more error codes from cros_ec_cmd_xfer_statusGuenter Roeck-6/+4
2020-08-11Merge tag 'tag-chrome-platform-for-v5.9' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-116/+459
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-8/+3
2020-07-31platform/chrome: cros_ec_proto: check for missing EC_CMD_HOST_EVENT_GET_WAKE_...Brian Norris-0/+13
2020-07-31platform/chrome: cros_ec_proto: ignore unnecessary wakeups on old ECsBrian Norris-6/+18
2020-07-31platform/chrome: cros_ec_sensorhub: Simplify legacy timestamp spreadingGwendal Grignou-61/+33
2020-07-23platform/chrome: cros_ec_proto: Do not export cros_ec_cmd_xfer()Enric Balletbo i Serra-3/+2
2020-07-20platform/chrome: cros_ec_typec: Unregister partner on errorPrashant Malani-41/+42
2020-06-30platform/chrome: cros_ec_sensorhub: Fix EC timestamp overflowGwendal Grignou-3/+1
2020-06-30platform/chrome: cros_ec_typec: Add PM supportPrashant Malani-0/+24
2020-06-30platform/chrome: cros_ec_typec: Use workqueue for port updatePrashant Malani-4/+17
2020-06-30platform/chrome: cros_ec_typec: Add a dependency on USB_ROLE_SWITCHEnric Balletbo i Serra-0/+1
2020-06-30platform/chrome: cros_ec_ishtp: Fix a double-unlock issueQiushi Wu-1/+3
2020-06-30platform/chrome: cros_ec_rpmsg: Document missing struct parametersEnric Balletbo i Serra-0/+3
2020-06-30platform/chrome: cros_ec_spi: Document missing function parametersEnric Balletbo i Serra-0/+4
2020-06-25platform/chrome: cros_ec_typec: Add TBT compat supportPrashant Malani-1/+69
2020-06-22platform/chrome: cros_ec_typec: Make configure_mux staticPrashant Malani-3/+3
2020-06-19platform/chrome: cros_ec_typec: Support DP alt modePrashant Malani-10/+80
2020-06-19platform/chrome: cros_ec_typec: Add USB mux controlPrashant Malani-3/+97
2020-06-19platform/chrome: cros_ec_typec: Register PD CTRL cmd v2Prashant Malani-7/+9
2020-06-19platform/chrome: cros_ec_typec: Register Type C switchesPrashant Malani-0/+47
2020-06-19platform/chrome: cros_ec_debugfs: Control uptime information requestGwendal Grignou-2/+22
2020-06-15Merge series "Add support for voltage regulator on ChromeOS EC." from Pi-Hsun...Mark Brown-0/+5
2020-06-15platform/chrome: cros_ec: Add command for regulator control.Pi-Hsun Shih-0/+5