summaryrefslogtreecommitdiff
path: root/chip/lm4/lpc.c
Commit message (Expand)AuthorAgeFilesLines
* coil: cleanup commentsstabilize-rust-13720.B-cr50_stabMary Ruthven2021-01-111-6/+9
* 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
* Active-low Link GPIOs end with _L, not n.Randall Spangler2013-04-221-5/+5
* Strip out old LPC command protocolRandall Spangler2013-04-111-38/+18