summaryrefslogtreecommitdiff
path: root/chip/it83xx
Commit message (Expand)AuthorAgeFilesLines
* it83xx: disable pre-defined command at defaultDino Li2021-04-082-0/+4
* it8xxx2: add support option CONFIG_PRESERVE_LOGSDino Li2021-04-073-1/+43
* it83xx/adc: Enable keeping ADC data bufferDino Li2021-03-172-0/+6
* chip/it83xx: Fix narrowing type warning when included from C++Tom Hughes2021-03-081-3/+3
* it83xx/gpg1 reset EC: save panic data to bramDino Li2021-02-232-1/+57
* it8xxx2: return -1 if EC INT number isn't validDino Li2021-02-041-0/+3
* it83xx: deprecate BRAM_IDX_NVCONTEXTJack Rosenthal2021-02-022-13/+1
* spi: Pass in spi_device as argument to spi_enable instead of portTom Hughes2021-01-281-2/+4
* it83xx/gpg1 reset EC: handle case of watchdog resetstabilize-13729.16.B-mainDino Li2021-01-151-6/+24
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-153-9/+9
* version: Rename version.h to cros_version.hYuval Peress2021-01-071-1/+1
* it83xx/system: introduce GPG1 reset EC featureDino Li2021-01-071-0/+7
* it83xx/spi: add support emmc boot modeDino Li2020-12-293-0/+23
* 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