summaryrefslogtreecommitdiff
path: root/chip/mchp/clock.c
Commit message (Expand)AuthorAgeFilesLines
* clock: Add mock for clock_enable_moduleYi Chou2023-04-251-1/+1
* clock: Remove the weak definition clock_enable_moduleYi Chou2023-04-181-0/+4
* chip: Sort header filesJeremy Bettis2022-11-291-1/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-2/+2
* cortex-m: Don't execute WFI instruction if debuggingBobby Casey2022-07-011-2/+2
* chip/mchp/clock.c: Format with clang-formatJack Rosenthal2022-06-291-123/+95
* atomic: fix printing atomic_t typeDawid Niedzwiecki2022-01-061-1/+1
* atomic: change atomic_t to longDawid Niedzwiecki2021-12-171-1/+1
* config: rename CONFIG_HOSTCMD_ESPI to CONFIG_HOST_INTERFACE_ESPIKeith Short2021-11-191-2/+2
* mchp: Update chip clock and system code for MEC172xScott Worley2021-03-301-7/+55
* mchp: MEC152x clock configuration and system updatesScott Worley2021-02-101-76/+45
* ec: change usage of dummySam Hurst2020-08-051-3/+3
* printf: Convert %l to %llEvan Green2019-10-051-2/+2
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-3/+3
* ec_chip_mchp: Fix hibernation timer and wake programmingscott worley2018-06-121-50/+50
* lpc/espi: convert ec chip code to use granular optionJett Rink2018-05-221-2/+2
* ec_chip_mchp: Add MCHP chip folderScott Worley2017-12-281-0/+763