summaryrefslogtreecommitdiff
path: root/chip/mchp/gpio.c
Commit message (Expand)AuthorAgeFilesLines
* chip: Sort header filesJeremy Bettis2022-11-291-2/+2
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* chip/mchp/gpio.c: Format with clang-formatJack Rosenthal2022-07-011-37/+30
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-081-1/+1
* tree: Files should end with single newlineTom Hughes2021-10-181-1/+0
* mchp: Disable BGPO on pin used in GPIO listScott Worley2021-03-031-0/+51
* mchp: MEC152x chip level GPIO updatesScott Worley2021-02-101-15/+26
* Cleanup: Correct GPIO alternate function parameterVijay Hiremath2019-11-011-4/+6
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-9/+9
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-4/+4
* ec_chip_mchp: Fix bug in GPIO interrupt handling.scott worley2018-05-221-20/+34
* ec_chip_mchp: Add MCHP chip folderScott Worley2017-12-281-0/+419