Age | Commit message (Expand) | Author |
2021-02-10 | device/azalia_device: Add mainboard hook to program codecs | Angel Pons |
2021-02-10 | device/azalia_device: Add function to program a verb table | Angel Pons |
2021-02-10 | device/azalia_device.c: Correct print format | Angel Pons |
2021-02-06 | soc/intel/broadwell: Conditionally skip PRE_GRAPHICS_DELAY | Kyösti Mälkki |
2021-02-05 | device/device.c: Print done at end of assign_resources() | Frans Hendriks |
2021-02-05 | device: correct code style | Frans Hendriks |
2021-02-01 | device/oprom/include/x86emu/fpu_regs.h: Fix lint error | Frans Hendriks |
2021-01-30 | device: Drop `mmconf_resource_init` function | Angel Pons |
2021-01-30 | device/Kconfig: Introduce MMCONF_LENGTH | Angel Pons |
2021-01-29 | device/Kconfig: Declare MMCONF symbols' type once | Angel Pons |
2021-01-27 | src/device: Don't die() on vBIOS errors | Martin Roth |
2021-01-26 | device/pci_device.c: Use __func__ | Elyes HAOUAS |
2021-01-24 | device/pci_rom.c: Use __func__ | Elyes HAOUAS |
2021-01-18 | device/oprom/x86emu/sys.c: Use __func__ | Elyes HAOUAS |
2021-01-18 | device/xhci.c: Remove repeated word | Elyes HAOUAS |
2021-01-18 | device/pci_device.c: Remove repeated word | Elyes HAOUAS |
2021-01-12 | device/pci_device.c: Use same indents for switch/case | Felix Singer |
2021-01-10 | device: Add new Kconfig VGA_ROM_RUN_DEFAULT for mainboard user | Subrata Banik |
2020-12-28 | device/pnp: add register PNP_IO4 | Michael Niewöhner |
2020-12-28 | device + util/sconfig: introduce new device `gpio` | Michael Niewöhner |
2020-12-17 | azalia: Use `azalia_enter_reset` function | Angel Pons |
2020-12-17 | azalia: Use `azalia_exit_reset` function | Angel Pons |
2020-12-17 | device/azalia_device.c: Add codec reset helpers | Angel Pons |
2020-12-17 | device/azalia_device.c: Clarify comment | Angel Pons |
2020-12-17 | azalia: Replace `hda_find_verb` uses | Angel Pons |
2020-12-17 | azalia: Make `azalia_find_verb` parametric | Angel Pons |
2020-12-17 | azalia: Drop unused parameter from `azalia_find_verb` | Angel Pons |
2020-12-17 | azalia: Make `find_verb` function non-static | Angel Pons |
2020-12-17 | device/azalia_device.c: Remove debug prints | Angel Pons |
2020-12-17 | azalia: Make `set_bits` function non-static | Angel Pons |
2020-12-14 | drivers: Replace multiple fill_lb_framebuffer with single instance | Patrick Rudolph |
2020-12-11 | device/Makefile.inc: Do not require hda_verb.c | Angel Pons |
2020-11-25 | device: Drop unused HyperTransport code | Angel Pons |
2020-11-16 | device/pci: Add NULL check for PCI driver's .ops | Nico Huber |
2020-11-16 | device: Enable bus mastering on system-class devices conditionally | Felix Singer |
2020-11-16 | device: Allow configuring bus mastering for PCI bridges conditionally | Felix Singer |
2020-11-09 | device: Move pci_dev_is_wake_source function | Tim Wawrzynczak |
2020-11-02 | azalia: Treat all negative return values as errors | Angel Pons |
2020-11-02 | device: Rework bus master option | Felix Singer |
2020-10-27 | device: Rephrase bus master Kconfig option | Felix Singer |
2020-10-21 | device: Allow virtual/generic devices under PCI in devicetree | Duncan Laurie |
2020-10-21 | device: Export enable_static_device() function | Duncan Laurie |
2020-10-11 | pci_device: Add a helper function for determining if PCI device is wake source | Furquan Shaikh |
2020-09-28 | superio/common: Fix NULL pointer dereferences | John Zhao |
2020-09-21 | src/device: Drop unneeded empty lines | Elyes HAOUAS |
2020-09-20 | lint: check for misuse of Kconfig SUBSYSTEM_*_ID | Michael Niewöhner |
2020-09-17 | src: Remove redundant <device/pnp_def.h> | Elyes HAOUAS |
2020-09-16 | device/dram: Add method for converting MHz to MT/s | Rob Barnes |
2020-09-14 | src/{device,include}: Use PNP_IDX_EN instead of magic number | Elyes HAOUAS |
2020-08-31 | device: Add method to configure bus mastering based on Kconfig | Felix Singer |