summaryrefslogtreecommitdiff
path: root/chip/mchp/lpc.c
Commit message (Expand)AuthorAgeFilesLines
* chip: Sort header filesJeremy Bettis2022-11-291-4/+4
* chip/mchp: Fix return typeTom Hughes2022-10-141-1/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* config: rename HOSTCMD_ESPI_* to HOST_INTERFACE_ESPI_*Michał Barnaś2022-09-091-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-2/+2
* chip/mchp/lpc.c: Format with clang-formatJack Rosenthal2022-07-011-81/+48
* treewide: Convert ESPI_DEFAULT_SCI_WIDTH_US to default VWIRE pulse widthTim Wawrzynczak2022-05-111-2/+2
* treewide: Move SCI pulse width to a CONFIG/Kconfig optionTim Wawrzynczak2022-04-211-2/+2
* 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