index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
chrome
/
cros_ec_proto.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-04
platform/chrome: cros_ec_proto: Mark outdata as const
Stephen Boyd
1
-1
/
+1
2022-08-15
platform/chrome: cros_ec_proto: Update version on GET_NEXT_EVENT failure
Patryk Duda
1
-0
/
+32
2022-07-20
platform/chrome: cros_ec_proto: return -EPROTO if empty payload
Tzung-Bi Shih
1
-0
/
+5
2022-07-20
platform/chrome: cros_ec_proto: return -EAGAIN when retries timed out
Tzung-Bi Shih
1
-0
/
+3
2022-07-20
platform/chrome: cros_ec_proto: separate cros_ec_wait_until_complete()
Tzung-Bi Shih
1
-39
/
+35
2022-07-20
platform/chrome: cros_ec_proto: separate cros_ec_xfer_command()
Tzung-Bi Shih
1
-3
/
+10
2022-07-20
platform/chrome: cros_ec_proto: add "cros_ec_" prefix to send_command()
Tzung-Bi Shih
1
-8
/
+7
2022-06-14
platform/chrome: cros_ec_proto: Fix spelling mistake "unknwon" -> "unknown"
Colin Ian King
1
-1
/
+1
2022-06-10
platform/chrome: cros_ec_proto: handle empty payload in getting wake mask
Tzung-Bi Shih
1
-10
/
+14
2022-06-10
platform/chrome: cros_ec_proto: return 0 on getting wake mask success
Tzung-Bi Shih
1
-1
/
+2
2022-06-10
platform/chrome: cros_ec_proto: handle empty payload in getting cmd mask
Tzung-Bi Shih
1
-0
/
+5
2022-06-10
platform/chrome: cros_ec_proto: check `msg->result` in getting cmd mask
Tzung-Bi Shih
1
-8
/
+13
2022-06-10
platform/chrome: cros_ec_proto: return 0 on getting cmd mask success
Tzung-Bi Shih
1
-8
/
+5
2022-06-10
platform/chrome: cros_ec_proto: don't show MKBP version if unsupported
Tzung-Bi Shih
1
-4
/
+4
2022-06-10
platform/chrome: cros_ec_proto: handle empty payload in getting info legacy
Tzung-Bi Shih
1
-3
/
+9
2022-06-10
platform/chrome: cros_ec_proto: separate cros_ec_get_proto_info_legacy()
Tzung-Bi Shih
1
-39
/
+33
2022-06-10
platform/chrome: cros_ec_proto: handle empty payload in getting proto info
Tzung-Bi Shih
1
-0
/
+5
2022-06-10
platform/chrome: cros_ec_proto: separate cros_ec_get_proto_info()
Tzung-Bi Shih
1
-69
/
+65
2022-06-10
platform/chrome: cros_ec_proto: use cros_ec_map_error()
Tzung-Bi Shih
1
-5
/
+4
2022-06-10
platform/chrome: cros_ec_proto: remove redundant NULL check
Tzung-Bi Shih
1
-3
/
+0
2022-06-10
platform/chrome: cros_ec_proto: assign buffer size from protocol info
Tzung-Bi Shih
1
-6
/
+2
2022-06-10
platform/chrome: use macros for passthru indexes
Tzung-Bi Shih
1
-3
/
+3
2022-06-08
platform/chrome: cros_ec_proto: Update size arg types
Prashant Malani
1
-2
/
+2
2022-06-08
platform/chrome: cros_ec_proto: Rename cros_ec_command function
Prashant Malani
1
-11
/
+11
2022-06-06
platform/chrome: cros_ec_proto: update cros_ec_check_result() comment
Tzung-Bi Shih
1
-2
/
+5
2022-06-06
platform/chrome: cros_ec_proto: factor legacy out from cros_ec_prepare_tx()
Tzung-Bi Shih
1
-23
/
+28
2022-05-16
platform/chrome: cros_ec_proto: drop BUG_ON() in cros_ec_get_host_event()
Tzung-Bi Shih
1
-1
/
+2
2022-05-16
platform/chrome: cros_ec_proto: drop BUG_ON() in cros_ec_prepare_tx()
Tzung-Bi Shih
1
-2
/
+5
2022-05-16
platform/chrome: correct cros_ec_prepare_tx() usage
Tzung-Bi Shih
1
-1
/
+1
2022-05-16
platform/chrome: cros_ec_proto: drop unneeded BUG_ON() in prepare_packet()
Tzung-Bi Shih
1
-1
/
+0
2022-04-19
platform/chrome: Re-introduce cros_ec_cmd_xfer and use it for ioctls
Guenter Roeck
1
-9
/
+41
2021-10-31
platform/chrome: cros_ec_proto: Use ec_command for check_features
Prashant Malani
1
-17
/
+3
2021-10-31
platform/chrome: cros_ec_proto: Use EC struct for features
Prashant Malani
1
-7
/
+8
2021-09-30
platform/chrome: cros_ec_proto: Add version for ec_command
Prashant Malani
1
-0
/
+3
2021-09-30
platform/chrome: cros_ec_proto: Make data pointers void
Prashant Malani
1
-2
/
+2
2021-09-30
platform/chrome: cros_usbpd_notify: Move ec_command()
Prashant Malani
1
-0
/
+45
2021-09-23
platform/chrome: cros_ec_proto: Fix check_features ret val
Prashant Malani
1
-5
/
+7
2021-07-26
platform/chrome: cros_ec_proto: Send command again when timeout occurs
Patryk Duda
1
-0
/
+9
2021-01-20
platform/chrome: cros_ec_proto: Add LID and BATTERY to default mask
Evan Benn
1
-1
/
+3
2021-01-20
platform/chrome: cros_ec_proto: Use EC_HOST_EVENT_MASK not BIT
Evan Benn
1
-5
/
+5
2020-11-12
platform/chrome: Don't treat RTC events as wakeup sources
Stephen Boyd
1
-5
/
+9
2020-09-21
platform/chrome: cros_ec_proto: Drop cros_ec_cmd_xfer()
Prashant Malani
1
-33
/
+11
2020-09-21
platform/chrome: cros_ec_proto: Update cros_ec_cmd_xfer() call-sites
Prashant Malani
1
-11
/
+4
2020-08-24
platform/chrome: cros_ec_proto: Convert EC error codes to Linux error codes
Guenter Roeck
1
-11
/
+46
2020-08-24
platform/input: cros_ec: Replace -ENOTSUPP with -ENOPROTOOPT
Guenter Roeck
1
-2
/
+2
2020-07-31
platform/chrome: cros_ec_proto: check for missing EC_CMD_HOST_EVENT_GET_WAKE_...
Brian Norris
1
-0
/
+13
2020-07-31
platform/chrome: cros_ec_proto: ignore unnecessary wakeups on old ECs
Brian Norris
1
-6
/
+18
2020-07-23
platform/chrome: cros_ec_proto: Do not export cros_ec_cmd_xfer()
Enric Balletbo i Serra
1
-3
/
+2
2020-03-02
platform/chrome: cros_ec_proto: Report command not supported
Enric Balletbo i Serra
1
-1
/
+8
2019-12-10
platform/chrome: cros_ec_proto: Add response tracing
Raul E Rangel
1
-2
/
+4
[next]