summaryrefslogtreecommitdiff
path: root/chip/it83xx/lpc.c
Commit message (Expand)AuthorAgeFilesLines
* COIL: chip/it83xx: Update SPI terminologyCaveh Jalali2021-08-021-1/+1
* it83xx: read_clear_int_mask() read and clear interrupt bit.Dino Li2020-09-241-2/+2
* it8xxx2: lpc/espi: mapping host I/O cycle to h2ram sectionDino Li2020-04-281-0/+11
* 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-6/+6
* chip/it83xx: Use CONFIG_HOSTCMD_ESPI to decide PLTRST usageFurquan Shaikh2018-07-271-3/+3
* espi: rename remaining eSPI optionsJett Rink2018-05-231-3/+3
* lpc/espi: convert ec chip code to use granular optionJett Rink2018-05-221-3/+3
* it83xx: Add eSPI virtual wires for SMI & SCIVijay Hiremath2018-04-131-0/+12
* ite: disable interrupts if no keyboard taskJett Rink2018-04-021-0/+2
* ite: exclude keyboard interrupts if no keyboard taskJett Rink2018-03-291-4/+2
* lpc: remove lpc_host_resetJett Rink2018-03-261-14/+0
* Code cleanup: Rename GPIO PCH_RCIN_L to SYS_RESET_LVijay Hiremath2018-03-241-2/+2
* host_events: Bump up host events and masks to 64-bitFurquan Shaikh2017-11-211-2/+2
* it83xx: add espi moduleDino Li2017-11-141-0/+25
* it83xx: Make it build with coreboot-sdkPatrick Georgi2017-11-081-2/+0
* port80: Provide default routine for logging port80 resumeFurquan Shaikh2017-10-311-7/+0
* lpc: Add and use lpc_resume_clear_masksFurquan Shaikh2017-10-311-10/+0
* host_event: Move host events and mask handling into common codeFurquan Shaikh2017-10-171-87/+7
* it83xx: lpc: do not clear masks in S0ix -> S0 transitionDino Li2017-01-251-4/+10
* it83xx: lpc: add support 'CONFIG_KEYBOARD_IRQ_GPIO' and fix lpc_init()Dino Li2016-08-221-0/+68
* chip: it83xx: it8320 compatibilityDino Li2016-02-181-0/+2
* it8380dev: To config register 'GCR' in gpio_pre_init()Dino Li2015-12-141-2/+0
* it8380dev: Modify port 80 service routineEli Hsu2015-11-111-3/+3
* it8380dev: fix lpc moduleDino Li2015-09-161-6/+75
* it8380dev: change PNPCFG base address to 4E/4FDino Li2015-08-041-2/+2
* it8380dev: fix keyboard no break codeDino Li2015-08-041-0/+10
* Fix assertion crash in __wait_evt()Chiranjeevi Rapolu2015-06-251-0/+12
* it8380dev: add pmc control moduleDino Li2015-06-171-11/+501
* it8380dev: add KBC/KMSC moduleDino Li2015-03-221-0/+180