summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/bfusb.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-24PCI: Use class for quirk for host bridge mmio_always_onYinghai Lu1-3/+3
2012-02-24PCI: Use class for quirk for pci_fixup_videoYinghai Lu1-4/+2
2012-02-24PCI: Use class quirk for intel fix_transparent_bridgeYinghai Lu1-3/+3
2012-02-24PCI: Use class for quirk for via_no_dacYinghai Lu1-2/+3
2012-02-24PCI: Add class support in quirk handlingYinghai Lu2-16/+59
2012-02-24PCI: add a PCI resource reallocation config optionYinghai Lu2-0/+41
2012-02-24PCI: print out suggestion about using pci=reallocYinghai Lu1-0/+3
2012-02-24PCI: prepare pci=realloc for multiple optionsYinghai Lu4-11/+38
2012-02-24PCI: Retry on IORESOURCE_IO type allocationsYinghai Lu1-11/+1
2012-02-24PCI: collapse pcibios_resource_to_busBjorn Helgaas13-53/+15
2012-02-24xtensa/PCI: get rid of device resource fixupsBjorn Helgaas1-16/+1
2012-02-24sparc/PCI: get rid of device resource fixupsBjorn Helgaas4-96/+13
2012-02-24sh/PCI: get rid of device resource fixupsBjorn Helgaas2-69/+12
2012-02-24powerpc/PCI: get rid of device resource fixupsBjorn Helgaas2-81/+6
2012-02-24parisc/PCI: get rid of device resource fixupsBjorn Helgaas4-135/+13
2012-02-24mn10300/PCI: get rid of device resource fixupsBjorn Helgaas2-68/+10
2012-02-24mips/PCI: get rid of device resource fixupsBjorn Helgaas3-133/+4
2012-02-24microblaze/PCI: get rid of device resource fixupsBjorn Helgaas2-73/+4
2012-02-24ia64/PCI: get rid of device resource fixupsBjorn Helgaas3-59/+6
2012-02-24ia64/PCI: SN: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-5/+9
2012-02-24arm/PCI: get rid of device resource fixupsBjorn Helgaas19-117/+57
2012-02-24alpha/PCI: get rid of device resource fixupsBjorn Helgaas2-72/+5
2012-02-24PCI: add generic pcibios_resource_to_bus()Bjorn Helgaas3-23/+21
2012-02-24PCI: convert bus addresses to resource when reading BARsBjorn Helgaas1-25/+104
2012-02-24PCI: add struct pci_host_bridge_window with CPU/bus address offsetBjorn Helgaas3-20/+51
2012-02-24PCI: add struct pci_host_bridge and a list of all bridges foundBjorn Helgaas2-5/+39
2012-02-24PCI: don't publish new root bus until it's fully initializedBjorn Helgaas1-4/+4
2012-02-24PCI: make pci_flags non-weakBjorn Helgaas1-1/+1
2012-02-24unicore32/PCI: use pci_flags PCI_PROBE_ONLY instead of arm-specific flagBjorn Helgaas1-3/+3
2012-02-24powerpc/PCI: replace pci_probe_only with pci_flagsBjorn Helgaas10-22/+15
2012-02-24powerpc/PCI: make pci_probe_only default to 0Bjorn Helgaas5-8/+4
2012-02-24mips/PCI: removed unused pci_probe configurabilityBjorn Helgaas1-5/+1
2012-02-24mips/PCI: replace pci_probe_only with pci_flagsBjorn Helgaas7-15/+12
2012-02-24microblaze/PCI: remove unused pci_flagsBjorn Helgaas2-40/+9
2012-02-24arm/PCI: use pci_flags PCI_PROBE_ONLY instead of arm-specific flagBjorn Helgaas1-3/+2
2012-02-24arm/PCI: remove arch pci_flags definitionBjorn Helgaas2-3/+2
2012-02-24alpha/PCI: replace pci_probe_only with pci_flagsBjorn Helgaas5-13/+12
2012-02-24PCI: add pci_clear_flags()Bjorn Helgaas1-0/+6
2012-02-24PCI: make pci_flags always availableBjorn Helgaas1-0/+3
2012-02-23x86/mrst/pci: avoid SoC fixups on non-SoC platformsAlan Cox1-1/+11
2012-02-23x86/mrst/pci: v4l/atomisp: treat atomisp as real pci deviceJacob Pan1-1/+3
2012-02-23x86/mrst/pci: assign d3_delay to 0 for Langwell devicesJacob Pan1-0/+24
2012-02-23PCI: Add pcie_hp=nomsi to disable MSI/MSI-X for pciehp driverMUNEDA Takahiro3-2/+30
2012-02-23PCI: move pci_find_saved_cap out of linux/pci.hYinghai Lu2-19/+19
2012-02-23PCI: fix memleak for pci dev removing during hotplugYinghai Lu3-0/+11
2012-02-23PCI: Fix device class print outYinghai Lu1-7/+5
2012-02-23PCI: Add PCI_EXP_TYPE_PCIE_BRIDGE valueAnthony PERARD1-0/+1
2012-02-23PCI: Skip cardbus assigned resource reset during pci bus rescanYinghai Lu1-0/+14
2012-02-23PCI: Fix "cardbus bridge resources as optional" size handlingYinghai Lu1-28/+37
2012-02-23PCI: Disable cardbus bridge MEM1 prefetchable bitYinghai Lu1-0/+8