summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* npcx: Don't delay hibernate wake by 2 secondsEdward Hill2020-12-071-1/+5
* stm32: low power configuration for STM32F4Vincent Palatin2020-12-021-2/+17
* stm32: add STOP mode on STM32F4Vincent Palatin2020-12-021-2/+117
* stm32: fix RTC rounding error breaking alarmsVincent Palatin2020-12-021-3/+7
* stm32: add dynamic clocking for STM32F4Vincent Palatin2020-12-022-92/+239
* stm32: update the timer pre-scaler on STM32F4Vincent Palatin2020-12-021-2/+3
* chip/mt8192_scp: support PMU counterTzung-Bi Shih2020-11-272-0/+182
* usb_hid_keyboard: implement vivaldi top row featureTing Shen2020-11-271-22/+73
* it83xx/i2c: adjust Tlow and Thigh of 400kHz clockDino Li2020-11-251-2/+2
* chip/it83xx: move __RAM_CODE_SECTION_NAMETzung-Bi Shih2020-11-202-1/+2
* npcx: avoid checking value of undefined symbolCaveh Jalali2020-11-192-0/+8
* core/riscv-rv32i: move essential code to ram_code only if supportsTzung-Bi Shih2020-11-191-1/+2
* it83xx: pull more functions into __ram_code sectionDino Li2020-11-181-2/+2
* i2c_master: extend i2c_xfer_no_retry to also support large writestabilize-13605.B-masterTing Shen2020-11-171-4/+4
* chip/mt8192_scp: update memory mapTzung-Bi Shih2020-11-171-5/+5
* chip/mt8192_scp: remove confusing commentsTzung-Bi Shih2020-11-171-2/+1
* chip/mt8192_scp: support RAM cacheTzung-Bi Shih2020-11-175-0/+212
* ucpd: Fix merge error with clock constantsScott Collyer2020-11-121-3/+3
* hammer: support vivaldi keyboardTing Shen2020-11-101-1/+112
* Add chip-specific shim along with i2c moduleYuval Peress2020-11-081-1/+6
* COIL: Rename CONFIG_I2C_PERIPHERALDiana Z2020-11-054-9/+9
* COIL: Rename CONFIG_I2C_CONTROLLERDiana Z2020-11-054-4/+4
* COIL: Rename local i2c variables in stm32f4Diana Z2020-11-051-36/+36
* COIL: Rename CONFIG_BOARD_I2C_ADDR_FLAGSDiana Z2020-11-052-21/+21
* Replace I2C_GET_ADDR with I2C_STRIP_FLAGSYuval Peress2020-11-0213-28/+28
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-025-12/+11
* npcx: Explicitly disable alt-function for unused pinsWai-Hong Tam2020-10-311-2/+5
* COIL: Rename SLEEP_MASK_I2C_PERIPHERALDiana Z2020-10-314-8/+8
* COIL: Rename CONFIG_HOSTCMD_I2C_ADDR_FLAGSDiana Z2020-10-314-26/+26
* COIL: Re-name local variables and references in i2c-stm32f0.cDiana Z2020-10-311-18/+18
* chip/stm32: Fix transport detection in RO.Tom Hughes2020-10-301-18/+8
* it83xx/adc: ADC read is successful if valid bit is setDino Li2020-10-301-20/+26
* COIL: Re-name to TCPCI_I2C_PERIPHERALDiana Z2020-10-281-5/+5
* it83xx/spi: clean up unnecessary configurationtim2020-10-282-76/+36
* it83xx: add support for IT81202BX and IT81302BXDino Li2020-10-281-2/+4
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-2712-22/+22
* npcx: Configure unused GPIOs as INPUT with PU to save powerWai-Hong Tam2020-10-221-0/+6
* it83xx/espi: re-enable port80 after espi resetRuibin Chang2020-10-161-0/+6
* it83xx/flash: handle AP's command of get status while erasingtim2020-10-141-0/+12
* it83xx/keyboard: support keyboard_raw_is_input_low()Dino Li2020-10-141-0/+5
* it83xx/KB/GPIO: support keyboard GPIO output modeRuibin Chang2020-10-143-17/+122
* npcx9: support SHA256 hardware acceleratorCHLin2020-10-134-1/+178
* it83xx/flash: add reload watchdog to prevent the resetDino Li2020-10-131-0/+6
* chip/stm32: Only use a mutex when not in interrupt contextTom Hughes2020-10-091-2/+5
* it83xx: enable selecting EC's VCCDino Li2020-10-082-0/+19
* core/riscv-rv32i: rename atomic inc and decDawid Niedzwiecki2020-10-071-2/+2
* npcx9_evb: add board to support the npcx9's EVBCHLin2020-10-071-0/+8
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-062-3/+3
* it83xx/keyboard: enable push-pull for KSO2Dino Li2020-10-051-0/+3
* npcx9: workaround the download_from_flash API of the booterCHLin2020-10-054-2/+175