summaryrefslogtreecommitdiff
path: root/chip/it83xx
Commit message (Expand)AuthorAgeFilesLines
* main: Initialize I2C pretty earlyAlexandru M Stan2019-12-101-2/+1
* printf: Convert %l to %llEvan Green2019-12-101-2/+2
* printf: Add support for %zEvan Green2019-12-101-8/+167
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-12-102-149/+118
* common: replace 1 << digits, with BIT(digits) (take two)Gwendal Grignou2019-07-1711-113/+113
* it83xx: Make it build with coreboot-sdkPatrick Georgi2018-12-072-4/+0
* cleanup: Remove jtag_pre_init()Shawn Nematbakhsh2017-09-114-17/+10
* gpio: Add function to clear pending interruptDuncan Laurie2017-06-301-1/+0
* system: Add generic bbram read / write routinesShawn Nematbakhsh2017-06-301-8/+20
* it83xx: lpc: do not clear masks in S0ix -> S0 transitionDino Li2017-01-251-4/+10
* it83xx: adc: interrupt is usedDino Li2017-01-106-23/+116
* nds32: lds: reduce gap of flashDino Li2017-01-052-2/+7
* chip/g to chip/lm4: fix more misspellings in commentsMartin Roth2016-11-154-7/+7
* hibernate: Re-init GPIO levels on hibernate wakeShawn Nematbakhsh2016-10-071-1/+2
* spi: Add lock around spi_transactionShawn Nematbakhsh2016-10-041-0/+3
* g: CONFIG_FLASH should be optionalBill Richardson2016-10-021-1/+1
* it83xx: EC sleep mode for system hibernateDino Li2016-09-215-17/+74
* it83xx: flash: remove time-out of checking flash statusDino Li2016-09-051-13/+17
* it83xx: fix observation register latch issue for event timerDino Li2016-09-023-31/+54
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-243-10/+5
* it83xx: lpc: add support 'CONFIG_KEYBOARD_IRQ_GPIO' and fix lpc_init()Dino Li2016-08-221-0/+68
* it83xx: add reset cause of reset pinDino Li2016-08-221-1/+1
* it83xx: fix i2c moduleDino Li2016-08-221-12/+22
* it83xx: Fix timer observation register latch issueDino Li2016-07-191-1/+35
* it83xx: Support different PLL frequencies setting (24/48/96 MHz)Dino Li2016-06-145-26/+156
* servo_v4: Fix ADC console commandNick Sanders2016-05-261-12/+0
* it83xx: fix wrong setting of 'IT83XX_ECPM_SCDCR3' registerDino Li2016-05-241-3/+0
* it83xx: Add GPIO group K and LDino Li2016-05-242-7/+25
* chip: it83xx: Optimize interrupt usage of LPC accessDino Li2016-05-182-12/+15
* it83xx: Complete EC interrupt liststabilize-8337.BDino Li2016-05-162-16/+67
* keyboard: it83xx: add COL02 inverted featureDino Li2016-05-061-0/+9
* hooks: Add relative HOOK_INIT priority for peripheralsShawn Nematbakhsh2016-05-053-3/+3
* UART: Remove enable/disable interrupt functionsAnton Staaf2016-04-271-10/+0
* Deferred: Remove hard coded number of deferredsAnton Staaf2016-04-191-3/+0
* chip: it83xx: add USBPD moduleDino Li2016-04-185-6/+143
* chip: it83xx: Add i2c channel d/e/f functionEli Hsu2016-04-144-95/+637
* chip: it83xx: disable sleep while fan control loop ongoingDino Li2016-04-131-6/+10
* chip: it83xx: disable USB module's clock at defaultDino Li2016-04-111-1/+2
* it83xx: keyboard: remove "CONFIG_IT83XX_KEYBOARD_KSI_WUC_INT" and fix ISRDino Li2016-03-223-30/+3
* chip: it83xx: remove "CHIP_FAMILY_IT839X"Dino Li2016-03-222-6/+0
* chip: it83xx: it8320 compatibilityDino Li2016-02-182-0/+3
* chip: it83xx: disable fan control timer if all fans are offDino Li2016-02-171-3/+6
* config: it83xx: remove "CONFIG_IT83XX_PECI_WITH_INTERRUPT"Dino Li2016-02-171-11/+0
* hibernate: Inform PD MCU before calling board hibernate callbackShawn Nematbakhsh2016-02-171-3/+4
* system: Add hibernate board-level callbackShawn Nematbakhsh2016-01-281-0/+3
* chip: it83xx: fix EC interrupt vector registers issueDino Li2016-01-286-9/+29
* chip: it83xx: update ec2i moduleDino Li2016-01-261-119/+112
* core: nds32: add task_wait_event_mask() function to nds32 coreDino Li2016-01-052-1/+3
* it8380dev: Implement GPIO mode for KBS pins and fix gpio_set_level()Dino Li2015-12-142-2/+31
* it8380dev: To config register 'GCR' in gpio_pre_init()Dino Li2015-12-142-2/+2