summaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tag-chrome-platform-for-v6.1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-10-059-22/+494
|\
| * platform/chrome: cros_ec: Notify the PM of wake events during resumeJameson Thies2022-09-191-1/+7
| * platform/chrome: cros_ec_typec: Register partner PDOsPrashant Malani2022-09-071-0/+55
| * platform/chrome: cros_typec_switch: Inline DRV_NAMEStephen Boyd2022-09-011-3/+1
| * platform/chrome: cros_typec_switch: Use PTR_ERR_OR_ZERO() to simplifyStephen Boyd2022-09-011-6/+2
| * platform/chrome: cros_typec_switch: Remove impossible conditionStephen Boyd2022-09-011-1/+1
| * platform/chrome: cros_typec_switch: Add missing newline on printkStephen Boyd2022-09-011-1/+1
| * platform/chrome: cros_ec_typec: Correct alt mode indexPrashant Malani2022-08-271-1/+1
| * platform/chrome: cros_ec_typec: Add bit offset for DP VDOPrashant Malani2022-08-271-1/+2
| * platform/chrome: cros_ec: Expose suspend_timeout_ms in debugfsEvan Green2022-08-242-1/+5
| * platform/chrome: fix memory corruption in ioctlDan Carpenter2022-08-221-0/+3
| * platform/chrome: fix double-free in chromeos_laptop_prepare()Rustam Subkhankulov2022-08-221-11/+13
| * platform/chrome: cros_ec_typec: Get retimer handlePrashant Malani2022-08-191-3/+41
| * platform/chrome: cros_ec_typec: Cleanup switch handle return pathsPrashant Malani2022-08-191-4/+2
| * platform/chrome: cros_typec_switch: Register mode switchesPrashant Malani2022-08-191-0/+40
| * platform/chrome: cros_typec_switch: Add event checkPrashant Malani2022-08-191-2/+69
| * platform/chrome: cros_typec_switch: Set EC retimerPrashant Malani2022-08-191-1/+52
| * platform/chrome: cros_typec_switch: Add switch driverPrashant Malani2022-08-193-0/+181
| * platform/chrome: cros_ec_proto: Update version on GET_NEXT_EVENT failurePatryk Duda2022-08-151-0/+32
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
|/
* platform/chrome: cros_kunit_util: add default value for `msg->result`Tzung-Bi Shih2022-07-212-1/+6
* platform/chrome: merge Kunit utils and test casesTzung-Bi Shih2022-07-213-24/+5
* platform/chrome: cros_kbd_led_backlight: fix build warningTzung-Bi Shih2022-07-201-5/+5
* platform/chrome: cros_ec_proto: add Kunit test for cros_ec_cmd()Tzung-Bi Shih2022-07-201-0/+48
* platform/chrome: cros_ec_proto: add Kunit tests for get_sensor_countTzung-Bi Shih2022-07-203-0/+182
* platform/chrome: cros_ec_proto: add Kunit tests for check_featuresTzung-Bi Shih2022-07-201-0/+77
* platform/chrome: cros_ec_proto: add Kunit tests for get_host_eventTzung-Bi Shih2022-07-201-0/+59
* platform/chrome: cros_ec_proto: add Kunit tests for get_next_eventTzung-Bi Shih2022-07-201-0/+266
* platform/chrome: cros_ec_proto: add Kunit test for cros_ec_map_error()Tzung-Bi Shih2022-07-201-0/+49
* platform/chrome: cros_ec_proto: add Kunit tests for cmd_xfer_statusTzung-Bi Shih2022-07-201-0/+42
* platform/chrome: cros_ec_proto: return -EPROTO if empty payloadTzung-Bi Shih2022-07-201-0/+5
* platform/chrome: cros_ec_proto: add Kunit test for empty payloadTzung-Bi Shih2022-07-201-0/+31
* platform/chrome: cros_ec_proto: return -EAGAIN when retries timed outTzung-Bi Shih2022-07-201-0/+3
* platform/chrome: cros_ec_proto: change Kunit expectation when timed outTzung-Bi Shih2022-07-201-3/+1
* platform/chrome: cros_ec_proto: separate cros_ec_wait_until_complete()Tzung-Bi Shih2022-07-201-39/+35
* platform/chrome: cros_ec_proto: separate cros_ec_xfer_command()Tzung-Bi Shih2022-07-201-3/+10
* platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_send_command()Tzung-Bi Shih2022-07-203-0/+289
* platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_cmd_xfer()Tzung-Bi Shih2022-07-201-0/+149
* platform/chrome: cros_ec_proto: add "cros_ec_" prefix to send_command()Tzung-Bi Shih2022-07-201-8/+7
* platform/chrome: cros_ec_typec: Register port altmodesPrashant Malani2022-07-181-11/+40
* platform/chrome: cros_ec_typec: Rename port altmode arrayPrashant Malani2022-07-181-8/+7
* platform/chrome: cros_ec_typec: Use dev_err_probe on port register failNícolas F. R. A. Prado2022-07-131-1/+1
* platform/chrome: wilco_ec: event: Fix typo in commentJiang Jian2022-06-241-1/+1
* platform/chrome: cros_ec: Always expose last resume resultStephen Boyd2022-06-141-4/+4
* platform/chrome: cros_ec_proto: Fix spelling mistake "unknwon" -> "unknown"Colin Ian King2022-06-141-1/+1
* platform/chrome: cros_ec_proto: handle empty payload in getting wake maskTzung-Bi Shih2022-06-101-10/+14
* platform/chrome: cros_ec_proto: add Kunit test for getting wake maskTzung-Bi Shih2022-06-101-0/+128
* platform/chrome: cros_ec_proto: return 0 on getting wake mask successTzung-Bi Shih2022-06-101-1/+2
* platform/chrome: cros_ec_proto: handle empty payload in getting cmd maskTzung-Bi Shih2022-06-101-0/+5
* platform/chrome: cros_ec_proto: add Kunit tests for getting cmd maskTzung-Bi Shih2022-06-101-0/+197