summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'cros/main' into firmware-gwc-fsiScott Collyer2021-11-23112-369/+481
|\
| * config: rename CONFIG_HOSTCMD_SHI to CONFIG_HOST_INTERFACE_SHIKeith Short2021-11-195-9/+7
| * config: rename CONFIG_HOSTCMD_ESPI to CONFIG_HOST_INTERFACE_ESPIKeith Short2021-11-1920-56/+57
| * config: rename CONFIG_HOSTCMD_LPC to CONFIG_HOST_INTERFACE_LPCKeith Short2021-11-197-8/+8
| * config: rename CONFIG_HOSTCMD_HECI to CONFIG_HOST_INTERFACE_HECIKeith Short2021-11-191-2/+2
| * chip/npcx: Disable linker section check warningTom Hughes2021-11-171-0/+3
| * ite: Fix SRAM size for ITE81302-512Andrew McRae2021-11-121-4/+4
| * ite: Add support for ITE81302-512 variantAndrew McRae2021-11-121-2/+10
| * tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-0884-220/+266
| * chip/npcx: Fix monitor compilation with clangTom Hughes2021-11-031-0/+1
| * npcx: flash: Refactor flash_get_status()Wealian Liao2021-11-031-50/+24
| * npcx: flash: Fix physical_get_protect_flags()Wealian Liao2021-11-031-6/+15
| * CEC: move mkbp event to the cec taskZhuohao Lee2021-11-031-2/+13
| * chip/stm32/usb_spi.c: Fix bug crippling full duplexJes B. Klinke2021-10-291-1/+1
| * chip/mt_scp: mt8195: change S3 clock source to 26MTinghan Shen2021-10-291-1/+1
| * chip/mt_scp: support disable/enable WDTTinghan Shen2021-10-293-2/+34
| * Revert "chip/mt_scp: disable uart irq in S3 state"Tinghan Shen2021-10-293-32/+2
| * chip/mt_scp: dump 8195 panic information on console channelTinghan Shen2021-10-291-0/+3
| * npcx: flash: Disable flash QE bit at initWealian Liao2021-10-271-31/+57
| * chip/mt_scp: disable uart irq in S3 stateTinghan Shen2021-10-263-2/+32
* | Merge remote-tracking branch 'remotes/m/master' into fw-quiche-merge-yellow-bangScott Collyer2021-10-1973-303/+728
|\ \ | |/
| * chip/mchp: Fix license textTom Hughes2021-10-195-5/+5
| * tree: Files should end with single newlineTom Hughes2021-10-1836-36/+0
| * chip/stm32: Include gpio_chip.h when using gpio_interruptTom Hughes2021-10-188-0/+8
| * chip/npcx: Remove unused GPIO interrupt functionTom Hughes2021-10-181-1/+0
| * tree: Make all console commands staticTom Hughes2021-10-151-1/+1
| * tree: Make all host commands staticTom Hughes2021-10-151-2/+7
| * chip/stm32: Avoid out of bounds array access on TCPCI_MSG_TX_BIST_MODE_2Tom Hughes2021-10-131-3/+0
| * core: Fix flash size calculation when linking with lld (clang)Tom Hughes2021-10-111-2/+2
| * core/cortex-m: Disable warning in vecttable.c when building with clangTom Hughes2021-10-081-0/+15
| * chip/stm32: Proper declarations for USB clock and SRAM on L5Jes B. Klinke2021-10-083-122/+178
| * stm32: usb-ep: Add Windows OS Extended Compat ID descriptorScott Collyer2021-10-071-4/+60
| * chip/npcx: Fix return typeTom Hughes2021-10-071-1/+1
| * chip/npcx: Fix enum typeTom Hughes2021-10-051-1/+1
| * chip/stm32: remove unused variableTom Hughes2021-10-041-1/+0
| * chip/ish: Fix return typeTom Hughes2021-09-291-1/+1
| * chip/stm32: Make function definition and declaration matchTom Hughes2021-09-292-2/+2
| * npcx: Correct the image copies indication bits for npcx9Jun Lin2021-09-284-8/+24
| * chip/mt_scp: Declaration needs to come before definitionTom Hughes2021-09-274-7/+7
| * it83xx: clock: fix sequence to set PLL control registerDino Li2021-09-271-6/+40
| * npcx/i2c: Implement chip_i2c_[gs]et_freqCaveh Jalali2021-09-261-0/+49
| * npcx/i2c: Track configured I2C port speedCaveh Jalali2021-09-251-0/+13
| * npcx/i2c: Rename variable for clarityCaveh Jalali2021-09-251-5/+5
| * npcx/i2c: Refactor i2c_freq_changedCaveh Jalali2021-09-251-74/+86
| * chip/mt_scp: Fix return typeTom Hughes2021-09-241-1/+1
| * Revert "npcx: correct the image copies indication bits for npcx9"caveh jalali2021-09-214-24/+8
| * npcx: correct the image copies indication bits for npcx9Jun Lin2021-09-174-8/+24
| * chip: it83xx/gpio: condition for adding judgmentTim Lin2021-09-131-1/+1
| * chip/stm32: UART declarations for STM32L5 seriesJes B. Klinke2021-09-082-1/+164
| * chip/stm32: Factor family specific clock logic out of usb.cJes B. Klinke2021-09-085-32/+71