summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
...
* it83xx: read_clear_int_mask() read and clear interrupt bit.Dino Li2020-09-245-17/+11
* npcx: add features, memory configuration and ID for npcx9CHLin2020-09-236-22/+163
* npcx7: set code RAM size to actual code RAM sizePeter Marheine2020-09-231-4/+13
* npcx: change registers and hwtimer to support npcx9CHLin2020-09-229-670/+1550
* chip/it83xx/gpio: correct bit settingRuibin Chang2020-09-211-1/+1
* stm32g4: Update dma channels for USARTScott Collyer2020-09-081-6/+6
* npcx: i2c: Don't set ACK when using FIFO modeCHLin2020-09-081-5/+16
* chip/mt8192_scp: remove chip_disable_irqTzung-Bi Shih2020-09-031-12/+8
* it83xx/i2c: enable 400kHz timing registers for port A/B/CDino Li2020-09-021-42/+78
* stm32g4: Specify correct ARM core and CPU flagsScott Collyer2020-08-311-1/+2
* stm32g4: Add flash support for stm32g4 chip familyScott Collyer2020-08-314-83/+91
* stm32l4: Refactor to use page instead of bank notationScott Collyer2020-08-312-31/+77
* stm32g4: Fix build issue with i2c driverScott Collyer2020-08-292-2/+1
* it83xx/system: Don't disable DBGR in system resetDino Li2020-08-272-9/+21
* chip/mt8192_scp: do not handle pending IPI interruptsTzung-Bi Shih2020-08-261-7/+1
* chip/mt8192_scp: do not switch INTC_IRQ_EN in runtimeTzung-Bi Shih2020-08-261-4/+6
* chip/mt8192_scp: add address location of MIEMASK_G0Tzung-Bi Shih2020-08-261-0/+1
* it83xx: fix incorrect reset cause when boot from z-stateTing Shen2020-08-252-3/+52
* usbc: remove PD_EVENT_SM in favor of task_wakeJett Rink2020-08-211-1/+1
* it83xx/spi: change configuration to IS_ENABLED() styletim2020-08-191-69/+67
* npcx7: introduce new chip variant npcx7m7fcCHLin2020-08-194-10/+23
* Replace __attribute__((noreturn)) with noreturnTom Hughes2020-08-1711-18/+34
* Clean up: set embedded flash clock 48MHz as defaultRuibin Chang2020-08-172-0/+2
* task: Change mutex_lock() assertEdward Hill2020-08-152-11/+3
* it83xx/spi: enable rx valid length interruptDino Li2020-08-143-0/+50
* it83xx/adc: Enable automatic hardware calibrationDino Li2020-08-142-0/+3
* COIL: change usage of sanityDaisuke Nojiri2020-08-141-1/+1
* npcx: add support for rom resident sectionsKeith Short2020-08-132-2/+23
* stm32g4: Add I2C supportScott Collyer2020-08-132-11/+472
* stm32g4: Fix max clock freq and flash wait stateScott Collyer2020-08-131-5/+5
* chip/mt8192_scp: enlarge the stack size of idle taskTzung-Bi Shih2020-08-121-1/+1
* chip/mt8192_scp: add missing guard for TASK_HOSTCMDTzung-Bi Shih2020-08-121-0/+2
* task: Fix mutex_lock() assert (reland)Edward Hill2020-08-122-5/+16
* Revert "task: Fix mutex_lock() assert (reland)"caveh jalali2020-08-071-9/+2
* task: Fix mutex_lock() assert (reland)Edward Hill2020-08-061-2/+9
* chip/npcx/lpc: Read HIKMST before HIKMDIRaul E Rangel2020-08-061-1/+9
* chip: support dynamic hibernate_wake_pins configTing Shen2020-08-064-0/+20
* ec: change usage of dummySam Hurst2020-08-0547-116/+116
* it83xx: Add support for interrupt and 1.8v selection of GPJ7Dino Li2020-08-043-2/+7
* chip/mt8192_scp: don't unset the THRI flag unless we are in the UART ISRTzung-Bi Shih2020-08-021-2/+15
* chip/it83xx, it8xxx2: implement detect cc disconnection interrupt for SRC roleRuibin Chang2020-07-313-22/+26
* stm32g4: Set uart frequency and enable clocks for stm32g4Scott Collyer2020-07-311-3/+3
* stm32g4: Modify channel select to use DMAMUX for stm32g4Scott Collyer2020-07-311-2/+15
* spi: Use different hooks for SPI enable/disableWai-Hong Tam2020-07-302-0/+17
* stm: rtc: Prevent locking a mutex in interrupt contextWai-Hong Tam2020-07-301-1/+9
* npcx: rtc: Prevent locking a mutex in interrupt contextWai-Hong Tam2020-07-301-1/+9
* stm32g4: Add clock enable logic for HW timerScott Collyer2020-07-291-0/+11
* stm32g4: Add gpio supportScott Collyer2020-07-291-0/+66
* stm32g4: Clock module driverScott Collyer2020-07-291-0/+277
* stm32g4: Modifications required for system.cScott Collyer2020-07-291-1/+15