summaryrefslogtreecommitdiff
path: root/chip/mec1322
Commit message (Expand)AuthorAgeFilesLines
* 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
* printf: Fix formatting errorsEvan Green2019-10-051-1/+1
* printf: Convert %l to %llEvan Green2019-10-051-2/+2
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-1/+1
* Unify #! use in python scriptsStefan Reinauer2019-10-011-1/+1
* cleanup: fix byte access and ifdefs for BBRAM_PD2Jett Rink2019-09-301-2/+3
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-262-17/+17
* dma: separate out DMA enable status from wait_for_bytesTom Hughes2019-08-131-2/+5
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-4/+4
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-4/+10
* cleanup: Fix common spelling typos in commentsTom Hughes2019-06-191-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-1920-20/+20
* Makefile: Replace flag -DX with -DX= to be supported by IS_ENABLED().Yilun Lin2019-06-031-1/+1
* common: chip_save_reset_flags takes uint32_tJack Rosenthal2019-05-171-1/+1
* chip/(mec1322|mchp): Drop math expressions in MEMORY ORIGIN/LENGTHNicolas Boichat2019-04-291-2/+9
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-262-8/+8
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-2617-152/+152
* Keyboard: Consolidate keyboard factory testsDaisuke Nojiri2018-12-171-68/+2
* keyboard: restore KBD_KSO2 after keyboard factory scan testingDevin Lu2018-12-171-1/+4
* chip/mec1322: properly compare timestampsPatrick Georgi2018-08-011-1/+1
* gpio: extend flags size to accommodate GPIO_ flagsJett Rink2018-06-111-1/+1
* lpc/espi: convert ec chip code to use granular optionJett Rink2018-05-222-2/+2
* system: Allow hibernate to clear AP_OFF flagDaisuke Nojiri2017-12-051-0/+5
* host_events: Bump up host events and masks to 64-bitFurquan Shaikh2017-11-211-2/+2
* Mark reset and panic functions as noreturnPatrick Georgi2017-11-071-0/+1
* port80: Provide default routine for logging port80 resumeFurquan Shaikh2017-10-311-7/+0
* lpc: Add and use lpc_resume_clear_masksFurquan Shaikh2017-10-311-9/+0