summaryrefslogtreecommitdiffstats
path: root/src/drivers/generic
Commit message (Expand)AuthorAgeFilesLines
* src/{device,drivers}: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-0/+2
* drivers/generic/max98357a: Add extra error handlingJacob Garber2019-05-291-2/+7
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-232-2/+0
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-202-2/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-083-5/+5
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* drivers/gpio_keys: Remove redundant is_wakeup_source flagKarthikeyan Ramasubramanian2019-02-082-5/+1
* drivers/generic/gpio_keys: Add trigger for wakeup event actionKarthikeyan Ramasubramanian2019-01-242-1/+14
* src/drivers: Remove needless '&' on function pointersElyes HAOUAS2019-01-235-15/+15
* drivers/generic/adau7002: Add wakeup-delay-ms propertyAkshu Agrawal2019-01-162-0/+11
* drivers/generic/gpio_keys: Add mechanism to configure GPE wake eventKarthikeyan Ramasubramanian2018-12-102-0/+4
* drivers/generic: Add support for providing DSD propertiesFurquan Shaikh2018-10-064-1/+148
* src/*: normalize Google copyright headersPatrick Georgi2018-09-283-3/+3
* acpi: Call acpi_gen_writeSTA by status from device treeHung-Te Lin2018-09-162-2/+2
* google/grunt: Reset BayHub EMMC freq to SD base CLK 50MHzKevin Chiu2018-08-282-4/+11
* google/grunt: Override BayHub EMMC driving strengthKevin Chiu2018-08-092-21/+53
* mb/google/kahlee/variants/grunt: Select low-power mode for BayHub720Simon Glass2018-06-251-6/+20
* src/drivers: Get rid of whitespace before tabElyes HAOUAS2018-06-041-3/+3
* drivers/generic/ioapic/ioapic.c: Remove unneeded includeElyes HAOUAS2018-06-041-8/+0
* drivers/generic/bayhub: Add driver for BayHub BH720Simon Glass2018-05-024-0/+120
* ioapic: extend definition name to avoid collisionMarc Jones2018-04-091-2/+2
* drivers/generic/adau7002/adau7002.c: Fix null pointer dereferenceRichard Spiegel2018-02-151-3/+8
* drivers/adau7002: Fix include fileDaniel Kurtz2018-02-141-1/+19
* drivers/adau7002: Add driver for handling ADAU7002Daniel Kurtz2018-02-104-0/+81
* drivers/gpio_keys: Add driver for handling gpio-keysFurquan Shaikh2018-01-314-0/+200
* device: acpi_name() should take a const struct deviceAaron Durbin2017-09-142-2/+2
* drivers/regulator: Add driver for handling GPIO-based fixed regulatorFurquan Shaikh2016-12-174-0/+151
* x86/acpi_device: Add support for GPIO output polarityFurquan Shaikh2016-10-071-1/+2
* acpi: Change device properties to work as a treeDuncan Laurie2016-07-081-4/+5
* drivers/generic/max98357a: Fix naming and ACPI path handlingDuncan Laurie2016-07-021-6/+4
* generic: Add a Maxim 98357A codec driverDuncan Laurie2016-06-024-0/+125
* drivers/generic: Switch to src/drivers/[X]/[Y]/ schemeStefan Reinauer2016-04-192-4/+0
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-152-4/+4
* drivers/ioapic: DEVICE_NOOP some stub function callbacksEdward O'Callaghan2014-11-071-12/+5
* {arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan2014-10-271-4/+4
* Drop drivers/generic/debugKyösti Mälkki2014-04-225-294/+0
* x86 I/O APIC: Make functions `io_apic_{read,write}()` publicPaul Menzel2013-05-071-12/+0
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* Get rid of drivers classPatrick Georgi2012-11-271-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-072-3/+0
* ioapic driver: typedef the ioapic_config struct (TRIVIAL)Alexandru Gagniuc2012-08-301-2/+4
* Auto-declare chip_operationsKyösti Mälkki2012-08-222-3/+0
* IOAPIC: hook up driver in KconfigSven Schnelle2012-07-132-1/+2
* Add generic IOAPIC driverSven Schnelle2012-07-044-0/+170
* sconfig: check whether component directory actually existsStefan Reinauer2011-10-194-0/+5
* Handle drivers/ equally to any other sub directory.Stefan Reinauer2011-04-153-0/+5
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-1/+1