summaryrefslogtreecommitdiff
path: root/chip/it83xx
Commit message (Expand)AuthorAgeFilesLines
* tcpm: Move tcpm.h into an include directorySimon Glass2020-12-221-1/+1
* Cleanup: rename function nameRuibin Chang2020-12-211-2/+2
* it8xxx2: enable ILM0Dino Li2020-12-174-0/+45
* it83xx/flash: workaround of IMMU tag is nds32 onlyDino Li2020-12-171-4/+11
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-143-6/+5
* COIL: Standardize i2c peripheral languageDossym Nurmukhanov2020-12-124-86/+85
* COIL: Rename i2c_peripheral filesDossym Nurmukhanov2020-12-122-2/+2
* 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
* 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
* COIL: Rename CONFIG_I2C_PERIPHERALDiana Z2020-11-053-7/+7
* COIL: Rename CONFIG_I2C_CONTROLLERDiana Z2020-11-052-2/+2
* Replace I2C_GET_ADDR with I2C_STRIP_FLAGSYuval Peress2020-11-021-1/+1
* it83xx/adc: ADC read is successful if valid bit is setDino Li2020-10-301-20/+26
* it83xx/spi: clean up unnecessary configurationtim2020-10-282-76/+36
* it83xx: add support for IT81202BX and IT81302BXDino Li2020-10-281-2/+4
* 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
* it83xx/flash: add reload watchdog to prevent the resetDino Li2020-10-131-0/+6
* it83xx: enable selecting EC's VCCDino Li2020-10-082-0/+19
* it83xx/keyboard: enable push-pull for KSO2Dino Li2020-10-051-0/+3
* it83xx/watchdog: Use newly provided functions to access panic dataPatryk Duda2020-10-011-2/+2
* 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
* driver/it8xxx2: change Rd_DB to Rd_5.1k in EC hibernateRuibin Chang2020-09-251-2/+2
* 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-244-13/+9
* chip/it83xx/gpio: correct bit settingRuibin Chang2020-09-211-1/+1
* it83xx/i2c: enable 400kHz timing registers for port A/B/CDino Li2020-09-021-42/+78
* it83xx/system: Don't disable DBGR in system resetDino Li2020-08-272-9/+21
* it83xx: fix incorrect reset cause when boot from z-stateTing Shen2020-08-252-3/+52
* it83xx/spi: change configuration to IS_ENABLED() styletim2020-08-191-69/+67
* Clean up: set embedded flash clock 48MHz as defaultRuibin Chang2020-08-172-0/+2
* it83xx/spi: enable rx valid length interruptDino Li2020-08-143-0/+50
* it83xx/adc: Enable automatic hardware calibrationDino Li2020-08-142-0/+3
* chip: support dynamic hibernate_wake_pins configTing Shen2020-08-061-0/+5
* ec: change usage of dummySam Hurst2020-08-052-3/+3
* it83xx: Add support for interrupt and 1.8v selection of GPJ7Dino Li2020-08-043-2/+7
* chip/it83xx, it8xxx2: implement detect cc disconnection interrupt for SRC roleRuibin Chang2020-07-313-22/+26
* chip/it8320, it81202: Implement fast role swap functionRuibin Chang2020-07-233-0/+23
* it83xx/spi: Reset SPI module before sysjumpDino Li2020-07-212-2/+16
* 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
* EC: Add additional stack sizesSam Hurst2020-07-071-0/+2
* it83xx: add option to reset PD contract in power-on resetDino Li2020-06-231-0/+7
* it83xx/spi: drop static modifierYilun Lin2020-06-101-1/+1
* core/riscv-rv32i: remove return valuesTzung-Bi Shih2020-06-041-9/+3