summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* driver/tcpm/ite_pd_intc: separate pd interrupt to ite_pd_intcRuibin Chang2021-07-091-78/+1
* stm32: clock: avoid division by zero worries.Bossen WU2021-07-021-4/+4
* stm32: add stm32l431 ec in chip/stm32 : flashBossen WU2021-07-012-7/+44
* stm32: add stm32l431 ec in chip/stm32 : adcBossen WU2021-07-012-1/+258
* stm32: add stm32l431 ec in chip/stm32 : dmaBossen WU2021-07-011-6/+29
* stm32: add stm32l431 ec in chip/stm32 : i2cBossen WU2021-07-011-19/+25
* 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
* stm32: add stm32l431 ec in chip/stm32 : uartBossen WU2021-06-301-4/+28
* stm32: add stm32l431 ec in chip/stm32 : watchdogBossen WU2021-06-301-1/+30
* stm32: add stm32l431 ec in chip/stm32 : system / clock / timerBossen WU2021-06-307-498/+2575
* chip/mt_scp: support MT8195 UARTTzung-Bi Shih2021-06-292-0/+10
* chip/mt_scp: move UART pinmux settings to chip specificTzung-Bi Shih2021-06-296-11/+67
* stm32: rename CONFIG_STM32_SPI1_MASTER to …CONTROLLERHarry Cutts2021-06-252-9/+9
* chip/mt_scp: move rv32i specific to common folderTzung-Bi Shih2021-06-2525-30/+39
* chip/mt8192_scp: fix unknown type errorsTzung-Bi Shih2021-06-251-0/+2
* chip/mt_scp: move mt8183 specific to sub-folderTzung-Bi Shih2021-06-2519-83/+108
* chip/mt_scp: remove unnecessary path when includingTzung-Bi Shih2021-06-251-1/+1
* Fix compilation issues with nocturne SDKPatryk Duda2021-06-171-1/+2
* ish/heci: initialize msg.payload before using itPatrick Georgi2021-06-171-1/+1
* mchp: Add ADC MAX reading value for MEC172xmartin yan2021-06-101-0/+5
* mchp: Update stack size MACROsmartin yan2021-06-101-5/+6
* stm32/system: Disable caches before rebootPatryk Duda2021-06-101-0/+9
* it8xxx2/spi: re-init spi module after disable emmc boot modeDino Li2021-06-101-0/+17
* stm32f4: undef CONFIG_CMD_CHARGENNamyoon Woo2021-06-101-0/+2
* stm32/flash-stm32h7: Use udelay() in flash_physical_erase()Patryk Duda2021-06-091-1/+6
* include/flash: rename the APIsTim Lin2021-06-0917-189/+195
* it8xxx2/irq: wait until two equal interrupt values are readDino Li2021-06-081-1/+5
* COIL: chip/npcx: rename IS_SLAVE_CHAN_ENABLECaveh Jalali2021-06-042-5/+5
* COIL: espi: replace VW_SLAVE_BTLD_STATUS_DONE with VW_PERIPHERAL_BTLD_STATUS_...Caveh Jalali2021-06-043-50/+51
* COIL: chip/npcx: Update some commentsCaveh Jalali2021-06-042-10/+10
* COIL: Rename MODULE_SPI_MASTER to MODULE_SPI_CONTROLLERCaveh Jalali2021-06-032-4/+4
* COIL: Rename CONFIG_SPI_MASTER to CONFIG_SPI_CONTROLLERCaveh Jalali2021-06-032-2/+2
* chip/npcx: Fix comment white spaceCaveh Jalali2021-05-271-1/+1
* stm32g4: ucpd: Clear tx interrupts before enableScott Collyer2021-05-271-26/+43
* chip/mt8192_scp: disalbe video hardware 4k capabilityYunfei Dong2021-05-272-1/+2
* npcx9: fix the workaround for unexpected JTAG selectionJun Lin2021-05-275-12/+43
* stm32g4: flash: Add DBANK support to option bytes WRPScott Collyer2021-05-273-60/+262
* stm32/system: Wait for RVU bit clear before updating IWDG_RLRPatryk Duda2021-05-262-1/+44
* chip/npcx/espi: Remove errata 2.22 for NPCX7+Raul E Rangel2021-05-251-0/+10
* chip/npcx/espi: Fix race condition between PLTRST# and PCHANENRaul E Rangel2021-05-251-3/+3
* mchp: Default espi configurationPoornima Tom2021-05-202-29/+38
* chip/mt8192_scp: using mm21 instead of mt21cYunfei Dong2021-05-171-1/+1
* stm32: Add helper function for H7 flash ctrl regsJosie Nordrum2021-05-114-105/+199
* panic.c: force sync before reenabling bus faultsJosie Nordrum2021-05-111-3/+0
* usb-ep: Add config option to define VIDScott Collyer2021-05-021-1/+1
* npcx9: port80: support 4 bytes mode for eSPI host interfaceJun Lin2021-04-292-6/+50
* chip/host: Match fprintf type and format stringPatrick Georgi2021-04-281-1/+1
* chip/host: Check that file reads are successfulPatrick Georgi2021-04-281-9/+4
* chip/host: Make persistence's path handling more robustPatrick Georgi2021-04-281-3/+49