summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* chip/stm32: Allow controlling SPI chip select via USBJes B. Klinke2022-06-162-0/+84
* chip/stm32: Support SPI chip select across transactionsJes B. Klinke2022-06-161-2/+12
* tree: Files should end with single newlineTom Hughes2022-06-153-3/+0
* chip/stm32: Set -mcpu to cortex-m7 for STM32H7Tom Hughes2022-06-151-2/+2
* chip: Remove -march, since -mcpu itself is sufficientTom Hughes2022-06-156-15/+10
* it8xxx2: The "M" extension is disabled by defaultDino Li2022-06-091-0/+7
* riscv: it8xxx2: pull __switch_task function into ram_code_ilm0 sectionDino Li2022-06-091-0/+2
* clock-stm32f4: Fix minimal time the RTC alarm can be set forPatryk Duda2022-06-072-6/+11
* ec: stm32: Use EC_SPI_RX_READY macroSam Hurst2022-06-021-1/+1
* ec: ite: Use EC_SPI_RX_READY macroSam Hurst2022-05-311-1/+1
* ec: npcx: Use EC_SPI_RX_READY macroSam Hurst2022-05-311-1/+1
* chip/npcx: Poll VW DIRTY bit around SCI# and SMI# pulsesTim Wawrzynczak2022-05-261-4/+10
* chip/npcx: Add function to poll DIRTY bit for virtual wire changesTim Wawrzynczak2022-05-261-0/+25
* npcx: eSPI: workaround the issue in NPCX99nF errata rev1_2, No.3.10.Jun Lin2022-05-124-0/+34
* treewide: Convert ESPI_DEFAULT_SCI_WIDTH_US to default VWIRE pulse widthTim Wawrzynczak2022-05-115-17/+20
* chip: max32660: convert pwrseq_regs.h file newline to unix formatFabio Baltieri2022-05-101-489/+489
* chip/host: Fix -Wstrict-prototypes warningManoj Gupta2022-04-281-1/+1
* cleanup: it8801: Rename discrete Keyboard configsVijay Hiremath2022-04-257-7/+7
* treewide: Move SCI pulse width to a CONFIG/Kconfig optionTim Wawrzynczak2022-04-214-12/+12
* mt_scp: set decoder capture buffer format to MM21Yunfei Dong2022-04-071-3/+2
* COIL: update chip/stm32/hwtimer.cRicardo Quesada2022-04-061-71/+71
* hooks: add HOOK_PRIO_POST_CHIPSETKeith Short2022-03-291-1/+1
* hooks: add HOOK_PRIO_POST_I2CKeith Short2022-03-291-1/+1
* COIL: update chip/max32660Ricardo Quesada2022-03-292-125/+126
* COIL: update chip/max32660Ricardo Quesada2022-03-292-167/+185
* USBHC: Add USB host command interfaceDaisuke Nojiri2022-03-291-0/+7
* cosmetic fixes for max32660/i2c_regs.hRicardo Quesada2022-03-251-1404/+1137
* fan: npcx: fine tune the fan controlJun Lin2022-03-241-3/+13
* FPMCU/stm32: Compile host_command_common only for FPMCUDaisuke Nojiri2022-03-241-1/+1
* mtk_scp: Merge mt8183 and mt8186 into mt818xJohnson Wang2022-03-2321-49/+492
* util: align the IN_RANGE implementation with zephyrTing Shen2022-03-231-3/+3
* npcx: adc: support faster ADC conversion speedJun Lin2022-03-211-8/+25
* stm32: Introduce define to control extended reset flagsPatryk Duda2022-02-282-0/+10
* stm32/system: Fix NULL pointer dereference in system_reset()Patryk Duda2022-02-281-10/+18
* stm32/system: Don't restore panic flags if no panic data existsPatryk Duda2022-02-281-3/+15
* gpio: cleanup header usage for uartKeith Short2022-02-254-0/+4
* gpio: cleanup header usage for i2cKeith Short2022-02-252-0/+3
* npcx: power down unused modulesJun Lin2022-02-253-9/+21
* npcx: Add support to use adc before task startParth Malkan2022-02-242-6/+125
* stm32: Add the DFU Boot ManagerBrian J. Nemec2022-02-1518-1/+338
* stm32: Add the DFU Runtime identifiersBrian J. Nemec2022-02-113-0/+165
* COIL: rename file to spi_controller.cRicardo Quesada2022-02-052-1/+1
* chip/stm32: Add LPUART, UART5 and PWR_CR2_IOSVJes B. Klinke2022-02-053-8/+45
* COIL: Update I2C terminologyRicardo Quesada2022-02-037-26/+26
* COIL: update SPI terminologyRicardo Quesada2022-02-036-45/+46
* chip/stm32/registers-stm32l5.h: Add register bank F, GJes B. Klinke2022-02-031-1/+2
* cortex-m: Introduce FPU interrupt handlerPatryk Duda2022-02-032-0/+43
* clock-stm32h7: Handle timer overflow in IDLE taskPatryk Duda2022-02-021-0/+45
* mchp: Fix MEC172x RO_FRID wrong area_offset in SPI imagemartin yan2022-02-011-2/+22
* chip/mt_scp: rv32i: improve mt8195 handling suspend/resumeTinghan Shen2022-01-263-8/+94