aboutsummaryrefslogtreecommitdiff
path: root/drivers/platform/chrome
AgeCommit message (Expand)AuthorFilesLines
2022-11-02platform/chrome: cros_ec_lightbar: Set PROBE_PREFER_ASYNCHRONOUSGravatar Brian Norris 1-0/+1
2022-11-02platform/chrome: cros_ec_debugfs: Set PROBE_PREFER_ASYNCHRONOUSGravatar Brian Norris 1-0/+1
2022-11-02platform/chrome: cros_ec_lpc: Mark PROBE_PREFER_ASYNCHRONOUSGravatar Brian Norris 1-0/+1
2022-11-02platform/chrome: cros_ec_lpc: Move mec_init to device probeGravatar Brian Norris 1-3/+3
2022-11-02platform/chrome: Use kstrtobool() instead of strtobool()Gravatar Christophe JAILLET 1-1/+2
2022-11-01platform/chrome: cros_ec_lpc_mec: remove cros_ec_lpc_mec_destroy()Gravatar Tzung-Bi Shih 4-21/+0
2022-10-19platform/chrome: cros_hps_i2c: make remove callback return voidGravatar Dan Callaghan 1-3/+1
2022-10-18platform/chrome: add a driver for HPSGravatar Dan Callaghan 3-0/+173
2022-10-05Merge tag 'tag-chrome-platform-for-v6.1' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 9-22/+494
2022-09-19platform/chrome: cros_ec: Notify the PM of wake events during resumeGravatar Jameson Thies 1-1/+7
2022-09-07platform/chrome: cros_ec_typec: Register partner PDOsGravatar Prashant Malani 1-0/+55
2022-09-01platform/chrome: cros_typec_switch: Inline DRV_NAMEGravatar Stephen Boyd 1-3/+1
2022-09-01platform/chrome: cros_typec_switch: Use PTR_ERR_OR_ZERO() to simplifyGravatar Stephen Boyd 1-6/+2
2022-09-01platform/chrome: cros_typec_switch: Remove impossible conditionGravatar Stephen Boyd 1-1/+1
2022-09-01platform/chrome: cros_typec_switch: Add missing newline on printkGravatar Stephen Boyd 1-1/+1
2022-08-26platform/chrome: cros_ec_typec: Correct alt mode indexGravatar Prashant Malani 1-1/+1
2022-08-26platform/chrome: cros_ec_typec: Add bit offset for DP VDOGravatar Prashant Malani 1-1/+2
2022-08-24platform/chrome: cros_ec: Expose suspend_timeout_ms in debugfsGravatar Evan Green 2-1/+5
2022-08-22platform/chrome: fix memory corruption in ioctlGravatar Dan Carpenter 1-0/+3
2022-08-22platform/chrome: fix double-free in chromeos_laptop_prepare()Gravatar Rustam Subkhankulov 1-11/+13
2022-08-18platform/chrome: cros_ec_typec: Get retimer handleGravatar Prashant Malani 1-3/+41
2022-08-18platform/chrome: cros_ec_typec: Cleanup switch handle return pathsGravatar Prashant Malani 1-4/+2
2022-08-18platform/chrome: cros_typec_switch: Register mode switchesGravatar Prashant Malani 1-0/+40
2022-08-18platform/chrome: cros_typec_switch: Add event checkGravatar Prashant Malani 1-2/+69
2022-08-18platform/chrome: cros_typec_switch: Set EC retimerGravatar Prashant Malani 1-1/+52
2022-08-18platform/chrome: cros_typec_switch: Add switch driverGravatar Prashant Malani 3-0/+181
2022-08-16i2c: Make remove callback return voidGravatar Uwe Kleine-König 1-3/+1
2022-08-15platform/chrome: cros_ec_proto: Update version on GET_NEXT_EVENT failureGravatar Patryk Duda 1-0/+32
2022-07-21platform/chrome: cros_kunit_util: add default value for `msg->result`Gravatar Tzung-Bi Shih 2-1/+6
2022-07-21platform/chrome: merge Kunit utils and test casesGravatar Tzung-Bi Shih 3-24/+5
2022-07-20platform/chrome: cros_kbd_led_backlight: fix build warningGravatar Tzung-Bi Shih 1-5/+5
2022-07-20platform/chrome: cros_ec_proto: add Kunit test for cros_ec_cmd()Gravatar Tzung-Bi Shih 1-0/+48
2022-07-20platform/chrome: cros_ec_proto: add Kunit tests for get_sensor_countGravatar Tzung-Bi Shih 3-0/+182
2022-07-20platform/chrome: cros_ec_proto: add Kunit tests for check_featuresGravatar Tzung-Bi Shih 1-0/+77
2022-07-20platform/chrome: cros_ec_proto: add Kunit tests for get_host_eventGravatar Tzung-Bi Shih 1-0/+59
2022-07-20platform/chrome: cros_ec_proto: add Kunit tests for get_next_eventGravatar Tzung-Bi Shih 1-0/+266
2022-07-20platform/chrome: cros_ec_proto: add Kunit test for cros_ec_map_error()Gravatar Tzung-Bi Shih 1-0/+49
2022-07-20platform/chrome: cros_ec_proto: add Kunit tests for cmd_xfer_statusGravatar Tzung-Bi Shih 1-0/+42
2022-07-20platform/chrome: cros_ec_proto: return -EPROTO if empty payloadGravatar Tzung-Bi Shih 1-0/+5
2022-07-20platform/chrome: cros_ec_proto: add Kunit test for empty payloadGravatar Tzung-Bi Shih 1-0/+31
2022-07-20platform/chrome: cros_ec_proto: return -EAGAIN when retries timed outGravatar Tzung-Bi Shih 1-0/+3
2022-07-20platform/chrome: cros_ec_proto: change Kunit expectation when timed outGravatar Tzung-Bi Shih 1-3/+1
2022-07-20platform/chrome: cros_ec_proto: separate cros_ec_wait_until_complete()Gravatar Tzung-Bi Shih 1-39/+35
2022-07-20platform/chrome: cros_ec_proto: separate cros_ec_xfer_command()Gravatar Tzung-Bi Shih 1-3/+10
2022-07-20platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_send_command()Gravatar Tzung-Bi Shih 3-0/+289
2022-07-20platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_cmd_xfer()Gravatar Tzung-Bi Shih 1-0/+149
2022-07-20platform/chrome: cros_ec_proto: add "cros_ec_" prefix to send_command()Gravatar Tzung-Bi Shih 1-8/+7
2022-07-18platform/chrome: cros_ec_typec: Register port altmodesGravatar Prashant Malani 1-11/+40
2022-07-18platform/chrome: cros_ec_typec: Rename port altmode arrayGravatar Prashant Malani 1-8/+7
2022-07-13platform/chrome: cros_ec_typec: Use dev_err_probe on port register failGravatar Nícolas F. R. A. Prado 1-1/+1