summaryrefslogtreecommitdiff
path: root/chip/it83xx
Commit message (Expand)AuthorAgeFilesLines
* chip/it83xx/uart.c: Format with clang-formatJack Rosenthal2022-07-011-1/+1
* chip/it83xx/lpc.c: Format with clang-formatJack Rosenthal2022-07-011-20/+16
* chip/it83xx/spi_controller.c: Format with clang-formatJack Rosenthal2022-06-301-3/+3
* chip/it83xx/config_chip_it8xxx2.h: Format with clang-formatJack Rosenthal2022-06-301-24/+25
* chip/it83xx/watchdog.c: Format with clang-formatJack Rosenthal2022-06-291-5/+5
* chip/it83xx/irq.c: Format with clang-formatJack Rosenthal2022-06-291-39/+42
* chip/it83xx/registers.h: Format with clang-formatJack Rosenthal2022-06-291-1342/+1336
* chip/it83xx/system.c: Format with clang-formatJack Rosenthal2022-06-291-16/+20
* chip/it83xx/espi.c: Format with clang-formatJack Rosenthal2022-06-291-110/+74
* chip/it83xx/spi.c: Format with clang-formatJack Rosenthal2022-06-291-16/+15
* chip/it83xx/config_chip.h: Format with clang-formatJack Rosenthal2022-06-281-20/+20
* chip/it83xx/ec2i.c: Format with clang-formatJack Rosenthal2022-06-281-42/+41
* chip/it83xx/adc_chip.h: Format with clang-formatJack Rosenthal2022-06-281-7/+7
* chip/it83xx/hwtimer_chip.h: Format with clang-formatJack Rosenthal2022-06-281-17/+13
* chip/it83xx/config_chip_it8320.h: Format with clang-formatJack Rosenthal2022-06-281-12/+12
* chip/it83xx/fan.c: Format with clang-formatJack Rosenthal2022-06-281-28/+25
* chip/it83xx/intc.h: Format with clang-formatJack Rosenthal2022-06-281-1/+1
* chip/it83xx/keyboard_raw.c: Format with clang-formatJack Rosenthal2022-06-281-1/+1
* chip/it83xx/i2c.c: Format with clang-formatJack Rosenthal2022-06-281-86/+78
* it83xx: reload watchdog on system jumpDino Li2022-06-211-0/+1
* it8xxx2: The "M" extension is disabled by defaultDino Li2022-06-091-0/+7
* riscv: it8xxx2: pull __switch_task function into ram_code_ilm0 sectionDino Li2022-06-091-0/+2
* ec: ite: Use EC_SPI_RX_READY macroSam Hurst2022-05-311-1/+1
* treewide: Convert ESPI_DEFAULT_SCI_WIDTH_US to default VWIRE pulse widthTim Wawrzynczak2022-05-111-3/+3
* cleanup: it8801: Rename discrete Keyboard configsVijay Hiremath2022-04-252-2/+2
* treewide: Move SCI pulse width to a CONFIG/Kconfig optionTim Wawrzynczak2022-04-211-2/+2
* hooks: add HOOK_PRIO_POST_I2CKeith Short2022-03-291-1/+1
* gpio: cleanup header usage for uartKeith Short2022-02-252-0/+2
* COIL: rename file to spi_controller.cRicardo Quesada2022-02-052-1/+1
* it83xx: i2c: add support for command queue modeDino Li2021-12-094-13/+270
* config: rename CONFIG_HOSTCMD_ESPI to CONFIG_HOST_INTERFACE_ESPIKeith Short2021-11-197-17/+18
* config: rename CONFIG_HOSTCMD_LPC to CONFIG_HOST_INTERFACE_LPCKeith Short2021-11-192-3/+3
* ite: Fix SRAM size for ITE81302-512Andrew McRae2021-11-121-4/+4
* ite: Add support for ITE81302-512 variantAndrew McRae2021-11-121-2/+10
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-081-5/+5
* tree: Files should end with single newlineTom Hughes2021-10-181-1/+0
* tree: Make all host commands staticTom Hughes2021-10-151-2/+7
* it83xx: clock: fix sequence to set PLL control registerDino Li2021-09-271-6/+40
* chip: it83xx/gpio: condition for adding judgmentTim Lin2021-09-131-1/+1
* it83xx/nds32: Ensure EXT_IER has been disabled before enabling CPU interruptDino Li2021-09-022-1/+12
* it83xx/riscv: Ensure IER has been disabled before enabling CPU interruptDino Li2021-09-021-1/+9
* it83xx/irq: there is no need to configure IER on nds32 core chipDino Li2021-09-011-2/+10
* adc: Include adc_chip.h from adc.hCaveh Jalali2021-08-272-7/+2
* system: fix system_get_scratchpad APIYuval Peress2021-08-201-9/+4
* COIL: chip/it83xx: Rename SPI IRQ configCaveh Jalali2021-08-025-10/+10
* COIL: chip/it83xx: Rename SPI MAX_FREQ configCaveh Jalali2021-08-023-7/+16
* COIL: chip/it83xx: Update SPI terminologyCaveh Jalali2021-08-023-39/+39
* it83xx: i2c: don't check bus busy if transaction is ongoing.Dino Li2021-07-301-4/+9
* it83xx: pwm: fix wrong index of pwm_channelsDino Li2021-07-211-3/+3
* driver/tcpm/ite_pd_intc: separate pd interrupt to ite_pd_intcRuibin Chang2021-07-091-78/+1