Age | Commit message (Expand) | Author |
2020-11-24 | include/device/pci_ids.h: Add PCI IDs used in Lynxpoint chipsets | Felix Singer |
2020-11-21 | include/device/pci_ids: add PCI IDs for new AMD SoCs | Felix Held |
2020-11-19 | include/device/pci_ids: add model number to ATI GPU and HDA controller | Felix Held |
2020-11-18 | include/device/pci_ids: add model number to AMD GBE controller | Felix Held |
2020-11-18 | include/device/pci_ids: add model number to PCIe port and bus devices | Felix Held |
2020-11-18 | include/device/pci_ids: add model number to data fabric devices | Felix Held |
2020-11-18 | include/device/pci_ids: deduplicate AMD family 17h northbridge ID | Felix Held |
2020-11-18 | include/device/pci_ids: use the right device ID for AMD Picasso GPU | Felix Held |
2020-11-16 | src: Change bare 'unsigned' to 'unsigned int' | Martin Roth |
2020-11-12 | soc/intel/alderlake: Add PCH ID 0x5181 | Subrata Banik |
2020-11-09 | device: Move pci_dev_is_wake_source function | Tim Wawrzynczak |
2020-11-02 | device: Rework bus master option | Felix Singer |
2020-11-02 | wifi: Drop PCI IDs for JfP and HrP | Furquan Shaikh |
2020-11-02 | pci_ids: Add PCI IDs for CNVi WiFi/BT controllers | Furquan Shaikh |
2020-10-30 | drivers/soundwire/alc711: Add Realtek ALC711 soundwire device | Anil Kumar |
2020-10-29 | soc/intel/xeon_sp: Move function debug macros | Marc Jones |
2020-10-29 | include/device/device.h: Move resource debug macros | Marc Jones |
2020-10-26 | src: Include <arch/io.h> when appropriate | Elyes HAOUAS |
2020-10-26 | include/device/azalia_device: Fix typo | Patrick Rudolph |
2020-10-21 | device: Export enable_static_device() function | Duncan Laurie |
2020-10-15 | Update bit field helpers to support more bit field operate | Huayang Duan |
2020-10-11 | pci_device: Add a helper function for determining if PCI device is wake source | Furquan Shaikh |
2020-10-08 | device: Clarify use of `config_of()` | Nico Huber |
2020-09-29 | soc/intel/jasperlake: Add IGD, MCH Device ID | Krishna Prasad Bhat |
2020-09-28 | azalia_device.h: Add new macro to configure pins as NC | Felix Singer |
2020-09-24 | soc/intel/common/smbus: Add support for Apollo Lake SoC | Maxim Polyakov |
2020-09-18 | drivers/genesyslogic/gl9755: Add driver for Genesys Logic GL9755 | Ben Chuang |
2020-09-18 | src/include: Add PnP/HWM unset_and_set functions | Angel Pons |
2020-09-17 | src: Remove redundant <device/pnp_type.h> | Elyes HAOUAS |
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-09-14 | src/include: Drop unneeded empty lines | Elyes HAOUAS |
2020-09-11 | device: Fix incompatible-pointer-types build error | Subrata Banik |
2020-09-08 | pci_ids: Add Alder Lake DTT PCI IDs | Subrata Banik |
2020-09-08 | pci_ids: Add Alder Lake IPU PCI IDs | Subrata Banik |
2020-09-08 | soc/intel/elkhartlake: Add CPU, SA, PCH & IGD DIDs Table | Tan, Lean Sheng |
2020-09-01 | {include,mb,soc,sb,vendorcode}: Make hexadecimal notation consistent | Subrata Banik |
2020-08-31 | device: Add method to configure bus mastering based on Kconfig | Felix Singer |
2020-08-31 | include/device/azalia_device: Fix typo | Patrick Rudolph |
2020-08-31 | {intel/gma,include/device}: Delete unused 'drm_dp_helper.h' file | Elyes HAOUAS |
2020-08-29 | PCI IDs: Add PCI ID for CML DPTF/DTT PCI device | Edward O'Callaghan |
2020-08-27 | soc/intel/common: Include Elkhart Lake SA IDs | Tan, Lean Sheng |
2020-08-17 | soc/intel/common: Move common HDA registers to <device/azalia_device.h> | Elyes HAOUAS |
2020-08-17 | soc/intel/jasperlake: Add IGD Device ID | Krishna Prasad Bhat |
2020-08-10 | soc/intel/common: Include Alder Lake SATA controller device IDs | Subrata Banik |
2020-08-05 | drivers/genesyslogic/gl9763e: Add driver for Genesys Logic GL9763E | Ben Chuang |
2020-08-05 | include/device/azalia_device.h: Include <stdint.h> | Elyes HAOUAS |
2020-08-05 | soc/intel/common: Include Alder Lake device IDs | Subrata Banik |
2020-07-28 | device: Add find_dev_nested_path helper function | Rob Barnes |