summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/s3c-hwmon.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-19PCI: Log IDE resource quirk in dmesgBjorn Helgaas1-4/+12
2014-03-19PCI: Change pci_bus_alloc_resource() type_mask to unsigned longBjorn Helgaas2-3/+3
2014-03-19PCI: Check all IORESOURCE_TYPE_BITS in pci_bus_alloc_from_region()Bjorn Helgaas1-1/+1
2014-03-19resources: Set type in __request_region()Bjorn Helgaas1-2/+2
2014-03-19PCI: Don't check resource_size() in pci_bus_alloc_resource()Bjorn Helgaas1-2/+0
2014-03-19s390/PCI: Use generic pci_enable_resources()Bjorn Helgaas1-15/+1
2014-03-19tile PCI RC: Use default pcibios_enable_device()Bjorn Helgaas1-12/+0
2014-03-19sparc/PCI: Use default pcibios_enable_device() (Leon only)Bjorn Helgaas1-5/+0
2014-03-19sh/PCI: Use default pcibios_enable_device()Bjorn Helgaas1-5/+0
2014-03-19microblaze/PCI: Use default pcibios_enable_device()Bjorn Helgaas1-5/+0
2014-03-19alpha/PCI: Use default pcibios_enable_device()Bjorn Helgaas1-6/+0
2014-03-19PCI: Add "weak" generic pcibios_enable_device() implementationBjorn Helgaas1-0/+5
2014-03-19PCI: Don't enable decoding if BAR hasn't been assigned an addressBjorn Helgaas1-2/+8
2014-03-08PCI: Enable INTx in pci_reenable_device() only when MSI/MSI-X not enabledBjorn Helgaas1-0/+3
2014-02-27PCI: Mark 64-bit resource as IORESOURCE_UNSET if we only support 32-bitBjorn Helgaas1-0/+1
2014-02-27PCI: Don't try to claim IORESOURCE_UNSET resourcesBjorn Helgaas1-5/+10
2014-02-27PCI: Check IORESOURCE_UNSET before updating BARBjorn Helgaas1-0/+3
2014-02-27PCI: Don't clear IORESOURCE_UNSET when updating BARBjorn Helgaas1-5/+0
2014-02-27PCI: Mark resources as IORESOURCE_UNSET if we can't assign themBjorn Helgaas4-0/+13
2014-02-27PCI: Remove pci_find_parent_resource() use for allocationBjorn Helgaas1-16/+23
2014-02-26vsprintf: Add support for IORESOURCE_UNSET in %pRBjorn Helgaas2-5/+10
2014-02-26resource: Add resource_contains()Bjorn Helgaas3-14/+12
2014-02-26i2o: Use pci_bus_alloc_resource(), not allocate_resource() directlyBjorn Helgaas1-10/+6
2014-02-26PCI: rcar: Make the Kconfig dependencies more genericMagnus Damm1-1/+1
2014-02-26i2o: Refactor i2o_iop_systab_set() PCI space allocationBjorn Helgaas1-43/+46
2014-02-26i2o: Fix I/O space alignment requirementBjorn Helgaas1-1/+1
2014-02-26i2o: Fix I/O space allocation copy/paste errorBjorn Helgaas1-1/+1
2014-02-20PCI: frv: replace now removed pci_bus_b() causing build failurePaul Gortmaker1-1/+1
2014-02-19PCI: pciehp: Cleanup whitespaceBjorn Helgaas3-5/+6
2014-02-19PCI: pciehp: Remove a non-existent card, regardless of "surprise" capabilityRajat Jain2-5/+13
2014-02-19PCI: imx6: Wait for retrainingMarek Vasut1-13/+34
2014-02-19PCI: designware: Fix RC BAR to be single 64-bit non-prefetchable memory BARMohit Kumar1-1/+1
2014-02-19PCI: Remove unused SR-IOV VF Migration supportBjorn Helgaas4-131/+0
2014-02-19iommu/amd: Add include of <linux/irqreturn.h>Bjorn Helgaas1-0/+1
2014-02-19mei: Add include of <linux/irqreturn.h>Bjorn Helgaas1-0/+1
2014-02-18PCI: Enable INTx if BIOS left them disabledBjorn Helgaas1-0/+10
2014-02-18misc: mic: Add include of <linux/irqreturn.h>Bjorn Helgaas2-0/+2
2014-02-18PCI: mvebu: Call request_resource() on the aperturesJason Gunthorpe1-1/+23
2014-02-18bus: mvebu-mbus: Fix incorrect size for PCI aperture resourcesJason Gunthorpe1-2/+2
2014-02-18PCI: rcar: Break out window size handlingMagnus Damm1-3/+28
2014-02-18PCI: rcar: Register each instance independentlyMagnus Damm1-60/+20
2014-02-18PCI: rcar: Fix bridge logic configuration accessesBen Dooks1-0/+4
2014-02-18PCI: rcar: Add error interrupt handlingBen Dooks1-0/+60
2014-02-18PCI: rcar: Check platform_get_irq() return codeBen Dooks1-0/+5
2014-02-14vfio: Use pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev1-4/+8
2014-02-14ahci: Use pci_enable_msi_range() instead of pci_enable_msi_block()Alexander Gordeev1-11/+9
2014-02-14ahci: Fix broken fallback to single MSI modeAlexander Gordeev1-1/+3
2014-02-14ia64/PCI: Set IORESOURCE_ROM_SHADOW only for the default VGA deviceSander Eikelenboom1-11/+14
2014-02-14x86/PCI: Set IORESOURCE_ROM_SHADOW only for the default VGA deviceSander Eikelenboom1-8/+10
2014-02-14PCI: Remove pci_bus_b() and use list_for_each_entry() directlyYijing Wang3-9/+8