index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ec
/
google
/
chromeec
/
ec_lpc.c
Age
Commit message (
Expand
)
Author
2020-05-26
Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTION
Kyösti Mälkki
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-04-22
ec/google/chromeec: Add .scan_bus() callback for Chrome EC device
Furquan Shaikh
2020-04-10
Replace DEVICE_NOOP with noop_(set|read)_resources
Nico Huber
2020-04-10
Drop unnecessary DEVICE_NOOP entries
Nico Huber
2020-04-05
src/ec: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-02
Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`
Nico Huber
2020-03-17
src (minus soc and mainboard): Remove copyright notices
Patrick Georgi
2020-03-06
ec/google/chromeec: Fix dev ops for chromeec
Furquan Shaikh
2020-02-18
ec/google/chromeec: Add SSDT generator for ChromeOS EC
Tim Wawrzynczak
2019-12-19
src/{drivers,device,ec}: Remove unused <stdlib.h>
Elyes HAOUAS
2019-08-26
Split MAYBE_STATIC to _BSS and _NONZERO variants
Kyösti Mälkki
2019-08-20
src/ec: Drop __PRE_RAM__ and __SMM__ guards
Kyösti Mälkki
2019-08-19
ec/google/chromeec: Use MAYBE_STATIC
Kyösti Mälkki
2019-06-21
ec/google/chromeec/ec_lpc: Remove unneeded 'else'
Elyes HAOUAS
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2018-12-28
ec/chromeec: fix LPC read/write for MEC devices
Matt DeVillier
2018-10-18
ec/google/chromeec: Use common MEC interface
Duncan Laurie
2018-07-26
ec/google: pass ops to pnp_enable_devices instead of LDN-specific override
Felix Held
2018-07-03
ec/google/chromeec: Remove keyboard initialization
Furquan Shaikh
2018-06-07
google/chromeec: Set proper dev ops
Naresh G Solanki
2017-06-28
src/ec: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-06-13
device/pnp: remove struct io_info
Samuel Holland
2016-08-20
google/chromeec: Ensure data is ready before reading it
Furquan Shaikh
2016-05-11
ec/google/chromeec: provide way to query ioport range
Aaron Durbin
2016-05-06
ec/google/chromeec/ec_lpc: Declare used IO ports as a resource
Alexandru Gagniuc
2016-02-01
drivers/pc80: Add PS/2 mouse presence detect
Timothy Pearson
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-08-27
chromeec: Add helper function to read EC switch state
Duncan Laurie
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-04-22
chromeec: lpc: Add variant MEC IO
Shawn Nematbakhsh
2015-04-22
chromeec: lpc: Read / write IO ports through common functions
Shawn Nematbakhsh
2015-04-22
chromeec: Access ID + flags through ACPI I/O ports
Shawn Nematbakhsh
2015-04-14
chromeec: Fix printf formatting warning
Anatol Pomozov
2015-04-02
chromeec: Add support for v3 commands on LPC
Duncan Laurie
2014-10-27
{arch,cpu,drivers,ec}: Don't hide pointers behind typedefs
Edward O'Callaghan
2014-06-25
src/ec: Sanitize headers and comment #endif pairings
Edward O'Callaghan
2014-05-13
src/*: Remove the last remnants of struct keyboard
Edward O'Callaghan
2014-05-13
src/drivers/pc80: Remove empty struct keyboard
Edward O'Callaghan
2013-07-10
chrome ec: Update EC header from EC repository
Duncan Laurie
2013-04-16
ec/google: Move plug-n-play initialization to LPC protocol.
Hung-Te Lin
2013-04-12
ec/google: Isolate EC bus protocol implementation.
Hung-Te Lin