index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
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: Send command again when timeout occurs
Patryk Duda
2021-09-18
1
-0
/
+9
*
platform/chrome: cros_ec_proto: Add LID and BATTERY to default mask
Evan Benn
2021-03-04
1
-1
/
+3
*
platform/chrome: cros_ec_proto: Use EC_HOST_EVENT_MASK not BIT
Evan Benn
2021-03-04
1
-5
/
+5
*
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
*
platform/chrome: cros_ec: handle MKBP more events flag
Enrico Granata
2019-11-21
1
-30
/
+50
*
mfd / platform: cros_ec: Add sensor_count and make check_features public
Gwendal Grignou
2019-11-21
1
-0
/
+117
*
platform/chrome: cros_ec: Put docs with the code
Gwendal Grignou
2019-11-21
1
-0
/
+70
*
mfd / platform: cros_ec: Reorganize platform and mfd includes
Enric Balletbo i Serra
2019-09-02
1
-1
/
+2
*
Merge tag 'mfd-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...
Linus Torvalds
2019-05-14
1
-0
/
+6
|
\
|
*
platform/chrome: Add support for v1 of host sleep event
Evan Green
2019-05-14
1
-0
/
+6
*
|
platform/chrome: cros_ec_proto: Add trace event to trace EC commands
Raul E Rangel
2019-04-17
1
-0
/
+4
*
|
platform/chrome: cros_ec_proto: check for NULL transfer function
Enrico Granata
2019-04-15
1
-0
/
+11
|
/
*
platform/chrome: cros_ec_proto: switch to SPDX identifier
Enric Balletbo i Serra
2019-02-01
1
-15
/
+4
*
platform/chrome: don't report EC_MKBP_EVENT_SENSOR_FIFO as wakeup
Brian Norris
2018-11-13
1
-3
/
+15
*
platform/chrome: straighten out cros_ec_get_{next,host}_event() error codes
Brian Norris
2018-11-13
1
-2
/
+2
*
mfd: cros-ec: copy the whole event in get_next_event_xfer
Emil Karlson
2018-10-09
1
-1
/
+1
*
mfd: cros-ec: Increase maximum mkbp event size
Neil Armstrong
2018-07-13
1
-9
/
+31
*
mfd: cros_ec: Retry commands when EC is known to be busy
Brian Norris
2018-05-23
1
-0
/
+2
*
platform/chrome: Use proper protocol transfer function
Shawn Nematbakhsh
2017-12-17
1
-3
/
+5
*
cros_ec: Don't signal wake event for non-wake host events
Shawn Nematbakhsh
2017-06-27
1
-5
/
+71
*
cros_ec: Fix deadlock when EC is not responsive at probe
Gwendal Grignou
2017-06-27
1
-1
/
+17
*
cros_ec: Don't return error when checking command version
Thierry Escande
2017-06-27
1
-0
/
+2
*
mfd: cros_ec: Add helper for event notifier.
Gwendal Grignou
2017-06-16
1
-0
/
+20
*
mfd: cros_ec: Prevent data transfer while device is suspended
Joseph Lo
2017-02-13
1
-0
/
+5
*
mfd: cros_ec: Add MKBP event support
Vic Yang
2016-08-31
1
-0
/
+92
*
mfd: cros_ec: Add cros_ec_cmd_xfer_status() helper
Tomeu Vizoso
2016-07-25
1
-0
/
+17
*
platform/chrome: cros_ec_dev - Fix security issue
Gwendal Grignou
2016-05-11
1
-2
/
+2
*
mfd: cros_ec: add proto v3 skeleton
Stephen Barber
2015-06-15
1
-36
/
+303
*
mfd: cros_ec: Move protocol helpers out of the MFD driver
Javier Martinez Canillas
2015-06-15
1
-0
/
+115