index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: 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
*
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