summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* driver/intel/fsp2_0: Reset on invalid stage cache.Naresh G Solanki2016-10-273-0/+17
* drivers/i2c/wacom_ts: Add support for WCOM touchscreen device driverFurquan Shaikh2016-10-264-0/+93
* drivers/i2c/generic: Re-factor SSDT generation codeFurquan Shaikh2016-10-252-2/+47
* drivers/i2c/generic: Enable support for adding PowerResource for deviceFurquan Shaikh2016-10-252-0/+52
* drivers/i2c/generic: Return correct name for acpi_nameFurquan Shaikh2016-10-241-1/+1
* drivers/intel/wifi: Add depends on ARCH_X86Martin Roth2016-10-091-0/+1
* soc/intel/apollolake: Implement stage cache to improve resume timeBrandon Breitenstein2016-10-071-0/+2
* src/drivers: Remove whitespace after memcpy & memsetElyes HAOUAS2016-10-072-11/+11
* x86/acpi_device: Add support for GPIO output polarityFurquan Shaikh2016-10-071-1/+2
* Gale: Fix the orange color to match the UX docSuresh Rajashekara2016-10-071-2/+2
* i2c/ww_ring: LED changes as per UX team feedback.Suresh Rajashekara2016-10-061-8/+8
* spi: Add a way to show SPI transfer speed for readsSimon Glass2016-10-061-0/+30
* i2c/ww_ring: Change LED configuration for Gale EVT3Suresh Rajashekara2016-10-062-185/+49
* drivers/i2c/tpm/cr50: Initialize IRQ status handler before probeDuncan Laurie2016-10-051-13/+13
* Kconfig: Update default hex values to start with 0xMartin Roth2016-10-023-4/+4
* Kconfig: Prefix hex defaults with 0xMartin Roth2016-09-302-3/+3
* soc/intel/fsp_broadwell_de/uart: Drop itNico Huber2016-09-302-4/+10
* drivers/intel/fsp2_0: Fix debug display supportLee Leahy2016-09-305-20/+24
* drivers/i2c/generic: Add config for marking device as probedDuncan Laurie2016-09-282-0/+16
* intel/gma/vbt.c: pad the ID string with spaces.Arthur Heymans2016-09-271-1/+3
* drivers/i2c/tpm/cr50: Support interrupts for statusDuncan Laurie2016-09-213-8/+60
* drivers/i2c/tpm/cr50: Improve data handling and function namesDuncan Laurie2016-09-211-48/+45
* drivers/i2c/tpm/cr50: Clean up locality functionsDuncan Laurie2016-09-211-19/+20
* drivers/i2c/tpm/cr50: Rename i2c read/write functionsDuncan Laurie2016-09-211-23/+31
* drivers/i2c/tpm/cr50: Clean up timeoutsDuncan Laurie2016-09-211-14/+11
* drivers/i2c/tpm/cr50: Reduce max buffer sizeDuncan Laurie2016-09-211-7/+4
* drivers/i2c/tpm: Split cr50 driver from main driverDuncan Laurie2016-09-214-237/+508
* drivers/i2c/tpm: Move common variables to headerDuncan Laurie2016-09-212-22/+23
* Makefiles: update cbfs types from bare numbers to valuesMartin Roth2016-09-211-1/+1
* Revert "drivers/i2c/tpm: Move common variables to header"Duncan Laurie2016-09-192-23/+22
* Revert "drivers/i2c/tpm: Split cr50 driver from main driver"Duncan Laurie2016-09-194-503/+237
* Revert "drivers/i2c/tpm/cr50: Reduce max buffer size"Duncan Laurie2016-09-191-4/+7
* Revert "drivers/i2c/tpm/cr50: Clean up timeouts"Duncan Laurie2016-09-191-11/+14
* Revert "drivers/i2c/tpm/cr50: Rename i2c read/write functions"Duncan Laurie2016-09-191-31/+23
* Revert "drivers/i2c/tpm/cr50: Clean up locality functions"Duncan Laurie2016-09-191-20/+19
* Revert "drivers/i2c/tpm/cr50: Improve data handling and function names"Duncan Laurie2016-09-191-45/+48
* Revert "drivers/i2c/tpm/cr50: Support interrupts for status"Duncan Laurie2016-09-193-61/+9
* drivers/i2c/tpm/cr50: Support interrupts for statusDuncan Laurie2016-09-193-9/+61
* drivers/i2c/tpm/cr50: Improve data handling and function namesDuncan Laurie2016-09-191-48/+45
* drivers/i2c/tpm/cr50: Clean up locality functionsDuncan Laurie2016-09-191-19/+20
* drivers/i2c/tpm/cr50: Rename i2c read/write functionsDuncan Laurie2016-09-191-23/+31
* drivers/i2c/tpm/cr50: Clean up timeoutsDuncan Laurie2016-09-191-14/+11
* drivers/i2c/tpm/cr50: Reduce max buffer sizeDuncan Laurie2016-09-191-7/+4
* drivers/i2c/tpm: Split cr50 driver from main driverDuncan Laurie2016-09-194-237/+503
* drivers/i2c/tpm: Move common variables to headerDuncan Laurie2016-09-192-22/+23
* driver/intel/fsp1_1: Utilise soc/intel/common for adding vbt.binNaresh G Solanki2016-09-193-14/+2
* driver/intel/fsp20: move lb_framebuffer functionNaresh G Solanki2016-09-152-0/+38
* driver/intel/fsp2_0: Make FSP-M binary XIPRizwan Qureshi2016-09-151-0/+3
* drivers/i2c/tpm: Clean up handling of command readyDuncan Laurie2016-09-141-8/+17
* driver/fsp2_0: Include stdint header file in api.hNaresh G Solanki2016-09-121-0/+1