summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* it83xx: disable pre-defined command at defaultDino Li2021-04-082-0/+4
* it8xxx2: add support option CONFIG_PRESERVE_LOGSDino Li2021-04-073-1/+43
* 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
* stm32gx: ucpd: BIST mode control and correct nRetryCountScott Collyer2021-03-312-11/+41
* stm32g4: ucpd: Fix tx hard reset and msg discard handlingScott Collyer2021-03-311-27/+211
* 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
* npcx: Fixup eSPI registersRob Barnes2021-03-242-3/+43
* chip/mt8192_scp: add venc capabilityTzung-Bi Shih2021-03-242-1/+7
* chip/mt8192_scp: add vdec capabilityTzung-Bi Shih2021-03-242-5/+8
* stm32g4: ucpd: Move hbit clock config macros to .h fileScott Collyer2021-03-242-26/+29
* chip/mt8192_scp: flush memory cache before notifying APTzung-Bi Shih2021-03-221-0/+5
* npcx: eSPI: add a config to reset SLP_Sx VW when eSPI_RST assertsJun Lin2021-03-171-0/+4
* it83xx/adc: Enable keeping ADC data bufferDino Li2021-03-172-0/+6
* chip/stm32: Rename field since "or" is reserved in C++Tom Hughes2021-03-161-1/+1
* chip/stm32: Remove duplicate macrosTom Hughes2021-03-163-171/+0
* ucpd: Add support to turn off type-2 BIST modeScott Collyer2021-03-161-6/+22
* mchp: Update chip configuration and flash layout for MEC172xScott Worley2021-03-132-24/+42
* mchp: Add Microchip MEC172x registersScott Worley2021-03-134-66/+1536
* chip/it83xx: Fix narrowing type warning when included from C++Tom Hughes2021-03-081-3/+3
* chip/mt8192_scp: move power_chipset_handle_host_sleep_eventTzung-Bi Shih2021-03-082-16/+17
* chip/mt8192_scp: change clock source to ULPOSC for UARTTzung-Bi Shih2021-03-081-3/+2
* chip/mt8192_scp: use ULPOSC1 div 8 instead of 26M for timerTinghan Shen2021-03-083-3/+11
* mt8192_scp/clock: Use ULPOSC1 when AP suspendWeiyi Lu2021-03-051-0/+16
* stm32g4: Add support for stm32g473xc variantScott Collyer2021-03-043-6/+67
* stm32g4: Add USB endpoint supportScott Collyer2021-03-045-4/+56
* panicinfo: fix panicinfo double reportEric Yilun Lin2021-03-043-5/+25
* mchp: Disable BGPO on pin used in GPIO listScott Worley2021-03-034-0/+65
* it83xx/gpg1 reset EC: save panic data to bramDino Li2021-02-232-1/+57
* 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
* servo_v4p1: Fix communication with ATmega32 keyboard emulatorMichał Barnaś2021-02-091-1/+1
* common: move some structures from .rodata to .dataKeith Short2021-02-051-1/+1
* it8xxx2: return -1 if EC INT number isn't validDino Li2021-02-041-0/+3