summaryrefslogtreecommitdiff
path: root/chip/it83xx
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* chip/it83xx: read GPIO level from data mirror registerRuibin Chang2020-06-022-22/+26
* core/riscv-rv32i: move interrupt details to IT83XX specificTzung-Bi Shih2020-05-193-1/+37
* core/riscv-rv32i: guard more IT83XX chip specific itemsTzung-Bi Shih2020-05-191-1/+7
* cleanup: rename kpbs to kbps for i2cJett Rink2020-05-091-2/+2
* it83xx: Add chip_read_reset_flags and chip_save_reset_flagsDaisuke Nojiri2020-05-061-13/+22
* it83xx/adc: enabled GPIO alternate mode by default for pin into gpio.inc mark...tim2020-04-293-53/+15
* it8xxx2: lpc/espi: mapping host I/O cycle to h2ram sectionDino Li2020-04-283-0/+16
* it81202/it81302: set GPIOH7 as output low at defaultDino Li2020-04-202-0/+14
* it83xx/pwm: clear cycle timer1 high byte for using as 8-bitRuibin Chang2020-04-162-0/+9
* it81202/gpio: set group L and K as pull-down at defaultDino Li2020-04-092-0/+18
* ITE: Return an error if i2c unwedge attempt failedDiana Z2020-04-081-1/+7
* it83xx/gpio: disable unused cc port moduleRuibin Chang2020-04-072-12/+14
* it83xx/spi: enable auto reset rx fifo functiontim2020-04-023-83/+69
* tcpm/it83xx_pd: cc1 and cc2 resistance setting separateRuibin Chang2020-03-301-0/+2
* it83xx/flash: exclude immu tag workaround if chip's core is riscvDino Li2020-03-241-1/+1
* it8xxx2: wake up CPU if an interrupt is pending in idle taskDino Li2020-03-244-5/+17