index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
cros_ec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cros: Correct a printf() string and comment
Simon Glass
2018-12-05
1
-2
/
+2
*
cros_ec: Add new features for events and power
Simon Glass
2018-11-20
1
-6
/
+339
*
cros_ec: Align uclass data to a cache boundary
Simon Glass
2018-11-20
1
-0
/
+1
*
cros_ec: Fail if we cannot determine the flash burst size
Simon Glass
2018-11-20
1
-0
/
+3
*
cros_ec: Add error logging on a few commands
Simon Glass
2018-11-20
1
-2
/
+9
*
cros_ec: Use uint instead of u8 for parameters
Simon Glass
2018-11-20
1
-6
/
+4
*
cros_ec: Update cros_ec_read_hash() to specify the image
Simon Glass
2018-10-09
1
-3
/
+4
*
cros: Update ec_commands to latest version
Simon Glass
2018-10-09
1
-3
/
+4
*
cros: Update cros_ec code to use struct udevice
Simon Glass
2018-10-09
1
-73
/
+74
*
dm: core: Update ofnode to read binman-style flash entry
Simon Glass
2018-10-09
1
-16
/
+17
*
dm: core: Update of_read_fmap_entry() for livetree
Simon Glass
2018-07-09
1
-2
/
+2
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-04-27
1
-2
/
+0
*
dm: core: Add ofnode_for_each_subnode()
Simon Glass
2017-09-11
1
-2
/
+1
*
cros_ec: Convert to support live tree
Simon Glass
2017-06-01
1
-19
/
+14
*
cros_ec: Fix debug() statement in ec_command_inptr()
Simon Glass
2017-06-01
1
-2
/
+1
*
dm: core: Replace of_offset with accessor
Simon Glass
2017-02-08
1
-1
/
+1
*
cmd: crosec: Move cros_ec_decode_region helper to cmd/cros_ec.c
Moritz Fischer
2016-12-02
1
-16
/
+0
*
cmd: cros_ec: Move crosec commands to cmd subdirectory
Moritz Fischer
2016-10-11
1
-351
/
+0
*
cros_ec: Fix issue with cros_ec_flash_write command
Moritz Fischer
2016-10-09
1
-7
/
+16
*
cros_ec: Add crosec flashinfo command
Moritz Fischer
2016-10-09
1
-0
/
+10
*
cros_ec: Add function to read back flash parameters
Moritz Fischer
2016-10-09
1
-0
/
+21
*
cros_ec: Honor the google,remote-bus dt property
Moritz Fischer
2016-10-08
1
-2
/
+3
*
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-09-23
1
-1
/
+1
*
dm: Use dm_scan_fdt_dev() directly where possible
Simon Glass
2016-07-27
1
-7
/
+1
*
dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()
Simon Glass
2016-07-27
1
-2
/
+1
*
cros_ec: Use udevice instead of cros_ec_dev for keyboard functions
Simon Glass
2015-11-19
1
-5
/
+9
*
cros_ec: Remove the old tunnel code
Simon Glass
2015-08-05
1
-267
/
+1
*
cros_ec: Support the LDO access method used by spring
Simon Glass
2015-08-05
1
-10
/
+11
*
dm: cros_ec: Convert the I2C tunnel code to use driver model
Simon Glass
2015-08-05
1
-5
/
+88
*
cros_ec: Show the protocol version in the debug message
Simon Glass
2015-05-05
1
-1
/
+2
*
cros_ec: Drop unused CONFIG_DM_CROS_EC
Simon Glass
2015-04-18
1
-240
/
+0
*
cros_ec: Reinit the cros_ec device when 'crosec init' is used
Simon Glass
2015-04-18
1
-2
/
+8
*
dm: cros_ec: Convert cros_ec LPC driver to driver model
Simon Glass
2015-04-18
1
-0
/
+12
*
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
2015-04-16
1
-3
/
+3
*
dm: cros_ec: Don't require protocol 3 support
Simon Glass
2015-01-29
1
-4
/
+6
*
dm: cros_ec: Remove use of fdtdec GPIO support
Simon Glass
2015-01-29
1
-18
/
+6
*
cros_ec: Fix uninitialised variable in cros_ec.c
Simon Glass
2014-11-22
1
-0
/
+1
*
dm: cros_ec: Add support for driver model
Simon Glass
2014-10-22
1
-12
/
+110
*
cros_ec: Implement I2C pass-through
Simon Glass
2014-03-17
1
-2
/
+268
*
cros_ec: sandbox: Add Chrome OS EC emulation
Simon Glass
2014-03-17
1
-0
/
+16
*
cros_ec: Correct comparison between signed and unsigned numbers
Simon Glass
2014-03-17
1
-16
/
+18
*
cros_ec: spi: Add support for EC protocol version 3
Randall Spangler
2014-03-17
1
-0
/
+12
*
cros_ec: Add base support for protocol v3
Simon Glass
2014-03-17
1
-1
/
+164
*
cros_ec: Clean up multiple EC protocol support
Randall Spangler
2014-03-17
1
-8
/
+13
*
cros_ec: Sync up with latest Chrome OS EC version
Simon Glass
2014-03-17
1
-16
/
+17
*
cros_ec: Move #ifdef to permit flash region access
Simon Glass
2014-03-17
1
-1
/
+2
*
cros_ec: Drop old EC version support from EC driver
Vadim Bendebury
2014-03-17
1
-12
/
+3
*
cros_ec: Add a function for decoding the Chrome OS EC flashmap
Simon Glass
2014-03-17
1
-0
/
+50
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
1
-16
/
+1
[next]