summaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome
AgeCommit message (Expand)AuthorLines
2022-12-16Merge tag 'usb-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1/+1
2022-12-12Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-5/+2
2022-12-08platform/chrome: cros_ec_typec: zero out stale pointersVictor Ding-0/+3
2022-11-29platform/chrome: cros_ec_typec: Set parent of partner PD objectPrashant Malani-1/+1
2022-11-25platform/chrome: cros_usbpd_notify: Fix error handling in cros_usbpd_notify_i...Yuan Can-1/+5
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li-5/+2
2022-11-19platform/chrome: cros_ec: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-14platform/chrome: cros_ec_lpc: Force synchronous probeBrian Norris-1/+6
2022-11-02platform/chrome: cros_ec_spi: Set PROBE_PREFER_ASYNCHRONOUSBrian Norris-0/+1
2022-11-02platform/chrome: cros_ec_lightbar: Set PROBE_PREFER_ASYNCHRONOUSBrian Norris-0/+1
2022-11-02platform/chrome: cros_ec_debugfs: Set PROBE_PREFER_ASYNCHRONOUSBrian Norris-0/+1
2022-11-02platform/chrome: cros_ec_lpc: Mark PROBE_PREFER_ASYNCHRONOUSBrian Norris-0/+1
2022-11-02platform/chrome: cros_ec_lpc: Move mec_init to device probeBrian Norris-3/+3
2022-11-02platform/chrome: Use kstrtobool() instead of strtobool()Christophe JAILLET-1/+2
2022-11-01platform/chrome: cros_ec_lpc_mec: remove cros_ec_lpc_mec_destroy()Tzung-Bi Shih-21/+0
2022-10-19platform/chrome: cros_hps_i2c: make remove callback return voidDan Callaghan-3/+1
2022-10-18platform/chrome: add a driver for HPSDan Callaghan-0/+173
2022-10-05Merge tag 'tag-chrome-platform-for-v6.1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-22/+494
2022-09-19platform/chrome: cros_ec: Notify the PM of wake events during resumeJameson Thies-1/+7
2022-09-07platform/chrome: cros_ec_typec: Register partner PDOsPrashant Malani-0/+55
2022-09-01platform/chrome: cros_typec_switch: Inline DRV_NAMEStephen Boyd-3/+1
2022-09-01platform/chrome: cros_typec_switch: Use PTR_ERR_OR_ZERO() to simplifyStephen Boyd-6/+2
2022-09-01platform/chrome: cros_typec_switch: Remove impossible conditionStephen Boyd-1/+1
2022-09-01platform/chrome: cros_typec_switch: Add missing newline on printkStephen Boyd-1/+1
2022-08-26platform/chrome: cros_ec_typec: Correct alt mode indexPrashant Malani-1/+1
2022-08-26platform/chrome: cros_ec_typec: Add bit offset for DP VDOPrashant Malani-1/+2
2022-08-24platform/chrome: cros_ec: Expose suspend_timeout_ms in debugfsEvan Green-1/+5
2022-08-22platform/chrome: fix memory corruption in ioctlDan Carpenter-0/+3
2022-08-22platform/chrome: fix double-free in chromeos_laptop_prepare()Rustam Subkhankulov-11/+13
2022-08-18platform/chrome: cros_ec_typec: Get retimer handlePrashant Malani-3/+41
2022-08-18platform/chrome: cros_ec_typec: Cleanup switch handle return pathsPrashant Malani-4/+2
2022-08-18platform/chrome: cros_typec_switch: Register mode switchesPrashant Malani-0/+40
2022-08-18platform/chrome: cros_typec_switch: Add event checkPrashant Malani-2/+69
2022-08-18platform/chrome: cros_typec_switch: Set EC retimerPrashant Malani-1/+52
2022-08-18platform/chrome: cros_typec_switch: Add switch driverPrashant Malani-0/+181
2022-08-16i2c: Make remove callback return voidUwe Kleine-König-3/+1
2022-08-15platform/chrome: cros_ec_proto: Update version on GET_NEXT_EVENT failurePatryk Duda-0/+32
2022-07-21platform/chrome: cros_kunit_util: add default value for `msg->result`Tzung-Bi Shih-1/+6
2022-07-21platform/chrome: merge Kunit utils and test casesTzung-Bi Shih-24/+5
2022-07-20platform/chrome: cros_kbd_led_backlight: fix build warningTzung-Bi Shih-5/+5
2022-07-20platform/chrome: cros_ec_proto: add Kunit test for cros_ec_cmd()Tzung-Bi Shih-0/+48
2022-07-20platform/chrome: cros_ec_proto: add Kunit tests for get_sensor_countTzung-Bi Shih-0/+182
2022-07-20platform/chrome: cros_ec_proto: add Kunit tests for check_featuresTzung-Bi Shih-0/+77
2022-07-20platform/chrome: cros_ec_proto: add Kunit tests for get_host_eventTzung-Bi Shih-0/+59
2022-07-20platform/chrome: cros_ec_proto: add Kunit tests for get_next_eventTzung-Bi Shih-0/+266
2022-07-20platform/chrome: cros_ec_proto: add Kunit test for cros_ec_map_error()Tzung-Bi Shih-0/+49
2022-07-20platform/chrome: cros_ec_proto: add Kunit tests for cmd_xfer_statusTzung-Bi Shih-0/+42
2022-07-20platform/chrome: cros_ec_proto: return -EPROTO if empty payloadTzung-Bi Shih-0/+5
2022-07-20platform/chrome: cros_ec_proto: add Kunit test for empty payloadTzung-Bi Shih-0/+31
2022-07-20platform/chrome: cros_ec_proto: return -EAGAIN when retries timed outTzung-Bi Shih-0/+3