summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/devicetree.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-12xen/pcifront: Don't use deprecated function pci_scan_bus_parented()Arnd Bergmann1-3/+13
2015-06-10PCI/ASPM: Simplify Clock Power Management settingBjorn Helgaas1-8/+5
2015-06-09PCI: pciehp: Wait for hotplug command completion where necessaryAlex Williamson1-14/+38
2015-06-08PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas15-200/+0
2015-06-08PCI: Remove unused pcibios_select_root() (again)Bjorn Helgaas4-52/+0
2015-06-08PCI: Remove unnecessary #includes of <asm/pci.h>Bjorn Helgaas11-11/+0
2015-06-08PCI: Include <linux/pci.h>, not <asm/pci.h>Bjorn Helgaas2-2/+2
2015-05-31ACPI / PCI: Account for ARI in _PRT lookupsAlex Williamson1-1/+1
2015-05-30PCI: Add pci_bus_addr_tYinghai Lu7-43/+66
2015-05-30PCI: Move pci_ari_enabled() to global headerAlex Williamson2-11/+11
2015-05-29PCI: Use dev->has_secondary_link to find downstream PCIe linksYijing Wang3-5/+3
2015-05-27PCI: designware: Use pci_scan_root_bus() for simplicityYijing Wang1-3/+1
2015-05-27PCI: tegra: Remove tegra_pcie_scan_bus()Yijing Wang1-16/+0
2015-05-27PCI: mvebu: Remove mvebu_pcie_scan_bus()Yijing Wang1-17/+1
2015-05-26PCI/ASPM: Use dev->has_secondary_link to find downstream linksYijing Wang1-6/+10
2015-05-23PCI: Propagate the "ignore hotplug" setting to parentRafael J. Wysocki2-5/+12
2015-05-23ACPI / hotplug / PCI: Check ignore_hotplug for all downstream devicesRafael J. Wysocki1-3/+2
2015-05-23PCI: pciehp: Drop pointless label from pciehp_probe()Rafael J. Wysocki1-3/+2
2015-05-22PCI: Add dev->has_secondary_link to track downstream PCIe linksYijing Wang2-0/+19
2015-05-22PCI: Add function 1 DMA alias quirk for Marvell 9120Sakari Ailus1-0/+2
2015-05-21PCI: pciehp: Drop pointless ACPI-based "slot detection" checkRafael J. Wysocki4-164/+3
2015-05-20PCI/ASPM: Remove redundant PCIe port type checkingYijing Wang1-15/+4
2015-05-20PCI/ASPM: Drop __pci_disable_link_state() useless "force" parameterBjorn Helgaas1-5/+4
2015-05-16PCI: Add ACS quirks for Intel 9-series PCH root portsAlex Williamson1-0/+2
2015-05-07PCI/MSI: Remove unused pci_msi_off()Bjorn Helgaas2-34/+0
2015-05-07PCI/MSI: Drop pci_msi_off() calls from quirksMichael S. Tsirkin1-2/+0
2015-05-07ntb: Drop pci_msi_off() call during probeMichael S. Tsirkin1-2/+0
2015-05-07virtio_pci: drop pci_msi_off() call during probeMichael S. Tsirkin1-3/+0
2015-05-07PCI/MSI: Disable MSI at enumeration even if kernel doesn't support MSIMichael S. Tsirkin2-12/+18
2015-05-07PCI/MSI: Export pci_msi_set_enable(), pci_msix_clear_and_set_ctrl()Michael S. Tsirkin2-21/+21
2015-05-07PCI/MSI: Rename msi_set_enable(), msix_clear_and_set_ctrl()Michael S. Tsirkin1-14/+14
2015-05-04Linux 4.1-rc2v4.1-rc2Linus Torvalds1-1/+1
2015-05-03ext4: fix growing of tiny filesystemsJan Kara1-2/+5
2015-05-03ext4: move check under lock scope to close a race.Davide Italiano1-7/+8
2015-05-03ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2-0/+10
2015-05-02ext4 crypto: remove duplicated encryption mode definitionsChanho Park1-6/+0
2015-05-02ext4 crypto: do not select from EXT4_FS_ENCRYPTIONHerbert Xu1-2/+7
2015-05-02virtio: fix typo in vring_need_event() doc commentStefan Hajnoczi1-1/+1
2015-05-02virtio: pass baton to Michael TsirkinRusty Russell1-1/+0
2015-05-02ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller1-0/+1
2015-05-02rbd: end I/O the entire obj_request on errorIlya Dryomov1-0/+5
2015-05-01ext4 crypto: add padding to filenames before encryptingTheodore Ts'o5-8/+31
2015-05-01ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o5-204/+149
2015-05-01powerpc/powernv: Restore non-volatile CRs after napSam Bobroff1-0/+2
2015-05-01powerpc/eeh: Delay probing EEH device during hotplugGavin Shan1-0/+6
2015-05-01powerpc/eeh: Fix race condition in pcibios_set_pcie_reset_state()Gavin Shan1-1/+4
2015-05-01powerpc/pseries: Correct cpu affinity for dlpar added cpusNathan Fontenot1-6/+4
2015-05-01selftests/powerpc: Fix the pmu install ruleMichael Ellerman1-1/+1
2015-04-30net: fec: Fix RGMII-ID modeMarkus Pargmann1-1/+4
2015-04-30net/mlx4_en: Schedule napi when RX buffers allocation failsIdo Shamay3-2/+26