summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-0122-22/+22
* Whitespace: Replace tab character in license text with two spacesPaul Menzel2013-02-203-3/+3
* RTC: Use the correct index when setting the default monthDave Frodin2013-02-191-1/+1
* spi.h: Rename the spi.h to spi-generic.hZheng Bao2013-02-112-2/+2
* armv7/snow: Remove power_init from bootblock.Hung-Te Lin2013-02-071-1/+0
* armv7: Clean up arm/snow bootblock build process.Hung-Te Lin2013-02-071-0/+1
* Extend CBFS to support arbitrary ROM source media.Hung-Te Lin2013-01-301-2/+4
* snow: add max77686 driver in romstage and ramstageDavid Hendricks2013-01-101-1/+2
* size optimizations for max77686David Hendricks2013-01-102-46/+47
* corrections for MAX77686 config variableDavid Hendricks2012-12-292-3/+3
* Claim the SPI bus before writes if the IMC ROM is presentMartin Roth2012-12-128-0/+10
* Fix maxim max77686 driverStefan Reinauer2012-12-121-1/+1
* Fix up Maxim MAX77686 driverStefan Reinauer2012-12-129-5/+66
* Limit SPI device debug prints with CONFIG_DEBUG_SPI_FLASHMarc Jones2012-12-088-9/+28
* driver/spi: Add support of MX25L3235DZheng Bao2012-12-061-0/+8
* Only compile PC80 drivers when CONFIG_PC80_SYSTEM is setStefan Reinauer2012-11-301-0/+2
* build system: Treat cmos.default as text filePatrick Georgi2012-11-301-1/+1
* Add the maxim MAX77686 power controller.Ronald G. Minnich2012-11-294-0/+416
* Get rid of drivers classPatrick Georgi2012-11-2718-18/+18
* SPI/SST: Add OpCode Enable-Write-Status-Register (EWSR)Zheng Bao2012-11-271-1/+11
* Clean up KconfigStefan Reinauer2012-11-161-0/+8
* Drop Kconfig.deprecated_optionsStefan Reinauer2012-11-162-4/+21
* If cmos is invalid, always set the rtc date and timeStefan Reinauer2012-11-121-2/+2
* Remove duplicate defines from mc146818rtc.cMarc Jones2012-11-121-68/+0
* ELOG: Support for non-memory mapped flashDuncan Laurie2012-11-123-13/+54
* SPI: Fix and enable Fast Read supportDuncan Laurie2012-11-125-6/+14
* Add Gigadevice SPI rom supportMartin Roth2012-11-095-0/+256
* mc146818rtc: Remove the hyphen to build on NetBSD and DarwinZheng Bao2012-11-091-4/+4
* mc146818rtc: Update the Day of Week in CMOS in the right way.Zheng Bao2012-11-091-1/+1
* Log unexpected post code from the previous bootDuncan Laurie2012-11-081-0/+5
* RTC: Don't clear pending interrupt in resume pathDuncan Laurie2012-11-081-0/+15
* elog: add extended management engine eventDuncan Laurie2012-11-081-0/+4
* ELOG: Find flash base in FMAP if possibleDuncan Laurie2012-11-081-3/+26
* RTC: Write build date in BCD when clearing RTC CMOSDuncan Laurie2012-11-071-4/+4
* rtc: add explicit dependency on build.hVincent Palatin2012-11-071-0/+3
* rtc: erase CMOS memory after power failureVincent Palatin2012-11-071-14/+20
* rtc: force mc146818 register D to a correct valueVincent Palatin2012-11-071-0/+2
* Fix CONFIG_ use in i8254.cStefan Reinauer2012-11-071-1/+1
* Take care of NULL chip_ops->nameKyösti Mälkki2012-10-271-6/+1
* Remove chip.h files without config structureKyösti Mälkki2012-10-0715-23/+0
* ioapic driver: typedef the ioapic_config struct (TRIVIAL)Alexandru Gagniuc2012-08-301-2/+4
* Auto-declare chip_operationsKyösti Mälkki2012-08-2211-21/+0
* RTC: Add a routine to check if the CMOS date is validzbao2012-08-021-8/+35
* Revert "Use broadcast SIPI to startup siblings"Sven Schnelle2012-07-311-2/+3
* Remove copies of rtl8168.cPatrick Georgi2012-07-265-0/+77
* ELOG: Add support for SMM and kernel GSMI driverDuncan Laurie2012-07-263-0/+128
* ELOG: Add support for a monotonic boot counter in CMOSDuncan Laurie2012-07-254-0/+148
* ELOG: Add support for generating SMBIOS type15 tableDuncan Laurie2012-07-252-0/+44
* SMM: Add option for SPI driver to be available in SMMDuncan Laurie2012-07-243-2/+29
* ELOG: Add support for flash based event logDuncan Laurie2012-07-246-0/+1028