summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* lenovo/x60: Support digitizer on X60t and X201t.Vladimir Serbinenko2014-07-196-0/+211
* drivers/spi: Sanitize headers from preprocessor abuseEdward O'Callaghan2014-07-1711-4/+17
* drivers,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-171-1/+0
* drivers/intel/fsp/fsp_util: 'long unsigned int' is 'unsigned long'Edward O'Callaghan2014-07-151-2/+2
* SPI: Split writes using spi_crop_chunk()Kyösti Mälkki2014-07-146-13/+12
* SPI flash: Fix alignment checks in Page Program commandsKyösti Mälkki2014-07-146-6/+12
* drivers: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-089-12/+0
* spi: Change spi_xfer to work in units of bytes instead of bits.Gabe Black2014-07-051-3/+3
* spi: Remove unused parameters from spi_flash_probe and setup_spi_slave.Gabe Black2014-07-053-5/+4
* spi flash: Organise options listKyösti Mälkki2014-07-051-21/+21
* drivers/spi: Reduce the per loop delay of spi_flash_cmd_poll_bit()Dave Frodin2014-07-051-12/+10
* stdlib: Drop duplicates of min() and max()Kyösti Mälkki2014-07-012-4/+0
* drivers/pc80/mc146818rtc_early.c: Silence unused func complaintsEdward O'Callaghan2014-06-291-2/+2
* drivers/intel/gma: Uninitialized var before if conditionEdward O'Callaghan2014-06-251-1/+1
* drivers/elog: Unmangle header include out of pre-proc condEdward O'Callaghan2014-06-251-2/+3
* PC80 RTC: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-211-6/+1
* PS2 keyboard: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-211-5/+1
* Misc: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-211-1/+1
* drivers/intel/gma: Equality comparison with extraneous parenthesesEdward O'Callaghan2014-06-201-2/+2
* PIC i8259: Move #defines and functions to i8259.hMike Loptien2014-06-111-36/+39
* i915_reg: Declare LVDS register values.Vladimir Serbinenko2014-06-011-0/+5
* drivers/intel/fsp: update enable_mrc_cache with fast bootMartin Roth2014-05-291-1/+2
* add rtc_init() to romstageMartin Roth2014-05-292-1/+4
* lenovo: Add lenovo_mainboard_partnumber.Vladimir Serbinenko2014-05-252-1/+8
* drivers/pc80/Kconfig: Revert PS/2 initialization defaultsPatrick Georgi2014-05-231-1/+0
* drivers: Drop GbE stub driversEdward O'Callaghan2014-05-205-77/+0
* drivers/spi/sst.c: Remove unused func to_sst_spi_flash()Edward O'Callaghan2014-05-181-5/+0
* build: separate CPPFLAGS from CFLAGSPatrick Georgi2014-05-171-1/+1
* build: CPPFLAGS is more common than INCLUDESPatrick Georgi2014-05-171-1/+1
* drivers/pc80/Kconfig: simplify PS/2 selection rulesPatrick Georgi2014-05-151-1/+1
* src/drivers/pc80: Remove empty struct keyboardEdward O'Callaghan2014-05-131-1/+1
* Intel FSP: add a shared set of functions for the FSPMartin Roth2014-05-097-0/+1141
* drivers/pc80/Kconfig: Do not init PS/2 keyboard if GRUB 2 is chosen as payloadPaul Menzel2014-05-021-2/+2
* drivers/pc80/Kconfig: Do not init PS/2 keyboard if SeaBIOS is chosen as payloadPaul Menzel2014-05-021-1/+2
* drivers/pc80/Kconfig: Mention that GRUB 2 is able to init PS/2 keyboardPaul Menzel2014-05-021-1/+1
* console: Drop EARLY_CONSOLE optionKyösti Mälkki2014-04-302-2/+2
* uart: Support multiple portsKyösti Mälkki2014-04-304-34/+29
* SPI: Use common dependency in KconfigKyösti Mälkki2014-04-291-11/+5
* uart8250io: Fix build with DEBUG_SMIKyösti Mälkki2014-04-261-1/+2
* Get rid of HAVE_INIT_TIMER config optionFurquan Shaikh2014-04-261-0/+4
* usbdebug: Add BeagleBone BlackKyösti Mälkki2014-04-221-0/+5
* Drop drivers/generic/debugKyösti Mälkki2014-04-225-294/+0
* console: Drop driver list in ramstageKyösti Mälkki2014-04-182-13/+0
* OxPCIe uart: Move under drivers/uartKyösti Mälkki2014-04-0910-18/+16
* OxPCIe uart: Split PCI bridge controlKyösti Mälkki2014-04-092-132/+21
* uart: Redefine Kconfig optionsKyösti Mälkki2014-04-095-14/+20
* console uart: Fill coreboot table entriesKyösti Mälkki2014-04-093-9/+46
* uart: Prepare to support multiple base addressesKyösti Mälkki2014-04-091-5/+8
* drivers/spi: Add support for adesto SPI flash partsChris Douglass2014-03-125-0/+211
* intel/gma: Remove MCH register declarations.Vladimir Serbinenko2014-03-091-308/+0
OpenPOWER on IntegriCloud