summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* it83xx/watchdog: Use newly provided functions to access panic dataPatryk Duda2020-10-011-2/+2
* npcx/system: Use newly provided functions to access panic dataPatryk Duda2020-10-011-3/+5
* host/system: Implement functions for getting pointer to panic dataPatryk Duda2020-10-011-0/+6
* driver/it83xx: change Rd_DB to Rd_5.1k in EC hibernateRuibin Chang2020-09-301-1/+1
* it83xx/flash: the configuration only used by N8 coretim2020-09-302-3/+7
* stm32g4: Initial UCPD driver for type-c functionalityScott Collyer2020-09-294-0/+582
* honeybuns: Increase flash size to work with RO onlyScott Collyer2020-09-291-1/+6
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-2912-20/+22
* chip/mt8192_scp: support ULPOSCTzung-Bi Shih2020-09-294-0/+478
* npcx: make required changes in some modules for npcx9CHLin2020-09-2510-23/+69
* npcx: add GPIO support for npcx9 and refactor GPIO driverCHLin2020-09-258-185/+899
* npcx: fix ADC repetitive mode and single mode switchWealian Liao2020-09-252-13/+81
* driver/it8xxx2: change Rd_DB to Rd_5.1k in EC hibernateRuibin Chang2020-09-251-2/+2
* Bloonchipper: Reduce usart transport's response size to 0x100Bhanu Prakash Maiya2020-09-251-3/+3
* it83xx/adc: adjust ADC read timeout to 1ms.Dino Li2020-09-243-7/+16
* 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