aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/generic
AgeCommit message (Expand)Author
2021-02-04drivers/generic/bayhub_lv2: Add driver for BayHub lv2John Su
2021-02-01bayhub bh720: Add helpers to access PCR registersAngel Pons
2021-01-28bayhub bh720: Factor out common HS200 init codeAngel Pons
2021-01-25bayhub bh720: Configure VIH tuning via devicetreeAngel Pons
2020-11-09acpi: Call acpi_fill_ssdt() only for enabled devicesKarthikeyan Ramasubramanian
2020-09-21src/drivers: Drop unneeded empty linesElyes HAOUAS
2020-07-09drivers/generic/generic: Drop dead codeAngel Pons
2020-07-02acpi_device: Replace polarity with active_low in acpi_gpio for GpioIoFurquan Shaikh
2020-07-02drivers/generic/gpio_regulator: Drop unused driver for gpio_regulatorFurquan Shaikh
2020-06-28gpio_keys: Allow boards to configure different wakeup routesFurquan Shaikh
2020-06-06src: Use pci_dev_ops_pci where applicableAngel Pons
2020-06-03drivers/generic/max98357a: Don't write device if HID is missingRaul E Rangel
2020-05-18src: Remove leading blank lines from SPDX headerElyes HAOUAS
2020-05-13src: Remove unused '#include <stdint.h>'Elyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-09src/: Replace GPL boilerplate with SPDX headersPatrick Georgi
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-04-28device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh
2020-04-10Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber
2020-04-10Drop unnecessary DEVICE_NOOP entriesNico Huber
2020-04-06src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons
2020-04-02Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber
2020-03-20drivers/generic/max98357a: Allow custom _HID from configAamir Bohra
2020-02-24gfx: Move drivers/generic/gfx to drivers/gfx/genericFurquan Shaikh
2020-02-03drivers/generic/gfx: Add null pointer error checkJacob Garber
2019-12-26drivers/generic/cbfs-serial: Add driver to read serial from CBFSMatt DeVillier
2019-12-26src: Remove unused include <string.h>Elyes HAOUAS
2019-12-11printf: Automatically prefix %p with 0xJulius Werner
2019-12-02drivers/gfx: Add generic graphics with SSDT generatorMathew King
2019-10-27src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth
2019-10-22AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth
2019-10-04devicetree: Fix improper use of chip_operationsKyösti Mälkki
2019-05-29src/{device,drivers}: Add missing 'include <types.h>'Elyes HAOUAS
2019-05-29drivers/generic/max98357a: Add extra error handlingJacob Garber
2019-04-23src: Use include <console/console.h> when appropriateElyes HAOUAS
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-01device/pci: Fix PCI accessor headersKyösti Mälkki
2019-02-08drivers/gpio_keys: Remove redundant is_wakeup_source flagKarthikeyan Ramasubramanian
2019-01-24drivers/generic/gpio_keys: Add trigger for wakeup event actionKarthikeyan Ramasubramanian
2019-01-23src/drivers: Remove needless '&' on function pointersElyes HAOUAS
2019-01-16drivers/generic/adau7002: Add wakeup-delay-ms propertyAkshu Agrawal
2018-12-10drivers/generic/gpio_keys: Add mechanism to configure GPE wake eventKarthikeyan Ramasubramanian
2018-10-06drivers/generic: Add support for providing DSD propertiesFurquan Shaikh
2018-09-28src/*: normalize Google copyright headersPatrick Georgi
2018-09-16acpi: Call acpi_gen_writeSTA by status from device treeHung-Te Lin
2018-08-28google/grunt: Reset BayHub EMMC freq to SD base CLK 50MHzKevin Chiu
2018-08-09google/grunt: Override BayHub EMMC driving strengthKevin Chiu
2018-06-25mb/google/kahlee/variants/grunt: Select low-power mode for BayHub720Simon Glass
2018-06-04src/drivers: Get rid of whitespace before tabElyes HAOUAS
2018-06-04drivers/generic/ioapic/ioapic.c: Remove unneeded includeElyes HAOUAS
2018-05-02drivers/generic/bayhub: Add driver for BayHub BH720Simon Glass
2018-04-09ioapic: extend definition name to avoid collisionMarc Jones
2018-02-15drivers/generic/adau7002/adau7002.c: Fix null pointer dereferenceRichard Spiegel
2018-02-14drivers/adau7002: Fix include fileDaniel Kurtz
2018-02-10drivers/adau7002: Add driver for handling ADAU7002Daniel Kurtz
2018-01-31drivers/gpio_keys: Add driver for handling gpio-keysFurquan Shaikh
2017-09-14device: acpi_name() should take a const struct deviceAaron Durbin
2016-12-17drivers/regulator: Add driver for handling GPIO-based fixed regulatorFurquan Shaikh
2016-10-07x86/acpi_device: Add support for GPIO output polarityFurquan Shaikh
2016-07-08acpi: Change device properties to work as a treeDuncan Laurie
2016-07-02drivers/generic/max98357a: Fix naming and ACPI path handlingDuncan Laurie
2016-06-02generic: Add a Maxim 98357A codec driverDuncan Laurie
2016-04-19drivers/generic: Switch to src/drivers/[X]/[Y]/ schemeStefan Reinauer
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2014-11-07drivers/ioapic: DEVICE_NOOP some stub function callbacksEdward O'Callaghan
2014-10-27{arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan
2014-04-22Drop drivers/generic/debugKyösti Mälkki
2013-05-07x86 I/O APIC: Make functions `io_apic_{read,write}()` publicPaul Menzel
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2012-11-27Get rid of drivers classPatrick Georgi
2012-10-27Take care of NULL chip_ops->nameKyösti Mälkki
2012-10-07Remove chip.h files without config structureKyösti Mälkki
2012-08-30ioapic driver: typedef the ioapic_config struct (TRIVIAL)Alexandru Gagniuc
2012-08-22Auto-declare chip_operationsKyösti Mälkki
2012-07-13IOAPIC: hook up driver in KconfigSven Schnelle
2012-07-04Add generic IOAPIC driverSven Schnelle
2011-10-19sconfig: check whether component directory actually existsStefan Reinauer
2011-04-15Handle drivers/ equally to any other sub directory.Stefan Reinauer
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-06-09Same conversion as with resources from static arrays to lists, exceptMyles Watson
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-07switch some ROMCC boards back to ROMCC.Stefan Reinauer
2010-03-31Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-02-22This is a general cleanup patchStefan Reinauer
2010-02-07newconfig is no more.Patrick Georgi
2009-10-15undo another accidential rename of X -> CONFIG_X (trivial)Stefan Reinauer
2009-10-09Remaining boards are Kconfig'd now. Whether they workPatrick Georgi
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-04-01Drop CONFIG_CHIP_NAME. Those config statements in Config.lb shouldStefan Reinauer
2009-03-13This, ladies and gentlement, is commit #4000.Stefan Reinauer
2009-02-28coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer
2005-07-08eric patchYinghai Lu
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-51arch import user (historical)
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-10arch import user (historical)
2004-12-10- Fix the definition of the linuxbios table so all of the compilersEric Biederman
2004-12-03i2c mux supportYinghai Lu