summaryrefslogtreecommitdiff
path: root/chip/mec1322
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-0528-5268/+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
* host_event: Move host events and mask handling into common codeFurquan Shaikh2017-10-171-91/+7
* cleanup: Remove jtag_pre_init()Shawn Nematbakhsh2017-09-072-14/+1
* watchdog: Don't discard irqprio data due to CONFIG_LTOShawn Nematbakhsh2017-06-261-1/+1