aboutsummaryrefslogtreecommitdiff
path: root/src/ec
AgeCommit message (Expand)Author
2016-09-07src/ec: Improve code formattingElyes HAOUAS
2016-08-31src/ec: Add required space before opening parenthesis '('Elyes HAOUAS
2016-08-20google/chromeec: Ensure data is ready before reading itFurquan Shaikh
2016-08-12chromeec/acpi: add Tablet event and EC ACPI MEMjiazi Yang
2016-08-08google/chromeec: Enable/Disable ccache with config variableMartin Roth
2016-08-04chromeec: Chrome EC firmware source selection for EC and PD firmwaresPaul Kocialkowski
2016-08-01Remove non-ascii & unprintable charactersMartin Roth
2016-07-31build system: really disable building CrEC when not neededPatrick Georgi
2016-07-28skylake/mainboard: Define mainboard hook in bootblockSubrata Banik
2016-07-28bootmode: Get rid of CONFIG_BOOTMODE_STRAPSFurquan Shaikh
2016-07-28vboot: Separate vboot from chromeosFurquan Shaikh
2016-07-27chromeec: Use CHROMEEC_SOURCE with fallback instead of hardcoding pathPaul Kocialkowski
2016-07-15ec/google/chromeec: provide common SMI handler helpersAaron Durbin
2016-07-10google/chromeec: Update EC command headerGwendal Grignou
2016-06-24ec/google: Add support for the EC 'get time' functionSimon Glass
2016-06-03chromeec: Move EC image hash to separate file in CBFSJulius Werner
2016-05-18ec/google/chromeec/acpi: Add MKBP supportGwendal Grignou
2016-05-13ec/google/chromeec: don't guard function declarationsAaron Durbin
2016-05-11ec/google/chromeec: provide way to query ioport rangeAaron Durbin
2016-05-09ec/google/chromeec/acpi: Add GOOG0004 to load cros_ec_lpc dynamically.Gwendal Grignou
2016-05-06ec/google/chromeec/ec_lpc: Declare used IO ports as a resourceAlexandru Gagniuc
2016-05-06ec/google/chromeec/ec_commands.h: Include stdint.hAlexandru Gagniuc
2016-04-19kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ schemeStefan Reinauer
2016-04-10ec/lenovo/h8: do not reset volume on s3 wakeupChristopher Spinrath
2016-03-05Hide EC_GOOGLE_CHROMEEC_SPI_BUS.Vladimir Serbinenko
2016-02-09ASL: Remove unused modulo recipient.Vladimir Serbinenko
2016-02-09Workaround for unused variable warning.Vladimir Serbinenko
2016-02-09stout: Fix ASL warningsVladimir Serbinenko
2016-02-09build system: Build Chrome EC firmware on requestPatrick Georgi
2016-02-04google/chromeec: implement vboot_(save|retrieve)_hash APIAaron Durbin
2016-02-04google/chromeec: Add temporary storage interfaceDuncan Laurie
2016-02-04google/chromeec: Update EC command headerDuncan Laurie
2016-02-01drivers/pc80: Add PS/2 mouse presence detectTimothy Pearson
2016-01-31h8/battery: Fix ASL warning.Vladimir Serbinenko
2016-01-28ec/google/chromeec/acpi :Enable DPTF charger/TSR1/TSR2 participant.Freddy Paul
2016-01-21ec: Add support for EC used on Purism Librem laptopsDuncan Laurie
2016-01-14ec/: add missing license headersMartin Roth
2015-12-26ACPI: Add hack to avoid IASL warning when reading back registersMartin Roth
2015-11-24ec/quanta/ene_kb3940q: Fix ACPI NoticeMartin Roth
2015-11-24ec/lenovo/h8: Fix IASL warningsMartin Roth
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-27ec/chrome: Disable LPC Continuous Serial IRQ Selectpchandri
2015-10-15ec/google: Move label to BOL to satisfy lint-testsPatrick Georgi
2015-09-28chromeec: Fix ACPI compile warningsDuncan Laurie
2015-09-28ec: superio: Report keyboard IRQ as wake capableDuncan Laurie
2015-09-09chromeec: Add kconfig entry for EC PD supportDuncan Laurie
2015-09-07Drop "See file CREDITS..." commentStefan Reinauer
2015-09-01chromeec: Move keyboard backlight code into Chrome EC directoryDuncan Laurie
2015-08-27chromeec: Add helper function to read EC switch stateDuncan Laurie
2015-07-21mec: Correct the access mode for short payloadsJagadish Krishnamoorthy
2015-07-07ec/lenovo/h8: silence sound on bootAlexander Couzens
2015-06-30EC: Add new EC host event for FASTBOOT_MODE requestFurquan Shaikh
2015-05-29lenovo: Move pc_keyboard_init to h8 init.Vladimir Serbinenko
2015-05-29h8: Add missing include of stdint.hVladimir Serbinenko
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-14lenovo: Disable radio when suspending or turning off.Vladimir Serbinenko
2015-04-29kbuild: automatically include ECsStefan Reinauer
2015-04-28chromeos: remove VBOOT2_VERIFY_FIRMWARE optionAaron Durbin
2015-04-27chromeec: ec_mec: Fix misaligned data accessShawn Nematbakhsh
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-22chromeec: Support accessing memmap data over port 62/66Shawn Nematbakhsh
2015-04-22chromeec: Update ec_commands.h from EC repositoryShawn Nematbakhsh
2015-04-14chromeec: Fix printf formatting warningAnatol Pomozov
2015-04-10samus: Log EC panics to eventlogShawn Nematbakhsh
2015-04-10cros_ec: Retry failed VBNV transactionsJulius Werner
2015-04-07kconfig: drop intermittend forwarder filesStefan Reinauer
2015-04-02chromeec: Add wakeup delay after SPI /CS assertionDavid Hendricks
2015-04-02chromeec: Fix logging of EC wake eventsDuncan Laurie
2015-04-02chromeec: Add battery status event and re-enable _BIXDuncan Laurie
2015-04-02chromeec: Add support for v3 commands on LPCDuncan Laurie
2015-04-02chromeec: Add commands to check PD image typeDuncan Laurie
2015-04-02chromeec: Update ec_commands.h from EC repositoryDuncan Laurie
2015-03-31chromeec: Clear post code before reboot to RODuncan Laurie
2015-03-27chromeec: Add ACPI device for PD MCU and handle related EC host eventShawn Nematbakhsh
2015-03-21chromeec: use stopwatch APIAaron Durbin
2015-03-21chromeec: provide proto v3 over i2c supportAaron Durbin
2015-03-21chromeec: allow transport implementation to provide buffers for proto v3Aaron Durbin
2015-03-21chromeec: correct response length for VBNV writeAaron Durbin
2015-03-18chromeec: Move SERIQ mode to LPC optionMarc Jones
2015-02-16acpi: Generate valid ACPI processor objectsTimothy Pearson
2015-01-27vboot2: read dev and recovery switchDaisuke Nojiri
2015-01-09chrome ec: Add ACPI Device for ALS if enabledDuncan Laurie
2014-12-30chromeos: Unconditionally clear the EC recovery requestSheng-Liang Song
2014-12-16i2c: Replace the i2c API.Gabe Black
2014-12-09spi: Factor EC protocol details out of the SPI drivers.Gabe Black
2014-12-06ec/compal/ene932/acpi/superio.asl: Provide PNP0F13 AUX ASLEdward O'Callaghan
2014-12-02Replace hlt with halt()Patrick Georgi
2014-11-29ec: Use DEVICE_NOOP macro formalism over static stub funcEdward O'Callaghan
2014-10-27{arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan
2014-09-29google/chromeec: Notify DPTF charger participant on AC state changeDuncan Laurie
2014-09-19chrome ec: Add support for limiting charger currentDuncan Laurie
2014-09-12ec/lenovo/h8: return correctly typed package if battery is absentVladimir Serbinenko
2014-08-30smbios: reorganise OEM strings handling.Vladimir Serbinenko
2014-08-30ec/lenovo/h8: Implement thinkpad-acpi compatible LED functionVladimir Serbinenko
2014-08-30ec/lenovo/h8: Rename LED to avoid conflicting with thinkpad-acpiVladimir Serbinenko
2014-08-30lenovo/h8: Support tablet eventsVladimir Serbinenko
2014-08-23ec/lenovo/h8/acpi/systemstatus.asl: Fix typo in o*n* in commentPaul Menzel
2014-08-13lenovo/h8: Support uwb radio.Vladimir Serbinenko