summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* 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
* stm32g4: Add config-chip for stm32g41xbScott Collyer2020-07-292-0/+46
* stm32g4: Fix issue with APB1 base addressScott Collyer2020-07-291-1/+1
* ec: change usage of whitelist/blacklistPaul Fagerburg2020-07-282-12/+12
* Make wait_for_ready available for allDaisuke Nojiri2020-07-285-61/+10
* servo: Adds USB SPI protocol V2 commands and responsesBrian J. Nemec2020-07-243-103/+629
* stm32g4: Add registers file for stm32g4 chip familyScott Collyer2020-07-232-0/+1275
* chip/it8320, it81202: Implement fast role swap functionRuibin Chang2020-07-233-0/+23
* ec: change usage of "sane" per inclusive languagePaul Fagerburg2020-07-224-4/+4
* it83xx/spi: Reset SPI module before sysjumpDino Li2020-07-212-2/+16
* chip/mt8192_scp: add memory mapsTzung-Bi Shih2020-07-214-28/+145
* chip/mt8192_scp: support hostcmd over IPITzung-Bi Shih2020-07-164-0/+147
* chip/mt8192_scp: support IPI handlerTzung-Bi Shih2020-07-146-2/+155
* driver/tcpm: set PD_EVENT_RX_HARD_RESET event when receive hard resetRuibin Chang2020-07-141-1/+2
* it83xx/spi: enable Rx byte reach(256 bytes) interrupttim2020-07-102-17/+16
* npcx: monitor: set DEVALT0.bit7 for the internal flashCHLin2020-07-081-4/+12
* EC: Add additional stack sizesSam Hurst2020-07-074-0/+8
* chip/mt8192_scp: support ipi_send()Tzung-Bi Shih2020-07-034-0/+193
* chip/mt8192_scp: use 0 for dummy priority numberTzung-Bi Shih2020-07-022-2/+2
* chip/mt8192_scp: add static for non-exposed functionsTzung-Bi Shih2020-07-021-2/+2