summaryrefslogtreecommitdiff
path: root/chip/it83xx/clock.c
Commit message (Expand)AuthorAgeFilesLines
* it83xx: clock: fix sequence to set PLL control registerDino Li2021-09-271-6/+40
* it83xx/hwtimer: swap timer 7 and timer 8's applicationDino Li2021-04-271-2/+2
* it83xx: pull more functions into __ram_code sectionDino Li2020-11-181-2/+2
* driver/it83xx: change Rd_DB to Rd_5.1k in EC hibernateRuibin Chang2020-09-301-1/+1
* 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-241-4/+0
* it83xx: fix incorrect reset cause when boot from z-stateTing Shen2020-08-251-1/+7
* it83xx/gpio: disable unused cc port moduleRuibin Chang2020-04-071-2/+2
* it8xxx2: wake up CPU if an interrupt is pending in idle taskDino Li2020-03-241-5/+7
* it83xx/clock: Disable voltage comparator modules in hibernateRuibin Chang2020-03-131-0/+9
* driver/tcpm/it8xxx2: PD driver for chip it8xxx1/8xxx2Ruibin Chang2020-02-191-8/+8
* TCPMv1: Don't turn off pd module clock if rx enabledRuibin Chang2020-02-051-0/+15
* Cleanup: Add chip support pd physical port count configurationRuibin Chang2020-01-221-1/+1
* 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-231-0/+24
* chip/it83xx: introduction of IT83202/BX versionDino Li2019-10-171-10/+4
* printf: Convert %l to %llEvan Green2019-10-051-2/+2
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* core:RISC-V / chip:IT83202Dino Li2019-06-111-12/+44
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-12/+12
* it83xx: add enable/disable espi pad functionDino Li2019-01-221-4/+4
* it83xx: disable eSPI pad before EC sleepDino Li2019-01-161-1/+21
* it83xx: reset espi module during init on DX versionDino Li2019-01-161-0/+10
* it83xx: disable eSPI pad before changing PLLDino Li2019-01-111-7/+8
* it83xx/clock: turn off VCC before changing PLLDino Li2018-10-231-0/+10
* it83xx: add config for reading observation register of external timer issuetim2018-09-261-8/+6
* it83xx/tcpm: disable integrated pd module in hibernateDino Li2018-08-031-0/+10
* it83xx: Disable interrupts before checking condition of allowing sleepDino Li2018-06-111-12/+7
* lpc/espi: convert ec chip code to use granular optionJett Rink2018-05-221-5/+5
* it83xx: espi: workaround for changing PLLDino Li2017-12-121-0/+12
* it83xx: clock: support e-flash clock up to 48MHzDino Li2017-09-071-0/+7
* it83xx: clock: misc fixesDino Li2017-05-021-46/+4
* it83xx: adc: interrupt is usedDino Li2017-01-101-0/+5
* chip/g to chip/lm4: fix more misspellings in commentsMartin Roth2016-11-151-2/+2
* it83xx: EC sleep mode for system hibernateDino Li2016-09-211-0/+59
* it83xx: fix observation register latch issue for event timerDino Li2016-09-021-0/+10
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-4/+2
* it83xx: Support different PLL frequencies setting (24/48/96 MHz)Dino Li2016-06-141-16/+145
* it83xx: fix wrong setting of 'IT83XX_ECPM_SCDCR3' registerDino Li2016-05-241-3/+0
* chip: it83xx: Optimize interrupt usage of LPC accessDino Li2016-05-181-8/+12
* chip: it83xx: disable USB module's clock at defaultDino Li2016-04-111-1/+2
* chip: it83xx: remove "CHIP_FAMILY_IT839X"Dino Li2016-03-221-2/+0
* it8380dev: improve power consumptionDino Li2015-11-171-0/+15
* it8380dev: modify hwtimer and LPC wake upDino Li2015-11-051-36/+15
* it8380dev: fix clock moduleDino Li2015-10-251-0/+266
* Add cprints() and ccprints()Vic Yang2014-05-211-1/+1
* it8380dev: fix firmware can't startup (re-generate)Dino Li2014-03-181-0/+10
* ite: Add initial support for ITE IT8380 chipVincent Palatin2014-01-081-0/+92