summaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-12-161-1/+1
|\
| * platform/chrome: cros_ec_typec: Set parent of partner PD objectPrashant Malani2022-11-291-1/+1
* | Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2022-12-122-5/+2
|\ \
| * | ACPI: make remove callback of ACPI driver voidDawei Li2022-11-232-5/+2
| |/
* | platform/chrome: cros_ec_typec: zero out stale pointersVictor Ding2022-12-081-0/+3
* | platform/chrome: cros_usbpd_notify: Fix error handling in cros_usbpd_notify_i...Yuan Can2022-11-251-1/+5
* | platform/chrome: cros_ec: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-191-3/+2
* | platform/chrome: cros_ec_lpc: Force synchronous probeBrian Norris2022-11-141-1/+6
* | platform/chrome: cros_ec_spi: Set PROBE_PREFER_ASYNCHRONOUSBrian Norris2022-11-021-0/+1
* | platform/chrome: cros_ec_lightbar: Set PROBE_PREFER_ASYNCHRONOUSBrian Norris2022-11-021-0/+1
* | platform/chrome: cros_ec_debugfs: Set PROBE_PREFER_ASYNCHRONOUSBrian Norris2022-11-021-0/+1
* | platform/chrome: cros_ec_lpc: Mark PROBE_PREFER_ASYNCHRONOUSBrian Norris2022-11-021-0/+1
* | platform/chrome: cros_ec_lpc: Move mec_init to device probeBrian Norris2022-11-021-3/+3
* | platform/chrome: Use kstrtobool() instead of strtobool()Christophe JAILLET2022-11-021-1/+2
* | platform/chrome: cros_ec_lpc_mec: remove cros_ec_lpc_mec_destroy()Tzung-Bi Shih2022-11-014-21/+0
* | platform/chrome: cros_hps_i2c: make remove callback return voidDan Callaghan2022-10-191-3/+1
* | platform/chrome: add a driver for HPSDan Callaghan2022-10-183-0/+173
|/
* 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-261-1/+1
| * platform/chrome: cros_ec_typec: Add bit offset for DP VDOPrashant Malani2022-08-261-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-181-3/+41
| * platform/chrome: cros_ec_typec: Cleanup switch handle return pathsPrashant Malani2022-08-181-4/+2
| * platform/chrome: cros_typec_switch: Register mode switchesPrashant Malani2022-08-181-0/+40
| * platform/chrome: cros_typec_switch: Add event checkPrashant Malani2022-08-181-2/+69
| * platform/chrome: cros_typec_switch: Set EC retimerPrashant Malani2022-08-181-1/+52
| * platform/chrome: cros_typec_switch: Add switch driverPrashant Malani2022-08-183-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