summaryrefslogtreecommitdiff
path: root/chip/mec1322
Commit message (Expand)AuthorAgeFilesLines
* chip/mec1322/adc.c: Format with clang-formatJack Rosenthal2022-07-011-1/+2
* chip/mec1322/hwtimer.c: Format with clang-formatJack Rosenthal2022-07-011-4/+9
* chip/mec1322/config_flash_layout.h: Format with clang-formatJack Rosenthal2022-07-011-21/+19
* chip/mec1322/flash.c: Format with clang-formatJack Rosenthal2022-07-011-9/+8
* chip/mec1322/gpio.c: Format with clang-formatJack Rosenthal2022-07-011-13/+9
* chip/mec1322/lpc.c: Format with clang-formatJack Rosenthal2022-07-011-13/+11
* chip/mec1322/spi.c: Format with clang-formatJack Rosenthal2022-07-011-16/+10
* chip/mec1322/pwm_chip.h: Format with clang-formatJack Rosenthal2022-07-011-1/+1
* cortex-m: Don't execute WFI instruction if debuggingBobby Casey2022-07-012-5/+3
* chip/mec1322/uart.c: Format with clang-formatJack Rosenthal2022-06-301-3/+2
* chip/mec1322/config_chip.h: Format with clang-formatJack Rosenthal2022-06-301-28/+27
* chip/mec1322/i2c.c: Format with clang-formatJack Rosenthal2022-06-291-42/+42
* chip/mec1322/port80.c: Format with clang-formatJack Rosenthal2022-06-291-3/+2
* chip/mec1322/system.c: Format with clang-formatJack Rosenthal2022-06-291-27/+25
* chip/mec1322/clock.c: Format with clang-formatJack Rosenthal2022-06-291-38/+28
* chip/mec1322/fan.c: Format with clang-formatJack Rosenthal2022-06-281-1/+0
* chip/mec1322/watchdog.c: Format with clang-formatJack Rosenthal2022-06-281-3/+4
* chip/mec1322/pwm.c: Format with clang-formatJack Rosenthal2022-06-281-4/+3
* chip/mec1322/lfw/ec_lfw.h: Format with clang-formatJack Rosenthal2022-06-281-8/+8
* chip/mec1322/registers.h: Format with clang-formatJack Rosenthal2022-06-281-327/+310
* chip/mec1322/dma.c: Format with clang-formatJack Rosenthal2022-06-281-6/+6
* chip/mec1322/lfw/ec_lfw.c: Format with clang-formatJack Rosenthal2022-06-281-29/+18
* 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-111-2/+2
* 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
* COIL: Update I2C terminologyRicardo Quesada2022-02-031-3/+3
* config: rename CONFIG_HOSTCMD_LPC to CONFIG_HOST_INTERFACE_LPCKeith Short2021-11-192-2/+2
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-089-15/+15
* tree: Files should end with single newlineTom Hughes2021-10-181-1/+0
* adc: Include adc_chip.h from adc.hCaveh Jalali2021-08-272-7/+0
* system: fix system_get_scratchpad APIYuval Peress2021-08-201-2/+3
* pylintrc: Copy Chromium OS platform2's configCraig Hesling2021-08-021-0/+4
* include/flash: rename the APIsTim Lin2021-06-091-12/+12
* spi: Pass in spi_device as argument to spi_enable instead of portTom Hughes2021-01-283-3/+5
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-152-3/+3
* version: Rename version.h to cros_version.hYuval Peress2021-01-071-1/+1
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-1/+1
* Replace I2C_GET_ADDR with I2C_STRIP_FLAGSYuval Peress2020-11-021-2/+2
* Replace __attribute__((noreturn)) with noreturnTom Hughes2020-08-172-2/+4
* chip: support dynamic hibernate_wake_pins configTing Shen2020-08-061-0/+5
* ec: change usage of dummySam Hurst2020-08-054-9/+9
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-282-11/+9
* mec1322: convert pack_ec.py script to Python 3Jack Rosenthal2020-01-131-26/+16
* keyscan: decouple keyboard_raw functionality from the presence of TASK_KEYSCANAlexandru M Stan2019-11-191-0/+2
* Add a board specific helper to return USB PD port countKarthikeyan Ramasubramanian2019-11-091-6/+20
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-4/+4
* Cleanup: Correct GPIO alternate function parameterVijay Hiremath2019-11-011-4/+6
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-241-2/+1
* include: De-longify BIT() macroEvan Green2019-10-051-1/+1