summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-04-17Merge branch 'pci/cleanup' into nextBjorn Helgaas23-242/+232
2013-04-17PCI: Remove "extern" from function declarationsBjorn Helgaas12-206/+197
2013-04-17PCI: Warn about failures instead of "must_check" functionsBjorn Helgaas3-2/+10
2013-04-17PCI: Remove __must_check from definitionsBjorn Helgaas2-3/+3
2013-04-16Merge branch 'pci/jiang-subdrivers' into nextBjorn Helgaas11-516/+228
2013-04-16PCI/ACPI: Remove support of ACPI PCI subdriversMyron Stowe1-47/+1
2013-04-16PCI: acpiphp: Protect acpiphp data structures from concurrent updatesJiang Liu2-18/+78
2013-04-16PCI: acpiphp: Use normal list to simplify implementationYijing Wang2-15/+12
2013-04-16Merge branch 'pci/misc' into nextBjorn Helgaas10-104/+79
2013-04-16Merge branch 'pci/bjorn-eisa' into nextBjorn Helgaas2-49/+38
2013-04-16EISA: Log device resources in dmesgBjorn Helgaas1-0/+1
2013-04-16EISA: Initialize device before its resourcesBjorn Helgaas1-15/+11
2013-04-16EISA: Mark vendor ID resource as I/O port spaceBjorn Helgaas1-1/+1
2013-04-16EISA: Use dev_printk() when possibleBjorn Helgaas2-38/+30
2013-04-16PCI: Clean up quirk_io_regionYinghai Lu1-85/+45
2013-04-16PCI: Use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin1-1/+1
2013-04-16PCI: Use PCI_EXP_SLTCAP_PSN mask when extracting slot numberBjorn Helgaas1-1/+1
2013-04-16PCI: Remove unnecessary dependencies between PME and ACPIBjorn Helgaas2-3/+1
2013-04-16[SCSI] mvumi: Use PCI_VENDOR_ID_MARVELL_EXT for 0x1b4bMyron Stowe2-3/+2
2013-04-16[SCSI] mvsas: Use PCI_VENDOR_ID_MARVELL_EXT for 0x1b4bMyron Stowe1-3/+3
2013-04-16ahci: Use PCI_VENDOR_ID_MARVELL_EXT for 0x1b4bMyron Stowe1-5/+5
2013-04-15PCI: Remove unused variablesBjorn Helgaas3-16/+5
2013-04-15PCI: Move cpci_hotplug_init() proto to header fileBjorn Helgaas2-8/+9
2013-04-13PCI: acpiphp: Do not use ACPI PCI subdriver mechanismJiang Liu4-247/+60
2013-04-13PCI: acpiphp: Convert acpiphp to be builtin only, not modularJiang Liu3-17/+10
2013-04-13PCI/ACPI: Handle PCI slot devices when creating/destroying PCI busesJiang Liu3-149/+29
2013-04-13PCI/ACPI: Prepare stub functions to handle ACPI PCI (hotplug) slotsJiang Liu1-0/+24
2013-04-13PCI: Add pcibios hooks for adding and removing PCI busesJiang Liu2-0/+13
2013-04-13PCI: acpiphp: Replace local macros with standard ACPI macrosJiang Liu2-6/+2
2013-04-13PCI: acpiphp: Remove all functions even if function 0 doesn't existJiang Liu1-7/+0
2013-04-13PCI: acpiphp: Use list_for_each_entry_safe() in acpiphp_sanitize_bus()Yijing Wang1-2/+2
2013-04-13PCI: Clean up usages of pci_bus->is_addedJiang Liu2-11/+3
2013-04-13PCI: When removing bus, always remove legacy files & unregisterJiang Liu1-3/+0
2013-04-12PCI: Make local functions/structs staticBjorn Helgaas4-9/+9
2013-04-12PCI: Fix missing prototype for pcie_port_acpi_setup()Andy Shevchenko1-0/+1
2013-04-04PCI: Add MSI INTX_DISABLE quirks for AR8161/AR8162/AR8171/AR8172/E210XXiong Huang1-0/+18
2013-04-04PCI: aer_inject: Fix return values when device not foundPrarit Bhargava1-3/+3
2013-03-27iommu/amd: Remove calc_devid() and use PCI_DEVID() from PCIShuah Khan3-11/+4
2013-03-27iommu/amd: Remove local PCI_BUS() define and use PCI_BUS_NUM() from PCIShuah Khan3-26/+24
2013-03-27PCI/AER: Remove local PCI_BUS() define and use PCI_BUS_NUM() from PCIShuah Khan1-3/+1
2013-03-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds10-0/+10
2013-03-09Atmel MXT touchscreen: increase reset timeoutsLinus Torvalds1-2/+2
2013-03-09Platform: x86: chromeos_laptop : Add basic platform data for atmel devicesBenson Leung1-2/+39
2013-03-09Input: atmel_mxt_ts - Support for touchpad variantDaniel Kurtz1-2/+62
2013-03-09Merge branch 'akpm' (fixes from Andrew)Linus Torvalds1-3/+2
2013-03-09dmi_scan: fix missing check for _DMI_ signature in smbios_present()Ben Hutchings1-3/+2
2013-03-09Merge branch 'for-3.9/upstream-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-8/+14
2013-03-09Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+8
2013-03-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-34/+97
2013-03-08Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds25-99/+272