summaryrefslogtreecommitdiff
path: root/src/device
AgeCommit message (Expand)Author
2021-02-24device/device.c: Rename .disable to .vga_disableArthur Heymans
2021-02-16device/dram: Move SPD manufacturer names out of arch/x86Patrick Rudolph
2021-02-15device: Add unit to Kconfig option name: `PRE_GRAPHICS_DELAY_MS`Paul Menzel
2021-02-15src/device: Remove unused <console/console.h>Elyes HAOUAS
2021-02-10device/azalia_device: Add mainboard hook to program codecsAngel Pons
2021-02-10device/azalia_device: Add function to program a verb tableAngel Pons
2021-02-10device/azalia_device.c: Correct print formatAngel Pons
2021-02-06soc/intel/broadwell: Conditionally skip PRE_GRAPHICS_DELAYKyösti Mälkki
2021-02-05device/device.c: Print done at end of assign_resources()Frans Hendriks
2021-02-05device: correct code styleFrans Hendriks
2021-02-01device/oprom/include/x86emu/fpu_regs.h: Fix lint errorFrans Hendriks
2021-01-30device: Drop `mmconf_resource_init` functionAngel Pons
2021-01-30device/Kconfig: Introduce MMCONF_LENGTHAngel Pons
2021-01-29device/Kconfig: Declare MMCONF symbols' type onceAngel Pons
2021-01-27src/device: Don't die() on vBIOS errorsMartin Roth
2021-01-26device/pci_device.c: Use __func__Elyes HAOUAS
2021-01-24device/pci_rom.c: Use __func__Elyes HAOUAS
2021-01-18device/oprom/x86emu/sys.c: Use __func__Elyes HAOUAS
2021-01-18device/xhci.c: Remove repeated wordElyes HAOUAS
2021-01-18device/pci_device.c: Remove repeated wordElyes HAOUAS
2021-01-12device/pci_device.c: Use same indents for switch/caseFelix Singer
2021-01-10device: Add new Kconfig VGA_ROM_RUN_DEFAULT for mainboard userSubrata Banik
2020-12-28device/pnp: add register PNP_IO4Michael Niewöhner
2020-12-28device + util/sconfig: introduce new device `gpio`Michael Niewöhner
2020-12-17azalia: Use `azalia_enter_reset` functionAngel Pons
2020-12-17azalia: Use `azalia_exit_reset` functionAngel Pons
2020-12-17device/azalia_device.c: Add codec reset helpersAngel Pons
2020-12-17device/azalia_device.c: Clarify commentAngel Pons
2020-12-17azalia: Replace `hda_find_verb` usesAngel Pons
2020-12-17azalia: Make `azalia_find_verb` parametricAngel Pons
2020-12-17azalia: Drop unused parameter from `azalia_find_verb`Angel Pons
2020-12-17azalia: Make `find_verb` function non-staticAngel Pons
2020-12-17device/azalia_device.c: Remove debug printsAngel Pons
2020-12-17azalia: Make `set_bits` function non-staticAngel Pons
2020-12-14drivers: Replace multiple fill_lb_framebuffer with single instancePatrick Rudolph
2020-12-11device/Makefile.inc: Do not require hda_verb.cAngel Pons
2020-11-25device: Drop unused HyperTransport codeAngel Pons
2020-11-16device/pci: Add NULL check for PCI driver's .opsNico Huber
2020-11-16device: Enable bus mastering on system-class devices conditionallyFelix Singer
2020-11-16device: Allow configuring bus mastering for PCI bridges conditionallyFelix Singer
2020-11-09device: Move pci_dev_is_wake_source functionTim Wawrzynczak
2020-11-02azalia: Treat all negative return values as errorsAngel Pons
2020-11-02device: Rework bus master optionFelix Singer
2020-10-27device: Rephrase bus master Kconfig optionFelix Singer
2020-10-21device: Allow virtual/generic devices under PCI in devicetreeDuncan Laurie
2020-10-21device: Export enable_static_device() functionDuncan Laurie
2020-10-11pci_device: Add a helper function for determining if PCI device is wake sourceFurquan Shaikh
2020-09-28superio/common: Fix NULL pointer dereferencesJohn Zhao
2020-09-21src/device: Drop unneeded empty linesElyes HAOUAS
2020-09-20lint: check for misuse of Kconfig SUBSYSTEM_*_IDMichael Niewöhner