summaryrefslogtreecommitdiff
path: root/chip/mchp/lpc.c
Commit message (Expand)AuthorAgeFilesLines
* config: rename CONFIG_HOSTCMD_ESPI to CONFIG_HOST_INTERFACE_ESPIKeith Short2021-11-191-14/+14
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-081-6/+6
* tree: Files should end with single newlineTom Hughes2021-10-181-1/+0
* mchp: MEC172x update Port 80h and ACPI ECScott Worley2021-03-301-19/+48
* mchp: MEC152x eSPI adjust number of ACPI EC instancesScott Worley2021-02-101-12/+26
* PCH_PLTRST_L: Use appropriate config optionAbe Levkoy2019-10-301-1/+1
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-7/+7
* chip/mchp: Get rid of unused lpc_host_resetFurquan Shaikh2018-07-271-22/+0
* ec_chip_mchp: Fix LPC bugs configuring logical devicesscott worley2018-06-141-156/+289
* espi: rename remaining eSPI optionsJett Rink2018-05-231-1/+1
* lpc/espi: convert ec chip code to use granular optionJett Rink2018-05-221-7/+7
* lpc: remove lpc_host_resetJett Rink2018-03-261-18/+0
* ec_chip_mchp: Add LPC and eSPI files.Scott Worley2018-01-021-0/+886