summaryrefslogtreecommitdiffstats
path: root/src/superio/ite
Commit message (Expand)AuthorAgeFilesLines
* superio/it8772f: use pnp_ops.h for pnp register accessFelix Held2019-10-082-39/+17
* superio/it8772f: use HWM access functionality from hwm5_conf.hFelix Held2019-10-081-35/+26
* superio/hwm5_conf: factor out HWM access from ITE env_ctrlFelix Held2019-10-081-71/+51
* superio/ite: Add IT8786E-IKyösti Mälkki2019-05-157-0/+395
* src/superio/ite/common: Prepare for ITE IT8786E SuperIOMichał Żygowski2019-05-154-2/+46
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-084-19/+19
* superio/ite/it8613e: add support for ITE IT8613EKrystian Hebel2019-03-065-0/+206
* device/pnp: Add header files for PNP opsKyösti Mälkki2019-03-048-5/+8
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-046-6/+0
* superio/ite/common: add option for enabling 5 FANsKrystian Hebel2019-03-024-22/+111
* superio/ite/common/env_ctrl.c: fix IS_ENABLED argumentKrystian Hebel2019-03-021-1/+1
* src: Remove unused include device/pnp_def.hElyes HAOUAS2019-02-071-1/+0
* superio/ite: Add it8528ePatrick Rudolph2019-01-245-0/+146
* superio/it8716f: fix pnp_dev_infoFelix Held2019-01-241-10/+12
* superio/*: Link early initialization into bootblockArthur Heymans2019-01-0616-16/+20
* superio/ite/it8772f: Fix typoElyes HAOUAS2018-12-161-1/+1
* superio/ite/it8721f/acpi: Remove unneeded white spaceElyes HAOUAS2018-12-161-1/+1
* src: Add required space after "switch"Elyes HAOUAS2018-11-191-1/+1
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-1/+0
* superio/ite/it8721f: Add SuperIO ACPI declarationsArthur Heymans2018-08-211-0/+171
* superio/ite/it8721f: Add resourcesArthur Heymans2018-08-211-1/+11
* superio/ite/it8720f: fix power control initFelix Held2018-08-172-7/+21
* src/superio: Fix typo and remove unneeded whitespaceElyes HAOUAS2018-08-091-1/+1
* superio/ite: pass the chip-specific ops struct to pnp_enable_devicesFelix Held2018-07-1810-96/+95
* src/superio/{ite,smsc}: Remove space before tabElyes HAOUAS2018-06-041-1/+1
* superio/ite/it8720f: Implement power controlSamuel Holland2018-05-151-0/+24
* superio/ite/it8623e: initialize the PWM fan controllerKevin Cody-Little2018-05-123-0/+39
* superio/ite/common: Add options to enable beepsVagiz Trakhanov2018-05-043-3/+34
* superio/ite/it8623e: add support for SIO chip ITE IT8623EGergely Kiss2018-01-075-0/+145
* superio/ite: add missing pnp_conf_mode fields in ops structFelix Held2018-01-063-0/+6
* superio/ite/common: Make PECI a thermal modeVagiz Trakhanov2017-10-223-21/+16
* superio/ite/common: Add temperature limitsVagiz Trakhanov2017-10-223-0/+12
* superio/ite/common: Add temperature offsetVagiz Trakhanov2017-10-223-11/+48
* superio/ite/it8716f: Update init_ecMartin Roth2017-07-082-3/+1
* src/superio: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-072-2/+2
* device/pnp: remove struct io_infoSamuel Holland2017-06-139-65/+65
* superio/ite/it8720f: add new IT8720F Super I/OSamuel Holland2017-06-127-0/+414
* superio/ite/it8728f: remove unused headerSamuel Holland2017-06-122-25/+0
* superio/ite/common: fix prototype to match othersSamuel Holland2017-06-121-1/+1
* superio/ite/it8728f: Hook up common environment-controller driverTobias Diedrich2017-05-095-81/+16
* sio/ite/it8783ef: Return (0) in ACPI _PSC methodsNico Huber2016-12-131-0/+3
* sio/ite/it8783ef: New super i/o chipNico Huber2016-12-077-0/+378
* sio/ite/common: Export pnp_enter/exit_conf_state()Nico Huber2016-12-072-2/+5
* common Ite EC driver: Enable PWM smoothing via devicetreeArthur Heymans2016-11-281-0/+2
* sio/it8718f: Hook up common environment-controller driverArthur Heymans2016-11-283-1/+40
* sio/it8772f: add GPIO blink definition needed by google/trickyMatt DeVillier2016-11-181-0/+1
* sio/ite/common: Add generic environment-controller driverNico Huber2016-11-175-0/+512
* src/superio: Improve code formattingElyes HAOUAS2016-09-051-1/+1
* superio/*: Relocate Kconfig to chip folder.Omar Pakker2016-08-098-29/+134
* drivers/pc80: Add PS/2 mouse presence detectTimothy Pearson2016-02-017-7/+7