summaryrefslogtreecommitdiffstats
path: root/src/superio
Commit message (Expand)AuthorAgeFilesLines
* 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
* superio/winbond/w83627hf: Remove unused valueElyes HAOUAS2018-08-131-1/+1
* src/superio: Fix typo and remove unneeded whitespaceElyes HAOUAS2018-08-093-15/+15
* superio: fix and extend pnp_info of wpcd376iStefan Tauner2018-08-092-25/+36
* superio/nuvoton/nct6776/acpi: Add PS/2 mouse supportTristan Corrick2018-08-031-0/+1
* superio/acpi: Make _CRS methods Serialized, eliminating IASL remarksTristan Corrick2018-08-033-5/+5
* superio/nuvoton/nct6776/acpi: Add parallel port supportTristan Corrick2018-08-031-0/+30
* superio/nuvoton/nct6776/acpi: Fix typo in commentsTristan Corrick2018-08-031-2/+2
* sio/smsc/fdc37n972: add missing pnp_conf_mode field to ops structFelix Held2018-07-261-0/+2
* superio/winbond: remove LDN-specific ops overridesFelix Held2018-07-259-115/+128
* superio/via: remove LDN-specific ops overridesFelix Held2018-07-251-12/+12
* superio/renesas: remove LDN-specific ops overridesFelix Held2018-07-251-2/+2
* superio/intel: remove LDN-specific ops overridesFelix Held2018-07-251-3/+3
* superio/fintek: remove LDN-specific ops overridesFelix Held2018-07-259-70/+70
* superio/nuvoton/npcd378: Add ACPI code for S3 resumePatrick Rudolph2018-07-242-8/+229
* superio/nuvoton/npcd378: Fix resource sizePatrick Rudolph2018-07-221-6/+6
* superio/nsc: pass the chip-specific ops struct to pnp_enable_devicesFelix Held2018-07-188-73/+74
* superio/smsc: pass the chip-specific ops struct to pnp_enable_devicesFelix Held2018-07-1814-92/+87
* superio/ite: pass the chip-specific ops struct to pnp_enable_devicesFelix Held2018-07-1810-96/+95
* superio/nuvoton: remove LDN-specific ops overridesFelix Held2018-07-187-127/+132
* superio: move files to match the common naming schemeFelix Held2018-07-066-5/+6
* src: Use of device_t is deprecatedElyes HAOUAS2018-06-144-6/+6
* src/superio/{ite,smsc}: Remove space before tabElyes HAOUAS2018-06-042-2/+2
* superio/nuvoton/npcd378: Add PSU fan controlPatrick Rudolph2018-06-012-1/+107
* superio/ite/it8720f: Implement power controlSamuel Holland2018-05-151-0/+24
* superio/nuvoton: Add support for NPCD378Patrick Rudolph2018-05-146-0/+328
* 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
* Intel i3100 boards & chips: Remove - using LATE_CBMEM_INITMartin Roth2018-01-155-223/+0
* superio/ite/it8623e: add support for SIO chip ITE IT8623EGergely Kiss2018-01-075-0/+145
* superio/f71869ad: Add temperature sensor typeRenze Nicolai2018-01-072-0/+4
* nuvoton/nct6776: Add ACPI declarationsTobias Diedrich2018-01-071-0/+167
* superio/ite: add missing pnp_conf_mode fields in ops structFelix Held2018-01-063-0/+6
* winbond/w83977tf: Add ACPI declarationsKeith Hui2017-12-021-0/+384
* nuvoton/nct5572d: Disable mouse controller also during resumePaul Menzel2017-11-301-1/+1
* superio: Log if mouse controller is disabledPaul Menzel2017-11-302-2/+4
* superio/acpi/pnp.asl: Fix PNP_READ_DMA/PNP_WRITE_DMA macrosKeith Hui2017-10-251-2/+2
* 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
* winbond/w83627hf: Drop early_init.cKeith Hui2017-09-213-56/+0
* winbond/w83697hf: Drop early_serial.cKeith Hui2017-09-213-62/+0
* superio/winbond/*: Unify w*_set_clksel_48()Keith Hui2017-09-213-2/+14
* superio/winbond/w83627*: Remove deprecated codeKeith Hui2017-08-215-107/+0
* superio/winbond/w83977tf: Drop early_serial.cKeith Hui2017-08-151-43/+0
* sio/smsc/kbc1100: Fix some style issuesArthur Heymans2017-08-062-45/+43
* superio/ite/it8716f: Update init_ecMartin Roth2017-07-082-3/+1
* src/superio: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-073-3/+3