summaryrefslogtreecommitdiff
path: root/drivers/platform/chrome/cros_ec_proto.c
AgeCommit message (Expand)Author
2024-12-30platform/chrome: cros_ec_proto: remove unnecessary retriesDawid Niedzwiecki
2024-12-30platform/chrome: cros_ec: jump to RW before probingDawid Niedzwiecki
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-07-30platform/chrome: cros_ec_proto: Lock device when updating MKBP versionPatryk Duda
2024-07-01platform/chrome: cros_ec_proto: Introduce cros_ec_get_cmd_versions()Thomas Weißschuh
2024-06-05platform/chrome: cros_ec_proto: Upgrade get_next_event to v3Daisuke Nojiri
2024-06-03platform/chrome: cros_ec_proto: Introduce cros_ec_cmd_readmem()Thomas Weißschuh
2024-05-27platform/chrome: cros_ec_proto: Fix cros_ec_get_host_command_version_mask kdocThomas Weißschuh
2024-05-27platform/chrome: cros_ec_proto: Fix cros_ec_get_host_event_wake_mask kdocThomas Weißschuh
2023-10-04platform/chrome: cros_ec_proto: Mark outdata as constStephen Boyd
2022-08-15platform/chrome: cros_ec_proto: Update version on GET_NEXT_EVENT failurePatryk Duda
2022-07-20platform/chrome: cros_ec_proto: return -EPROTO if 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: 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 "cros_ec_" prefix to send_command()Tzung-Bi Shih
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: 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: check `msg->result` in getting cmd maskTzung-Bi Shih
2022-06-10platform/chrome: cros_ec_proto: return 0 on getting cmd mask successTzung-Bi Shih
2022-06-10platform/chrome: cros_ec_proto: don't show MKBP version if unsupportedTzung-Bi Shih
2022-06-10platform/chrome: cros_ec_proto: handle empty payload in getting info legacyTzung-Bi Shih
2022-06-10platform/chrome: cros_ec_proto: separate cros_ec_get_proto_info_legacy()Tzung-Bi Shih
2022-06-10platform/chrome: cros_ec_proto: handle empty payload in getting proto infoTzung-Bi Shih
2022-06-10platform/chrome: cros_ec_proto: separate cros_ec_get_proto_info()Tzung-Bi Shih
2022-06-10platform/chrome: cros_ec_proto: use cros_ec_map_error()Tzung-Bi Shih
2022-06-10platform/chrome: cros_ec_proto: remove redundant NULL checkTzung-Bi Shih
2022-06-10platform/chrome: cros_ec_proto: assign buffer size from protocol infoTzung-Bi Shih
2022-06-10platform/chrome: use macros for passthru indexesTzung-Bi Shih
2022-06-08platform/chrome: cros_ec_proto: Update size arg typesPrashant Malani
2022-06-08platform/chrome: cros_ec_proto: Rename cros_ec_command functionPrashant Malani
2022-06-06platform/chrome: cros_ec_proto: update cros_ec_check_result() commentTzung-Bi Shih
2022-06-06platform/chrome: cros_ec_proto: factor legacy out from cros_ec_prepare_tx()Tzung-Bi Shih
2022-05-16platform/chrome: cros_ec_proto: drop BUG_ON() in cros_ec_get_host_event()Tzung-Bi Shih
2022-05-16platform/chrome: cros_ec_proto: drop BUG_ON() in cros_ec_prepare_tx()Tzung-Bi Shih
2022-05-16platform/chrome: correct cros_ec_prepare_tx() usageTzung-Bi Shih
2022-05-16platform/chrome: cros_ec_proto: drop unneeded BUG_ON() in prepare_packet()Tzung-Bi Shih
2022-04-19platform/chrome: Re-introduce cros_ec_cmd_xfer and use it for ioctlsGuenter Roeck
2021-10-31platform/chrome: cros_ec_proto: Use ec_command for check_featuresPrashant Malani
2021-10-31platform/chrome: cros_ec_proto: Use EC struct for featuresPrashant Malani
2021-09-30platform/chrome: cros_ec_proto: Add version for ec_commandPrashant Malani
2021-09-30platform/chrome: cros_ec_proto: Make data pointers voidPrashant Malani
2021-09-30platform/chrome: cros_usbpd_notify: Move ec_command()Prashant Malani
2021-09-23platform/chrome: cros_ec_proto: Fix check_features ret valPrashant Malani
2021-07-26platform/chrome: cros_ec_proto: Send command again when timeout occursPatryk Duda
2021-01-20platform/chrome: cros_ec_proto: Add LID and BATTERY to default maskEvan Benn
2021-01-20platform/chrome: cros_ec_proto: Use EC_HOST_EVENT_MASK not BITEvan Benn
2020-11-12platform/chrome: Don't treat RTC events as wakeup sourcesStephen Boyd