aboutsummaryrefslogtreecommitdiff
path: root/src/include/device
AgeCommit message (Expand)Author
2018-07-26device: add child traversal helper functionAaron Durbin
2018-07-19device/pci: Add MSI-X helper functionsPatrick Rudolph
2018-07-17pnp_device: improve readabilityFelix Held
2018-06-14src: Use of device_t is deprecatedElyes HAOUAS
2018-06-01drivers/intel/wifi: Add PCI ID for Intel TP2 Wi-FiFurquan Shaikh
2018-05-25device: Move find_dev_path() to device_const.cKyösti Mälkki
2018-05-25device: Move dev_find_path() to device_const.cNico Huber
2018-05-11devicetree: Add USB device typeDuncan Laurie
2018-05-05soc/intel: Add KBL-R pci id supportLijian Zhao
2018-05-03pci: Fix function prototypePatrick Rudolph
2018-05-02drivers/generic/bayhub: Add driver for BayHub BH720Simon Glass
2018-05-02src/device: Fix discarded-qualifiers compilation issueSubrata Banik
2018-05-02pci: Fix MMCONF_SUPPORT on non x86Patrick Rudolph
2018-04-30device: constify some variablesLubomir Rintel
2018-04-26device: Add flag to disable PCIe ASPMNico Huber
2018-04-20pci: Move inline PCI functions to pci_ops.hPatrick Rudolph
2018-04-16device/dram/ddr3: improve XMP supportDan Elkouby
2018-04-11drivers/intel/wifi: Add support for Harrison Peak (HrP)Subrata Banik
2018-04-09device/dram/ddr2.c: Add methods to compute to identify dramArthur Heymans
2018-03-26soc/intel: Add KBL-S MCH and some KBL PCH supportGaggery Tsai
2018-03-15include/device: Add pci id for Intel EMMC for SKLBarnali Sarkar
2018-03-06soc/amd/stoneyridge: Add ST/CZ SMBus device idMartin Roth
2018-02-22device/ddr2,ddr3: Rename and move a few thingsArthur Heymans
2018-02-07soc/intel/skylake: Add Kabylake PCH H device ID'sV Sowmya
2018-01-31device/pci_rom: Write _ROM method for VGA devicesPatrick Rudolph
2018-01-25sconfig: Add a new mmio resource typeJustin TerAvest
2018-01-25soc/intel/skylake: Clean up the skylake PCH H device ID macrosV Sowmya
2018-01-24device/i2c_bus: allow i2c_bus and i2c_simple to coexistAaron Durbin
2018-01-12soc/intel/common: Add Intel HDA common block driverDuncan Laurie
2017-12-20device/dram/ddr2.c: Store the checksum in the decoded SPD structArthur Heymans
2017-12-13device: Make pci_dev_ops_pci structure globalSubrata Banik
2017-12-08device/pciexp_device: Set values numerically instead of as bitmaskPatrick Georgi
2017-12-07soc/intel/apollolake: add ability to enable eSPIBora Guvendik
2017-11-28soc/intel/skylake: Make use of Intel common DSP blockSubrata Banik
2017-11-28intel/common/block: Add SKL CSME device IDSubrata Banik
2017-11-15device: further untangle device_t from struct deviceAaron Durbin
2017-11-10device: untangle device_t from struct device some moreAaron Durbin
2017-10-31intel/common/smbus: increase spd read performanceKane Chen
2017-10-13src/device: Update LTR configuration schemeAamir Bohra
2017-09-22device/dram/ddr2.c: Decoding byte[12] bit7 as self refresh flagArthur Heymans
2017-09-22soc/intel/skylake: add Kabylake Celeron base SKUGaggery Tsai
2017-09-14device: acpi_name() should take a const struct deviceAaron Durbin
2017-09-06device/dram/ddr2: Add a function to normalize tCLKArthur Heymans
2017-08-18device/smbus: Reuse I2C bus operations where applicableNico Huber
2017-08-18Reinvent I2C opsNico Huber
2017-08-18include/device: Split i2c.h into threeNico Huber
2017-08-15device/smbus: Drop some never used boilerplateNico Huber
2017-08-14i2c: Move to Linux like `struct i2c_msg`Nico Huber
2017-08-09device/pci: untangle struct device and device_tAaron Durbin
2017-08-07usbdebug: Refactor early enableKyösti Mälkki
2017-08-06sb/intel/*: Use common SMBus functionsArthur Heymans
2017-08-01src/include: Add guards on all header filesMartin Roth
2017-07-25soc/intel/skylake: Add IGD id for mobile Xeon with GT2Nico Huber
2017-07-21soc/intel/apollolake: Add pci device id for GLK IGDHannah Williams
2017-07-13src/include: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-06-27include/device: Add pci ids for Intel CNLLijian Zhao
2017-06-22device/dram/ddr3.h: Add brackets around macroArthur Heymans
2017-06-16haswell: add CBMEM_MEMINFO table when initing RAMMatt DeVillier
2017-06-13device/pnp: remove struct io_infoSamuel Holland
2017-06-12nb/intel/sandybridge: Improve CAS freq selectionArthur Heymans
2017-06-09device/dram/ddr2.c: Fix is_registered_ddr2Arthur Heymans
2017-06-02device/device_util: Add function to determine bridge statePatrick Rudolph
2017-06-01src/include/device: Add System Agent (SA) device idsSubrata Banik
2017-06-01include/device: Add pci ids for Intel SDBora Guvendik
2017-05-22include/device: Add pci ids for Intel GLKHannah Williams
2017-05-13src/include/device: Add PCIe root ports device idsAamir Bohra
2017-05-12commonlib: Move drivers/storage into commonlib/storageLee Leahy
2017-05-10drivers/storage: Make DRVR_CAP_8BIT controller independentLee Leahy
2017-05-10drivers/storage: Remove set_control_regLee Leahy
2017-05-05pci_device: add PCI device IDs for Intel platformsRizwan Qureshi
2017-04-25lib: provide clearer devicetree semanticsAaron Durbin
2017-04-25drivers/storage: Add SD/MMC/eMMC driver based upon depthchargeLee Leahy
2017-03-13src/include: Wrap lines at 80 columnsLee Leahy
2017-03-13src/include: Remove use of binary constantsLee Leahy
2017-03-13src/include: Remove space between function name and parametersLee Leahy
2017-03-13src/include: Remove space after function nameLee Leahy
2017-03-13src/include: Fix space between type, * and variable nameLee Leahy
2017-03-12src/include: Remove braces for single statementsLee Leahy
2017-03-12src/include: Open brace on same line as enum or structLee Leahy
2017-03-12src/include: Remove spaces before tabsLee Leahy
2017-03-12src/include: Remove spaces before ( and after )Lee Leahy
2017-03-10src/include: Add parenthesis around macrosLee Leahy
2017-03-10device/dram/ddr2: Add common ddr2 spd decoderPatrick Rudolph
2017-03-09src/include: Add space after commaLee Leahy
2017-03-09src/include: Indent code using tabsLee Leahy
2017-03-09src/include: Fix unsigned warningsLee Leahy
2017-02-16device: Add scan_generic_bus supportFurquan Shaikh
2017-02-16device: Add a new "SPI" device typeFurquan Shaikh
2017-02-06devtree: Drop unused parameter show_devs_tree() callKyösti Mälkki
2017-02-04x86/acpi: Add VFCT tablePatrick Rudolph
2016-12-07src/device: Get device structure by path typeSubrata Banik
2016-12-07MMCONF_SUPPORT: Consolidate resource registrationKyösti Mälkki
2016-12-06PCI ops: Remove pci_mmio_xx() in ramstageKyösti Mälkki
2016-11-23AGESA binaryPI: Fix PCI ID namespaceKyösti Mälkki
2016-11-23include/device/early_smbus.h: Declare smbus write functionNaresh G Solanki
2016-11-20device/dram/ddr3: Calculate CRC16 of SPD unique identifierKyösti Mälkki
2016-11-16include/device/pci_ids.h: Correct Entertainment sub-classElyes HAOUAS
2016-11-07pci_ids.h: Correct recent AMD ID namesMarshall Dawson
2016-11-02pci_ids.h: Add ID for amd/00670F00 northbridgeMarshall Dawson