summaryrefslogtreecommitdiff
path: root/chip/it83xx
Commit message (Expand)AuthorAgeFilesLines
* 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
* common: adc/i2c: Mark task_waiting volatileShamile Khan2015-12-011-1/+1
* it8380dev: improve power consumptionDino Li2015-11-175-6/+36
* it8380dev: modify uart ISRDino Li2015-11-121-0/+6
* it8380dev: Modify port 80 service routineEli Hsu2015-11-112-4/+4
* it8380dev: modify hwtimer's commentDino Li2015-11-101-1/+1
* it8380dev: modify hwtimer and LPC wake upDino Li2015-11-055-176/+52
* cleanup: Standardize use of CONFIG_I2C and add MASTER/SLAVE CONFIGsShawn Nematbakhsh2015-11-031-1/+0
* it8380dev: fix irq, jtag and systemDino Li2015-11-014-21/+88
* it8380dev: gpio - remove comment about E4Dino Li2015-10-251-2/+0
* it8380dev: Increase DLM sizeDino Li2015-10-252-10/+10
* it8380dev: fix clock moduleDino Li2015-10-258-29/+346
* nds32: fix panicDino Li2015-10-071-0/+6
* it8380dev: fix i2c moduleDino Li2015-10-054-121/+226