summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* 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
* Swap system_jumped_to_this_image with _late for common codeDaisuke Nojiri2020-06-261-1/+1
* it83xx: add option to reset PD contract in power-on resetDino Li2020-06-231-0/+7
* npcx: Add a new flag to check for initial power-onAndrew McRae2020-06-232-11/+60
* npcx: Fix taskinfo runtime profilingEdward Hill2020-06-191-0/+8
* PB: Make CONFIG_POWER_BUTTON_INIT_IDLE commonDaisuke Nojiri2020-06-131-32/+0
* chip/mt8192_scp: read MRV micause for interrupt sourceTzung-Bi Shih2020-06-101-1/+1
* chip/mt8192_scp: use in_soft_interrupt_context()Tzung-Bi Shih2020-06-101-1/+1
* chip/mt8192_scp: support WDTTzung-Bi Shih2020-06-104-1/+44
* chip/mt8192_scp: add system tick timersTzung-Bi Shih2020-06-103-9/+209
* it83xx/spi: drop static modifierYilun Lin2020-06-101-1/+1
* NPCX797WC: correct image size to avoid overflowing WP_ROPeter Marheine2020-06-091-37/+39
* Bloonchipper: USART based transport layer for host commandBhanu Prakash Maiya2020-06-0512-17/+1008
* servo: Add USB SPI helper functions and context statesBrian J. Nemec2020-06-052-86/+325
* ec: Minor cleanup of magic number commonly used in STM32 USBBrian J. Nemec2020-06-045-4/+8