summaryrefslogtreecommitdiff
path: root/chip/mchp
Commit message (Expand)AuthorAgeFilesLines
* chip/mchp: Fix return typeTom Hughes2022-10-141-1/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-1247-47/+47
* config: rename HOSTCMD_ESPI_* to HOST_INTERFACE_ESPI_*Michał Barnaś2022-09-092-12/+13
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-014-7/+7
* ec: Switch black to 80 cols and reformat filesJeremy Bettis2022-07-263-33/+134
* ec: Fix some bad formatting and warningsJeremy Bettis2022-07-133-58/+14
* ec: Format all python files with black and isortJeremy Bettis2022-07-123-1428/+1767
* tree: Move stdlib implementation to builtin directoryTom Hughes2022-07-071-2/+4
* chip/mchp/spi.c: Format with clang-formatJack Rosenthal2022-07-011-41/+22
* chip/mchp/gpspi.c: Format with clang-formatJack Rosenthal2022-07-011-4/+3
* chip/mchp/fan.c: Format with clang-formatJack Rosenthal2022-07-011-4/+3
* chip/mchp/registers-mec172x.h: Format with clang-formatJack Rosenthal2022-07-011-1029/+1021
* chip/mchp/hwtimer.c: Format with clang-formatJack Rosenthal2022-07-011-9/+13
* chip/mchp/qmspi.c: Format with clang-formatJack Rosenthal2022-07-011-56/+44
* chip/mchp/adc.c: Format with clang-formatJack Rosenthal2022-07-011-3/+5
* chip/mchp/dma_chip.h: Format with clang-formatJack Rosenthal2022-07-011-14/+12
* chip/mchp/gpio.c: Format with clang-formatJack Rosenthal2022-07-011-37/+30
* chip/mchp/lfw/ec_lfw.c: Format with clang-formatJack Rosenthal2022-07-011-39/+34
* chip/mchp/gpspi_chip.h: Format with clang-formatJack Rosenthal2022-07-011-2/+2
* chip/mchp/uart.c: Format with clang-formatJack Rosenthal2022-07-011-22/+21
* chip/mchp/lpc.c: Format with clang-formatJack Rosenthal2022-07-011-81/+48
* chip/mchp/tfdp_chip.h: Format with clang-formatJack Rosenthal2022-07-011-23/+17
* chip/mchp/system.c: Format with clang-formatJack Rosenthal2022-07-011-27/+25
* chip/mchp/pwm_chip.h: Format with clang-formatJack Rosenthal2022-07-011-1/+1
* cortex-m: Don't execute WFI instruction if debuggingBobby Casey2022-07-012-3/+3
* chip/mchp/registers-mec1701.h: Format with clang-formatJack Rosenthal2022-06-301-950/+934
* chip/mchp/clock_chip.h: Format with clang-formatJack Rosenthal2022-06-301-2/+1
* chip/mchp/registers-mec152x.h: Format with clang-formatJack Rosenthal2022-06-301-859/+838
* chip/mchp/watchdog.c: Format with clang-formatJack Rosenthal2022-06-301-25/+19
* chip/mchp/registers.h: Format with clang-formatJack Rosenthal2022-06-291-586/+549
* chip/mchp/clock.c: Format with clang-formatJack Rosenthal2022-06-291-123/+95
* chip/mchp/lfw/ec_lfw.h: Format with clang-formatJack Rosenthal2022-06-291-7/+7
* chip/mchp/gpio_cmds.c: Format with clang-formatJack Rosenthal2022-06-291-8/+4
* chip/mchp/espi.c: Format with clang-formatJack Rosenthal2022-06-291-150/+102
* chip/mchp/config_chip.h: Format with clang-formatJack Rosenthal2022-06-291-41/+39
* chip/mchp/lpc_chip.h: Format with clang-formatJack Rosenthal2022-06-291-1/+1
* chip/mchp/port80.c: Format with clang-formatJack Rosenthal2022-06-291-1/+0
* chip/mchp/qmspi_chip.h: Format with clang-formatJack Rosenthal2022-06-291-9/+7
* chip/mchp/tfdp.c: Format with clang-formatJack Rosenthal2022-06-291-23/+10
* chip/mchp/pwm.c: Format with clang-formatJack Rosenthal2022-06-281-12/+6
* chip/mchp/dma.c: Format with clang-formatJack Rosenthal2022-06-281-44/+30
* chip/mchp/spi_chip.h: Format with clang-formatJack Rosenthal2022-06-281-15/+13
* chip/mchp/flash.c: Format with clang-formatJack Rosenthal2022-06-281-11/+9
* chip/mchp/i2c.c: Format with clang-formatJack Rosenthal2022-06-281-72/+75
* chip/mchp/config_flash_layout.h: Format with clang-formatJack Rosenthal2022-06-281-32/+28
* chip: Remove -march, since -mcpu itself is sufficientTom Hughes2022-06-151-1/+1
* treewide: Convert ESPI_DEFAULT_SCI_WIDTH_US to default VWIRE pulse widthTim Wawrzynczak2022-05-112-2/+5
* cleanup: it8801: Rename discrete Keyboard configsVijay Hiremath2022-04-251-1/+1
* treewide: Move SCI pulse width to a CONFIG/Kconfig optionTim Wawrzynczak2022-04-211-2/+2
* mchp: Fix MEC172x RO_FRID wrong area_offset in SPI imagemartin yan2022-02-011-2/+22