summaryrefslogtreecommitdiff
path: root/chip/lm4/lpc.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-835/+0
* COIL: chip/lm4: Update terminologyCaveh Jalali2021-08-041-6/+7
* ec: change usage of dummySam Hurst2020-08-051-1/+1
* 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: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-6/+6
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-6/+6
* host_events: Bump up host events and masks to 64-bitFurquan Shaikh2017-11-211-6/+6
* port80: Provide default routine for logging port80 resumeFurquan Shaikh2017-10-311-7/+0
* lpc: Add and use lpc_resume_clear_masksFurquan Shaikh2017-10-311-5/+0
* host_event: Move host events and mask handling into common codeFurquan Shaikh2017-10-171-93/+17
* chip/g to chip/lm4: fix more misspellings in commentsMartin Roth2016-11-151-2/+2
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-181-1/+1
* ec: Add a chipset reset hookDuncan Laurie2016-01-251-0/+13
* lm4: Add debug output for overlapping HCs.Aseda Aboagye2015-08-051-1/+4
* Fix assertion crash in __wait_evt()Chiranjeevi Rapolu2015-06-251-0/+12
* ACPI: Support accessing memmap data over ACPI CMD / DATA portsstabilize-6915.BShawn Nematbakhsh2015-03-251-0/+18
* lm4: ignore overlapping LPC commandsVincent Palatin2015-01-231-2/+2
* EC:KBC: Wait until LPC host senses the IRQ and gets the character.Kenji Chen2014-10-281-1/+6
* Add cprints() and ccprints()Vic Yang2014-05-211-4/+4
* baytrail: Workaround for stuck boot processRandall Spangler2014-04-301-1/+6
* lpc: ACPI query-next-event drops masked eventsRandall Spangler2014-04-171-3/+15
* lm4: Ensure falling edges on outputs to edge-sensitive host inputsRandall Spangler2014-04-041-2/+21
* force the compiler to use a valid register allocation for irq handlersVincent Palatin2014-03-111-2/+1
* Remove duplicate KBD_IRQ_L signalsRandall Spangler2014-01-081-12/+0
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-191-4/+4
* rambi: Add duplicate GPIO outputs for proto 2.0 boardRandall Spangler2013-12-161-0/+12
* Implement DPTF thermal thresholdsBill Richardson2013-12-131-1/+0
* Move ACPI stuff out of chip/lm4 and into commonBill Richardson2013-12-121-105/+23
* Add DPTF interface for fan dutyBill Richardson2013-11-211-1/+14
* lm4: add option for using gpio as kebyoard interruptAaron Durbin2013-11-211-2/+18
* lm4: allow the lpc module to use GPIO for SCIAaron Durbin2013-11-151-0/+6
* cleanup: Update more TODO commentsRandall Spangler2013-11-011-13/+21
* lpc: No need to scan entire host command I/O space for detectionRandall Spangler2013-10-231-0/+6
* cleanup: update comments with existing bug numbersRandall Spangler2013-10-221-18/+4
* lm4: Modified clock gating to allow easy expansion to low power.Alec Berg2013-10-101-3/+3
* lpc: Clean up processing wake eventsRandall Spangler2013-10-021-3/+18
* lm4: make CONFIG_UART_HOST optionalRandall Spangler2013-09-201-2/+15
* Refactor PWM moduleVic Yang2013-08-271-2/+2
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-071-15/+1
* Host commands don't set the response pointerRandall Spangler2013-08-021-2/+0
* Move protocol v2 constants to ec_commands.hRandall Spangler2013-07-031-3/+3
* Add get-protocol-information commandRandall Spangler2013-07-021-0/+21
* Rename LPC packet size constant for version 3 protocolRandall Spangler2013-06-261-3/+3
* Refactor host command interface to support version 3 packetsRandall Spangler2013-06-201-5/+46
* Move lpc-specific flags out of host command argsRandall Spangler2013-06-141-4/+5
* haswell: fix driving of WAKE# pin on power button pressAaron Durbin2013-06-041-5/+4
* Split pwm.c into pwm_fan.c and pwm_kblight.cBill Richardson2013-04-261-2/+2
* Move LPC constants of out board.c and into chipset where they belongBill Richardson2013-04-241-0/+27
* Replace generated CONFIG_TASK_ macros with HAS_TASK_Bill Richardson2013-04-241-2/+2