summaryrefslogtreecommitdiff
path: root/chip/mec1322/lpc.c
Commit message (Expand)AuthorAgeFilesLines
* ec: change usage of dummySam Hurst2020-08-051-2/+2
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-19/+19
* host_events: Bump up host events and masks to 64-bitFurquan Shaikh2017-11-211-2/+2
* port80: Provide default routine for logging port80 resumeFurquan Shaikh2017-10-311-7/+0
* lpc: Add and use lpc_resume_clear_masksFurquan Shaikh2017-10-311-9/+0
* host_event: Move host events and mask handling into common codeFurquan Shaikh2017-10-171-91/+7
* intel_x86: Make common code for LPC S0 <-> S0ix transitionsVijay Hiremath2017-01-211-47/+0
* Fix various misspellings in commentsMartin Roth2016-11-151-2/+2
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-1/+1
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-181-1/+1
* mec1322: Do not shutdown LPC in deepsleep.Divya Jyothi2016-03-171-2/+6
* skylake: do not clear masks in S0ix -> S0 transitionArchana Patni2016-02-221-5/+9
* skylake: set and clear wake masks in S0 <-> S0ix transitionsArchana Patni2016-02-101-0/+48
* ec: Add a chipset reset hookDuncan Laurie2016-01-251-0/+13
* mec1322: lpc: Clear STATUS_PROCESSING LPC status bit on initShawn Nematbakhsh2016-01-191-0/+3
* mec1322: Change the Port 80 task to a timer IRQ.Aseda Aboagye2015-10-191-2/+0
* Fix assertion crash in __wait_evt()Chiranjeevi Rapolu2015-06-251-0/+12
* mec1322: Added support for sysjump.stabilize-7173.BDivya Jyothi2015-06-141-1/+53
* mec1322: Added KBD SERIRQ supportKevin K Wong2015-05-281-7/+8
* mec1322: Added task-based Port80 POST code support.Kevin K Wong2015-04-271-0/+27
* mec1322: Updated code to only clear the interrupt status bit of LPC_RESET#.Kevin K Wong2015-04-141-2/+2
* mec1322: Add EC_CMD_GET_PROTOCOL_INFO handlerShawn Nematbakhsh2015-04-101-0/+19
* mec1322: Setup EMI unit at base address 0x800Shawn Nematbakhsh2015-04-101-3/+12
* mec1322: Enable HW control of KBC aux bufferShamile Khan2015-04-091-0/+4
* mec1322: Fix the ACPI EC0 BAR settingSteven Jian2015-03-261-1/+1
* ACPI: Support accessing memmap data over ACPI CMD / DATA portsstabilize-6915.BShawn Nematbakhsh2015-03-251-0/+10
* Revert "mec1322: Fix LPC interrupt bit mask"stabilize-6835.BVic Yang2015-02-281-4/+4
* mec1322: Fix LPC interrupt bit maskVic Yang2015-02-101-4/+4
* Strago: Initial Version of Strago Board added.Divya Jyothi2014-11-061-16/+77
* lpc: ACPI query-next-event drops masked eventsRandall Spangler2014-04-171-3/+15
* force the compiler to use a valid register allocation for irq handlersVincent Palatin2014-03-111-4/+4
* mec1322: Use EMI module for port 80Vic (Chun-Ju) Yang2014-01-171-6/+13
* mec1322: disable host write to mapped memoryVic (Chun-Ju) Yang2014-01-171-1/+1
* mec1322: Use internal SCI pin controlVic (Chun-Ju) Yang2014-01-091-3/+10
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-191-1/+1
* mec1322: i8042 interfaceVic (Chun-Ju) Yang2013-12-171-0/+51
* mec1322: ACPI and host event supportVic (Chun-Ju) Yang2013-12-141-6/+157
* Move ACPI stuff out of chip/lm4 and into commonBill Richardson2013-12-121-0/+6
* mec1322: LPC host command supportVic (Chun-Ju) Yang2013-12-041-0/+168