summaryrefslogtreecommitdiff
path: root/src/device
AgeCommit message (Expand)Author
2015-06-05AMD K8 fam10: Drop extra HT scan_chain() parametersKyösti Mälkki
2015-06-05AMD K8 fam10: Refactor HT link connection testKyösti Mälkki
2015-06-04devicetree: Change scan_bus() prototype in device opsKyösti Mälkki
2015-06-04devicetree: Single scan_bridges()Kyösti Mälkki
2015-06-04PCI subsystem: Drop parameter max from scan_busKyösti Mälkki
2015-06-04PCI subsystem: Use subordinate property to track bus enumerationKyösti Mälkki
2015-06-04PCI subsystem: Refactor PCI bridge register controlKyösti Mälkki
2015-06-04devicetree: Rename unused parameter max in domain_scan_bus()Kyösti Mälkki
2015-06-04devicetree: Rename unused parameter to passthruKyösti Mälkki
2015-06-04devicetree: Discriminate device ops scan_bus()Kyösti Mälkki
2015-06-04HyperTransport: Use subordinate property to track chain enumerationKyösti Mälkki
2015-06-04HyperTransport: Move pci_scan_bus() callKyösti Mälkki
2015-06-02cbfs: new API and better program loadingAaron Durbin
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-05resource: Adjust memory resources high earlierKyösti Mälkki
2015-05-05resource: Enhance resource reportingKyösti Mälkki
2015-05-05resource: Report correct secondary resource windowKyösti Mälkki
2015-04-22device: Add class and subclass name supportLee Leahy
2015-04-21Unify byte order macros and clrsetbitsJulius Werner
2015-04-17rk3288: Add software I2C supportJulius Werner
2015-04-01cbfs: correct types used for accessing filesAaron Durbin
2015-03-23PCIe: Revise L1 Sub-State supportKenji Chen
2015-03-23PCIe: Add L1 Sub-State support.Kenji Chen
2015-03-21device: convert to stopwatch APIAaron Durbin
2015-03-09AMD fam10: Drop PCI_BUS_SEGN_BITSKyösti Mälkki
2015-03-09device/pciexp: Add support for PCIe CLK power managementKane Chen
2015-03-01devicetree: Drop dummy root_dev opsKyösti Mälkki
2015-02-15device/device_util.c: Add space after ellipse for better legibilityPaul Menzel
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2015-02-10PCI subsystem: Remove AGP bridge typeKyösti Mälkki
2015-02-05drivers/xgi/z9s: Port Linux framebuffer initialization to corebootTimothy Pearson
2015-02-05AMD HyperTransport: Drop unused link optimisationKyösti Mälkki
2015-01-30devicetree: Search PnP device node from the tree by pathKyösti Mälkki
2015-01-24device/hypertransport.c: Fix typo in commentTimothy Pearson
2015-01-20device/oprom/realmode/x86: Fix memory corruptionZhuo-Hao Lee
2015-01-12src/device: Doxygen fixesMartin Roth
2015-01-06doxygen fixes: fix parameter names to match the functionsMartin Roth
2014-12-31Fix Kconfig whitespaceKyösti Mälkki
2014-12-30i2c: Add software_i2c driver for I2C debugging and emulationJulius Werner
2014-12-28RELOCATABLE_RAMSTAGE: Fix weak symbols with option ROMsKyösti Mälkki
2014-12-19spd_cache debug: Log invalid CRC checksumTobias Diedrich
2014-12-07ddr3: Plumber DIMM type to parsed structure.Vladimir Serbinenko
2014-11-08device/dram/ddr3.c: Fix sizeof on array func param overflowEdward O'Callaghan
2014-11-05pci_ops.{c,h}: Don't hide pointers behind typedefsEdward O'Callaghan
2014-10-17Kconfig: clean up options in top level and device menuStefan Reinauer
2014-09-29Remove stale char[] initialization causing unaligned memory accessMarcelo Povoa
2014-09-17pnp: Allow setting of misc register 0xf4 in device treeStefan Reinauer
2014-09-13azalia: Shrink boilerplateVladimir Serbinenko
2014-09-11pnp: Allow setting of misc register 0xfa in device treeStefan Reinauer
2014-09-08ARM: Generalize armv7 as arm.Gabe Black