summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* chip/stm32: Support for I2C4 instance on STM32L4/5Jes B. Klinke2023-05-174-7/+42
* NPCX9: Allow boards to customize MIWU interrupt priorityDaisuke Nojiri2023-05-152-16/+67
* chip: add support for npcx trngDavid Cross2023-05-152-0/+252
* common: move chip agnostic trng code from stm32 to commonDavid Cross2023-05-122-70/+6
* chip/stm32: Support dynamic I2C speed on L4/L5 seriesJes B. Klinke2023-05-051-5/+10
* it83xx/adc: Use 64-bit int for voltage calculationReka Norman2023-05-041-1/+1
* chip/stm32: Simplify usb_spi.c macro useJes B. Klinke2023-05-032-200/+163
* npcx: SPI: add asynchronious transaction APIsJun Lin2023-05-031-23/+47
* npcx: driver: SPI: extend driver to support concurrent modeJun Lin2023-05-021-2/+14
* npcx: watchdog: support the longer watchdog timeoutJun Lin2023-04-271-5/+25
* ec: add support for npcx9m8sDavid Cross2023-04-262-0/+28
* clock: Add mock for clock_enable_moduleYi Chou2023-04-2517-19/+20
* chip/stm32: Add extensions for flash programmingJes B. Klinke2023-04-182-36/+368
* chip/stm32: Remove unwanted protool extensionJes B. Klinke2023-04-181-85/+0
* clock: Remove the weak definition clock_enable_moduleYi Chou2023-04-1810-0/+47
* trng: Drop trng_rand() functionPatryk Duda2023-04-131-1/+1
* ish: increase HECI response buffer sizeLi Feng2023-04-041-2/+14
* chip/stm32: Eliminate run-time flags to usb_spi.cJes B. Klinke2023-03-282-18/+3
* chip/stm32: Eliminate support for multiple USB->SPI instancesJes B. Klinke2023-03-282-197/+175
* ite83xx: Remove false-alarm EC panic reportsAaron Massey2023-03-231-2/+17
* chip/stm32: Interface extensions for serial flashJes B. Klinke2023-03-172-17/+114
* NPCX9: Enable SHA256 acceleratorDaisuke Nojiri2023-03-171-0/+3
* chip/stm32: Enable asynchronous write-only SPI transactionsJes B. Klinke2023-03-161-5/+29
* Replace CONFIG_DMA with CONFIG_DMA_CROS in EC codebasePatryk Duda2023-03-014-4/+4
* chip/stm32: ADC fixesJes B. Klinke2023-02-212-29/+20
* chip/stm32: Sample time off-by-oneJes B. Klinke2023-02-183-10/+15
* chip/stm32: Add warnings in stm32l4 files also used by L5Jes B. Klinke2023-02-172-0/+4
* chip/stm32: ADC status register "write 1 to clear"Jes B. Klinke2023-02-171-2/+9
* chip/stm32: Extend ADC support to L5xx familyJes B. Klinke2023-02-174-6/+12
* chip/stm32: Fix for opting out of flash supportJes B. Klinke2023-02-081-1/+4
* chip/stm32/clock-stm32l4: Fixed clock cmd documentationJes B. Klinke2023-02-051-2/+2
* chip/stm32/dfu_bootmanager_main: Add memory barrierJes B. Klinke2023-02-051-0/+5
* ec: Use chromite isort configJeremy Bettis2023-02-034-0/+4
* chip/stm32: Modification to DFU for STM32L5Jes B. Klinke2023-01-253-18/+53
* chip/stm32: Correction to EXTI register declarations for STM32L5Jes B. Klinke2023-01-243-13/+60
* mchp: Remove undefined behavior in espi msvw handlersDustin L. Howett2023-01-231-6/+4
* chip/stm32: Fix copy/paste errorJes B. Klinke2023-01-181-2/+2
* tree: Replace "unsigned" with "unsigned int"Andrea Grandi2023-01-0412-58/+60
* npcx9: SHA256: Fix the code definition of enum ncl_statusJun Lin2022-12-191-3/+3
* chip/stm32: Add register declarations for OctoSPIJes B. Klinke2022-12-091-0/+291
* chips/stm32/usb_spi: Allow boards to handle non-standard SPI bussesJes B. Klinke2022-12-092-1/+27
* chips/stm32/usb_spi: Forwarding to multiple spi devicesJes B. Klinke2022-12-092-8/+30
* ec: Support logging system boot time infoRajesh Kumar2022-12-073-2/+17
* Revert "ec: Support logging system boot time info"Piotr Pawliczek2022-12-033-17/+2
* ec: Support logging system boot time infoRajesh Kumar2022-12-023-2/+17
* board: Sort header filesJeremy Bettis2022-12-011-1/+3
* chip: Sort header filesJeremy Bettis2022-11-29140-321/+313
* ec: IWYU Add missing includesJeremy Bettis2022-11-243-1/+5
* npcx9: fix SHA256 ROM API table addressJun Lin2022-11-211-1/+1
* chip/ish: fix system shutdown in D0i3Li Feng2022-11-154-40/+166