summaryrefslogtreecommitdiff
path: root/chip/it83xx/registers.h
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* chip/it83xx/registers.h: Format with clang-formatJack Rosenthal2022-06-291-1342/+1336
* it83xx: i2c: add support for command queue modeDino Li2021-12-091-0/+13
* config: rename CONFIG_HOSTCMD_ESPI to CONFIG_HOST_INTERFACE_ESPIKeith Short2021-11-191-2/+2
* config: rename CONFIG_HOSTCMD_LPC to CONFIG_HOST_INTERFACE_LPCKeith Short2021-11-191-2/+2
* COIL: chip/it83xx: Rename SPI IRQ configCaveh Jalali2021-08-021-1/+1
* it83xx: disable pre-defined command at defaultDino Li2021-04-081-0/+1
* it8xxx2: add support option CONFIG_PRESERVE_LOGSDino Li2021-04-071-1/+10
* it83xx/adc: Enable keeping ADC data bufferDino Li2021-03-171-0/+1
* 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-231-1/+30
* it83xx: deprecate BRAM_IDX_NVCONTEXTJack Rosenthal2021-02-021-6/+1
* it83xx/spi: add support emmc boot modeDino Li2020-12-291-0/+5
* it8xxx2: enable ILM0Dino Li2020-12-171-0/+4
* chip/it83xx: move __RAM_CODE_SECTION_NAMETzung-Bi Shih2020-11-201-1/+0
* core/riscv-rv32i: move essential code to ram_code only if supportsTzung-Bi Shih2020-11-191-1/+2
* it83xx/KB/GPIO: support keyboard GPIO output modeRuibin Chang2020-10-141-7/+19
* it83xx: enable selecting EC's VCCDino Li2020-10-081-0/+1
* it83xx/flash: the configuration only used by N8 coretim2020-09-301-0/+1
* it83xx/system: Don't disable DBGR in system resetDino Li2020-08-271-0/+2
* it83xx/spi: enable rx valid length interruptDino Li2020-08-141-0/+6
* it83xx/adc: Enable automatic hardware calibrationDino Li2020-08-141-0/+1
* chip: support dynamic hibernate_wake_pins configTing Shen2020-08-061-0/+5
* ec: change usage of dummySam Hurst2020-08-051-1/+1
* it83xx: Add support for interrupt and 1.8v selection of GPJ7Dino Li2020-08-041-0/+3
* it83xx/spi: Reset SPI module before sysjumpDino Li2020-07-211-0/+1
* it83xx/spi: enable Rx byte reach(256 bytes) interrupttim2020-07-101-2/+1
* chip/it83xx: read GPIO level from data mirror registerRuibin Chang2020-06-021-21/+25
* it8xxx2: lpc/espi: mapping host I/O cycle to h2ram sectionDino Li2020-04-281-0/+1
* it83xx/pwm: clear cycle timer1 high byte for using as 8-bitRuibin Chang2020-04-161-0/+1
* it83xx/spi: enable auto reset rx fifo functiontim2020-04-021-0/+4
* it8xxx2: wake up CPU if an interrupt is pending in idle taskDino Li2020-03-241-0/+1
* chip/it8xxx2: add support IT81302 and IT81202Dino Li2020-03-211-0/+4
* it83xx/adc: add voltage comparator featureRuibin Chang2020-03-111-0/+22
* it83xx/dac: add DAC moduletim2020-02-211-1/+7
* driver/tcpm/it8xxx2: PD driver for chip it8xxx1/8xxx2Ruibin Chang2020-02-191-93/+2
* Cleanup: Add chip support pd physical port count configurationRuibin Chang2020-01-221-1/+0
* chip/it8xxx2: Don't let internal flash go into deep power down modeDino Li2019-12-231-0/+2
* it83xx/spi: add spi slave functiontim2019-12-111-0/+36
* chip/it8xxx1, chip/it8xxx2: GPIO, WUC and IRQ for chip it83201/it83202Ruibin Chang2019-11-221-10/+189
* it83xx/flash: add support for KGD flashDino Li2019-10-211-0/+3
* chip/it83xx: introduction of IT83202/BX versionDino Li2019-10-171-0/+2
* it83xx/register: rename the register of MCCR3 to RVILMCR0Dino Li2019-07-031-1/+1
* it83xx/i2c_slave: the DMA registers have updated on IT8xxx2tim2019-07-021-0/+4
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* core:RISC-V / chip:IT83202Dino Li2019-06-111-1/+10
* tcpm/it83xx.c: Bx and Dx transmit status bit of pd register swapRuibin Chang2019-04-301-0/+4
* it83xx/i2cs: add i2c slave functiontim2019-03-301-0/+46
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-65/+65
* it83xx/intc:add type-c plug in interruptRuibin Chang2018-12-181-0/+8