summaryrefslogtreecommitdiff
path: root/chip/it83xx
Commit message (Expand)AuthorAgeFilesLines
...
* chip/it8xxx2: add support IT81302 and IT81202Dino Li2020-03-213-6/+59
* it83xx/clock: Disable voltage comparator modules in hibernateRuibin Chang2020-03-132-1/+10
* it83xx/adc: add voltage comparator featureRuibin Chang2020-03-115-0/+241
* it83xx/dac: add DAC moduletim2020-02-214-1/+156
* driver/tcpm/it8xxx2: PD driver for chip it8xxx1/8xxx2Ruibin Chang2020-02-196-131/+84
* TCPMv1: Don't turn off pd module clock if rx enabledRuibin Chang2020-02-051-0/+15
* it83xx/adc: adc control pin order changes for it83202BxRuibin Chang2020-01-222-0/+19
* Cleanup: Add chip support pd physical port count configurationRuibin Chang2020-01-225-3/+8
* it83xx/flash: verify flash from ILMDino Li2020-01-221-0/+9
* dedede: Add z-state supportAseda Aboagye2020-01-211-1/+6
* chip/it8xxx2: Don't let internal flash go into deep power down modeDino Li2019-12-233-0/+28
* it83xx/spi: add spi slave functiontim2019-12-115-1/+412
* it83xx/config_chip: remove configurationtim2019-11-221-1/+0
* it83xx/spi_master: correct the module IDtim2019-11-221-2/+2
* chip/it8xxx1, chip/it8xxx2: GPIO, WUC and IRQ for chip it83201/it83202Ruibin Chang2019-11-223-39/+282
* keyscan: decouple keyboard_raw functionality from the presence of TASK_KEYSCANAlexandru M Stan2019-11-191-0/+2
* Cleanup: Correct GPIO alternate function parameterVijay Hiremath2019-11-011-10/+17
* GPIO/IOEX/eSPI: Give different IO signals unique valuesEdward Hill2019-10-251-4/+3
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-241-2/+1
* it83xx/flash: add support for KGD flashDino Li2019-10-214-14/+79
* chip/it83xx: introduction of IT83202/BX versionDino Li2019-10-174-16/+23
* printf: Convert %l to %llEvan Green2019-10-051-2/+2
* printf: Add support for %zEvan Green2019-10-051-1/+1
* printf: Convert %h to %phEvan Green2019-10-051-2/+3
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-1/+1
* cleanup: fix byte access and ifdefs for BBRAM_PD2Jett Rink2019-09-301-2/+0
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-262-15/+15
* Revert "it83xx/intc:message id of pd packet repeat"Yilun Lin2019-08-251-47/+1
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-9/+9
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-11/+14
* it83xx/register: rename the register of MCCR3 to RVILMCR0Dino Li2019-07-032-5/+5
* it83xx/i2c_slave: the DMA registers have updated on IT8xxx2tim2019-07-022-5/+33
* ec: Remove extraneous new line as the end of CPRINTS stringsNicolas Boichat2019-06-201-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-1917-17/+17
* core:RISC-V / chip:IT83202Dino Li2019-06-1111-122/+299
* PECI: Move non-chipset specific PECI code to common folderVijay Hiremath2019-05-281-225/+21
* tcpm/it83xx.c: Bx and Dx transmit status bit of pd register swapRuibin Chang2019-04-302-0/+6
* it83xx/i2cs: add i2c slave functiontim2019-03-307-12/+397
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-266-9/+9
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-2613-338/+338
* it83xx: add enable/disable espi pad functionDino Li2019-01-223-4/+18
* tcpm/it83xx.c: don't reload cc parameter settings for DxRuibin Chang2019-01-221-0/+2
* it83xx: disable eSPI pad before EC sleepDino Li2019-01-161-1/+21
* it83xx: reset espi module during init on DX versionDino Li2019-01-162-0/+11
* it83xx: disable eSPI pad before changing PLLDino Li2019-01-112-9/+10
* it83xx/intc:add type-c plug in interruptRuibin Chang2018-12-183-0/+32
* it83xx/spi: rename spi.c to spi_master.ctim2018-12-132-1/+1
* it83xx: force filling cache if the last two 4KB blocks of 512KB flash are mod...Dino Li2018-12-102-3/+37
* it83xx/intc:message id of pd packet repeatRuibin Chang2018-11-291-1/+47
* Fan: Allow fan count to be set dynamicallyDaisuke Nojiri2018-11-192-5/+4