summaryrefslogtreecommitdiff
path: root/chip/mchp
Commit message (Expand)AuthorAgeFilesLines
* spi: Pass in spi_device as argument to spi_enable instead of portTom Hughes2021-01-283-16/+11
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-151-1/+1
* 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-1/+1
* Replace __attribute__((noreturn)) with noreturnTom Hughes2020-08-172-4/+8
* chip: support dynamic hibernate_wake_pins configTing Shen2020-08-061-0/+5
* ec: change usage of dummySam Hurst2020-08-058-26/+26
* mchp: Add chip_read_reset_flagsDaisuke Nojiri2020-05-061-2/+7
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-282-12/+11
* mchp: convert pack_ec.py script to Python 3Jack Rosenthal2020-01-131-20/+13
* keyscan: decouple keyboard_raw functionality from the presence of TASK_KEYSCANAlexandru M Stan2019-11-191-0/+2
* Cleanup: Correct GPIO alternate function parameterVijay Hiremath2019-11-011-4/+6
* PCH_PLTRST_L: Use appropriate config optionAbe Levkoy2019-10-302-2/+2
* GPIO/IOEX/eSPI: Give different IO signals unique valuesEdward Hill2019-10-251-5/+5
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-241-2/+2
* 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
* mchp/espi: fix error condition handlingPatrick Georgi2019-08-281-7/+10
* mchp/i2c: Fix boundary checkPatrick Georgi2019-08-281-8/+8
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-262-16/+16
* dma: separate out DMA enable status from wait_for_bytesTom Hughes2019-08-131-10/+14
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-5/+5
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-7/+8
* ec: Remove extraneous new line as the end of CPRINTS stringsNicolas Boichat2019-06-201-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-192-2/+2
* 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-10/+10
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-2615-253/+253
* 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/mchp: Get rid of unused lpc_host_resetFurquan Shaikh2018-07-271-22/+0
* ec_chip_mchp: Fix LPC bugs configuring logical devicesscott worley2018-06-144-234/+312
* ec_chip_mchp: Refactor huge chip_i2c_xfer into sub-functionsscott worley2018-06-121-264/+615
* ec_chip_mchp: Fix hibernation timer and wake programmingscott worley2018-06-124-122/+122
* ec_chip_mchp: Add debug config item to prevent watchdog from firing.scott worley2018-06-121-6/+2
* ec: Remove debug configuration items from chip register header file.scott worley2018-06-121-4/+1
* gpio: extend flags size to accommodate GPIO_ flagsJett Rink2018-06-111-2/+1
* espi: rename remaining eSPI optionsJett Rink2018-05-232-11/+11
* ec_chip_mchp: Expand data SRAM to 64KB.scott worley2018-05-223-55/+107
* ec_chip_mchp: Clear ADC sticky hardware status before starting.scott worley2018-05-221-19/+36
* ec_chip_mchp: Lower UART interrupt priority.scott worley2018-05-221-2/+3
* ec_chip_mchp: Fix bug in GPIO interrupt handling.scott worley2018-05-221-20/+34
* ec_chip_mchp: Lower Port80 interrupt priority.scott worley2018-05-221-1/+1
* lpc/espi: convert ec chip code to use granular optionJett Rink2018-05-226-14/+14
* ec_chip_mchp: Add miscellaneous register defines: LPC and IRQ.scott worley2018-05-221-1/+22