index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
chrome
/
cros_ec_proto.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
platform/chrome: cros_ec_proto: Mark outdata as const
Stephen Boyd
2023-10-04
1
-1
/
+1
*
platform/chrome: cros_ec_proto: Update version on GET_NEXT_EVENT failure
Patryk Duda
2022-08-15
1
-0
/
+32
*
platform/chrome: cros_ec_proto: return -EPROTO if empty payload
Tzung-Bi Shih
2022-07-20
1
-0
/
+5
*
platform/chrome: cros_ec_proto: return -EAGAIN when retries timed out
Tzung-Bi Shih
2022-07-20
1
-0
/
+3
*
platform/chrome: cros_ec_proto: separate cros_ec_wait_until_complete()
Tzung-Bi Shih
2022-07-20
1
-39
/
+35
*
platform/chrome: cros_ec_proto: separate cros_ec_xfer_command()
Tzung-Bi Shih
2022-07-20
1
-3
/
+10
*
platform/chrome: cros_ec_proto: add "cros_ec_" prefix to send_command()
Tzung-Bi Shih
2022-07-20
1
-8
/
+7
*
platform/chrome: cros_ec_proto: Fix spelling mistake "unknwon" -> "unknown"
Colin Ian King
2022-06-14
1
-1
/
+1
*
platform/chrome: cros_ec_proto: handle empty payload in getting wake mask
Tzung-Bi Shih
2022-06-10
1
-10
/
+14
*
platform/chrome: cros_ec_proto: return 0 on getting wake mask success
Tzung-Bi Shih
2022-06-10
1
-1
/
+2
*
platform/chrome: cros_ec_proto: handle empty payload in getting cmd mask
Tzung-Bi Shih
2022-06-10
1
-0
/
+5
*
platform/chrome: cros_ec_proto: check `msg->result` in getting cmd mask
Tzung-Bi Shih
2022-06-10
1
-8
/
+13
*
platform/chrome: cros_ec_proto: return 0 on getting cmd mask success
Tzung-Bi Shih
2022-06-10
1
-8
/
+5
*
platform/chrome: cros_ec_proto: don't show MKBP version if unsupported
Tzung-Bi Shih
2022-06-10
1
-4
/
+4
*
platform/chrome: cros_ec_proto: handle empty payload in getting info legacy
Tzung-Bi Shih
2022-06-10
1
-3
/
+9
*
platform/chrome: cros_ec_proto: separate cros_ec_get_proto_info_legacy()
Tzung-Bi Shih
2022-06-10
1
-39
/
+33
*
platform/chrome: cros_ec_proto: handle empty payload in getting proto info
Tzung-Bi Shih
2022-06-10
1
-0
/
+5
*
platform/chrome: cros_ec_proto: separate cros_ec_get_proto_info()
Tzung-Bi Shih
2022-06-10
1
-69
/
+65
*
platform/chrome: cros_ec_proto: use cros_ec_map_error()
Tzung-Bi Shih
2022-06-10
1
-5
/
+4
*
platform/chrome: cros_ec_proto: remove redundant NULL check
Tzung-Bi Shih
2022-06-10
1
-3
/
+0
*
platform/chrome: cros_ec_proto: assign buffer size from protocol info
Tzung-Bi Shih
2022-06-10
1
-6
/
+2
*
platform/chrome: use macros for passthru indexes
Tzung-Bi Shih
2022-06-10
1
-3
/
+3
*
platform/chrome: cros_ec_proto: Update size arg types
Prashant Malani
2022-06-08
1
-2
/
+2
*
platform/chrome: cros_ec_proto: Rename cros_ec_command function
Prashant Malani
2022-06-08
1
-11
/
+11
*
platform/chrome: cros_ec_proto: update cros_ec_check_result() comment
Tzung-Bi Shih
2022-06-06
1
-2
/
+5
*
platform/chrome: cros_ec_proto: factor legacy out from cros_ec_prepare_tx()
Tzung-Bi Shih
2022-06-06
1
-23
/
+28
*
platform/chrome: cros_ec_proto: drop BUG_ON() in cros_ec_get_host_event()
Tzung-Bi Shih
2022-05-16
1
-1
/
+2
*
platform/chrome: cros_ec_proto: drop BUG_ON() in cros_ec_prepare_tx()
Tzung-Bi Shih
2022-05-16
1
-2
/
+5
*
platform/chrome: correct cros_ec_prepare_tx() usage
Tzung-Bi Shih
2022-05-16
1
-1
/
+1
*
platform/chrome: cros_ec_proto: drop unneeded BUG_ON() in prepare_packet()
Tzung-Bi Shih
2022-05-16
1
-1
/
+0
*
platform/chrome: Re-introduce cros_ec_cmd_xfer and use it for ioctls
Guenter Roeck
2022-04-19
1
-9
/
+41
*
platform/chrome: cros_ec_proto: Use ec_command for check_features
Prashant Malani
2021-10-31
1
-17
/
+3
*
platform/chrome: cros_ec_proto: Use EC struct for features
Prashant Malani
2021-10-31
1
-7
/
+8
*
platform/chrome: cros_ec_proto: Add version for ec_command
Prashant Malani
2021-09-30
1
-0
/
+3
*
platform/chrome: cros_ec_proto: Make data pointers void
Prashant Malani
2021-09-30
1
-2
/
+2
*
platform/chrome: cros_usbpd_notify: Move ec_command()
Prashant Malani
2021-09-30
1
-0
/
+45
*
platform/chrome: cros_ec_proto: Fix check_features ret val
Prashant Malani
2021-09-23
1
-5
/
+7
*
platform/chrome: cros_ec_proto: Send command again when timeout occurs
Patryk Duda
2021-07-26
1
-0
/
+9
*
platform/chrome: cros_ec_proto: Add LID and BATTERY to default mask
Evan Benn
2021-01-20
1
-1
/
+3
*
platform/chrome: cros_ec_proto: Use EC_HOST_EVENT_MASK not BIT
Evan Benn
2021-01-20
1
-5
/
+5
*
platform/chrome: Don't treat RTC events as wakeup sources
Stephen Boyd
2020-11-12
1
-5
/
+9
*
platform/chrome: cros_ec_proto: Drop cros_ec_cmd_xfer()
Prashant Malani
2020-09-21
1
-33
/
+11
*
platform/chrome: cros_ec_proto: Update cros_ec_cmd_xfer() call-sites
Prashant Malani
2020-09-21
1
-11
/
+4
*
platform/chrome: cros_ec_proto: Convert EC error codes to Linux error codes
Guenter Roeck
2020-08-24
1
-11
/
+46
*
platform/input: cros_ec: Replace -ENOTSUPP with -ENOPROTOOPT
Guenter Roeck
2020-08-24
1
-2
/
+2
*
platform/chrome: cros_ec_proto: check for missing EC_CMD_HOST_EVENT_GET_WAKE_...
Brian Norris
2020-07-31
1
-0
/
+13
*
platform/chrome: cros_ec_proto: ignore unnecessary wakeups on old ECs
Brian Norris
2020-07-31
1
-6
/
+18
*
platform/chrome: cros_ec_proto: Do not export cros_ec_cmd_xfer()
Enric Balletbo i Serra
2020-07-23
1
-3
/
+2
*
platform/chrome: cros_ec_proto: Report command not supported
Enric Balletbo i Serra
2020-03-02
1
-1
/
+8
*
platform/chrome: cros_ec_proto: Add response tracing
Raul E Rangel
2019-12-10
1
-2
/
+4
[next]