summaryrefslogtreecommitdiff
path: root/drivers/platform/chrome
AgeCommit message (Expand)Author
2022-10-05Merge tag 'tag-chrome-platform-for-v6.1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-09-19platform/chrome: cros_ec: Notify the PM of wake events during resumeJameson Thies
2022-09-07platform/chrome: cros_ec_typec: Register partner PDOsPrashant Malani
2022-09-01platform/chrome: cros_typec_switch: Inline DRV_NAMEStephen Boyd
2022-09-01platform/chrome: cros_typec_switch: Use PTR_ERR_OR_ZERO() to simplifyStephen Boyd
2022-09-01platform/chrome: cros_typec_switch: Remove impossible conditionStephen Boyd
2022-09-01platform/chrome: cros_typec_switch: Add missing newline on printkStephen Boyd
2022-08-26platform/chrome: cros_ec_typec: Correct alt mode indexPrashant Malani
2022-08-26platform/chrome: cros_ec_typec: Add bit offset for DP VDOPrashant Malani
2022-08-24platform/chrome: cros_ec: Expose suspend_timeout_ms in debugfsEvan Green
2022-08-22platform/chrome: fix memory corruption in ioctlDan Carpenter
2022-08-22platform/chrome: fix double-free in chromeos_laptop_prepare()Rustam Subkhankulov
2022-08-18platform/chrome: cros_ec_typec: Get retimer handlePrashant Malani
2022-08-18platform/chrome: cros_ec_typec: Cleanup switch handle return pathsPrashant Malani
2022-08-18platform/chrome: cros_typec_switch: Register mode switchesPrashant Malani
2022-08-18platform/chrome: cros_typec_switch: Add event checkPrashant Malani
2022-08-18platform/chrome: cros_typec_switch: Set EC retimerPrashant Malani
2022-08-18platform/chrome: cros_typec_switch: Add switch driverPrashant Malani
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-08-15platform/chrome: cros_ec_proto: Update version on GET_NEXT_EVENT failurePatryk Duda
2022-07-21platform/chrome: cros_kunit_util: add default value for `msg->result`Tzung-Bi Shih
2022-07-21platform/chrome: merge Kunit utils and test casesTzung-Bi Shih
2022-07-20platform/chrome: cros_kbd_led_backlight: fix build warningTzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: add Kunit test for cros_ec_cmd()Tzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: add Kunit tests for get_sensor_countTzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: add Kunit tests for check_featuresTzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: add Kunit tests for get_host_eventTzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: add Kunit tests for get_next_eventTzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: add Kunit test for cros_ec_map_error()Tzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: add Kunit tests for cmd_xfer_statusTzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: return -EPROTO if empty payloadTzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: add Kunit test for empty payloadTzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: return -EAGAIN when retries timed outTzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: change Kunit expectation when timed outTzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: separate cros_ec_wait_until_complete()Tzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: separate cros_ec_xfer_command()Tzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_send_command()Tzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_cmd_xfer()Tzung-Bi Shih
2022-07-20platform/chrome: cros_ec_proto: add "cros_ec_" prefix to send_command()Tzung-Bi Shih
2022-07-18platform/chrome: cros_ec_typec: Register port altmodesPrashant Malani
2022-07-18platform/chrome: cros_ec_typec: Rename port altmode arrayPrashant Malani
2022-07-13platform/chrome: cros_ec_typec: Use dev_err_probe on port register failNícolas F. R. A. Prado
2022-06-24platform/chrome: wilco_ec: event: Fix typo in commentJiang Jian
2022-06-14platform/chrome: cros_ec: Always expose last resume resultStephen Boyd
2022-06-14platform/chrome: cros_ec_proto: Fix spelling mistake "unknwon" -> "unknown"Colin Ian King
2022-06-10platform/chrome: cros_ec_proto: handle empty payload in getting wake maskTzung-Bi Shih
2022-06-10platform/chrome: cros_ec_proto: add Kunit test for getting wake maskTzung-Bi Shih
2022-06-10platform/chrome: cros_ec_proto: return 0 on getting wake mask successTzung-Bi Shih
2022-06-10platform/chrome: cros_ec_proto: handle empty payload in getting cmd maskTzung-Bi Shih
2022-06-10platform/chrome: cros_ec_proto: add Kunit tests for getting cmd maskTzung-Bi Shih