index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
cros_ec.c
Age
Commit message (
Expand
)
Author
2014-11-22
cros_ec: Fix uninitialised variable in cros_ec.c
Simon Glass
2014-10-22
dm: cros_ec: Add support for driver model
Simon Glass
2014-03-17
cros_ec: Implement I2C pass-through
Simon Glass
2014-03-17
cros_ec: sandbox: Add Chrome OS EC emulation
Simon Glass
2014-03-17
cros_ec: Correct comparison between signed and unsigned numbers
Simon Glass
2014-03-17
cros_ec: spi: Add support for EC protocol version 3
Randall Spangler
2014-03-17
cros_ec: Add base support for protocol v3
Simon Glass
2014-03-17
cros_ec: Clean up multiple EC protocol support
Randall Spangler
2014-03-17
cros_ec: Sync up with latest Chrome OS EC version
Simon Glass
2014-03-17
cros_ec: Move #ifdef to permit flash region access
Simon Glass
2014-03-17
cros_ec: Drop old EC version support from EC driver
Vadim Bendebury
2014-03-17
cros_ec: Add a function for decoding the Chrome OS EC flashmap
Simon Glass
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-06-26
cros: add cros_ec driver
Hung-ying Tyan