summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* 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
* npcx: support enhanced PSL functions in npcx9CHLin2020-10-058-27/+393
* npcx: add ADC support for NPCX9 and remove the deassertion thresholdWealian Liao2020-10-052-28/+15
* 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