summaryrefslogtreecommitdiff
path: root/chip/mchp
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-0547-18341/+0
* adc: Include adc_chip.h from adc.hCaveh Jalali2021-08-272-7/+0
* common: move standard library functions from util.c to another fileMichał Barnaś2021-08-251-1/+1
* system: fix system_get_scratchpad APIYuval Peress2021-08-201-2/+3
* mchp: Update RPM-PWM registers and configurationmartin yan2021-08-193-12/+23
* mchp: Optimize spi_flash_read() APImartin yan2021-08-061-0/+12
* pylintrc: Copy Chromium OS platform2's configCraig Hesling2021-08-023-0/+12
* mchp: Correct integrated SPI flash pins' configurationmartin yan2021-07-141-2/+2
* mchp: Correct assigning I2C controller to a portVijay Hiremath2021-06-302-3/+15
* mchp: Move I2C_CONTROLLER_COUNT and I2C_PORT_COUNT to chipmartin yan2021-06-302-0/+8
* mchp: Add ADC MAX reading value for MEC172xmartin yan2021-06-101-0/+5
* mchp: Update stack size MACROsmartin yan2021-06-101-5/+6
* include/flash: rename the APIsTim Lin2021-06-091-12/+12
* COIL: espi: replace VW_SLAVE_BTLD_STATUS_DONE with VW_PERIPHERAL_BTLD_STATUS_...Caveh Jalali2021-06-041-25/+25
* COIL: Rename MODULE_SPI_MASTER to MODULE_SPI_CONTROLLERCaveh Jalali2021-06-031-2/+2
* mchp: Default espi configurationPoornima Tom2021-05-202-29/+38
* mchp: Add lfw/gpio.inc in chipmartin yan2021-04-152-1/+108
* mchp: Add i2c_chip.h and board_i2c_p2c() in chipmartin yan2021-04-052-0/+39
* mchp: Move general flash definitions into chipmartin yan2021-04-051-0/+16
* mchp: Update number of I2C controllers for MEC172xScott Worley2021-03-301-40/+54
* mchp: Update chip clock and system code for MEC172xScott Worley2021-03-302-72/+195
* mchp: Add MEC172x build filesScott Worley2021-03-303-0/+949
* mchp: MEC172x update Port 80h and ACPI ECScott Worley2021-03-302-24/+84
* mchp: PWM add MEC172x and clean upScott Worley2021-03-304-74/+60
* mchp: Update chip watchdog timer for MEC172xScott Worley2021-03-301-55/+72
* mchp: Update chip configuration and flash layout for MEC172xScott Worley2021-03-132-24/+42
* mchp: Add Microchip MEC172x registersScott Worley2021-03-134-66/+1536
* mchp: Disable BGPO on pin used in GPIO listScott Worley2021-03-034-0/+65
* mchp: Add ADC channel enumeration to chipScott Worley2021-02-101-0/+13
* mchp: MEC152x update PWM instancesScott Worley2021-02-101-4/+11
* mchp: Add MEC152x SPI image generator scriptScott Worley2021-02-102-1/+806
* mchp: Support any chip UART for EC consoleScott Worley2021-02-102-80/+127
* mchp: MEC152X watchdog interrupt supportScott Worley2021-02-101-9/+81
* mchp: MEC152x eSPI adjust number of ACPI EC instancesScott Worley2021-02-102-65/+29
* mchp: MEC152X does not have GP-SPI controllerScott Worley2021-02-101-1/+3
* mchp: MEC152x increase number of I2C controllersScott Worley2021-02-101-159/+259
* mchp: MEC152x chip level GPIO updatesScott Worley2021-02-103-18/+32
* mchp: MEC152x clock configuration and system updatesScott Worley2021-02-103-116/+119
* mchp: MEC152x chip configuration and flash layout changesScott Worley2021-02-102-9/+28
* mchp: MEC152x chip family updateScott Worley2021-02-101-1/+1
* mchp: Add Microchip MEC152x register changesScott Worley2021-02-103-1767/+3054
* 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