summaryrefslogtreecommitdiff
path: root/src/ec/google/chromeec/ec_lpc.c
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-22ec/google/chromeec: Add .scan_bus() callback for Chrome EC deviceFurquan Shaikh
2020-04-10Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber
2020-04-10Drop unnecessary DEVICE_NOOP entriesNico Huber
2020-04-05src/ec: Use SPDX for GPL-2.0-only filesAngel Pons
2020-04-02Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2020-03-06ec/google/chromeec: Fix dev ops for chromeecFurquan Shaikh
2020-02-18ec/google/chromeec: Add SSDT generator for ChromeOS ECTim Wawrzynczak
2019-12-19src/{drivers,device,ec}: Remove unused <stdlib.h>Elyes HAOUAS
2019-08-26Split MAYBE_STATIC to _BSS and _NONZERO variantsKyösti Mälkki
2019-08-20src/ec: Drop __PRE_RAM__ and __SMM__ guardsKyösti Mälkki
2019-08-19ec/google/chromeec: Use MAYBE_STATICKyösti Mälkki
2019-06-21ec/google/chromeec/ec_lpc: Remove unneeded 'else'Elyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-12-28ec/chromeec: fix LPC read/write for MEC devicesMatt DeVillier
2018-10-18ec/google/chromeec: Use common MEC interfaceDuncan Laurie
2018-07-26ec/google: pass ops to pnp_enable_devices instead of LDN-specific overrideFelix Held
2018-07-03ec/google/chromeec: Remove keyboard initializationFurquan Shaikh
2018-06-07google/chromeec: Set proper dev opsNaresh G Solanki
2017-06-28src/ec: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-06-13device/pnp: remove struct io_infoSamuel Holland
2016-08-20google/chromeec: Ensure data is ready before reading itFurquan Shaikh
2016-05-11ec/google/chromeec: provide way to query ioport rangeAaron Durbin
2016-05-06ec/google/chromeec/ec_lpc: Declare used IO ports as a resourceAlexandru Gagniuc
2016-02-01drivers/pc80: Add PS/2 mouse presence detectTimothy Pearson
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-08-27chromeec: Add helper function to read EC switch stateDuncan Laurie
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-22chromeec: lpc: Add variant MEC IOShawn Nematbakhsh
2015-04-22chromeec: lpc: Read / write IO ports through common functionsShawn Nematbakhsh
2015-04-22chromeec: Access ID + flags through ACPI I/O portsShawn Nematbakhsh
2015-04-14chromeec: Fix printf formatting warningAnatol Pomozov
2015-04-02chromeec: Add support for v3 commands on LPCDuncan Laurie
2014-10-27{arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan
2014-06-25src/ec: Sanitize headers and comment #endif pairingsEdward O'Callaghan
2014-05-13src/*: Remove the last remnants of struct keyboardEdward O'Callaghan
2014-05-13src/drivers/pc80: Remove empty struct keyboardEdward O'Callaghan
2013-07-10chrome ec: Update EC header from EC repositoryDuncan Laurie
2013-04-16ec/google: Move plug-n-play initialization to LPC protocol.Hung-Te Lin
2013-04-12ec/google: Isolate EC bus protocol implementation.Hung-Te Lin